Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.4.0" (defproject python/lein-template "0.5.0" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ build: run: $(PYTHON) {{name}}/main.py shell: $(PYTHON) -i bootstrap: @./utils/bootstrap bootstrap-dev: Loading src/leiningen/new/python/deb-scripts/after-install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ cd "$PREFIX" make bootstrap install # install crontab, upstart job, nginx site file, logrotate config etc # install "$PREFIX/conf/logrotate" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/{{name}}.upstart" /etc/init/{{name}}.conf # start {{name}} || true Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.4.0" (defproject python/lein-template "0.5.0" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ build: run: $(PYTHON) {{name}}/main.py shell: $(PYTHON) -i bootstrap: @./utils/bootstrap bootstrap-dev: Loading
src/leiningen/new/python/deb-scripts/after-install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ cd "$PREFIX" make bootstrap install # install crontab, upstart job, nginx site file, logrotate config etc # install "$PREFIX/conf/logrotate" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/{{name}}.upstart" /etc/init/{{name}}.conf # start {{name}} || true Loading