Browse Source

commands.cfg: Add commands for check_xbps.py

Sven Velt 8 years ago
parent
commit
18c70c0a12
1 changed files with 13 additions and 0 deletions
  1. 13 0
      commands.cfg

+ 13 - 0
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 {