[releng] attempt to make an installer for the Cloud-Atomic

Dennis Gilmore ausil at fedoraproject.org
Tue Apr 7 22:40:27 UTC 2015


commit ffcea8db1f28fe7d8e9f4b30d4d55df51d133bdf
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Apr 7 17:38:50 2015 -0500

    attempt to make an installer for the Cloud-Atomic

 scripts/run-pungi |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/scripts/run-pungi b/scripts/run-pungi
index 66adfbc..d456150 100755
--- a/scripts/run-pungi
+++ b/scripts/run-pungi
@@ -58,9 +58,12 @@ baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch/' > fedora-bleed.
  # make sure we add the bleed repo to the json file
  sed -i -e 's|\["fedora-22"\]|\["fedora-22", "fedora-bleed"\]|g' *json
  mock -r fedora-branched-compose-x86_64 --init || exit 1
- mock -r fedora-branched-compose-x86_64 --install rpm-ostree || exit 1
+ 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 "lorax --nomacboot --add-template=$KICKSTARTS/atomic-installer/lorax-embed-repo.tmpl -p Fedora -v $VERSION -r $SHORTCOMPOSE -s http://kojipkgs.fedoraproject.org/mash/branched/$basearch/os/  -s http://kojipkgs.fedoraproject.org/mash/bleed/$basearch/ -i fedora-productimg-atomic -t Cloud-Atomic --tmp /tmp/ --logfile=$DESTDIR/logs/atomic --add-template /srv/pungi/spin-kickstarts/atomic-installer/lorax-configure-repo.tmpl --add-template-var=ostree_osname=Fedora-Cloud-Atomic  --add-arch-template-var=ostree_repo=http://127.0.0.1/fedora-atomic/repo --add-template-var=ostree_ref=fedora-atomic/f22/x86_64/docker-host --add-arch-template /srv/pungi/spin-kickstarts/atomic-installer/lorax-embed-repo.tmpl --add-arch-template-var=ostree_osname=Fedora-Cloud-Atomic --add-arch-template-var=ostree_ref=fedora-atomic/f22/x86_64/docker-host $DESTDIR " || exit 1
+ #mock -r fedora-branched-compose-x86_64 --shell "livemedia-creator " || exit 1
+
 popd
 
 for arch in armhfp i386 x86_64


More information about the rel-eng mailing list