diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 13:03:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 13:03:14 +0200 |
commit | 39702966d0f1ea48482b76e9fde95a7e9e5dbf30 (patch) | |
tree | 9d9ec4ffe5ec109b39895ba55bb8fbf371c8b843 | |
parent | 0fde36458ffa5a02d82826fad498f3bbba70c9c0 (diff) |
Change BUILD2_REPO to point to queue
-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 |