[arch-dev-public] [PATCH 1/4] Be less generic with package extension

Allan McRae allan at archlinux.org
Sat Mar 12 22:27:13 EST 2011


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 at 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



More information about the arch-dev-public mailing list