Commit 1ba3e887 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.5.8 bugfix: use http.site in after-install.sh

parent be29cc28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "0.5.7"
(defproject python/lein-template "0.5.8"
  :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
@@ -27,6 +27,6 @@ make bootstrap install
# if [ -e "$SITE_FILE" ]; then
# 	echo "warning: not overwriting existing nginx site file $SITE_FILE"
# else
# 	install "$PREFIX/conf/{{name}}.site" "$SITE_FILE"
# 	install "$PREFIX/conf/http.site" "$SITE_FILE"
# fi
# service nginx reload