[dpkg] 01/03: Continue to support --buildinfo-identifier as an override for --buildinfo-id, as jenkins is using it atm

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to annotated tag pu/1.18.12.0_reproducible1
in repository dpkg.

commit d8f26951dd1b6a93778055403e8315eab357601d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Sep 20 22:15:56 2016 +0000

    Continue to support --buildinfo-identifier as an override for --buildinfo-id, as jenkins is using it atm
---
 scripts/dpkg-buildpackage.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl
index b1d644d..abf3744 100755
--- a/scripts/dpkg-buildpackage.pl
+++ b/scripts/dpkg-buildpackage.pl
@@ -237,6 +237,8 @@ while (@ARGV) {
 	$hook{$hook_name} = $hook_cmd;
     } elsif (/^--buildinfo-id=(.*)$/) {
 	$buildinfo_id = $1;
+    } elsif (/^--buildinfo-identifier=(.*)$/) {
+	$buildinfo_id = $1;
     } elsif (/^(?:-p|--sign-command=)(.*)$/) {
 	$signcommand = $1;
     } elsif (/^(?:-k|--sign-key=)(.*)$/) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list