[fedora-kickstarts] branch master updated (ec43a9d -> 82af7f2)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch master
in repository fedora-kickstarts.
from ec43a9d games: drop retired games to make image compose again.
add 82af7f2 fedora-live-lxqt: Add dracut-config-generic for generating live media
No new revisions were added by this update.
Summary of changes:
fedora-live-lxqt.ks | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 7 months
[fedora-kickstarts] branch f31 updated: IoT: Update F-31 for stable ostree branch
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f31
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f31 by this push:
new e0e6677 IoT: Update F-31 for stable ostree branch
e0e6677 is described below
commit e0e66778c609cb491eb623fba692d8d548c62c2c
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Wed Oct 2 08:18:19 2019 +0100
IoT: Update F-31 for stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index a0a63ba..1b7dd15 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -23,7 +23,7 @@ autopart --nohome --noswap --type=plain
# Equivalent of %include fedora-repo.ks
# Pull from the ostree repo that was created during the compose
-ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/devel/${basearch}/iot
+ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/stable/${basearch}/iot
reboot
@@ -43,14 +43,14 @@ fi
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.
# We want consumers of this image to track the two week releases.
-ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/devel/${arch}/iot"
+ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/stable/${arch}/iot"
# Make sure the ref we're supposedly sitting on (according
# to the updated origin) exists.
-ostree refs "fedora-iot:fedora/devel/${arch}/iot" --create "fedora-iot:fedora/devel/${arch}/iot"
+ostree refs "fedora-iot:fedora/stable/${arch}/iot" --create "fedora-iot:fedora/stable/${arch}/iot"
# Remove the old ref so that the commit eventually gets cleaned up.
-ostree refs "fedora-iot:fedora/devel/${arch}/iot" --delete
+ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
# delete/add the remote with new options to enable gpg verification
# and to point them at the cdn url
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 7 months
[fedora-kickstarts] branch f31 updated (2344914 -> 5bd9c89)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch f31
in repository fedora-kickstarts.
from 2344914 Merge #586 `Remove sparkleshare due to built failure`
add 5bd9c89 games: drop retired games to make image compose again.
No new revisions were added by this update.
Summary of changes:
fedora-live-games.ks | 6 ------
1 file changed, 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 7 months
[fedora-kickstarts] branch master updated (2ec3666 -> ec43a9d)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch master
in repository fedora-kickstarts.
from 2ec3666 Rename to use underscore in spin name
add ec43a9d games: drop retired games to make image compose again.
No new revisions were added by this update.
Summary of changes:
fedora-live-games.ks | 6 ------
1 file changed, 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 7 months
[fedora-kickstarts] branch drop-retired-games created (now ec43a9d)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch drop-retired-games
in repository fedora-kickstarts.
at ec43a9d games: drop retired games to make image compose again.
This branch includes the following new commits:
new ec43a9d games: drop retired games to make image compose again.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 7 months
[fedora-kickstarts] branch master updated (8c6e7e0 -> 2ec3666)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch master
in repository fedora-kickstarts.
from 8c6e7e0 Merge #585 `Remove sparkleshare due to built failure`
add 884ddd5 Add NeuroFedora Comp Neuro Lab image kickstart files
add 2ec3666 Rename to use underscore in spin name
No new revisions were added by this update.
Summary of changes:
fedora-comp-neuro-common.ks | 43 +++++++++++++++++++++++++++++++++++++++++++
fedora-live-comp_neuro.ks | 12 ++++++++++++
fedora-neuro-gnome-common.ks | 30 ++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+)
create mode 100644 fedora-comp-neuro-common.ks
create mode 100644 fedora-live-comp_neuro.ks
create mode 100644 fedora-neuro-gnome-common.ks
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 7 months
[fedora-kickstarts] branch f31 updated (fa41eeb -> 2344914)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f31
in repository fedora-kickstarts.
from fa41eeb robotics: Replace eclipse with qtcreator
add b00b09f Remove sparkleshare due to built failure
new 2344914 Merge #586 `Remove sparkleshare due to built failure`
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fedora-live-design_suite.ks | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 8 months
[fedora-kickstarts] branch master updated (af776dd -> 8c6e7e0)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch master
in repository fedora-kickstarts.
from af776dd robotics: Replace eclipse with qtcreator
add 3bffc3c Remove sparkleshare due to built failure
new 8c6e7e0 Merge #585 `Remove sparkleshare due to built failure`
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fedora-live-design_suite.ks | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 8 months
[fedora-kickstarts] branch f31 updated (14c50d7 -> fa41eeb)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f31
in repository fedora-kickstarts.
from 14c50d7 Remove libvirt, gnome-boxes from armhfp in F31
add fa41eeb robotics: Replace eclipse with qtcreator
No new revisions were added by this update.
Summary of changes:
fedora-live-robotics.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 8 months
[fedora-kickstarts] branch master updated (d1b3ca0 -> af776dd)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch master
in repository fedora-kickstarts.
from d1b3ca0 Remove libvirt, gnome-boxes from armhfp
add af776dd robotics: Replace eclipse with qtcreator
No new revisions were added by this update.
Summary of changes:
fedora-live-robotics.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 8 months