|
@@ -54,9 +54,9 @@ if [[ -n "$INVERCARGILL_JSON_TAG" ]]; then
|
|
|
fi
|
|
fi
|
|
|
if [[ ! -d "$SOURCES_DIR/Invercargill-Json" ]]; then
|
|
if [[ ! -d "$SOURCES_DIR/Invercargill-Json" ]]; then
|
|
|
echo " Cloning Invercargill-Json..."
|
|
echo " Cloning Invercargill-Json..."
|
|
|
- git clone --depth 1 "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://git.sr.ht/~tilo15/Invercargill-Json "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
|
|
|
|
|
|
|
+ git clone --depth 1 "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://fabrica.unitatem.net/Tilo15/Invercargill-Json.git "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
|
|
|
echo "Warning: Could not clone Invercargill-Json, will try without --depth 1"
|
|
echo "Warning: Could not clone Invercargill-Json, will try without --depth 1"
|
|
|
- git clone "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://git.sr.ht/~tilo15/Invercargill-Json "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
|
|
|
|
|
|
|
+ git clone "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://fabrica.unitatem.net/Tilo15/Invercargill-Json.git "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
|
|
|
echo "Error: Could not clone Invercargill-Json repository"
|
|
echo "Error: Could not clone Invercargill-Json repository"
|
|
|
exit 1
|
|
exit 1
|
|
|
}
|
|
}
|