[releng] use the date in the destinations for updates composes

Dennis Gilmore ausil at fedoraproject.org
Mon Mar 9 06:39:08 UTC 2015


commit 70b18ab08408ba68b35bb8383b8d524cc97f1c93
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Mar 9 01:40:06 2015 -0500

    use the date in the destinations for updates composes

 scripts/make-updates |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scripts/make-updates b/scripts/make-updates
index 39be02c..a73db2b 100755
--- a/scripts/make-updates
+++ b/scripts/make-updates
@@ -8,8 +8,8 @@ VERSION=$1
 COMPOSE=$2
 DATE=$3
 BRANCH=$(echo $VERSION|sed -e 's|_.*||g')
-DESTDIR=/srv/pungi/$VERSION$COMPOSE/
-FINALDEST=/mnt/fedora_koji/compose/$VERSION$COMPOSE/
+DESTDIR=/srv/pungi/$VERSION-$DATE/
+FINALDEST=/mnt/fedora_koji/compose/$VERSION-$DATE/
 KICKSTARTS=/srv/pungi/spin-kickstarts/
 ATOMIC=/srv/pungi/fedora-atomic/
 ATOMICDEST=/srv/pungi/atomic/


More information about the rel-eng mailing list