1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-15 05:45:03 -05:00
pacman/scripts/libmakepkg/source
Florian Pritz a671fa497c makepkg: Output full URL in case of download failure
Most entries in $sources contain variables so finding out why a URL
fails to download is hard because one has to manually replace the
variables when looking at the PKGBUILD. Simply output the full URL here
so that it can be easily seen what is wrong.

Old:
==> ERROR: Failure while downloading example-1.2.4.tar.gz

New:
==> ERROR: Failure while downloading http://example.org/releases/1.1/example-1.2.4.tar.gz

With the new format it is much more obvious that the directory name is
the culprint (1.1 vs 1.2) while the old one would not display that
information.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Allan McRae <allan@archlinux.org>
2015-12-15 20:34:30 +10:00
..
bzr.sh.in Remove space before ellipses 2015-10-19 13:48:56 +10:00
file.sh.in makepkg: Output full URL in case of download failure 2015-12-15 20:34:30 +10:00
git.sh.in libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00
hg.sh.in libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00
local.sh.in libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00
svn.sh.in libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00