noosfero | 2 new commits pushed to repository

Antonio Terceiro gitlab at gitlab.com
Mon Feb 2 17:51:35 BRST 2015


Antonio Terceiro pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/bc462d14e38a69d55455595e5ab275fde7cac469">bc462d14</a> by Antonio Terceiro
Skip comment lines when extracting dependencies

- - - - -
<a href="https://gitlab.com/noosfero/noosfero/commit/59e12838129e859926f4cf362dcffdf5a8a356d9">59e12838</a> by Antonio Terceiro
New dependency: minitest

This is required to boot Noosfero on Centos 7 (with Ruby 2.0).

- - - - -


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
 source "https://rubygems.org"
 gem 'rails',                    '~> 3.2.19'
+gem 'minitest',                 '~> 3.2.0'
 gem 'fast_gettext',             '~> 0.6.8'
 gem 'acts-as-taggable-on',      '~> 3.0.2'
 gem 'prototype-rails',          '~> 3.2.1'

=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -66,6 +66,7 @@ Depends:
  ruby-eventmachine (>= 0.12.10-4~),
  ruby-rack (>= 1.4.5-2~),
  ruby-tzinfo (>= 1.1.0-2~),
+ ruby-minitest,
  ${misc:Depends}
 Recommends:
  postgresql,

=====================================
script/install-dependencies/debian-wheezy.sh
=====================================
--- a/script/install-dependencies/debian-wheezy.sh
+++ b/script/install-dependencies/debian-wheezy.sh
@@ -63,7 +63,7 @@ run sudo apt-get -qy dist-upgrade
 run sudo apt-get -y install dctrl-tools
 
 # needed to run noosfero
-packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debian/control | sed -e 's/([^)]*)//g; s/,\s*/\n/g' | grep -v '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*#/d; s/([^)]*)//g; s/,\s*/\n/g' | grep -v 'memcached\|debconf\|dbconfig-common\|misc:Depends\|adduser\|mail-transport-agent')
 run sudo apt-get -y install $packages
 sudo apt-get -y install iceweasel || sudo apt-get -y install firefox
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150202/1e64ceea/attachment.html>


More information about the Noosfero-dev mailing list