commands.cfg: Add commands for check_xbps.py

This commit is contained in:
Sven Velt 2016-11-24 21:11:47 +01:00
parent 3fefe3383b
commit 18c70c0a12

View file

@ -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_zypper.sh
# check_command check_zypper # check_command check_zypper
define command { define command {