[Git][noosfero/noosfero][master] cache: create cache folder on quick-start

Rodrigo Souto gitlab at mg.gitlab.com
Mon Feb 29 10:47:39 BRT 2016


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
258ad139 by Rodrigo Souto at 2016-02-29T10:47:16-03:00
cache: create cache folder on quick-start

- - - - -


2 changed files:

- gitignore.example
- script/quick-start


Changes:

=====================================
gitignore.example
=====================================
--- a/gitignore.example
+++ b/gitignore.example
@@ -23,6 +23,7 @@ public/user_themes
 public/designs/themes/default
 public/designs/themes/*
 public/designs/icons/default
+cache
 
 public/assets
 .sass-cache


=====================================
script/quick-start
=====================================
--- a/script/quick-start
+++ b/script/quick-start
@@ -130,6 +130,7 @@ fi
 # create needed directory
 mkdir -p tmp/pids
 mkdir -p tmp/cache
+mkdir cache
 
 # use default gitignore rules
 if [ ! -f .gitignore ]; then



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/258ad13993ffa437dbcbc4951b4331100561d872
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160229/19b678ca/attachment.html>


More information about the Noosfero-dev mailing list