commit c5f97b5887bfca4e93343f32c16996314188ec20 Author: Colin Walters walters@verbum.org Date: Sat Apr 25 11:06:34 2015 -0400
run-pungi: atomic: Change the `ostree_osname` to be fedora-atomic
We should be consistent with the cloud image kickstart, which uses `fedora-atomic`.
Note this string actually appears in the user interface and may be typed by the admins, so the shift key gymnastics required by the previous value are more painful than just having it in a URL or the like.
scripts/run-pungi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/scripts/run-pungi b/scripts/run-pungi index 40d1f32..690ade1 100755 --- a/scripts/run-pungi +++ b/scripts/run-pungi @@ -72,11 +72,11 @@ baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch/' > fedora-bleed. --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-template-var=ostree_osname=fedora-atomic \ --add-arch-template-var=ostree_repo=http://compose-x86-01.phx2.fedoraproject.org/compose/atomic/ \ --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_osname=fedora-atomic \ --add-arch-template-var=ostree_ref=fedora-atomic/f22/x86_64/docker-host \ $DESTDIR/$VERSION/Cloud_Atomic/x86_64/os/ " || exit 1 mock -r fedora-branched-compose-x86_64 --shell "cp -l $DESTDIR/$VERSION/Cloud_Atomic/x86_64/os/images/boot.iso $DESTDIR/$VERSION/Cloud_Atomic/x86_64/iso/Fedora-Cloud_Atomic-x86_64-$VERSION.iso" || exit 1
rel-eng@lists.fedoraproject.org