summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-21 16:37:28 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-21 16:37:28 -0300
commit0e43f902b1056bfbed57cba6bb299a75fcdb19a0 (patch)
treef8fe38233061d21a3d3d9af35e14474156b3e1b3
parent7592118ed1c8952d05f1239e3b84d85d39ea2982 (diff)
Sync signatures too
-rwxr-xr-xany-to-ours3
1 files changed, 2 insertions, 1 deletions
diff --git a/any-to-ours b/any-to-ours
index 15a20be..3a58946 100755
--- a/any-to-ours
+++ b/any-to-ours
@@ -43,10 +43,11 @@ for _repo in ${ARCHREPOS[@]}; do
SYNCED=($(
rsync -av \
--include='*-any.pkg.tar.?z' \
+ --include='*-any.pkg.tar.?z.sig' \
--exclude='*' \
${FTP_BASE}/${_repo}/os/${BASEARCH}/ \
${FTP_BASE}/${_repo}/os/${_arch}/ 2>&1 | \
- grep 'any.pkg.tar' | \
+ grep 'any\.pkg\.tar\..z$' | \
cut -d ' ' -f 1 ))
if [ ${#SYNCED[@]} -eq 0 ]; then