summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-25 07:43:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-25 07:50:19 +0000
commitaa74d0eccc64dfafa27c44819ac17b4d95762f27 (patch)
tree49a13841096f9407337871dd859db9a92c28d66b
parent046cebc28b05a1441a602424a00d11731e54fe0d (diff)
downloadabuild-aa74d0eccc64dfafa27c44819ac17b4d95762f27.tar.bz2
abuild-aa74d0eccc64dfafa27c44819ac17b4d95762f27.tar.xz
abuild: add 'index' subcommand to refresh the abuild repo index
this is a convenience synonym to update_abuildrepo_index
-rw-r--r--abuild.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/abuild.in b/abuild.in
index d5b6c4f..c14b09e 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1811,6 +1811,7 @@ undeps (){
# compat
installdeps() { deps; }
uninstalldeps() { undeps; }
+index() { update_abuildrepo_index; }
all() {
if ! [ -n "$force" ]; then
@@ -1917,6 +1918,7 @@ Commands:
cleanpkg Remove already built binary and source package
deps Install packages listed in makedepends and depends
fetch Fetch sources to \$SRCDEST and verify checksums
+ index Regenerate the APKINDEX for abuildrepo
listpkg List target packages
package Create package in \$PKGDEST
prepare Apply patches