[Git][noosfero/noosfero][master] 3 commits: organizations-view: fix broken symbolic link

Rodrigo Souto gitlab at mg.gitlab.com
Tue May 2 18:28:33 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
e7b57892 by Rodrigo Souto at 2017-05-02T18:25:46-03:00
organizations-view: fix broken symbolic link

- - - - -
a308b12f by Rodrigo Souto at 2017-05-02T18:25:53-03:00
debian-install: install dotenv files

- - - - -
4bd43bdd by Rodrigo Souto at 2017-05-02T18:25:59-03:00
release-task: remove obsolete reference for sqlite config

- - - - -


3 changed files:

- app/views/organizations/index.js.erb
- debian/noosfero.install
- lib/tasks/release.rake


Changes:

=====================================
app/views/organizations/index.js.erb
=====================================
--- a/app/views/organizations/index.js.erb
+++ b/app/views/organizations/index.js.erb
@@ -1 +1 @@
-../../views/shared/admin/profiles/index.js.rb
\ No newline at end of file
+../../../app/views/shared/admin/profiles/index.js.erb
\ No newline at end of file


=====================================
debian/noosfero.install
=====================================
--- a/debian/noosfero.install
+++ b/debian/noosfero.install
@@ -10,6 +10,9 @@ config/initializers               usr/share/noosfero/config
 config/locales                    usr/share/noosfero/config
 config/routes.rb                  usr/share/noosfero/config
 config/schedule.rb                usr/share/noosfero/config
+config/dotenv.rb                  usr/share/noosfero/config
+.env                              usr/share/noosfero/
+.env.production                   usr/share/noosfero/
 db                                usr/share/noosfero
 debian/database.yml.template      usr/share/noosfero/config
 debian/dbinstall                  usr/lib/noosfero


=====================================
lib/tasks/release.rake
=====================================
--- a/lib/tasks/release.rake
+++ b/lib/tasks/release.rake
@@ -268,7 +268,6 @@ EOF
 
     # base pre-config
     mkdir "#{target}/tmp"
-    cp "#{target}/config/database.yml.sqlite3", "#{target}/config/database.yml"
 
     sh "cd #{target} && dpkg-buildpackage -us -uc -b"
   end



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/5efe05191538946b311232d2a057446b64a64ea0...4bd43bdd957deacb6582df73c1a77cc421f1c079

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/5efe05191538946b311232d2a057446b64a64ea0...4bd43bdd957deacb6582df73c1a77cc421f1c079
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170502/4a81993d/attachment-0001.html>


More information about the Noosfero-dev mailing list