[Git][noosfero/noosfero][master] make ubuntu precise quick-start works

Leandro Nunes gitlab at mg.gitlab.com
Mon Jul 11 12:48:24 BRT 2016


Leandro Nunes pushed to branch master at Noosfero / noosfero


Commits:
12db0abc by Leandro Nunes dos Santos at 2016-07-11T12:48:06-03:00
make ubuntu precise quick-start works

- - - - -


2 changed files:

- app/helpers/action_tracker_helper.rb
- script/install-dependencies/ubuntu-precise.sh


Changes:

=====================================
app/helpers/action_tracker_helper.rb
=====================================
--- a/app/helpers/action_tracker_helper.rb
+++ b/app/helpers/action_tracker_helper.rb
@@ -15,7 +15,7 @@ module ActionTrackerHelper
   end
 
   def join_community_description ta
-    n_('has joined 1 community:<br />%{name}'.html_safe, 'has joined %{num} communities:<br />%{name}'.html_safe, ta.get_resource_name.size) % {
+    n_('has joined 1 community:<br />%{name}', 'has joined %{num} communities:<br />%{name}', ta.get_resource_name.size).html_safe % {
       num: ta.get_resource_name.size,
       name: ta.collect_group_with_index(:resource_name) do |n,i|
        link = link_to image_tag(ta.get_resource_profile_custom_icon[i] || default_or_themed_icon("/images/icons-app/community-icon.png")),


=====================================
script/install-dependencies/ubuntu-precise.sh
=====================================
--- a/script/install-dependencies/ubuntu-precise.sh
+++ b/script/install-dependencies/ubuntu-precise.sh
@@ -7,7 +7,7 @@ export DEBIAN_INTERFACE=noninteractive
 
 run sudo apt-get install -qy dctrl-tools
 
-packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debian/control | sed -e 's/([^)]*)//g; s/,\s*/\n/g' | grep -v 'rake\|ruby\|thin\|debhelper\|cucumber\|rail\|memcached\|debconf\|dbconfig-common\|misc:Depends\|adduser\|mail-transport-agent')
+packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debian/control | sed -e 's/([^)]*)//g; s/,\s*/\n/g' | grep -v 'rake\|ruby\|thin\|debhelper\|cucumber\|rail\|memcached\|debconf\|dbconfig-common\|misc:Depends\|adduser\|mail-transport-agent\|bundler\|unicorn')
 
 run sudo apt-get install -qy ruby1.9.1-full build-essential libxml2-dev libxslt-dev libpq-dev libmagickcore-dev libmagickwand-dev $packages
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/12db0abc927a1b881d720d3cb2210b6f1ccacfd8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160711/7ff9ae23/attachment-0001.html>


More information about the Noosfero-dev mailing list