1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts/libmakepkg
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
..
lint_package libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00
lint_pkgbuild lint_pkgbuild/variable: increase robustness 2015-11-23 16:03:33 +10:00
source makepkg: Output full URL in case of download failure 2015-12-15 20:34:30 +10:00
tidy libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00
util libmakepkg: Add check_buildoption for distcc and ccache 2015-10-19 14:32:59 +10:00
.gitignore libmakepkg: update .gitignore 2015-09-22 15:11:52 +10:00
lint_package.sh.in libmakepkg: lint_package requires cd_safe 2015-07-20 11:43:27 +10:00
lint_pkgbuild.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
source.sh.in libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00
tidy.sh.in libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00
util.sh.in libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00