aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/do-fetch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 00-distfiles.sh: fix status phrasingAndrew Benson2020-05-101-1/+1
* common: retry ftp download during CIPiotr Wójcik2020-02-111-4/+15
* 00-distfiles.sh: fix bsdtar contents checksum (@)Jürgen Buchmüller2020-01-061-8/+5
* hooks: 00-distfiles.sh: detect bsdtar and then tar (GNU).Juan RP2020-01-051-3/+14
* xbps-src: base-chroot-v2 (reduce artifacts/deps)Juan RP2020-01-051-2/+2
* 00-distfiles: avoid useless use of catmaxice82019-04-151-8/+8
* xbps-src: reduce basename(1) usage.Juan RP2019-04-141-2/+5
* hooks/do-fetch/00-distfiles.sh: use fetch_cmd instead of XBPS_FETCH_CMDmaxice82019-01-211-3/+3
* hook/do-extract: support extracting .crate filesRasmus Thomsen2018-11-021-1/+2
* hooks/do-extract: support extracting .gem files with gem unpack.maxice82018-10-271-0/+4
* hooks/do-fetch/00-distfiles.sh: contents checksumJürgen Buchmüller2018-03-021-12/+116
* 00-distfiles.sh: avoid unnecessary second loopJürgen Buchmüller2015-11-051-5/+10
* 00-distfiles.sh: add code to purge wrong checksumJürgen Buchmüller2015-11-031-1/+19
* xbps-src: replace basename(1) with ${var##*/}.Juan RP2015-09-111-1/+1
* distfiles mirror: try $curfile first (renamed)Jürgen Buchmüller2015-09-041-2/+2
* Implement XBPS_DISTFILES_MIRROR (second try)Jürgen Buchmüller2015-08-311-4/+49
* 00-distfiles: fix hard link existence testjbu2015-07-061-1/+1
* xbps-src: implement a by_sha256 hash cachejbu2015-07-041-7/+33
* hooks/do-fetch/distfiles: do not strip '>*' in url, pass it as is.Juan RP2014-03-121-2/+1
* hooks/do-fetch/distfiles: simplify the code considerably.Juan RP2014-03-121-74/+33
* common/hooks/do-fetch: support 'xbps-uhelper fetch's new '>'-destfile syntax.Enno Boland2014-03-121-2/+3
* hooks/do-fetch/00-distfiles: fix previous again.Juan RP2014-03-071-3/+8
* hooks/do-fetch/00-distfiles: improve previous to handle all cases.Juan RP2014-03-071-3/+3
* hooks/do-fetch/00-distfiles: error out if distfiles aren't verified (found by...Juan RP2014-03-071-0/+4
* common/hooks/do-fetch: 00-distfiles: disable trap on ERR to fix autobuild iss...Juan RP2014-03-051-0/+3
* common/hooks: add support for do-<phase> hooks as suggested by Gottox.Juan RP2014-03-052-0/+102