File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ install-requirements:
25
25
rm -f .installed.cfg .mr.developer.cfg
26
26
virtualenv -p python2 .
27
27
bin/python bin/pip install -r requirements.txt
28
- # initilize CUSTOM_TMP directory
28
+ # initialize CUSTOM_TMP directory
29
29
mkdir -p -m 777 /tmp/appy
30
30
31
31
.PHONY : buildout
@@ -42,8 +42,8 @@ run: ## Runs buildout if needed and starts instance1 in foregroud
42
42
43
43
.PHONY : cleanall
44
44
cleanall : # # Clears build artefacts and virtualenv
45
- if test -f var/zeoserver.pid; then kill -15 $( cat var/zeoserver.pid) ; fi
46
- if test -f var/instance1.pid; then kill -15 $( cat var/instance1.pid) ; fi
45
+ if test -f var/zeoserver.pid; then kill -15 $( shell cat var/zeoserver.pid) ; fi
46
+ if test -f var/instance1.pid; then kill -15 $( shell cat var/instance1.pid) ; fi
47
47
rm -fr bin include lib local share develop-eggs downloads eggs parts .installed.cfg .mr.developer.cfg .git/hooks/pre-commit var/tmp
48
48
49
49
.PHONY : jenkins
82
82
83
83
.PHONY : vc
84
84
vc :
85
- bin/versioncheck -rbo checkversion.html
85
+ bin/versioncheck -rnbpo checkversion.html
86
86
87
87
.PHONY : ctop
88
88
ctop : # # Runs A CTop instance to monitor the running docker container.
You can’t perform that action at this time.
0 commit comments