From 70576b01342053ebfbaba52e88eb3748d643befc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Aug 2017 20:00:48 +0200 Subject: Switch default repository to public --- build-mingw.bat | 4 ++-- build-msvc.bat | 4 ++-- build.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build-mingw.bat b/build-mingw.bat index 09dcdc2..3d23070 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -37,8 +37,8 @@ rem Package repository URL (or path). rem if "_%BUILD2_REPO%_" == "__" ( rem set "BUILD2_REPO=https://stage.build2.org/1" - set "BUILD2_REPO=https://pkg.cppget.org/1/queue" -rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" +rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue" + set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" ) rem Bpkg configuration directory. diff --git a/build-msvc.bat b/build-msvc.bat index 2a2146d..0115b08 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -37,8 +37,8 @@ rem Package repository URL (or path). rem if "_%BUILD2_REPO%_" == "__" ( rem set "BUILD2_REPO=https://stage.build2.org/1" - set "BUILD2_REPO=https://pkg.cppget.org/1/queue" -rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" +rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue" + set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" ) rem Bpkg configuration directory. diff --git a/build.sh b/build.sh index 1e6be06..2a610fc 100755 --- a/build.sh +++ b/build.sh @@ -9,9 +9,9 @@ usage="Usage: $0 [-h|--help] [] " # Package repository URL (or path). # if test -z "$BUILD2_REPO"; then -# BUILD2_REPO="https://stage.build2.org/1" - BUILD2_REPO="https://pkg.cppget.org/1/queue" -# BUILD2_REPO="https://pkg.cppget.org/1/alpha" +# BUILD2_REPO="https://stage.build2.org/1" +# BUILD2_REPO="https://pkg.cppget.org/1/queue" + BUILD2_REPO="https://pkg.cppget.org/1/alpha" fi # Bpkg configuration directory. -- cgit v1.1