abuild: print url we are fetching

This is useful for debugging
This commit is contained in:
Natanael Copa 2017-07-20 07:58:02 +00:00
parent 1efaa3996e
commit 443fc07c79

View File

@ -311,9 +311,8 @@ sourcecheck() {
uri_fetch() {
local uri="$1"
[ -n "$quiet" ] && opts="-s"
mkdir -p "$SRCDEST"
msg "Fetching $uri"
abuild-fetch -d "$SRCDEST" "$uri"
}
@ -802,8 +801,6 @@ get_maintainer() {
fi
}
check_maintainer() {
get_maintainer
if [ -z "$maintainer" ]; then