summaryrefslogtreecommitdiffstats
path: root/plugins/url_check_ng/README
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/url_check_ng/README')
-rw-r--r--plugins/url_check_ng/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/url_check_ng/README b/plugins/url_check_ng/README
new file mode 100644
index 000000000..f29656fd8
--- /dev/null
+++ b/plugins/url_check_ng/README
@@ -0,0 +1,27 @@
+# new urlcheck version, which uses m2b environment
+# for faster processing. This will speed up processing
+# ( ~about 30 seconds to 5 minutes ).
+
+Usage: main OPTIONS
+
+ --help, -h this help
+ --check-all, -a check ALL packages
+
+plugins/url_check_ng/main checks the availability of all
+needed source packages for the current project configuration.
+By default, packages will only be checked, if the
+corresponding switch in ptxdistrc is set to "y" (enabled
+in 'ptxdist menuconfig')
+
+Usage:
+
+<full_path>/plugins/url_check_ng/main [--help | --check-all ]
+
+OR
+
+user@host:YourPTXdistProject$ ptxdist make plugin-url_check_ng
+
+PTXdist will will try to find the plugin in
+a) $PTXDIST_WORKSPACE/plugins
+b) $PTXDIST_TOPDIR/plugins
+