index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-packages | 14 |
diff --git a/bin/build-packages b/bin/build-packages index 466779e..a2c98cc 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -43,6 +43,20 @@ usage() { >&2 echo ' Cannot be combined with -l.' >&2 echo ' -x: If package build fails, do not request new assignment(s).' >&2 echo ' Cannot be combined with -l.' + >&2 echo '' + >&2 echo 'known straws (separated by and enclosed in ":", sets of straws separated by " "):' + >&2 echo ' :clean_chroot:' + >&2 echo ' clean the chroot before building' + >&2 echo ' :mirrored_source:' + >&2 echo ' compile from source tarbal from sources.archlinux.org if possible' + >&2 echo ' :mirrored_source_by_hash:' + >&2 echo ' download sources from sources.archlinux32.org by hash if possible' + >&2 echo ' :without_check:' + >&2 echo ' run makepkg with "--no-check"' + >&2 echo ' :with_build_support:' + >&2 echo ' allow using [build-support]' + >&2 echo ' :with_/dev/fuse:' + >&2 echo ' mount /dev/fuse into the chroot' [ -z "$1" ] && exit 1 || exit "$1" } |