commands.cfg: Add commands for check_xbps.py
This commit is contained in:
parent
3fefe3383b
commit
18c70c0a12
13
commands.cfg
13
commands.cfg
|
@ -118,6 +118,19 @@ define command {
|
|||
}
|
||||
|
||||
|
||||
### check_xbps.py
|
||||
# check_command check_xbps
|
||||
define command {
|
||||
command_name check_xbps
|
||||
command_line $USER3$/check_xbps.py
|
||||
}
|
||||
# check_command check_xbps
|
||||
define command {
|
||||
command_name check_xbps_syncrepoindex
|
||||
command_line $USER3$/check_xbps.py -S
|
||||
}
|
||||
|
||||
|
||||
### check_zypper.sh
|
||||
# check_command check_zypper
|
||||
define command {
|
||||
|
|
Loading…
Reference in a new issue