[Piuparts-devel] pull: feature/cleanup-report-doc-root
Holger Levsen
holger at layer-acht.org
Mon Jun 18 08:53:02 UTC 2012
Hi Andreas,
On Montag, 18. Juni 2012, Andreas Beckmann wrote:
> Andreas Beckmann (4):
> update piuparts.conf documentation
> p-r: document and set doc-root
> p-r: cleanup 5cf23a1f2ea20e9d7077e693bf648d302716a228
> p-r: cleanup main
> This will get tested at the 12:00 run ...
it seems you forgot to push this one?!
Also I'm currently testing this patch:
commit f03bc3979628dac4d94d06d70a8c7818f8b23f05
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 18 10:30:55 2012 +0200
piuparts-report.py: make doc_root default to "/".
diff --git a/debian/changelog b/debian/changelog
index dc51429..9ca26be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ piuparts (0.45) UNRELEASED; urgency=low
now. Update documentation accordingly.
* Further split packaging into piuparts-master, piuparts-slave and
piuparts-common binary packages. (Closes: #585861)
+ * piuparts-report.py: make doc_root default to "/".
[ David Steele ]
* Remove debian/postinst as it was only dealing with lenny time area
diff --git a/piuparts-report.py b/piuparts-report.py
index 7ff0d8a..9c02d11 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -424,7 +424,7 @@ class Config(piupartslib.conf.Config):
"master-directory": ".",
"description": "",
"max-reserved": 1,
- "doc-root": "/piuparts/",
+ "doc-root": "/",
},
defaults_section=defaults_section)
cheers,
Holger
More information about the Piuparts-devel
mailing list