File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
sudo apt install libsqlite3-dev
3
3
4
4
# download and build cinder
5
- git clone https://github.com/mrigankpawagi /cinder && cd cinder
5
+ git clone https://github.com/facebookincubator /cinder && cd cinder
6
6
./configure --enable-loadable-sqlite-extensions && make -j
7
7
cd ..
8
8
Original file line number Diff line number Diff line change 1
1
pexpect > 4.3
2
2
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
4
4
wagtail >= 6.2 ,< 6.3
Original file line number Diff line number Diff line change 4
4
sudo apt install libsqlite3-dev
5
5
6
6
# download and build cinder
7
- git clone https://github.com/mrigankpawagi /cinder && cd cinder
7
+ git clone https://github.com/facebookincubator /cinder && cd cinder
8
8
./configure --enable-loadable-sqlite-extensions && make -j
9
9
cd ..
10
10
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export CFLAGS="-I /srv/zulip/cinder/Include"
9
9
export PATH=$PATH :/home/vagrant/.local/bin
10
10
11
11
# download and build cinder
12
- git clone https://github.com/mrigankpawagi /cinder && cd cinder
12
+ git clone https://github.com/facebookincubator /cinder && cd cinder
13
13
./configure --enable-loadable-sqlite-extensions && make -j
14
14
15
15
# reinstall requirements in static-python
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo adduser $USER docker
5
5
# TODO: reboot the system
6
6
7
7
# Get Zulip Code
8
- git clone https://github.com/mrigankpawagi /zulip
8
+ git clone https://github.com/zulip /zulip
9
9
cd zulip
10
10
git remote add -f upstream https://github.com/zulip/zulip.git
11
11
Original file line number Diff line number Diff line change 4
4
sudo apt install libsqlite3-dev
5
5
6
6
# download and build cinder
7
- git clone https://github.com/mrigankpawagi /cinder && cd cinder
7
+ git clone https://github.com/facebookincubator /cinder && cd cinder
8
8
./configure --enable-loadable-sqlite-extensions && make -j
9
9
cd ..
10
10
You can’t perform that action at this time.
0 commit comments