|
@@ -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 {
|