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

Dan McGee dpmcgee at gmail.com
Wed Mar 16 21:03:18 EDT 2011


On Sat, Mar 12, 2011 at 9:27 PM, Allan McRae <allan at 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 at archlinux.org>
Same title so it threaded it the same as the other patch, but:
Signed-off-by: Dan McGee <dan 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