xbps-src: add update-check.

This commit is contained in:
Christian Neukirchen 2014-10-31 20:43:30 +01:00
parent fbc588a273
commit 60ac25fd1f
3 changed files with 83 additions and 1 deletions

View file

@ -95,6 +95,9 @@ update-bulk
update-sys
Rebuilds all packages in your system that are outdated and updates them.
update-check <pkgname>
Check upstream site of <pkgname> for new releases.
zap
Removes a masterdir but preserving ccache, distcc and host directories.
@ -638,6 +641,10 @@ case "$XBPS_TARGET" in
update-sys)
bulk_update -i
;;
update-check)
read_pkg
update_check
;;
zap)
masterdir_zap
;;