xbps-src: add update-check.
This commit is contained in:
parent
fbc588a273
commit
60ac25fd1f
3 changed files with 83 additions and 1 deletions
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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue