Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.9.4" (defproject python/lein-template "0.9.5" :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 +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ set -e PREFIX=${PREFIX:-/opt/{{name}}} LOGDIR=${LOGDIR:-/var/log/{{name}}} RUN_AS_USER=root RUN_AS_USER=www-data mkdir -p "$LOGDIR" # touch /data2/log/{{name}}/uwsgi.touch Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.9.4" (defproject python/lein-template "0.9.5" :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 +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ set -e PREFIX=${PREFIX:-/opt/{{name}}} LOGDIR=${LOGDIR:-/var/log/{{name}}} RUN_AS_USER=root RUN_AS_USER=www-data mkdir -p "$LOGDIR" # touch /data2/log/{{name}}/uwsgi.touch Loading