diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 16:10:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 16:10:25 +0200 |
commit | f02df72c9f45958ca374a641cdd79a8f938abc63 (patch) | |
tree | d0275e139802ff6b37ad99399d02ef4ee71f8c0d /build.sh | |
parent | 78f0c9fe23c27cebbc451c47df890463d069ce5b (diff) |
Change BUILD2_REPO to point to queue
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |