branch develop updated (a1175ea -> dada3f9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from a1175ea optimization on process_monitoring new dada3f9 changed bootstrap.sh in order to parameter bottle for angular.js The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit dada3f93b1d3651867fd6e844cf423aa2b9ae96d Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 16:00:29 2015 +0100 changed bootstrap.sh in order to parameter bottle for angular.js Summary of changes: README | 5 +++++ bootstrap.sh | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 README -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit dada3f93b1d3651867fd6e844cf423aa2b9ae96d Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 16:00:29 2015 +0100 changed bootstrap.sh in order to parameter bottle for angular.js --- README | 5 +++++ bootstrap.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README b/README new file mode 100644 index 0000000..c488041 --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +--------------------- +Installation procedure: +--------------------- +- bower install +- ./bootsrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index f0b958e..3d44c5e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,3 +2,7 @@ venv/bin/python --version >/dev/null 2>&1 || virtualenv venv ./in-venv.sh pip install -r requirements.txt +sed -i 's/{{/[[/g' venv/bin/bottle.py +sed -i 's/}}/]]/g' venv/bin/bottle.py +sed -i 's/{{/[[/g' venv/lib/python2.7/site-packages/bottle.py +sed -i 's/}}/]]/g' venv/lib/python2.7/site-packages/bottle.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm