From 0e43f902b1056bfbed57cba6bb299a75fcdb19a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Tue, 21 Aug 2012 16:37:28 -0300 Subject: Sync signatures too --- any-to-ours | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3