Mercurial > treepkg
comparison contrib/bin/README @ 542:dc17b62d3cdd
contrib: Added copy-latest-pkgs.py to copy/hardlink latest
packages from the mill to the next higher attention level.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Tue, 11 Jan 2011 17:20:02 +0000 |
parents | fb7a900a649f |
children |
comparison
equal
deleted
inserted
replaced
541:8b49548aa8d4 | 542:dc17b62d3cdd |
---|---|
15 Options: | 15 Options: |
16 -h, --help show this help message and exit | 16 -h, --help show this help message and exit |
17 -v, --verbose verbose output | 17 -v, --verbose verbose output |
18 -d, --dry-run don't remove the old deb files | 18 -d, --dry-run don't remove the old deb files |
19 -k KEEP, --keep=KEEP number of files to keep. Default: 3 | 19 -k KEEP, --keep=KEEP number of files to keep. Default: 3 |
20 | |
21 | |
22 copy-latest-pkgs.py | |
23 ------------------- | |
24 Copies/Hardlinks deb files from snapshots to experimental. | |
25 It performs a check if you run it as user 'saegewerker'. | |
26 By default the files are hardlinked. | |
27 | |
28 Usage: copy-latest-pkgs.py [options] src-dir dst-dir | |
29 | |
30 Options: | |
31 -h, --help show this help message and exit | |
32 -v, --verbose verbose output | |
33 -d, --dry-run don't copy the deb files | |
34 -n, --no-saegewerker Don't force run as 'saegewerker' | |
35 -l, --no-hardlinks copy files instead of hard linking |