xbps-src: implement a by_sha256 hash cache
This commit is contained in:
parent
8366f4892a
commit
b30cbd9870
3 changed files with 51 additions and 7 deletions
6
xbps-src
6
xbps-src
|
@ -102,6 +102,9 @@ update-sys
|
|||
update-check <pkgname>
|
||||
Check upstream site of <pkgname> for new releases.
|
||||
|
||||
update-hash-cache
|
||||
Update the hash cache with existing source distfiles.
|
||||
|
||||
zap
|
||||
Removes a masterdir but preserving ccache, distcc and host directories.
|
||||
|
||||
|
@ -697,6 +700,9 @@ case "$XBPS_TARGET" in
|
|||
read_pkg
|
||||
update_check
|
||||
;;
|
||||
update-hash-cache)
|
||||
update_hash_cache
|
||||
;;
|
||||
zap)
|
||||
masterdir_zap
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue