[fedora-kickstarts] branch main updated (1141147 -> 430c739)
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 1141147 arm: aarch64: Copy the generic aarch64 RPi U-Boot over too
add 430c739 Adding the maintainers for eln composes
No new revisions were added by this update.
Summary of changes:
maintainers.toml | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years
[fedora-kickstarts] branch main updated (f76a16b -> 1141147)
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 f76a16b feat: update comp-neuro image
add 1141147 arm: aarch64: Copy the generic aarch64 RPi U-Boot over too
No new revisions were added by this update.
Summary of changes:
fedora-disk-base.ks | 1 +
fedora-iot.ks | 1 +
fedora-modular-disk-minimal.ks | 1 +
3 files changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years
[fedora-kickstarts] tag 0.35.0 created (now f76a16b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to tag 0.35.0
in repository fedora-kickstarts.
at f76a16b (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years
[fedora-kickstarts] tag 0.36.0 created (now f76a16b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to tag 0.36.0
in repository fedora-kickstarts.
at f76a16b (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years
[fedora-kickstarts] branch main updated (88452ac -> f76a16b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from 88452ac Cloud: Azure support
add f76a16b feat: update comp-neuro image
No new revisions were added by this update.
Summary of changes:
fedora-comp-neuro-common.ks | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years
[fedora-kickstarts] branch main updated (eb190a4 -> 88452ac)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
davdunc pushed a change to branch main
in repository fedora-kickstarts.
from eb190a4 i3-spin: drop bightlight as it's retired now.
add 88452ac Cloud: Azure support
No new revisions were added by this update.
Summary of changes:
fedora-cloud-base.ks | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 1 month
[fedora-kickstarts] branch f35 updated: IoT: Update for stable release
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f35
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f35 by this push:
new 410251a IoT: Update for stable release
410251a is described below
commit 410251a8a5854d978e22ca8fc902cc8763a72038
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Mon Nov 1 17:58:38 2021 +0000
IoT: Update for stable release
---
fedora-iot.ks | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 445ca8f..68b8049 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/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
@@ -44,14 +44,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.
2 years, 1 month