[PATCH] make-updates: Adjust checksum generation for Docker .gz -> .xz change

Dennis Gilmore dennis at ausil.us
Fri Apr 10 14:21:13 UTC 2015


On Tuesday, April 07, 2015 06:43:27 PM Colin Walters wrote:
> (Note, untested, as I'm not aware of a way to really test
>  patches to this script outside of its real environment)
> 
> I chose to just checksum tar.* to ensure we don't break F21.
> ---
>  scripts/make-updates | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/make-updates b/scripts/make-updates
> index 8f3c945..72d6ca7 100755
> --- a/scripts/make-updates
> +++ b/scripts/make-updates
> @@ -64,7 +64,7 @@ for arch in i386 x86_64; do pushd $arch/Images; sg releng
> "sha256sum --tag -b *q popd
> 
>  pushd $FINALDEST/Docker/x86_64
> -sg releng "sha256sum --tag -b *tar.gz> 
> Fedora-Docker-x86_64-$VERSION-CHECKSUM" +sg releng "sha256sum --tag -b
> *tar.* >  Fedora-Docker-x86_64-$VERSION-CHECKSUM" popd

you missed a spot that needed adjusting, koji only makes .tar.xz targballs for 
docker now so I am only getting them.

Dennis


More information about the rel-eng mailing list