Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.3.0" (defproject python/lein-template "1.3.1" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/deb-scripts/after-install.sh +3 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ make bootstrap # if you enable logrotate.conf, remember to choose a good rotate interval and # set how many copies to keep. # install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/web.upstart" /etc/init/{{name}}.conf # install "$PREFIX/conf/web.service" /etc/systemd/system/{{name}}.service # install -m 644 "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install -m 644 "$PREFIX/conf/web.upstart" /etc/init/{{name}}.conf # install -m 644 "$PREFIX/conf/web.service" /etc/systemd/system/{{name}}.service # service {{name}} start || true # SITE_FILE=/etc/nginx/conf.d/{{name}}.conf Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.3.0" (defproject python/lein-template "1.3.1" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/deb-scripts/after-install.sh +3 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ make bootstrap # if you enable logrotate.conf, remember to choose a good rotate interval and # set how many copies to keep. # install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install "$PREFIX/conf/web.upstart" /etc/init/{{name}}.conf # install "$PREFIX/conf/web.service" /etc/systemd/system/{{name}}.service # install -m 644 "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}} # install -m 644 "$PREFIX/conf/web.upstart" /etc/init/{{name}}.conf # install -m 644 "$PREFIX/conf/web.service" /etc/systemd/system/{{name}}.service # service {{name}} start || true # SITE_FILE=/etc/nginx/conf.d/{{name}}.conf Loading