[Blends-commit] [SCM] website branch, master, updated. 3bc4a99576b335a37fb28359e140918e2399a784

Andreas Tille tille at debian.org
Mon Feb 12 16:12:31 UTC 2018


The following commit has been merged in the master branch:
commit 3bc4a99576b335a37fb28359e140918e2399a784
Author: Andreas Tille <tille at debian.org>
Date:   Mon Feb 12 17:12:06 2018 +0100

    Alternatively the perl gitlab api looks convenient

diff --git a/misc/machine_readable/fetch-machine-readable_salsa b/misc/machine_readable/fetch-machine-readable_salsa
index 4f244d3..34ef3cb 100755
--- a/misc/machine_readable/fetch-machine-readable_salsa
+++ b/misc/machine_readable/fetch-machine-readable_salsa
@@ -29,6 +29,9 @@ get_one_page () {
     curl --silent -D $HEADERS_FILE "$SALSA_URL/groups/$SALSA_GROUP_ID/projects?private_token=$SALSA_TOKEN&simple=true&per_page=$PER_PAGE&page=$PAGENO" | jq --raw-output ".[] | .path"
 }
 
+# Alternatively use
+#   gitlab-api-v4 --all group_projects science-team | jq -r '.[].name'
+
 list_salsa_projects () {
   SALSA_GROUP="$1"
   PER_PAGE=100

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list