From 2f1c1577e74c36d17aa9f8956e95c42018c71925 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Tue, 17 Dec 2019 00:10:01 +0100 Subject: add option to export tarballs with upstream signature Add option `--upstream-signatures=[on|auto|off]` to export-orig. Add option `--git-upstream-signatures=[on|auto|off]` to buildpackage. Closes: 872864 --- gbp/scripts/push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/scripts/push.py') diff --git a/gbp/scripts/push.py b/gbp/scripts/push.py index c897396e..8233ace8 100755 --- a/gbp/scripts/push.py +++ b/gbp/scripts/push.py @@ -164,7 +164,7 @@ def main(argv): to_push['refs'].append((ref, get_push_src(repo, ref, utag))) if options.pristine_tar: - commit = repo.get_pristine_tar_commit(source) + commit, _ = repo.get_pristine_tar_commit(source) if commit: ref = 'refs/heads/pristine-tar' to_push['refs'].append((ref, get_push_src(repo, ref, commit))) -- cgit v1.2.3