[fedora-kickstarts] branch main updated (2e24ef3 -> 0465c86)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 2e24ef3 Update to f36-backgrounds in cinnamon-common
add 0465c86 fedora-kde-minimization.ks: stop removing @input-methods
No new revisions were added by this update.
Summary of changes:
fedora-kde-minimization.ks | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] branch f36 updated (31998a3 -> e3d7bfe)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch f36
in repository fedora-kickstarts.
from 31998a3 Update to f36-backgrounds in cinnamon-common
add e3d7bfe fedora-kde-minimization.ks: stop removing @input-methods
No new revisions were added by this update.
Summary of changes:
fedora-kde-minimization.ks | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] branch main updated (bbc347a -> 2e24ef3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch main
in repository fedora-kickstarts.
from bbc347a Remove rng from enabled services in iot disk images
add 2e24ef3 Update to f36-backgrounds in cinnamon-common
No new revisions were added by this update.
Summary of changes:
fedora-cinnamon-common.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] branch f36 updated (798c350 -> 31998a3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch f36
in repository fedora-kickstarts.
from 798c350 Remove rng from enabled services in iot disk images
add 31998a3 Update to f36-backgrounds in cinnamon-common
No new revisions were added by this update.
Summary of changes:
fedora-cinnamon-common.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] branch main updated (2efba63 -> bbc347a)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch main
in repository fedora-kickstarts.
from 2efba63 Merge #861 `Nonexistent /run/nologin should not fail compose`
add bbc347a Remove rng from enabled services in iot disk images
No new revisions were added by this update.
Summary of changes:
fedora-iot.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] branch f36 updated (d05b776 -> 798c350)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch f36
in repository fedora-kickstarts.
from d05b776 Branch f36 from rawhide
add 798c350 Remove rng from enabled services in iot disk images
No new revisions were added by this update.
Summary of changes:
fedora-iot.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] 01/01: Branch f36 from rawhide
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a commit to branch f36
in repository fedora-kickstarts.
commit d05b776460e093ef2c4da9cb1096d38720aa9b2e
Author: Tomas Hrcka <thrcka(a)redhat.com>
AuthorDate: Tue Feb 8 13:16:49 2022 +0100
Branch f36 from rawhide
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
---
fedora-iot.ks | 8 ++++----
fedora-repo.ks | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 7c422a9..3c7b59d 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -19,7 +19,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/rawhide/${basearch}/iot
+ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/devel/${basearch}/iot
reboot
@@ -45,14 +45,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/rawhide/${arch}/iot"
+ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/devel/${arch}/iot"
# Make sure the ref we're supposedly sitting on (according
# to the updated origin) exists.
-ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --create "fedora-iot:fedora/rawhide/${arch}/iot"
+ostree refs "fedora-iot:fedora/devel/${arch}/iot" --create "fedora-iot:fedora/devel/${arch}/iot"
# Remove the old ref so that the commit eventually gets cleaned up.
-ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --delete
+ostree refs "fedora-iot:fedora/devel/${arch}/iot" --delete
# delete/add the remote with new options to enable gpg verification
# and to point them at the cdn url
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months
[fedora-kickstarts] branch f36 created (now d05b776)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch f36
in repository fedora-kickstarts.
at d05b776 Branch f36 from rawhide
This branch includes the following new commits:
new d05b776 Branch f36 from rawhide
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.
1 year, 3 months
[fedora-kickstarts] branch f34 updated (97d917e -> dec45e0)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch f34
in repository fedora-kickstarts.
from 97d917e IoT: Update for stable F-34
add dec45e0 KDE size increase
No new revisions were added by this update.
Summary of changes:
fedora-live-kde.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 3 months