diff options
| author | Ralf Luther <luther.ralf@gmail.com> | 2017-12-16 15:57:38 +0100 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2017-12-16 15:57:38 +0100 |
| commit | 511e29b6ce2ecb0a24d9abece8eccd32606a0328 (patch) | |
| tree | 349950ba3b192e7a6a4bef1fbc35860fe9da016a | |
| parent | 96cba7914d754008f083153ab619ea2ee1bdf7f6 (diff) | |
Crowdin_sync: change topic for pushed translations
Change-Id: I07b53290fa8eaf028d5487f0704cd2d548e185dd
Signed-off-by: Ralf Luther <luther.ralf@gmail.com>
| -rwxr-xr-x | crowdin_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crowdin_sync.py b/crowdin_sync.py index 8d4d4e8..ed1ec10 100755 --- a/crowdin_sync.py +++ b/crowdin_sync.py @@ -88,7 +88,7 @@ def push_as_commit(base_path, path, name, branch, username): # Push commit try: repo.git.push('ssh://%s@gerrit.aicp-rom.com:29418/%s' % (username, name), - 'HEAD:refs/for/%s%%topic=Translations' % branch) + 'HEAD:refs/for/%s%%topic=Translations-n7.1' % branch) print('Successfully pushed commit for %s' % name) except: print('Failed to push commit for %s' % name, file=sys.stderr) |
