From 1639fdf7bc2705132ebe1f501338a9d8cc7048dc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 4 Jul 2012 08:13:24 +0100 Subject: [PATCH] etc/ftpsync-common.conf: Track armel architecture too. Useful for Raspberry Pi and Android platforms. --- etc/ftpsync-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ftpsync-common.conf b/etc/ftpsync-common.conf index 1081b8a..74f0e9e 100644 --- a/etc/ftpsync-common.conf +++ b/etc/ftpsync-common.conf @@ -30,7 +30,7 @@ : ${RSYNC_PASSWORD=} ## Architectures we want to carry. -: ${WANT_ARCH="i386:amd64"} +: ${WANT_ARCH="i386:amd64:armel"} ## Distributions to inspect for available architectures. : ${SEARCH_DISTS="oldstable stable testing unstable experimental"} -- 2.11.0