diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 14:01:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 14:01:14 +0200 |
commit | aaaf4371fb6b2ecd844a61af0749c3436bb17eed (patch) | |
tree | de25eb6e10641c4d29dfa6a50585a0e962b003b7 /buildfile | |
parent | 8f7f2b789ddb6c0d49749e56b16d5afe02ef12eb (diff) |
Change BUILD2_REPO to point to queue
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ assert ($build.meta_operation == 'dist' || \ # Package repository URL (or path). # -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" # @@ Note that the project directories order is important (prerequisites go |