diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 07:26:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 07:26:16 +0200 |
commit | a2346744fd0432bf04563c667137fe6a279b2fb5 (patch) | |
tree | 98b3c2435404d4b39029835c308d279b53a8f446 /buildfile | |
parent | 3054605aac05956124ee907e0948d7ef95d36e8b (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 |