build.sh: Update help message

pull/14/head
Jesus Alvarez 12 years ago
parent 0f9d9017bc
commit a2180a9b6e
  1. 27
      build.sh

@ -78,25 +78,14 @@ usage() {
echo echo
echo "Usage: $0 [options] [build chroot [options]] [repo name] [source]" echo "Usage: $0 [options] [build chroot [options]] [repo name] [source]"
echo echo
echo "To update the PKGBUILDS" echo " build.sh -C :: Remove all compiled packages"
echo echo " build.sh update :: Update PKGBUILDS"
echo " build.sh update" echo " build.sh build core -u :: Update and build in core chroot"
echo echo " build.sh build test :: Build in test chroot"
echo "To build in the the regular chroot (core) and perform update:" echo " build.sh update build core -u -c :: Update PKGBUILDs, Update, clean,"
echo echo " and build in core chroot"
echo " build.sh build core -u" echo " build.sh repo core :: Add packages to demz-repo-core"
echo echo " build.sh burp :: Push sources to AUR using Burp"
echo "To build in the the test chroot (test):"
echo
echo " build.sh build test"
echo
echo "To add the packages to demz-core-repo:"
echo
echo " build.sh repo core"
echo
echo " To update and clean the chroot before building: "
echo
echo " build.sh build core -u -c"
} }
get_repo_name_from_shorthand() { get_repo_name_from_shorthand() {

Loading…
Cancel
Save