diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-25 07:43:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-25 07:50:19 +0000 |
commit | aa74d0eccc64dfafa27c44819ac17b4d95762f27 (patch) | |
tree | 49a13841096f9407337871dd859db9a92c28d66b /abuild.in | |
parent | 046cebc28b05a1441a602424a00d11731e54fe0d (diff) | |
download | abuild-aa74d0eccc64dfafa27c44819ac17b4d95762f27.tar.gz abuild-aa74d0eccc64dfafa27c44819ac17b4d95762f27.tar.bz2 abuild-aa74d0eccc64dfafa27c44819ac17b4d95762f27.tar.xz abuild-aa74d0eccc64dfafa27c44819ac17b4d95762f27.zip |
abuild: add 'index' subcommand to refresh the abuild repo index
this is a convenience synonym to update_abuildrepo_index
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |