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

v0.5.0 add "make shell"; fix logrotate.conf filename in after-install.sh

parent 25e12b72
Loading
Loading
Loading
Loading
+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"
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ build:

run:
	$(PYTHON) {{name}}/main.py
shell:
	$(PYTHON) -i
bootstrap:
	@./utils/bootstrap
bootstrap-dev:
+1 −1
Original line number Diff line number Diff line
@@ -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