diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 15:07:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 15:07:38 +0200 |
commit | 16dc2f8b7675b7853b7b4d1e0011d2fcbb842db1 (patch) | |
tree | 47d65447b68b9473c1c523abc17e7342ecbb42de /buildfile | |
parent | a2346744fd0432bf04563c667137fe6a279b2fb5 (diff) |
Change BUILD2_REPO to point to publicv0.15.0
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,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://pkg.cppget.org/1/alpha" +# 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 # first). |