Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.5.2" (defproject python/lein-template "1.5.3" :description "lein template for a python project" :url "https://blog.emacsos.com/python-project-template" :license {:name "Eclipse Public License" Loading src/leiningen/new/python.clj +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ "utils/versionutils.py" "utils/build-deb" "utils/install-git-hooks" "utils/trigger-jenkins-build" "utils/trigger-ci-build" "deb-scripts/before-install.sh" "deb-scripts/after-install.sh" "deb-scripts/before-remove.sh" Loading src/leiningen/new/python/README-dev.rst +8 −0 Original line number Diff line number Diff line Loading @@ -84,3 +84,11 @@ How to run tests and deploy projects other environment, the app.yaml template should be updated to fit in the environment. How to add git commit hooks etc --------------------------------- Using git pre-commit hook is a good idea. .. code-block:: bash make install-git-hooks src/leiningen/new/python/git-hooks/post-commit +1 −1 Original line number Diff line number Diff line #!/bin/sh ./utils/trigger-jenkins-build ./utils/trigger-ci-build src/leiningen/new/python/git-hooks/post-merge +1 −1 Original line number Diff line number Diff line #!/bin/sh ./utils/trigger-jenkins-build ./utils/trigger-ci-build Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.5.2" (defproject python/lein-template "1.5.3" :description "lein template for a python project" :url "https://blog.emacsos.com/python-project-template" :license {:name "Eclipse Public License" Loading
src/leiningen/new/python.clj +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ "utils/versionutils.py" "utils/build-deb" "utils/install-git-hooks" "utils/trigger-jenkins-build" "utils/trigger-ci-build" "deb-scripts/before-install.sh" "deb-scripts/after-install.sh" "deb-scripts/before-remove.sh" Loading
src/leiningen/new/python/README-dev.rst +8 −0 Original line number Diff line number Diff line Loading @@ -84,3 +84,11 @@ How to run tests and deploy projects other environment, the app.yaml template should be updated to fit in the environment. How to add git commit hooks etc --------------------------------- Using git pre-commit hook is a good idea. .. code-block:: bash make install-git-hooks
src/leiningen/new/python/git-hooks/post-commit +1 −1 Original line number Diff line number Diff line #!/bin/sh ./utils/trigger-jenkins-build ./utils/trigger-ci-build
src/leiningen/new/python/git-hooks/post-merge +1 −1 Original line number Diff line number Diff line #!/bin/sh ./utils/trigger-jenkins-build ./utils/trigger-ci-build