[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-806-g770af89
Andreas Beckmann
debian at abeckmann.de
Tue Jun 19 09:43:40 UTC 2012
The following commit has been merged in the develop branch:
commit 770af89f2c8aa6f9731b523ced4b95f17b80f811
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Tue Jun 19 11:35:24 2012 +0200
fix getting distro from upgrade-test-distros[-1]
-master and -report need to look at the "upgrade-test-distros"
key as thats a source for the distro value, too
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/piuparts-master.py b/piuparts-master.py
index 84ffef0..3f3a6a1 100644
--- a/piuparts-master.py
+++ b/piuparts-master.py
@@ -57,6 +57,7 @@ class Config(piupartslib.conf.Config):
"distro": None,
"area": None,
"arch": None,
+ "upgrade-test-distros": None,
},
defaults_section=defaults_section)
diff --git a/piuparts-report.py b/piuparts-report.py
index 62b0dfb..a4fc97e 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -427,6 +427,7 @@ class Config(piupartslib.conf.Config):
"distro": None,
"area": None,
"arch": None,
+ "upgrade-test-distros": None,
"max-reserved": 1,
"doc-root": "/",
},
--
piuparts git repository
More information about the Piuparts-commits
mailing list