Skip to content

Commit 0acd724

Browse files
committed
point to original git repositories instead of forks
1 parent 0936343 commit 0acd724

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Benchmark/django_sample/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sudo apt install libsqlite3-dev
33

44
# download and build cinder
5-
git clone https://github.com/mrigankpawagi/cinder && cd cinder
5+
git clone https://github.com/facebookincubator/cinder && cd cinder
66
./configure --enable-loadable-sqlite-extensions && make -j
77
cd ..
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pexpect>4.3
22
pyparsing<3.1,>=2.3.1
3-
https://github.com/mrigankpawagi/django/archive/stable/4.2.x.tar.gz
3+
https://github.com/django/django/archive/stable/4.2.x.tar.gz
44
wagtail>=6.2,<6.3

Benchmark/wagtail/wagtail_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sudo apt install libsqlite3-dev
55

66
# download and build cinder
7-
git clone https://github.com/mrigankpawagi/cinder && cd cinder
7+
git clone https://github.com/facebookincubator/cinder && cd cinder
88
./configure --enable-loadable-sqlite-extensions && make -j
99
cd ..
1010

Benchmark/zulip/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CFLAGS="-I /srv/zulip/cinder/Include"
99
export PATH=$PATH:/home/vagrant/.local/bin
1010

1111
# download and build cinder
12-
git clone https://github.com/mrigankpawagi/cinder && cd cinder
12+
git clone https://github.com/facebookincubator/cinder && cd cinder
1313
./configure --enable-loadable-sqlite-extensions && make -j
1414

1515
# reinstall requirements in static-python

Benchmark/zulip/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo adduser $USER docker
55
# TODO: reboot the system
66

77
# Get Zulip Code
8-
git clone https://github.com/mrigankpawagi/zulip
8+
git clone https://github.com/zulip/zulip
99
cd zulip
1010
git remote add -f upstream https://github.com/zulip/zulip.git
1111

cinder_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sudo apt install libsqlite3-dev
55

66
# download and build cinder
7-
git clone https://github.com/mrigankpawagi/cinder && cd cinder
7+
git clone https://github.com/facebookincubator/cinder && cd cinder
88
./configure --enable-loadable-sqlite-extensions && make -j
99
cd ..
1010

0 commit comments

Comments
 (0)