Rename 'master' branch to 'main'
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
8377b7f7b6
commit
19efeaf7a6
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
# This job will run ./setup.py extract_messages on top of git master
|
||||
# This job will run ./setup.py extract_messages on top of git main
|
||||
# and force push that to the 'translations' branch. That branch will
|
||||
# always have an up to date .pot file for use in weblate
|
||||
update-translation-pot:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gitpublishprofile "default"]
|
||||
base = master
|
||||
base = main
|
||||
to = virt-tools-list@redhat.com
|
||||
prefix = virt-manager PATCH
|
||||
|
|
|
@ -110,7 +110,7 @@ Translations are handled through the Weblate instance hosted by the Fedora Proje
|
|||
|
||||
* https://translate.fedoraproject.org/projects/virt-manager/virt-manager/
|
||||
* More info about translating as part of Fedora: https://fedoraproject.org/wiki/L10N/Translate_on_Weblate
|
||||
* The up to date translation `.pot` template is stored in the [`translations` branch](https://github.com/virt-manager/virt-manager/tree/translations) and synced with the `master` branch before release.
|
||||
* The up to date translation `.pot` template is stored in the [`translations` branch](https://github.com/virt-manager/virt-manager/tree/translations) and synced with the `main` branch before release.
|
||||
|
||||
|
||||
## Advanced testing
|
||||
|
|
Loading…
Reference in New Issue