Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.5.6" (defproject python/lein-template "0.5.7" :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 +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ install: bootstrap deb: utils/build-deb wheel: bootstrap-dev echo "building wheelhouse..." @echo "building wheelhouse..." bin/pip install --use-wheel wheel bin/pip wheel -f http://apt.yygamedev.com/python/ -r requirements.txt check: test Loading src/leiningen/new/python/deb-scripts/after-install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ make bootstrap install # set how many copies to keep. # install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/{{name}}.upstart" /etc/init/{{name}}.conf # install "$PREFIX/conf/uwsgi.upstart" /etc/init/{{name}}.conf # start {{name}} || true # SITE_FILE=/usr/local/nginx/conf/sites/{{name}}.site Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.5.6" (defproject python/lein-template "0.5.7" :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 +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ install: bootstrap deb: utils/build-deb wheel: bootstrap-dev echo "building wheelhouse..." @echo "building wheelhouse..." bin/pip install --use-wheel wheel bin/pip wheel -f http://apt.yygamedev.com/python/ -r requirements.txt check: test Loading
src/leiningen/new/python/deb-scripts/after-install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ make bootstrap install # set how many copies to keep. # install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/{{name}}.upstart" /etc/init/{{name}}.conf # install "$PREFIX/conf/uwsgi.upstart" /etc/init/{{name}}.conf # start {{name}} || true # SITE_FILE=/usr/local/nginx/conf/sites/{{name}}.site Loading