[Git][noosfero/noosfero][master] 3 commits: Updating authors file

Antonio Terceiro gitlab at gitlab.com
Mon Jul 27 10:30:38 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
9cad70a6 by Antonio Terceiro at 2015-07-27T09:55:55Z
Updating authors file

- - - - -
9de90e12 by Antonio Terceiro at 2015-07-27T09:57:06Z
Bumping version 1.2~rc2

- - - - -
d59ea6ae by Antonio Terceiro at 2015-07-27T10:28:30Z
util/debian-install: improve simple test script

- - - - -


4 changed files:

- AUTHORS.md
- debian/changelog
- lib/noosfero/version.rb
- util/debian-install/test


Changes:

=====================================
AUTHORS.md
=====================================
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -17,6 +17,7 @@ Ana Losnak <analosnak at gmail.com>
 Ana Paula Vargas <anapaulavnoronha at gmail.com>
 Andre Bedran <bedran.fleck at gmail.com>
 André Guedes <andrebsguedes at gmail.com>
+Andrey Aleksanyants <aaleksanyants at yahoo.com>
 Antonio Terceiro <terceiro at colivre.coop.br>
 Arthur Del Esposte <arthurmde at gmail.com>
 Athos Ribeiro <athoscribeiro at gmail.com>


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+noosfero (1.2~rc2) wheezy; urgency=low
+
+  * Noosfero 1.2 RC2
+
+ -- Antonio Terceiro <terceiro at colivre.coop.br>  Mon, 27 Jul 2015 09:56:55 -0300
+
 noosfero (1.2~rc1) wheezy; urgency=medium
 
   [ Joenio Costa ]


=====================================
lib/noosfero/version.rb
=====================================
--- a/lib/noosfero/version.rb
+++ b/lib/noosfero/version.rb
@@ -1,6 +1,6 @@
 module Noosfero
   PROJECT = 'noosfero'
-  VERSION = '1.2~rc1'
+  VERSION = '1.2~rc2'
 end
 
 root = File.expand_path(File.dirname(__FILE__) + '/../..')


=====================================
util/debian-install/test
=====================================
--- a/util/debian-install/test
+++ b/util/debian-install/test
@@ -1,11 +1,23 @@
 #!/bin/sh
 
-test_noosfero_running() {
+test_web_backend_running() {
   assertTrue 'Noosfero running' 'pgrep -u noosfero -f thin'
 }
 
+test_delayed_job_running() {
+  assertTrue 'Delayed Job running' 'pgrep -u noosfero -f delayed_job'
+}
+
+test_feed_updater_running() {
+  assertTrue 'Feed updater running' 'pgrep -u noosfero -f feed-updater'
+}
+
 test_noosfero_responds() {
   assertTrue 'Noosfero responds' 'curl --fail http://localhost/'
 }
 
+test_noosfero_content() {
+  assertTrue 'Noosfero content' 'curl --fail http://localhost/ | grep "meta.*property=.noosfero:root"'
+}
+
 . shunit2



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/c31a5c33c947df50fcaee9152f3bb1f1b9f80d73...d59ea6ae488be64a9291293c8781efb4be30217d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150727/7ba97e6b/attachment.html>


More information about the Noosfero-dev mailing list