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-07-31 14:36:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openSUSE-release-tools" Wed Jul 31 14:36:21 2019 rev:198 rq:719986 version:20190730.07c607e6 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2019-07-30 12:38:24.502941964 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.4126/openSUSE-release-tools.changes 2019-07-31 14:36:23.913866152 +0200 @@ -1,0 +2,13 @@ +Tue Jul 30 07:16:51 UTC 2019 - opensuse-releaseteam@opensuse.org + +- Update to version 20190730.07c607e6: + * Fix parsing of the --no-rebuild option + * Don't pollute Factory dashboard package with powerpc infos + +------------------------------------------------------------------- +Mon Jul 29 17:14:15 UTC 2019 - opensuse-releaseteam@opensuse.org + +- Update to version 20190729.3d7e928c: + * Fix leap 15.2: no problems in a repo wasn't tested :) + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20190729.b3ec5fd8.obscpio New: ---- openSUSE-release-tools-20190730.07c607e6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.uabeTp/_old 2019-07-31 14:36:24.693865754 +0200 +++ /var/tmp/diff_new_pack.uabeTp/_new 2019-07-31 14:36:24.693865754 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20190729.b3ec5fd8 +Version: 20190730.07c607e6 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.uabeTp/_old 2019-07-31 14:36:24.721865740 +0200 +++ /var/tmp/diff_new_pack.uabeTp/_new 2019-07-31 14:36:24.721865740 +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">350027d8f3ac609de25317d9041374e5c7ece326</param> + <param name="changesrevision">e073e7faa92d2aced24838741898233d4829dead</param> </service> </servicedata> ++++++ openSUSE-release-tools-20190729.b3ec5fd8.obscpio -> openSUSE-release-tools-20190730.07c607e6.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190729.b3ec5fd8/gocd/rebuild-trigger.gocd.yaml new/openSUSE-release-tools-20190730.07c607e6/gocd/rebuild-trigger.gocd.yaml --- old/openSUSE-release-tools-20190729.b3ec5fd8/gocd/rebuild-trigger.gocd.yaml 2019-07-29 18:26:30.000000000 +0200 +++ new/openSUSE-release-tools-20190730.07c607e6/gocd/rebuild-trigger.gocd.yaml 2019-07-30 09:10:38.000000000 +0200 @@ -39,7 +39,7 @@ tasks: - script: |- echo "openSUSE:Factory:PowerPC" - ./project-installcheck.py --debug check --store openSUSE:Factory:Staging/dashboard openSUSE:Factory:PowerPC + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:PowerPC Trigger.Rebuild.Leap.152: group: openSUSE.Checkers lock_behavior: unlockWhenFinished diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190729.b3ec5fd8/osclib/repochecks.py new/openSUSE-release-tools-20190730.07c607e6/osclib/repochecks.py --- old/openSUSE-release-tools-20190729.b3ec5fd8/osclib/repochecks.py 2019-07-29 18:26:30.000000000 +0200 +++ new/openSUSE-release-tools-20190730.07c607e6/osclib/repochecks.py 2019-07-30 09:10:38.000000000 +0200 @@ -116,7 +116,7 @@ if in_problem: reported_problems[package]['output'].append(filter_release(line[2:])) - return reported_problems + return reported_problems def installcheck(directories, arch, whitelist, ignore_conflicts): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190729.b3ec5fd8/project-installcheck.py new/openSUSE-release-tools-20190730.07c607e6/project-installcheck.py --- old/openSUSE-release-tools-20190729.b3ec5fd8/project-installcheck.py 2019-07-29 18:26:30.000000000 +0200 +++ new/openSUSE-release-tools-20190730.07c607e6/project-installcheck.py 2019-07-30 09:10:38.000000000 +0200 @@ -277,14 +277,14 @@ @cmdln.option('--store', help='Project/Package to store the rebuild infos in') @cmdln.option('-r', '--repo', dest='repo', help='Repository to check') - @cmdln.option('--no-rebuild', dest='rebuild', action='store_false', help='Only track issues, do not rebuild') + @cmdln.option('--no-rebuild', dest='norebuild', action='store_true', help='Only track issues, do not rebuild') def do_check(self, subcmd, opts, project): """${cmd_name}: Rebuild packages in rebuild=local projects ${cmd_usage} ${cmd_option_list} """ - self.tool.rebuild = opts.rebuild + self.tool.rebuild = not opts.norebuild self.tool.parse_store(opts.store) self.tool.apiurl = conf.config['apiurl'] self.tool.check(project, opts.repo) ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.uabeTp/_old 2019-07-31 14:36:25.141865525 +0200 +++ /var/tmp/diff_new_pack.uabeTp/_new 2019-07-31 14:36:25.141865525 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20190729.b3ec5fd8 -mtime: 1564417590 -commit: b3ec5fd88f7ac07a41af5242721771cb278cc3e4 +version: 20190730.07c607e6 +mtime: 1564470638 +commit: 07c607e6647cdda8da9e9c2f6b5ef470b861deb3
participants (1)
-
root