[releng] put the arm server image in place make bsd style checksums

Dennis Gilmore ausil at fedoraproject.org
Thu Feb 26 01:14:34 UTC 2015


commit accaf2efad291300d1794ef2808fe008b4e91f4b
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Feb 25 19:13:30 2015 -0600

    put the arm server image in place
    make bsd style checksums

 scripts/mass-tag.py |    4 ++--
 scripts/run-pungi   |   19 ++++++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/scripts/mass-tag.py b/scripts/mass-tag.py
index 539bae4..0eb4672 100755
--- a/scripts/mass-tag.py
+++ b/scripts/mass-tag.py
@@ -15,8 +15,8 @@ import operator
 
 # Set some variables
 # Some of these could arguably be passed in as args.
-target = 'f21' # tag to tag into
-holdingtag = 'f21-rebuild' # tag holding the rebuilds
+target = 'f22' # tag to tag into
+holdingtag = 'f22-ruby' # tag holding the rebuilds
 newbuilds = {} # dict of packages that have a newer build attempt
 tasks = {} # dict of new build task info
 
diff --git a/scripts/run-pungi b/scripts/run-pungi
index 506f3ea..b1f3c7a 100755
--- a/scripts/run-pungi
+++ b/scripts/run-pungi
@@ -114,7 +114,7 @@ done
 
 
 pushd $FINALDEST/$VERSION/
-sg releng "mkdir -p Images/armhfp Cloud-Images/Images/i386 Cloud-Images/Images/x86_64 Spins/i386 Spins/x86_64 Live/i386 Live/x86_64 Docker/x86_64 Workstation/armhfp/Images/ Workstation/x86_64/iso Workstation/i386/iso"
+sg releng "mkdir -p Images/armhfp Cloud-Images/Images/i386 Cloud-Images/Images/x86_64 Spins/i386 Spins/x86_64 Live/i386 Server/Images/armhfp Live/x86_64 Docker/x86_64 Workstation/armhfp/Images/ Workstation/x86_64/iso Workstation/i386/iso"
 popd
 
 
@@ -144,32 +144,37 @@ sg releng "mv $FINALDEST/$VERSION/Spins/x86_64/Fedora-Live-LXDE* $FINALDEST/$VER
 sg releng "mv $FINALDEST/$VERSION/Spins/x86_64/Fedora-Live-MATE_Compiz* $FINALDEST/$VERSION/Live/x86_64/"
 
 sg releng "mv $FINALDEST/$VERSION/Images/armhfp/Fedora-Workstation* $FINALDEST/$VERSION/Workstation/armhfp/Images/"
+sg releng "mv $FINALDEST/$VERSION/Images/armhfp/Fedora-Server* $FINALDEST/$VERSION/Server/armhfp/Images/"
 
 for type in Spins Live
 do
 pushd $FINALDEST/$VERSION/$type/
-for arch in i386 x86_64; do pushd $arch; sg releng "sha256sum -b *iso>  Fedora-$type-$arch-$VERSION-CHECKSUM"; popd; done
+for arch in i386 x86_64; do pushd $arch; sg releng "sha256sum --tag -b *iso>  Fedora-$type-$arch-$VERSION-CHECKSUM"; popd; done
 popd
 done
 
 pushd $FINALDEST/$VERSION/Cloud-Images/Images
-for arch in i386 x86_64; do pushd $arch; sg releng "sha256sum -b *qcow2 *raw.xz>  Fedora-Cloud-Images-$arch-$VERSION-CHECKSUM"; popd; done
+for arch in i386 x86_64; do pushd $arch; sg releng "sha256sum --tag -b *qcow2 *raw.xz>  Fedora-Cloud-Images-$arch-$VERSION-CHECKSUM"; popd; done
 popd
 
 pushd $FINALDEST/$VERSION/Workstation/armhfp/Images
-sg releng "sha256sum -b  *raw.xz>  Fedora-Workstation-Images-armhfp-$VERSION-CHECKSUM"
+sg releng "sha256sum --tag -b *raw.xz>  Fedora-Workstation-Images-armhfp-$VERSION-CHECKSUM"
+popd
+
+pushd $FINALDEST/$VERSION/Server/armhfp/Images
+sg releng "sha256sum --tag -b *raw.xz>  Fedora-Server-Images-armhfp-$VERSION-CHECKSUM"
 popd
 
 pushd $FINALDEST/$VERSION/Docker/x86_64
-sg releng "sha256sum -b  *tar.gz>  Fedora-Docker-x86_64-$VERSION-CHECKSUM"
+sg releng "sha256sum --tag -b *tar.gz>  Fedora-Docker-x86_64-$VERSION-CHECKSUM"
 popd
 
 pushd $FINALDEST/$VERSION/Workstation/
-for arch in i386 x86_64; do pushd $arch/iso/; sg releng "sha256sum -b  Fedora-Live-Workstation*iso>>  Fedora-Workstation-$VERSION-$arch-CHECKSUM"; popd; done
+for arch in i386 x86_64; do pushd $arch/iso/; sg releng "sha256sum --tag -b Fedora-Live-Workstation*iso>>  Fedora-Workstation-$VERSION-$arch-CHECKSUM"; popd; done
 popd
 
 pushd $FINALDEST/$VERSION/Images
-for arch in armhfp; do pushd $arch; sg releng "sha256sum -b *qcow2 *raw.xz>  Fedora-Images-$arch-$VERSION-CHECKSUM"; popd; done
+for arch in armhfp; do pushd $arch; sg releng "sha256sum --tag -b *qcow2 *raw.xz>  Fedora-Images-$arch-$VERSION-CHECKSUM"; popd; done
 popd
 
 # stage the composed tree to final locateion


More information about the rel-eng mailing list