[releng] buildrawhide: sync with buildbranched

Till Maas till at fedoraproject.org
Mon Sep 29 19:06:33 UTC 2014


commit ae7b153c0749e7b62c9fdf524776f7d55f76b2bf
Author: Till Maas <opensource at till.name>
Date:   Mon Sep 29 19:51:34 2014 +0200

    buildrawhide: sync with buildbranched

 scripts/buildrawhide |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index e1beba2..945abd7 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -38,7 +38,7 @@ MOCKCONFIG=fedora-rawhide-compose-ppc64
 }
  
 RSYNC_OPTS="-rlptDHhv --delay-updates"
-DESTPATH="$TREEPREFIX/development/rawhide/"
+DESTPATH="$TREEPREFIX/development/$BRANCHED/"
 
 
 [ -z "$DATE" ] && {
@@ -53,7 +53,7 @@ echo "Compose started at $(date --utc) > /mnt/koji/mash/rawhide-$DATE/logs/start
 touch /mnt/koji/mash/rawhide-$DATE/logs/buildrawhide.log
 echo "$(date --utc) buildrawhide: started" >> /mnt/koji/mash/rawhide-$DATE/logs/buildrawhide.log
 # Emit a message using bodhi's cert (since we should be running as "masher").
-echo "{\"log\": \"start\", \"branch\": \"rawhide\", \"arch\": \"$ARCH\"}" | fedmsg-logger \
+echo "{\"log\": \"start\", \"branch\": \"$BRANCHED\", \"arch\": \"$ARCH\"}" | fedmsg-logger \
     --cert-prefix bodhi \
     --modname compose \
     --topic rawhide.start \
@@ -81,7 +81,7 @@ echo "$(date --utc) buildrawhide: mock setup /etc/hosts" >> /mnt/koji/mash/rawhi
 mock -r $MOCKCONFIG --uniqueext=$DATE --copyin /etc/hosts /etc/hosts >/dev/null 2>&1 # this reports to fail, but actually works
 
 # Emit a message using bodhi's cert (since we should be running as "masher").
-echo "{\"log\": \"start\", \"branch\": \"rawhide\", \"arch\": \"$ARCH\"}" | fedmsg-logger \
+echo "{\"log\": \"start\", \"branch\": \"$BRANCHED\", \"arch\": \"$ARCH\"}" | fedmsg-logger \
     --cert-prefix bodhi \
     --modname compose \
     --topic rawhide.mash.start \


More information about the rel-eng mailing list