[Git][reproducible-builds/reprotest][master] 4 commits: Fix --extra-build

Mattia Rizzolo gitlab at salsa.debian.org
Wed Aug 8 22:52:04 CEST 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / reprotest


Commits:
65960de1 by Ryan Scott at 2018-08-08T18:36:38Z
Fix --extra-build

- - - - -
bccb40a7 by Mattia Rizzolo at 2018-08-08T20:49:07Z
Init changelog for 0.7.9

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
c58640b7 by Mattia Rizzolo at 2018-08-08T20:49:41Z
d/control: Bump Standards-Version to 4.2.0, no changes needed.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
8fb39b77 by Mattia Rizzolo at 2018-08-08T20:49:54Z
Merge branch 'master' of salsa.debian.org:RyanGlScott-guest/reprotest

MR: https://salsa.debian.org/reproducible-builds/reprotest/merge_requests/2
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


3 changed files:

- debian/changelog
- debian/control
- reprotest/__init__.py


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+reprotest (0.7.9) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * WIP - changelog autogenerated before release.
+
+ -- Mattia Rizzolo <mattia at debian.org>  Wed, 08 Aug 2018 22:48:41 +0200
+
 reprotest (0.7.8) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.o
 Uploaders: Ceridwen <ceridwenv at gmail.com>, Ximin Luo <infinity0 at debian.org>
 Section: devel
 Priority: optional
-Standards-Version: 4.1.5
+Standards-Version: 4.2.0
 Rules-Requires-Root: no
 Build-Depends:
  debhelper (>= 11),


=====================================
reprotest/__init__.py
=====================================
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -771,7 +771,8 @@ def run(argv, dry_run=None):
             source_pattern = values.source_pattern + (" " + source_pattern if source_pattern else "")
 
     # Variations args
-    specs = [get_main_spec(parsed_args)]
+    spec = get_main_spec(parsed_args)
+    specs = [spec]
     if parsed_args.auto_build:
         check_func = check_auto
     elif parsed_args.env_build:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/compare/6dfd75219de4c6abc5ec4f1d59d0ba17c194b9c3...8fb39b77f9e2b9c870a4dcb8ef67ad25ac129327

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/compare/6dfd75219de4c6abc5ec4f1d59d0ba17c194b9c3...8fb39b77f9e2b9c870a4dcb8ef67ad25ac129327
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180808/4c777c1e/attachment.html>


More information about the rb-commits mailing list