Skip to content

Commit 65a0b8a

Browse files
committed
nodocker
1 parent 75d7d58 commit 65a0b8a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

env/install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ git clone git@github.com:irr/sockproc.git
3838
cd sockproc
3939
git remote add upstream https://github.com/juce/sockproc.git
4040
git fetch upstream && git merge upstream/master && git push
41-
cd /opt/lua
42-
git clone git@github.com:irr/openresty-docker.git
43-
cd openresty-docker
44-
git remote add upstream https://github.com/torhve/openresty-docker.git
45-
git fetch upstream && git merge upstream/master && git push
4641
cd ~/git
4742
ln -s /opt/lua/modules/nginx/headers-more-nginx-module
4843
ln -s /opt/lua/modules/nginx/set-misc-nginx-module
@@ -65,5 +60,4 @@ cd ~/gitf
6560
ln -s /opt/lua/modules/forked/lua-resty-shell
6661
ln -s /opt/lua/modules/forked/lua-pycrypto-aes
6762
ln -s /opt/lua/modules/forked/sockproc
68-
ln -s /opt/lua/openresty-docker
6963
cd

env/makedocs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ pandoc -S -o /opt/lua/docs/lua-pycrypto-aes.html /opt/lua/modules/forked/lua-pyc
1616
pandoc -S -o /opt/lua/docs/lua-resty-template.html /opt/lua/modules/nginx/lua-resty-template/README.md
1717
pandoc -S -o /opt/lua/docs/lua-resty-shell.html /opt/lua/modules/forked/lua-resty-shell/README.md
1818
pandoc -S -o /opt/lua/docs/sockproc.html /opt/lua/modules/forked/sockproc/README.md
19-
pandoc -S -o /opt/lua/docs/openresty-docker.html /opt/lua/openresty-docker/README.md
2019
pandoc -S -o /opt/lua/docs/test-nginx.html /opt/lua/test-nginx/README

0 commit comments

Comments
 (0)