aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-18 16:10:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-18 16:10:25 +0200
commitf02df72c9f45958ca374a641cdd79a8f938abc63 (patch)
treed0275e139802ff6b37ad99399d02ef4ee71f8c0d /build.sh
parent78f0c9fe23c27cebbc451c47df890463d069ce5b (diff)
Change BUILD2_REPO to point to queue
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 3e42a06..16ef269 100755
--- a/build.sh
+++ b/build.sh
@@ -8,8 +8,8 @@ usage="Usage: $0 [-h|--help] [<options>] <c++-compiler> [<compile-options>]"
# Package repository URL (or path).
#
if test -z "$BUILD2_REPO"; then
- BUILD2_REPO="https://stage.build2.org/1"
-# BUILD2_REPO="https://pkg.cppget.org/1/queue/alpha"
+# BUILD2_REPO="https://stage.build2.org/1"
+ BUILD2_REPO="https://pkg.cppget.org/1/queue/alpha"
# BUILD2_REPO="https://pkg.cppget.org/1/alpha"
fi