[arch-releng] [PATCH] [syslinux-iso] update download-repo.sh to download propertly db for pacman-3.5

Dieter Plaetinck dieter at plaetinck.be
Sat Apr 9 05:52:45 EDT 2011


On Fri,  8 Apr 2011 22:15:43 -0300
Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar> wrote:

> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
> ---
>  configs/syslinux-iso/download-repo.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configs/syslinux-iso/download-repo.sh b/configs/syslinux-iso/download-repo.sh
> index 8655a8d..255304e 100755
> --- a/configs/syslinux-iso/download-repo.sh
> +++ b/configs/syslinux-iso/download-repo.sh
> @@ -58,7 +58,7 @@ if [ -n "$PKGS" ]; then
>          fi
>      done
>      if [ "$REPO_CHANGED" = "y" ]; then
> -        wget -nv "$baseurl/$REPO.db.tar.gz" -O "$DEST/$REPO.db.tar.gz"
> +        wget -nv "$baseurl/$REPO.db" -O "$DEST/$REPO.db"
>      fi
>  else
>      echo "No packages to download... what'd you break?"

Gerardo, when you supply patches, could you also mention whether you apply them right away or expect some kind of feedback from us?
I see this is already applied, good.

Dieter


More information about the arch-releng mailing list