[Git][noosfero/noosfero][master] 2 commits: Not upgrading firefox package

Rodrigo Souto gitlab at mg.gitlab.com
Tue Nov 20 11:37:34 BRST 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
90a78ef5 by Alax Alves at 2018-11-20T01:12:51Z
Not upgrading firefox package

- - - - -
2f489c57 by Rodrigo Souto at 2018-11-20T13:36:51Z
Merge branch 'updating-webdriver' into 'master'

Holding firefox version

See merge request noosfero/noosfero!1645
- - - - -


1 changed file:

- script/install-dependencies/debian-jessie.sh


Changes:

=====================================
script/install-dependencies/debian-jessie.sh
=====================================
@@ -72,7 +72,8 @@ timestamp=/tmp/.noosfero.apt-get.update
 now=$(date +%s)
 if [ ! -f $timestamp ] || [ $(($now - $(stat --format=%Y $timestamp))) -gt 21600 ]; then
   run retry 3 sudo apt-get update
-  run retry 3 sudo apt-get -qy dist-upgrade
+  run retry 3 sudo apt-mark hold firefox
+  run retry 3 sudo apt-get -qy upgrade
   touch $timestamp
 fi
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/30b4fe406d7b6fffaa0dadbb75a86b7b8c441e42...2f489c570f0c2f8ada17b5dd6058f6ba87b56f94

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/30b4fe406d7b6fffaa0dadbb75a86b7b8c441e42...2f489c570f0c2f8ada17b5dd6058f6ba87b56f94
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/20181120/0830f9c1/attachment-0001.html>


More information about the Noosfero-dev mailing list