Mercurial > treepkg
diff README @ 78:9a602d8eaa60
initial revision of the subversion repository
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 24 Apr 2012 17:13:43 +0200 |
parents | 26a617c0f76b |
children | 91deff3db739 |
line wrap: on
line diff
--- a/README Tue Apr 17 13:06:59 2007 +0200 +++ b/README Tue Apr 24 17:13:43 2012 +0200 @@ -102,10 +102,10 @@ above), you can create the directories, the pbuilder configuration and the chroot environment with the script initpbuilder.py like this: - ./initpbuilder.py --mirrorsite=<URL of preferred debian mirror> + bin/initpbuilder.py --mirrorsite=<URL of preferred debian mirror> You can specify some more mirrors with the --othermirror option. For -more information run "./initpbuilder.py --help" and consult the pbuilder +more information run "bin/initpbuilder.py --help" and consult the pbuilder documentation. @@ -123,7 +123,7 @@ The default configuration should be OK in most cases. If you want you can customize it in cherrypy.cfg. Start the web front-end with - ./starttreepkgweb.py + bin/starttreepkgweb.py starttreepkgweb has some options to specify which configuration files to use. @@ -137,11 +137,12 @@ the files with createstaticweb.py and copies the files from the tree packager host to a third host. -The config file for publishstaticweb.py is demostaticweb.cfg. Copy this -file to staticweb.cfg and adapt it to your system. The comments in the -file describe the options. Afterwards, run the script with +The configuration file for publishstaticweb.py is demostaticweb.cfg. +Copy this file to staticweb.cfg and adapt it to your system. The +comments in the file describe the options. Afterwards, run the script +with - ./publishstaticweb.py + bin/publishstaticweb.py Running the Tree Packager @@ -149,16 +150,16 @@ After configuration, run the tree packager with - ./runtreepkg.py [options] [packager...] + bin/runtreepkg.py [options] [packager...] For each packager listed on the command line -- or all configured -packagers if none are given -- the tree packager checks our or updates +packagers if none are given -- the tree packager checks out or updates the sources and builds binary packages if the new revision hasn't been packaged yet. If the option --once has been given, the tree packager exits after it has checked each packager once. Without it, the check is done -repeatedly. The interval between two checks can be set in the config +repeatedly. The interval between two checks can be set in the configuration file. Call runtreepkg.py with the --help option to see a list of the available