This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch f25 in repository fedora-kickstarts.
at 8df5245 initial Fedora 25 branched setup
This branch includes the following new commits:
new 8df5245 initial Fedora 25 branched setup
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f25 in repository fedora-kickstarts.
commit 8df52454c629faf5d8b3fb1fc70d6d7d4d8769e6 Author: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org> Date: Tue Jul 26 06:51:27 2016 +0100
initial Fedora 25 branched setup
Signed-off-by: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org> --- fedora-atomic.ks | 4 ++-- fedora-repo.ks | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fedora-atomic.ks b/fedora-atomic.ks index ed8d4f1..5c5931d 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -33,14 +33,14 @@ volgroup atomicos pv.01 logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
# Equivalent of %include fedora-repo.ks -ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/ --ref=fedora-atomic/rawhide/x86_64/docker-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/25/ --ref=fedora-atomic/25/x86_64/docker-host
reboot
%post --erroronfail # See https://github.com/projectatomic/rpm-ostree/issues/42 ostree remote delete fedora-atomic -ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/rawhide/' +ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/'
# older versions of livecd-tools do not follow "rootpw --lock" line above # https://bugzilla.redhat.com/show_bug.cgi?id=964299 diff --git a/fedora-repo.ks b/fedora-repo.ks index 9c7dfff..92d4d65 100644 --- a/fedora-repo.ks +++ b/fedora-repo.ks @@ -3,7 +3,7 @@ # Exactly one of the following should be uncommented
# For the master branch the following should be uncommented -%include fedora-repo-rawhide.ks +# %include fedora-repo-rawhide.ks
# For non-master branches the following should be uncommented -# %include fedora-repo-not-rawhide.ks +%include fedora-repo-not-rawhide.ks