Loading archbuild.in +5 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ usage() { echo ' -c Recreate the chroot before building' echo ' -U Do not update chroots before building' echo ' -r <dir> Create chroots in this directory' echo ' -R Repackage (fastpass to makepkg -R)' echo '' echo "Default makechrootpkg args: ${makechrootpkg_args[*]}" echo '' Loading @@ -33,12 +34,15 @@ usage() { orig_argv=("$@") while getopts 'hcr:U' arg; do while getopts 'hcr:UR' arg; do case "${arg}" in c) clean_first=true ;; U) update=false makechrootpkg_args=(-n) ;; r) chroots="$OPTARG" ;; R) update=false clean_first=false makechrootpkg_args=(-n -- -R -f);; *) usage ;; esac done Loading zsh_completion.in +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ m4_include(lib/valid-tags.sh) _archbuild_args=( '-c[Recreate the chroot before building]' '-U[Do not update chroots before building]' '-R[Repackage; fastpass to makepkg -R]' '-r[Create chroots in this directory]:base_dir:_files -/' ) Loading Loading
archbuild.in +5 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ usage() { echo ' -c Recreate the chroot before building' echo ' -U Do not update chroots before building' echo ' -r <dir> Create chroots in this directory' echo ' -R Repackage (fastpass to makepkg -R)' echo '' echo "Default makechrootpkg args: ${makechrootpkg_args[*]}" echo '' Loading @@ -33,12 +34,15 @@ usage() { orig_argv=("$@") while getopts 'hcr:U' arg; do while getopts 'hcr:UR' arg; do case "${arg}" in c) clean_first=true ;; U) update=false makechrootpkg_args=(-n) ;; r) chroots="$OPTARG" ;; R) update=false clean_first=false makechrootpkg_args=(-n -- -R -f);; *) usage ;; esac done Loading
zsh_completion.in +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ m4_include(lib/valid-tags.sh) _archbuild_args=( '-c[Recreate the chroot before building]' '-U[Do not update chroots before building]' '-R[Repackage; fastpass to makepkg -R]' '-r[Create chroots in this directory]:base_dir:_files -/' ) Loading