[tor-commits] [translation-tools/master] more useful although equally obvious commit message for the translation bot

emmapeel at torproject.org emmapeel at torproject.org
Wed Aug 28 13:11:59 UTC 2019


commit cda6e5a709bb9480a3592020fd9af3e56df589d7
Author: emma peel <emma.peel at riseup.net>
Date:   Wed Aug 28 13:11:48 2019 +0000

    more useful although equally obvious commit message for the translation bot
---
 update_translations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_translations b/update_translations
index a269858..b2d689c 100755
--- a/update_translations
+++ b/update_translations
@@ -39,7 +39,7 @@ for project in $PROJECTS; do
 
   # ... add them to git ...
   git add -A . > /dev/null;
-  git commit -qm "Update translations for $project" > /dev/null || test $? = 1;
+  git commit -qm "https://gitweb.torproject.org/translation.git/commit/?h=$project" > /dev/null || test $? = 1;
 
   # ... and push them live.
   git push -q origin $project > /dev/null;



More information about the tor-commits mailing list