[releng] the option we need to pass to sha256sum is --tag not --tags

Dennis Gilmore ausil at fedoraproject.org
Wed Apr 15 20:07:50 UTC 2015


commit 97f83133789668fbb06ac252ee8637d509376386
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Apr 15 15:07:15 2015 -0500

    the option we need to pass to sha256sum is --tag not --tags
    
    Signed-off-by: Dennis Gilmore <dennis at ausil.us>

 scripts/run-pungi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/run-pungi b/scripts/run-pungi
index 8765a01..f033427 100755
--- a/scripts/run-pungi
+++ b/scripts/run-pungi
@@ -80,7 +80,7 @@ baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch/' > fedora-bleed.
                                                  --add-arch-template-var=ostree_ref=fedora-atomic/f22/x86_64/docker-host \
                                                  $DESTDIR/$VERSION/Cloud_Atomic/x86_64/os/ " || exit 1
  mock -r fedora-branched-compose-x86_64 --shell "cp -l $DESTDIR/$VERSION/Cloud_Atomic/x86_64/os/images/boot.iso $DESTDIR/$VERSION/Cloud_Atomic/x86_64/iso/Fedora-Cloud_Atomic-x86_64-$VERSION.iso" || exit 1
- mock -r fedora-branched-compose-x86_64 --shell "pushd $DESTDIR/$VERSION/Cloud_Atomic/x86_64/iso/ ;sha256sum -b --tags *iso >Fedora-Cloud_Atomic-$VERSION-x86_64-CHECKSUM; popd" || exit 1
+ mock -r fedora-branched-compose-x86_64 --shell "pushd $DESTDIR/$VERSION/Cloud_Atomic/x86_64/iso/ ;sha256sum -b --tag *iso >Fedora-Cloud_Atomic-$VERSION-x86_64-CHECKSUM; popd" || exit 1
 
  #mock -r fedora-branched-compose-x86_64 --shell "livemedia-creator " || exit 1
 


More information about the rel-eng mailing list