aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-07 20:00:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-07 20:00:48 +0200
commit70576b01342053ebfbaba52e88eb3748d643befc (patch)
tree3e69353935d53ddbe0cad4815cfb48d6ccdbbecb /build.sh
parent36e1c284fede4f57dd71c67d0c4ad9f5bd360c0a (diff)
Switch default repository to public0.6.0
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 1e6be06..2a610fc 100755
--- a/build.sh
+++ b/build.sh
@@ -9,9 +9,9 @@ usage="Usage: $0 [-h|--help] [<options>] <cxx>"
# 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"
-# BUILD2_REPO="https://pkg.cppget.org/1/alpha"
+# BUILD2_REPO="https://stage.build2.org/1"
+# BUILD2_REPO="https://pkg.cppget.org/1/queue"
+ BUILD2_REPO="https://pkg.cppget.org/1/alpha"
fi
# Bpkg configuration directory.