[fedora-kickstarts] branch master updated (131fea8 -> 98d51b3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch master
in repository fedora-kickstarts.
from 131fea8 IoT: Update gpg key config
add 98d51b3 libcrypt was dropped a while back.
No new revisions were added by this update.
Summary of changes:
fedora-container-common.ks | 1 -
fedora-modular-disk-minimal.ks | 1 -
2 files changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch master updated: IoT: Update gpg key config
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new 131fea8 IoT: Update gpg key config
131fea8 is described below
commit 131fea8a69c47ccfce60e780e32e40f25c993cf2
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Fri Aug 30 07:17:56 2019 +0100
IoT: Update gpg key config
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 74a6eb1..dc0d823 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -55,7 +55,7 @@ ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --delete
# delete/add the remote with new options to enable gpg verification
# and to point them at the cdn url
ostree remote delete fedora-iot
-ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-primary --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot'
+ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/ --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot'
# We're getting a stray console= from somewhere, work around it
rpm-ostree kargs --delete=console=tty0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch f31 updated: IoT: set up for branched content
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 658bfc9 IoT: set up for branched content
658bfc9 is described below
commit 658bfc9ec08cad9a268c6e7069f6e00709e57dd5
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Fri Aug 30 07:15:52 2019 +0100
IoT: set up for branched content
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 74a6eb1..a0a63ba 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/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
@@ -43,19 +43,19 @@ 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
ostree remote delete fedora-iot
-ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-primary --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot'
+ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/ --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot'
# We're getting a stray console= from somewhere, work around it
rpm-ostree kargs --delete=console=tty0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch master updated (02376ea -> f83d5db)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch master
in repository fedora-kickstarts.
from 02376ea Explicitly install systemd in the image.
add f83d5db Include fedora-release-kde in fedora-kde-common (#1720311)
No new revisions were added by this update.
Summary of changes:
fedora-kde-common.ks | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch f31 updated (eadd5cd -> 2820900)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch f31
in repository fedora-kickstarts.
from eadd5cd Explicitly install systemd in the image.
add 2820900 Include fedora-release-kde in fedora-kde-common (#1720311)
No new revisions were added by this update.
Summary of changes:
fedora-kde-common.ks | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch master updated (1463abb -> 02376ea)
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 1463abb Add fedora-disk-xfce.ks
add 02376ea Explicitly install systemd in the image.
No new revisions were added by this update.
Summary of changes:
fedora-container-common.ks | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch f31 updated (c90b308 -> eadd5cd)
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 c90b308 Add fedora-disk-xfce.ks to f31
add eadd5cd Explicitly install systemd in the image.
No new revisions were added by this update.
Summary of changes:
fedora-container-common.ks | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch f31 updated (64ea370 -> c90b308)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch f31
in repository fedora-kickstarts.
from 64ea370 Prepare for branching f31 from rawhide
add c90b308 Add fedora-disk-xfce.ks to f31
No new revisions were added by this update.
Summary of changes:
fedora-disk-workstation.ks => fedora-disk-xfce.ks | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
copy fedora-disk-workstation.ks => fedora-disk-xfce.ks (63%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months
[fedora-kickstarts] branch master updated (472602b -> 1463abb)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch master
in repository fedora-kickstarts.
from 472602b Revert deleting the tzdata from the container base image.
add 1463abb Add fedora-disk-xfce.ks
No new revisions were added by this update.
Summary of changes:
fedora-disk-workstation.ks => fedora-disk-xfce.ks | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
copy fedora-disk-workstation.ks => fedora-disk-xfce.ks (63%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 9 months