contrib: add an official nitpm_packages.txt list of repositories
authorJean Privat <jean@pryen.org>
Mon, 7 May 2018 17:56:17 +0000 (13:56 -0400)
committerJean Privat <jean@pryen.org>
Mon, 7 May 2018 18:43:56 +0000 (14:43 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/nitpm_packages.txt [new file with mode: 0644]
contrib/oot.sh
contrib/oot.txt

diff --git a/contrib/nitpm_packages.txt b/contrib/nitpm_packages.txt
new file mode 100644 (file)
index 0000000..8241884
--- /dev/null
@@ -0,0 +1,6 @@
+# List of official nitpm-compatible repositories
+https://gitlab.com/xymus/gamnit.git
+https://gitlab.com/xymus/hello_nitpm.git
+https://gitlab.com/xymus/nitpm_test_cycle.git
+https://gitlab.com/xymus/nitpm_test_imports.git
+https://gitlab.com/xymus/nitpm_test_versions.git
index 2864c6a..80c9aa7 100755 (executable)
@@ -38,6 +38,7 @@ trymake_oot() {
 cmd="$1"
 shift
 
+process_list() {
 while read -r repo name; do
        [[ "$repo" = "#"* ]] && continue
        [[ "$repo" = "" ]] && continue
@@ -52,4 +53,8 @@ while read -r repo name; do
                ""|help) echo "usage: oot.sh command [arg...]"; exit 0;;
                *) echo >&2 "unknown command: $cmd"; exit 1;;
        esac
-done < oot.txt
+done
+}
+
+process_list < oot.txt
+process_list < nitpm_packages.txt
index 311aa57..8162e35 100644 (file)
@@ -1,4 +1,5 @@
-# List of out-of-tree repositories
+# List of out-of-tree repositories not good enough to be nitpm-compatible
+# but good enough to be in the catalog
 # Format: repo name
 https://github.com/R4PaSs/brewnit.git
 https://gitlab.com/xymus/darpg.git