From bb40be1a6bc982b39d7c40aafeeaeeeeabbe2910 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 29 2022 17:10:36 +0000 Subject: correct syntax error in sync-latest-container-base script Signed-off-by: Kevin Fenzi --- diff --git a/mail-templates/01-mass-rebuild-start.txt b/mail-templates/01-mass-rebuild-start.txt index 85be237..3b71762 100644 --- a/mail-templates/01-mass-rebuild-start.txt +++ b/mail-templates/01-mass-rebuild-start.txt @@ -1,21 +1,21 @@ Hi all, -Per the Fedora fN schedule[1] we have started a mass rebuild -on YYYY-MM-DD for Fedora fN. We are running this mass rebuild +Per the Fedora f37 schedule[1] we have started a mass rebuild +on 2022-07-20 for Fedora f37. We are running this mass rebuild for the changes listed in: https://pagure.io/releng/issues?status=Open&tags=mass+rebuild -This mass rebuild will be done in a side tag (fN-rebuild) and merged +This mass rebuild will be done in a side tag (f37-rebuild) and merged when completed. Failures can be seen -https://kojipkgs.fedoraproject.org/mass-rebuild/fN-failures.html - +https://kojipkgs.fedoraproject.org/mass-rebuild/f37-failures.html + Things still needing rebuilding -https://kojipkgs.fedoraproject.org/mass-rebuild/fN-need-rebuild.html - +https://kojipkgs.fedoraproject.org/mass-rebuild/f37-need-rebuild.html + FTBFS (Fails To Build From Source) bugs will be filed shortly after the mass rebuild is complete. @@ -23,12 +23,15 @@ the mass rebuild is complete. Please be sure to let releng know if you see any bugs in the reporting. You can contact releng in #fedora-releng channel on Libera.Chat, the #releng:fedoraproject.org room on Matrix, or by dropping an email -to our list[2] or filing an issue in pagure[3] +to our list[2] or filing an issue in pagure[3]. + +This email template is also in https://pagure.io/releng if you wish to +propose improvements or changes to it. Regards, Fedora Release Engineering -[1] https://fedorapeople.org/groups/schedule/f-N/f-N-key-tasks.html +[1] https://fedorapeople.org/groups/schedule/f-37/f-37-key-tasks.html [2] https://lists.fedoraproject.org/admin/lists/rel-eng.lists.fedoraproject.org/ [3] https://pagure.io/releng/ diff --git a/scripts/sigulsign_unsigned.py b/scripts/sigulsign_unsigned.py index 1b1e644..4f8981f 100755 --- a/scripts/sigulsign_unsigned.py +++ b/scripts/sigulsign_unsigned.py @@ -69,6 +69,7 @@ KEYS = { 'fedora-32': {'id': '12c944d0', 'v3': True}, 'fedora-33': {'id': '9570ff31', 'v3': True}, 'fedora-34': {'id': '45719a39', 'v3': True}, + 'fedora-37': {'id': '5323552a', 'v3': True}, 'fedora-infra': {'id': '47dd8ef9', 'v3': True}, 'fedora-10-testing': {'id': '0b86274e', 'v3': False}, 'epel-5': {'id': '217521f6', 'v3': False}, diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index 63dc55b..c81b23f 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -77,7 +77,7 @@ fi # if [[ ${1} -gt "$current_rawhide" ]]; then printf "ERROR: VERSION HIGHER THAN RAWHIDE" - exit(1) + exit 1 fi minimal_build_name=$(koji -q latest-build --type=image f${1}-updates-candidate Fedora-Container-Minimal-Base | awk '{print $1}')