Skip to content

Commit 7932b15

Browse files
committed
luv
1 parent 48f0ccd commit 7932b15

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

env/install.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,37 @@ cd /opt/lua/modules/forked/
2727
git clone git@github.com:irr/lua-resty-shell.git
2828
cd lua-resty-shell
2929
git remote add upstream https://github.com/juce/lua-resty-shell.git
30+
git fetch upstream && git merge upstream/master && git push
3031
cd ..
3132
git clone git@github.com:irr/lua-pycrypto-aes.git
3233
cd lua-pycrypto-aes
3334
git remote add upstream https://github.com/siddontang/lua-pycrypto-aes.git
35+
git fetch upstream && git merge upstream/master && git push
3436
cd ..
3537
git clone git@github.com:irr/sockproc.git
3638
cd sockproc
3739
git remote add upstream https://github.com/juce/sockproc.git
40+
git fetch upstream && git merge upstream/master && git push
3841
cd /opt/lua
3942
git clone git@github.com:irr/openresty-docker.git
4043
cd openresty-docker
4144
git remote add upstream https://github.com/torhve/openresty-docker.git
45+
git fetch upstream && git merge upstream/master && git push
4246
cd ..
4347
git clone git@github.com:irr/underscore.lua.git
4448
cd underscore.lua
4549
git remote add upstream https://github.com/mirven/underscore.lua.git
50+
git fetch upstream && git merge upstream/master && git push
4651
cd ..
52+
git clone git@github.com:irr/luv.git
53+
cd luv
54+
git remote add upstream https://github.com/luvit/luv.git
55+
git fetch upstream && git merge upstream/master && git push
56+
cd ..
57+
git clone git@github.com:irr/luvit.git
58+
cd luvit
59+
git remote add upstream https://github.com/luvit/luvit.git
60+
git fetch upstream && git merge upstream/master && git push
4761
cd ~/git
4862
ln -s /opt/lua/modules/nginx/headers-more-nginx-module
4963
ln -s /opt/lua/modules/nginx/set-misc-nginx-module
@@ -63,6 +77,8 @@ ln -s /opt/lua/openresty.org
6377
ln -s /opt/lua/nginx-tutorials
6478
ln -s /opt/lua/test-nginx
6579
cd ~/gitf
80+
ln -s /opt/lua/luv
81+
ln -s /opt/lua/luvit
6682
ln -s /opt/lua/modules/forked/lua-resty-shell
6783
ln -s /opt/lua/modules/forked/lua-pycrypto-aes
6884
ln -s /opt/lua/modules/forked/sockproc

env/makedocs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ pandoc -S -o /opt/lua/docs/lua-resty-shell.html /opt/lua/modules/forked/lua-rest
1818
pandoc -S -o /opt/lua/docs/sockproc.html /opt/lua/modules/forked/sockproc/README.md
1919
pandoc -S -o /opt/lua/docs/openresty-docker.html /opt/lua/openresty-docker/README.md
2020
pandoc -S -o /opt/lua/docs/test-nginx.html /opt/lua/test-nginx/README
21+
pandoc -S -o /opt/lua/docs/luv.html /opt/lua/luv/README.md
22+
pandoc -S -o /opt/lua/docs/luvit.html /opt/lua/luvit/README.markdown

0 commit comments

Comments
 (0)