xbps-src: add update-check.
This commit is contained in:
7
xbps-src
7
xbps-src
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user