From 66c00c3b335e5b26ed83a0bed2f5f0340fa3f155 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 7 Dec 2009 11:56:39 -0300 Subject: [PATCH] Silencing code upgrade --- script/git-upgrade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/git-upgrade b/script/git-upgrade index fd95d34..9a4c465 100755 --- a/script/git-upgrade +++ b/script/git-upgrade @@ -50,8 +50,9 @@ upgrade_code(){ # db:migrate always changes this git checkout db/schema.rb - git pull - rake makemo + git pull --quiet + + rake makemo 2>/dev/null || (echo "Translations compilation failed; run manually to check"; false) } upgrade_database(){ -- libgit2 0.21.2