r18107 - in /scripts/qa: README debianqa.conf-sample

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Mar 28 23:27:20 UTC 2008


Author: gregoa-guest
Date: Fri Mar 28 23:27:19 2008
New Revision: 18107

URL: http://svn.debian.org/wsvn/?sc=1&rev=18107
Log:
document that / is needed for empty package_path and tags_post_path, esp. with svn-bp layout 1

Modified:
    scripts/qa/README
    scripts/qa/debianqa.conf-sample

Modified: scripts/qa/README
URL: http://svn.debian.org/wsvn/scripts/qa/README?rev=18107&op=diff
==============================================================================
--- scripts/qa/README (original)
+++ scripts/qa/README Fri Mar 28 23:27:19 2008
@@ -45,7 +45,12 @@
 repository = svn://svn.debian.org/svn/python-modules/
 packages_path = packages
 post_path = trunk
+track_tags = 1
+tags_path = packages
+tags_post_path = tags
 
+If you don't have a 'packages' directory under your repository root
+use / for both packages_path and tags_post_path.
 
 Layout 2 (pkg-perl example):
 ----------------------------
@@ -62,7 +67,8 @@
 [svn]
 repository = svn://svn.debian.org/svn/pkg-perl/
 packages_path = trunk
-post_path = /
+track_tags = 1
+tags_path = tags
 
 
 First run

Modified: scripts/qa/debianqa.conf-sample
URL: http://svn.debian.org/wsvn/scripts/qa/debianqa.conf-sample?rev=18107&op=diff
==============================================================================
--- scripts/qa/debianqa.conf-sample (original)
+++ scripts/qa/debianqa.conf-sample Fri Mar 28 23:27:19 2008
@@ -22,11 +22,12 @@
 
 [svn]
 repository = svn://svn.debian.org/svn/pkg-foo
+; path before the package name, use / if none
 packages_path = trunk
 ; path after the package name, should be the parent of the "debian/" directory
 ;post_path = trunk
 track_tags = 1
-; path to the directory containing the tags
+; path to the directory containing the tags, use / if none
 tags_path = tags
 ; same as post_path, for tags
 ; tags_post_path = tags




More information about the Pkg-perl-cvs-commits mailing list