On Sat, Mar 12, 2011 at 9:27 PM, Allan McRae <allan@archlinux.org> wrote:
Arch only uses .gz and .xz packages so look for .pkg.tar.?z. This prevents matching potential detached signature files.
Signed-off-by: Allan McRae <allan@archlinux.org> Same title so it threaded it the same as the other patch, but: Signed-off-by: Dan McGee <dan@archlinux.org>
--- config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config b/config index f6600a6..b1bcb4f 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ STAGING="$HOME/staging" TMPDIR="/srv/tmp" ARCHES=(i686 x86_64) DBEXT=".db.tar.gz" -PKGEXT=".pkg.tar.*" +PKGEXT=".pkg.tar.?z" SRCEXT=".src.tar.gz"
# Allowed licenses: get sourceballs only for licenses in this array -- 1.7.4.1