abuild: add 'index' subcommand to refresh the abuild repo index

this is a convenience synonym to update_abuildrepo_index
This commit is contained in:
Natanael Copa 2014-09-25 07:43:39 +00:00
parent 046cebc28b
commit aa74d0eccc

View File

@ -1811,6 +1811,7 @@ undeps (){
# compat # compat
installdeps() { deps; } installdeps() { deps; }
uninstalldeps() { undeps; } uninstalldeps() { undeps; }
index() { update_abuildrepo_index; }
all() { all() {
if ! [ -n "$force" ]; then if ! [ -n "$force" ]; then
@ -1917,6 +1918,7 @@ Commands:
cleanpkg Remove already built binary and source package cleanpkg Remove already built binary and source package
deps Install packages listed in makedepends and depends deps Install packages listed in makedepends and depends
fetch Fetch sources to \$SRCDEST and verify checksums fetch Fetch sources to \$SRCDEST and verify checksums
index Regenerate the APKINDEX for abuildrepo
listpkg List target packages listpkg List target packages
package Create package in \$PKGDEST package Create package in \$PKGDEST
prepare Apply patches prepare Apply patches