From: Jean Privat Date: Mon, 7 May 2018 17:56:17 +0000 (-0400) Subject: contrib: add an official nitpm_packages.txt list of repositories X-Git-Url: http://nitlanguage.org contrib: add an official nitpm_packages.txt list of repositories Signed-off-by: Jean Privat --- diff --git a/contrib/nitpm_packages.txt b/contrib/nitpm_packages.txt new file mode 100644 index 0000000..8241884 --- /dev/null +++ b/contrib/nitpm_packages.txt @@ -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 diff --git a/contrib/oot.sh b/contrib/oot.sh index 2864c6a..80c9aa7 100755 --- a/contrib/oot.sh +++ b/contrib/oot.sh @@ -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 diff --git a/contrib/oot.txt b/contrib/oot.txt index 311aa57..8162e35 100644 --- a/contrib/oot.txt +++ b/contrib/oot.txt @@ -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