From 7a9683a07bf350d88c5228cf1ff1f801bc063e17 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 17 May 2019 22:38:25 +0200 Subject: abuild usage fix: fetch does not verify sources Replace text in usage description of fetch that claims to verify sources with a suggestion to use 'abuild fetch verify', which will actually verify them. 'abuild fetch' alone will not verify sources, as it only executes the fetch() function. --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index ce27068..61f1265 100644 --- a/abuild.in +++ b/abuild.in @@ -2530,7 +2530,7 @@ usage() { cleanoldpkg Remove binary packages except current version cleanpkg Remove already built binary and source package deps Install packages listed in makedepends and depends - fetch Fetch sources to \$SRCDEST and verify checksums + fetch Fetch sources to \$SRCDEST (consider: 'abuild fetch verify') index Regenerate indexes in \$REPODEST listpkg List target packages package Install project into $pkgdir -- cgit v1.2.3