Commit be29cc28 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.5.7 in default after-install script, use uwsgi.upstart

parent 6e9ef512
Loading
Loading
Loading
Loading
+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"
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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