
commit cda6e5a709bb9480a3592020fd9af3e56df589d7 Author: emma peel <emma.peel@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;
participants (1)
-
emmapeel@torproject.org