Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2023-10-26 17:13:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools" Thu Oct 26 17:13:54 2023 rev:509 rq:1120373 version:20231025.4331902 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2023-10-24 20:09:37.691297043 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.24901/openSUSE-release-tools.changes 2023-10-26 17:14:58.585497246 +0200 @@ -1,0 +2,6 @@ +Wed Oct 25 20:23:28 UTC 2023 - opensuse-releaset...@opensuse.org + +- Update to version 20231025.4331902: + * Temporary disable checks for ALP + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20231024.d9ca0bb.obscpio New: ---- openSUSE-release-tools-20231025.4331902.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.kCGRn5/_old 2023-10-26 17:14:59.337524865 +0200 +++ /var/tmp/diff_new_pack.kCGRn5/_new 2023-10-26 17:14:59.337524865 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20231024.d9ca0bb +Version: 20231025.4331902 Release: 0 Summary: Tools to aid in staging and release work for openSUSE/SUSE License: GPL-2.0-or-later AND MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kCGRn5/_old 2023-10-26 17:14:59.377526335 +0200 +++ /var/tmp/diff_new_pack.kCGRn5/_new 2023-10-26 17:14:59.381526481 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param> - <param name="changesrevision">d9ca0bba3f9eff36c935a28a7ae353b3926aaf53</param> + <param name="changesrevision">43319024dffd8cf9193a9905b5b0fd71cc09efa8</param> </service> </servicedata> ++++++ openSUSE-release-tools-20231024.d9ca0bb.obscpio -> openSUSE-release-tools-20231025.4331902.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20231024.d9ca0bb/gocd/alp-stagings.gocd.yaml new/openSUSE-release-tools-20231025.4331902/gocd/alp-stagings.gocd.yaml --- old/openSUSE-release-tools-20231024.d9ca0bb/gocd/alp-stagings.gocd.yaml 2023-10-24 13:38:21.000000000 +0200 +++ new/openSUSE-release-tools-20231025.4331902/gocd/alp-stagings.gocd.yaml 2023-10-25 22:21:13.000000000 +0200 @@ -94,9 +94,9 @@ --staging SUSE:ALP:Source:Standard:1.0:Staging:Y --only-release-packages --force - ALP.Source.Standard.1_0.Staging.A: + ALP.Source.Standard.1_0.Staging.H: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:A + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:H STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -107,7 +107,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:A_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:H_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -162,9 +162,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.B: + ALP.Source.Standard.1_0.Staging.A: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:B + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:A STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -175,7 +175,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:B_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:A_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -194,29 +194,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -230,9 +207,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.C: + ALP.Source.Standard.1_0.Staging.B: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:C + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:B STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -243,7 +220,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:C_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:B_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -262,29 +239,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -298,9 +252,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.D: + ALP.Source.Standard.1_0.Staging.C: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:D + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:C STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -311,7 +265,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:D_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:C_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -330,29 +284,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -366,9 +297,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.E: + ALP.Source.Standard.1_0.Staging.D: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:E + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:D STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -379,7 +310,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:E_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:D_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -398,29 +329,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -434,9 +342,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.F: + ALP.Source.Standard.1_0.Staging.E: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:F + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:E STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -447,7 +355,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:F_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:E_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -466,29 +374,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -502,9 +387,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.G: + ALP.Source.Standard.1_0.Staging.F: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:G + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:F STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -515,7 +400,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:G_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:F_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -534,29 +419,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -570,9 +432,9 @@ done ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success - ALP.Source.Standard.1_0.Staging.H: + ALP.Source.Standard.1_0.Staging.G: environment_variables: - STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:H + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:G STAGING_API: https://api.suse.de OSC_CONFIG: /home/go/config/oscrc-staging-bot group: ALP.Stagings @@ -583,7 +445,7 @@ auto_update: true destination: repos whitelist: - - SUSE:ALP:Source:Standard:1.0:Staging:H_-_standard.yaml + - SUSE:ALP:Source:Standard:1.0:Staging:G_-_standard.yaml scripts: auto_update: true git: https://github.com/openSUSE/openSUSE-release-tools.git @@ -602,29 +464,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -670,29 +509,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -738,29 +554,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: @@ -806,29 +599,6 @@ cd scripts/gocd ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard - Repo.Checker: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Source:Standard:1.0 -s $STAGING_PROJECT - - - Update.000product: - resources: - - repo-checker - tasks: - - script: |- - export PYTHONPATH=$PWD/scripts - cd scripts/gocd - - if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success - else - ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure - exit 1 - fi - Enable.images.repo: resources: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20231024.d9ca0bb/gocd/alp-stagings.gocd.yaml.erb new/openSUSE-release-tools-20231025.4331902/gocd/alp-stagings.gocd.yaml.erb --- old/openSUSE-release-tools-20231024.d9ca0bb/gocd/alp-stagings.gocd.yaml.erb 2023-10-24 13:38:21.000000000 +0200 +++ new/openSUSE-release-tools-20231025.4331902/gocd/alp-stagings.gocd.yaml.erb 2023-10-25 22:21:13.000000000 +0200 @@ -26,7 +26,8 @@ --staging SUSE:ALP:Source:Standard:1.0:Staging:<%= letter %> --only-release-packages --force <% end -%> -<% stagings.each do |letter| %> +<% fullstagings = %w(H) -%> +<% fullstagings.each do |letter| %> ALP.Source.Standard.1_0.Staging.<%= letter %>: environment_variables: STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:<%= letter %> @@ -85,6 +86,53 @@ - Enable.images.repo: resources: + - staging-bot + tasks: + - script: |- + osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build" + export PYTHONPATH=$PWD/scripts + while osc -A $STAGING_API api "/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep 'dirty=.true.'; do + sleep 60 + done + ./scripts/gocd/report-status.py -A $STAGING_API -p $STAGING_PROJECT -n images:enabled -r standard -s success +<% end -%> +<% tmpstagings = %w(A B C D E F G S V Y) -%> +<% tmpstagings.each do |letter| %> + ALP.Source.Standard.1_0.Staging.<%= letter %>: + environment_variables: + STAGING_PROJECT: SUSE:ALP:Source:Standard:1.0:Staging:<%= letter %> + STAGING_API: https://api.suse.de + OSC_CONFIG: /home/go/config/oscrc-staging-bot + group: ALP.Stagings + lock_behavior: unlockWhenFinished + materials: + stagings: + git: git://botmaster.suse.de/suse-repos.git + auto_update: true + destination: repos + whitelist: + - SUSE:ALP:Source:Standard:1.0:Staging:<%= letter %>_-_standard.yaml + scripts: + auto_update: true + git: https://github.com/openSUSE/openSUSE-release-tools.git + whitelist: + - DO_NOT_TRIGGER + destination: scripts + stages: + - Checks: + jobs: + Check.Build.Succeeds: + resources: + - staging-bot + tasks: + - script: |- + export PYTHONPATH=$PWD/scripts + cd scripts/gocd + ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending + ./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard + + - Enable.images.repo: + resources: - staging-bot tasks: - script: |- ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.kCGRn5/_old 2023-10-26 17:15:00.205556745 +0200 +++ /var/tmp/diff_new_pack.kCGRn5/_new 2023-10-26 17:15:00.209556892 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20231024.d9ca0bb -mtime: 1698147501 -commit: d9ca0bba3f9eff36c935a28a7ae353b3926aaf53 +version: 20231025.4331902 +mtime: 1698265273 +commit: 43319024dffd8cf9193a9905b5b0fd71cc09efa8