commit openSUSE-release-tools for openSUSE:Factory
Hello community, here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2019-09-30 15:59:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openSUSE-release-tools" Mon Sep 30 15:59:27 2019 rev:224 rq:733804 version:20190927.6cbf1e6a Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2019-09-27 14:53:46.023934950 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352/openSUSE-release-tools.changes 2019-09-30 15:59:31.693195983 +0200 @@ -1,0 +2,6 @@ +Fri Sep 27 10:15:44 UTC 2019 - opensuse-releaseteam@opensuse.org + +- Update to version 20190927.6cbf1e6a: + * Enable images repo once 000product was updated + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20190926.456b203a.obscpio New: ---- openSUSE-release-tools-20190927.6cbf1e6a.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.GH7Ngr/_old 2019-09-30 15:59:32.429194024 +0200 +++ /var/tmp/diff_new_pack.GH7Ngr/_new 2019-09-30 15:59:32.429194024 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20190926.456b203a +Version: 20190927.6cbf1e6a 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.GH7Ngr/_old 2019-09-30 15:59:32.469193918 +0200 +++ /var/tmp/diff_new_pack.GH7Ngr/_new 2019-09-30 15:59:32.469193918 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param> - <param name="changesrevision">456b203a64f5ed67b1bb2e63f661ff2dc4d37c1e</param> + <param name="changesrevision">101a4c8646a030af471de068040a65624d1fb64c</param> </service> </servicedata> ++++++ openSUSE-release-tools-20190926.456b203a.obscpio -> openSUSE-release-tools-20190927.6cbf1e6a.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190926.456b203a/gocd/pkglistgen_staging.gocd.yaml new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/pkglistgen_staging.gocd.yaml --- old/openSUSE-release-tools-20190926.456b203a/gocd/pkglistgen_staging.gocd.yaml 2019-09-26 18:56:27.000000000 +0200 +++ new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/pkglistgen_staging.gocd.yaml 2019-09-27 12:13:53.000000000 +0200 @@ -1090,6 +1090,13 @@ tasks: - script: |- ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force + + - 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" "Leap.Staging.B": environment_variables: STAGING_PROJECT: openSUSE:Leap:15.2:Staging:B @@ -1136,6 +1143,13 @@ tasks: - script: |- ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force + + - 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" "Leap.Staging.C": environment_variables: STAGING_PROJECT: openSUSE:Leap:15.2:Staging:C @@ -1182,6 +1196,13 @@ tasks: - script: |- ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force + + - 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" "Leap.Staging.D": environment_variables: STAGING_PROJECT: openSUSE:Leap:15.2:Staging:D @@ -1228,6 +1249,13 @@ tasks: - script: |- ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force + + - 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" "Leap.Staging.E": environment_variables: STAGING_PROJECT: openSUSE:Leap:15.2:Staging:E @@ -1275,3 +1303,10 @@ - script: |- ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force + - 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" + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190926.456b203a/gocd/pkglistgen_staging.gocd.yaml.erb new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/pkglistgen_staging.gocd.yaml.erb --- old/openSUSE-release-tools-20190926.456b203a/gocd/pkglistgen_staging.gocd.yaml.erb 2019-09-26 18:56:27.000000000 +0200 +++ new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/pkglistgen_staging.gocd.yaml.erb 2019-09-27 12:13:53.000000000 +0200 @@ -153,4 +153,11 @@ tasks: - script: |- ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force + + - 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" <% end %> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190926.456b203a/gocd/sle15sp2-stagings.gocd.yaml new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/sle15sp2-stagings.gocd.yaml --- old/openSUSE-release-tools-20190926.456b203a/gocd/sle15sp2-stagings.gocd.yaml 2019-09-26 18:56:27.000000000 +0200 +++ new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/sle15sp2-stagings.gocd.yaml 2019-09-27 12:13:53.000000000 +0200 @@ -149,6 +149,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.B: environment_variables: @@ -205,6 +213,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.C: environment_variables: @@ -261,6 +277,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.D: environment_variables: @@ -317,6 +341,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.E: environment_variables: @@ -373,6 +405,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.F: environment_variables: @@ -429,6 +469,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.G: environment_variables: @@ -485,6 +533,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.H: environment_variables: @@ -541,6 +597,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.S: environment_variables: @@ -597,6 +661,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.V: environment_variables: @@ -653,6 +725,14 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + SLE15.SP2.Staging.Y: environment_variables: @@ -709,4 +789,12 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190926.456b203a/gocd/sle15sp2-stagings.gocd.yaml.erb new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/sle15sp2-stagings.gocd.yaml.erb --- old/openSUSE-release-tools-20190926.456b203a/gocd/sle15sp2-stagings.gocd.yaml.erb 2019-09-26 18:56:27.000000000 +0200 +++ new/openSUSE-release-tools-20190927.6cbf1e6a/gocd/sle15sp2-stagings.gocd.yaml.erb 2019-09-27 12:13:53.000000000 +0200 @@ -82,4 +82,12 @@ ./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure exit 1 fi + + - 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" + <% end -%> ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.GH7Ngr/_old 2019-09-30 15:59:32.989192534 +0200 +++ /var/tmp/diff_new_pack.GH7Ngr/_new 2019-09-30 15:59:32.993192524 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20190926.456b203a -mtime: 1569516987 -commit: 456b203a64f5ed67b1bb2e63f661ff2dc4d37c1e +version: 20190927.6cbf1e6a +mtime: 1569579233 +commit: 6cbf1e6ac27e150c1c69c49450ce901dade35153
participants (1)
-
root