[Pkg-javascript-commits] [tools.pkg-javascript.debian.org] 01/01: fix package name in bug template

Leo Iannacone l3on-guest at moszumanska.debian.org
Sat May 10 15:43:17 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository tools.pkg-javascript.debian.org.

commit d7735913a83f3307b6a995a8b2bcde784d1f8f24
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Sat May 10 17:43:09 2014 +0200

    fix package name in bug template
---
 test-require-all-modules.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test-require-all-modules.py b/test-require-all-modules.py
index 6a18683..1178139 100755
--- a/test-require-all-modules.py
+++ b/test-require-all-modules.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 """
 Test if all node-module packages can be installed and
-works fine in nodejs.
+work fine in nodejs.
 
 The test is:
 
@@ -14,7 +14,7 @@ from commands import getstatusoutput
 import os
 
 
-BUG_TEMPLATE = """Package: %(name)s
+BUG_TEMPLATE = """Package: %(package)s
 Severity: grave
 
 Dear maintainer,
@@ -57,6 +57,7 @@ def test_package(package):
             args = {}
             args["code"] = code
             args["name"] = name
+            args["package"] = package
             fd.write(BUG_TEMPLATE % args)
         result = formatted.format("fail", package)
     finally:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/tools.pkg-javascript.debian.org.git



More information about the Pkg-javascript-commits mailing list