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:
|
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
|
# and force push that to the 'translations' branch. That branch will
|
||||||
# always have an up to date .pot file for use in weblate
|
# always have an up to date .pot file for use in weblate
|
||||||
update-translation-pot:
|
update-translation-pot:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[gitpublishprofile "default"]
|
[gitpublishprofile "default"]
|
||||||
base = master
|
base = main
|
||||||
to = virt-tools-list@redhat.com
|
to = virt-tools-list@redhat.com
|
||||||
prefix = virt-manager PATCH
|
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/
|
* 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
|
* 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
|
## Advanced testing
|
||||||
|
|
Loading…
Reference in New Issue