From aa74d0eccc64dfafa27c44819ac17b4d95762f27 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 25 Sep 2014 07:43:39 +0000 Subject: abuild: add 'index' subcommand to refresh the abuild repo index this is a convenience synonym to update_abuildrepo_index --- abuild.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3