[Qa-jenkins-scm] [jenkins.debian.net] 01/07: reproducible Debian: correct syntax for Python 3.

Holger Levsen holger at layer-acht.org
Mon Nov 7 17:13:30 UTC 2016


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit efa0357d983ac5e029b989ae1a5a1cace9f28588
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Nov 7 13:23:37 2016 +0000

    reproducible Debian: correct syntax for Python 3.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_create_meta_pkg_sets.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 7a01ef7..c8fdeba 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -41,7 +41,7 @@ with open(sys.argv[1]) as fd:
 				print(pkgname, end='|')
 				seen[pkgname] = True
 	except:
-		print "Warning: something went wrong while parsing the build manifest as YAML file."
+		print("Warning: something went wrong while parsing the build manifest as YAML file.")
 
 EOF
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list