[fedora-kickstarts] branch main updated (f716f34 -> fe345ff)
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 f716f34 container toolbox more comments
add fe345ff cloud-base: Enable tracer once more
No new revisions were added by this update.
Summary of changes:
fedora-cloud-base.ks | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months, 3 weeks
[fedora-kickstarts] branch main updated: container toolbox more comments
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a commit to branch main
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push:
new f716f34 container toolbox more comments
f716f34 is described below
commit f716f34b6dbca2ee8cbf8c4b6614ae8b644ac7df
Author: Tomas Hrcka <thrcka(a)redhat.com>
AuthorDate: Wed Jul 12 14:51:12 2023 +0200
container toolbox more comments
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
---
fedora-container-toolbox.ks | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks
index 404f544..357842e 100644
--- a/fedora-container-toolbox.ks
+++ b/fedora-container-toolbox.ks
@@ -141,9 +141,9 @@ set -eux
# fi
#done
-if [ "$ret_val" -ne 0 ]; then
- false
-fi
+#if [ "$ret_val" -ne 0 ]; then
+# false
+#fi
# Clean up dnf cache
dnf clean all
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months
[fedora-kickstarts] branch main updated (8eda3b7 -> b41eb6b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch main
in repository fedora-kickstarts.
from 8eda3b7 Remove --excludedocs from toolbox, need of man pages
add b41eb6b container toolbox - make additional packages alphabetically ordered - disable manpage checks
No new revisions were added by this update.
Summary of changes:
fedora-container-toolbox.ks | 96 ++++++++++++++++++++++-----------------------
1 file changed, 48 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months
[fedora-kickstarts] branch main updated (37c6d6a -> 8eda3b7)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch main
in repository fedora-kickstarts.
from 37c6d6a Exclude the previous main Python 3.11 from Python Classroom Lab
add 8eda3b7 Remove --excludedocs from toolbox, need of man pages
No new revisions were added by this update.
Summary of changes:
fedora-container-toolbox.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months
[fedora-kickstarts] branch main updated (4b01281 -> 37c6d6a)
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 4b01281 cloud: drop tracer for now until it's rebuilt
add 37c6d6a Exclude the previous main Python 3.11 from Python Classroom Lab
No new revisions were added by this update.
Summary of changes:
fedora-python-classroom-common.ks | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months
[fedora-kickstarts] branch main updated: cloud: drop tracer for now until it's rebuilt
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch main
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push:
new 4b01281 cloud: drop tracer for now until it's rebuilt
4b01281 is described below
commit 4b01281a76659ab9145c022867860f8c767df32d
Author: Kevin Fenzi <kevin(a)scrye.com>
AuthorDate: Wed Jul 5 16:17:07 2023 -0700
cloud: drop tracer for now until it's rebuilt
Right now python3-dnf-plugins-extras is not rebuilt against python 3.12,
which causes composes to fail. Lets disable this for now and re-enable
it as soon as it's sorted out.
Signed-off-by: Kevin Fenzi <kevin(a)scrye.com>
---
fedora-cloud-base.ks | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 52a3b7d..38ec938 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -62,7 +62,8 @@ reboot
# AND requests a reboot
# AND the packages updated require a reboot.
# https://fedoraproject.org/wiki/Changes/Automatic_Cloud_Reboot_On_Updates
-python3-dnf-plugin-tracer
+# - disable for now as it's not yet rebuilt against python3.12
+#python3-dnf-plugin-tracer
# Don't include the kernel toplevel package since it pulls in
# kernel-modules. We're happy for now with kernel-core.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 1 week