[releng] Cloud_Atomic: do not make the destination directory

Dennis Gilmore ausil at fedoraproject.org
Thu Apr 9 22:01:13 UTC 2015


commit 1c21213a1f7768906fb1645f67f69d97e89ee2f3
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Apr 9 17:01:06 2015 -0500

    Cloud_Atomic: do not make the destination directory
    
    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 4e71903..dea5555 100755
--- a/scripts/run-pungi
+++ b/scripts/run-pungi
@@ -61,7 +61,7 @@ baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch/' > fedora-bleed.
  mock -r fedora-branched-compose-x86_64 --install rpm-ostree lorax || exit 1
  mock -r fedora-branched-compose-x86_64  --shell "if [ ! -d $ATOMICDEST ]; then ostree init --repo=$ATOMICDEST --mode=archive-z2;fi"
  mock -r fedora-branched-compose-x86_64 --shell "rpm-ostree compose tree --repo=$ATOMICDEST $ATOMIC/fedora-atomic-docker-host.json" || exit 1
- mock -r fedora-branched-compose-x86_64 --shell "mkdir -p $DESTDIR/$VERSION/Cloud_Atomic/x86_64/os/ $DESTDIR/$VERSION/Cloud_Atomic/x86_64/iso"
+ mock -r fedora-branched-compose-x86_64 --shell "mkdir -p $DESTDIR/$VERSION/Cloud_Atomic/x86_64/iso"
  mock -r fedora-branched-compose-x86_64 --shell "lorax --nomacboot -p Fedora -v $SHORTVERSION -r $SHORTCOMPOSE \
                                                  -s http://kojipkgs.fedoraproject.org/mash/branched/\$basearch/os/ \
                                                  -s http://kojipkgs.fedoraproject.org/mash/bleed/\$basearch/ \


More information about the rel-eng mailing list