diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-19 11:44:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-19 11:44:47 +0200 |
commit | de42e459250544b6cf41168b767b0abc0bfd63fa (patch) | |
tree | 1c8c9d864f5ecd2b864149e73915e635a20ae03f /buildfile | |
parent | 39702966d0f1ea48482b76e9fde95a7e9e5dbf30 (diff) |
Change BUILD2_REPO to point to publicv0.14.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). |