This is an attempt to solve a merge conflict (seen in the project's alert page in Fedora Weblate) that is currently blocking translations to be pushed from Weblate to this repository. I assume it started after this commit 3301bf42.
I solved a merge conflict in the ru.po commit, so chances is that to merge this PR some manual action is required (which I do not have access).
The alert message:
Weblate could not merge upstream changes while updating the repository.
Rebasing (1/8)
Auto-merging po/ru.po
CONFLICT (content): Merge conflict in po/ru.po
error: could not apply ad8262ed... Translated using Weblate (Russian)
hint: Resolve all conflicts manually, mark them as resolved with
hint: "git add/rm <conflicted_files>", then run "git rebase --continue".
hint: You can instead skip this commit: run "git rebase --skip".
hint: To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply ad8262ed... Translated using Weblate (Russian)
(1)
Typical workflow for fixing merge conflicts
Commit all pending changes in Weblate and lock the translation component. wlc commit; wlc lock
Add Weblate exported repository as a remote. git remote add weblate https://translate.fedoraproject.org/git/certmonger/master/ ; git remote update weblate
Merge Weblate changes and resolve any conflicts. git merge weblate/master
Rebase Weblate changes on top of upstream and resolve any conflicts. git rebase origin/master
Push changes into upstream repository. git push origin master
Weblate should now be able to see updated repository and you can unlock it. wlc pull ; wlc unlock
This is an attempt to solve a merge conflict (seen in the project's alert page in Fedora Weblate) that is currently blocking translations to be pushed from Weblate to this repository. I assume it started after this commit 3301bf42.
I solved a merge conflict in the ru.po commit, so chances is that to merge this PR some manual action is required (which I do not have access).
The alert message: