Skip to content

Commit 54e3609

Browse files
committed
Update repository configuration
1 parent 228cab6 commit 54e3609

56 files changed

Lines changed: 1312 additions & 2642 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.drone/drone.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ echo using zlib : : : ^<warnings^>off ^; >> !BOOST_ROOT!\project-config.jam
4343
REM Customizations
4444
cd
4545
pushd !BOOST_ROOT!\libs
46-
git clone https://github.com/cppalliance/rts -b !BOOST_BRANCH! --depth 1
46+
git clone https://github.com/cppalliance/capy -b !BOOST_BRANCH! --depth 1
4747
popd
4848
pushd !BOOST_ROOT!\libs
4949
git clone https://github.com/cppalliance/buffers -b !BOOST_BRANCH! --depth 1
5050
popd
5151
pushd !BOOST_ROOT!\libs
52-
git clone https://github.com/cppalliance/http_proto -b !BOOST_BRANCH! --depth 1
52+
git clone https://github.com/cppalliance/http -b !BOOST_BRANCH! --depth 1
5353
popd
5454

5555
pushd !BOOST_ROOT!
56-
python tools/boostdep/depinst/depinst.py rts
56+
python tools/boostdep/depinst/depinst.py capy
5757
python tools/boostdep/depinst/depinst.py buffers
58-
python tools/boostdep/depinst/depinst.py http_proto
59-
python tools/boostdep/depinst/depinst.py ws_proto
58+
python tools/boostdep/depinst/depinst.py http
59+
python tools/boostdep/depinst/depinst.py websocket
6060
popd
6161

6262
echo '==================================> COMPILE'

.drone/drone.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ common_install () {
3535

3636
. ./ci/common_install.sh
3737

38-
if [ ! -d "$BOOST_ROOT/libs/rts" ]; then
38+
if [ ! -d "$BOOST_ROOT/libs/capy" ]; then
3939
pushd $BOOST_ROOT/libs
40-
git clone https://github.com/cppalliance/rts -b $BOOST_BRANCH --depth 1
40+
git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
4141
popd
4242
fi
4343

@@ -47,16 +47,16 @@ common_install () {
4747
popd
4848
fi
4949

50-
if [ ! -d "$BOOST_ROOT/libs/http_proto" ]; then
50+
if [ ! -d "$BOOST_ROOT/libs/http" ]; then
5151
pushd $BOOST_ROOT/libs
52-
git clone https://github.com/cppalliance/http_proto -b $BOOST_BRANCH --depth 1
52+
git clone https://github.com/cppalliance/http -b $BOOST_BRANCH --depth 1
5353
popd
5454
fi
5555

5656
pushd $BOOST_ROOT
5757
$pythonexecutable tools/boostdep/depinst/depinst.py buffers
58-
$pythonexecutable tools/boostdep/depinst/depinst.py http_proto
59-
$pythonexecutable tools/boostdep/depinst/depinst.py ws_proto
58+
$pythonexecutable tools/boostdep/depinst/depinst.py http
59+
$pythonexecutable tools/boostdep/depinst/depinst.py websocket
6060
popd
6161
}
6262

@@ -133,9 +133,9 @@ cp -r $DRONE_BUILD_DIR/* libs/$SELF
133133
git submodule update --init --recursive
134134

135135
# Customizations
136-
if [ ! -d "$BOOST_ROOT/libs/rts" ]; then
136+
if [ ! -d "$BOOST_ROOT/libs/capy" ]; then
137137
pushd $BOOST_ROOT/libs
138-
git clone https://github.com/cppalliance/rts -b $BOOST_BRANCH --depth 1
138+
git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
139139
popd
140140
fi
141141

@@ -145,9 +145,9 @@ if [ ! -d "$BOOST_ROOT/libs/buffers" ]; then
145145
popd
146146
fi
147147

148-
if [ ! -d "$BOOST_ROOT/libs/http_proto" ]; then
148+
if [ ! -d "$BOOST_ROOT/libs/http" ]; then
149149
pushd $BOOST_ROOT/libs
150-
git clone https://github.com/cppalliance/http_proto -b $BOOST_BRANCH --depth 1
150+
git clone https://github.com/cppalliance/http -b $BOOST_BRANCH --depth 1
151151
popd
152152
fi
153153

0 commit comments

Comments
 (0)