[cpl-plugin-uves] 02/02: Keep all recipes to workaround unload bugs of the recipes
Ole Streicher
olebole at moszumanska.debian.org
Sun Apr 19 10:46:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian-template
in repository cpl-plugin-uves.
commit a3c78cf3279ff64252da6bef1249f448effec7b3
Author: Ole Streicher <olebole at debian.org>
Date: Sun Apr 19 12:38:56 2015 +0200
Keep all recipes to workaround unload bugs of the recipes
---
debian/tests/test-recipe.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/tests/test-recipe.py b/debian/tests/test-recipe.py
index 9c901ab..ead2e62 100755
--- a/debian/tests/test-recipe.py
+++ b/debian/tests/test-recipe.py
@@ -11,6 +11,7 @@ if len(recipes) == 0:
print("No pipeline recipes found")
exit(1)
+r = list()
for rname, versions in recipes:
print("Recipe {0}:".format(rname))
for v in versions:
@@ -21,3 +22,5 @@ for rname, versions in recipes:
print(" Author: {0} <{1}>".format(recipe.__author__.strip(),
recipe.__email__.strip()))
print("\n")
+ r.append(recipe)
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cpl-plugin-uves.git
More information about the debian-science-commits
mailing list