We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede1e1e commit 2e0988dCopy full SHA for 2e0988d
docs/env.sh
@@ -18,6 +18,7 @@
18
# TARGET_WORKSPACE is the workspace directory to keep the sandboxes
19
# TARGET_TOOLKIT controls development package installs
20
# can be unset or one of framebuffer, gtk2, gtk3, qt6
21
+# REPO_BASE_URI sets the base address to git clone from
22
#
23
# The use of HOST and BUILD here is directly comprable to the GCC
24
# usage as described at:
@@ -321,7 +322,7 @@ export NETSURF_GTK_MAJOR
321
322
MAKE=make
323
324
# NetSurf GIT repositories
-NS_GIT="git://git.netsurf-browser.org"
325
+NS_GIT="${REPO_BASE_URI:-git://git.netsurf-browser.org}"
326
327
# Buildsystem: everything depends on this
328
NS_BUILDSYSTEM="buildsystem"
0 commit comments