Fix handling of translations in the manual builds #105036
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#105036
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current Issue
Currently there is only one branch for manual translations, which is used for all non-English locales of all currently generated manuals.
Since translations for the manual are currently always updated from the main branch, all older manuals will see their translations degrade over time, as the main branch diverge more and more from the release ones.
Proposed Solution
Add 'release' branches to
blender-manual-translations
.blender-vx.y-release
branches to theblender-manual-translations
, when the release branches are created for the main Blender code one.main
,Blender 4.3
, etc sets of components. See mock-up in the staging server.buildbot/worker/doc_manual.py
buildbot codeupdate()
function to pass in the branch for thelocale
repo update. Something like that should work (code not tested yet):@bartvdbraak @Sergey @Blendify FYI.
@mont29 I am not sure if there is anything actionable from the CI/CD perspective. We already have tracks for the different releases, so the changes are limited to the organization of the translation repos, the update script, and the Weblate?
@Sergey unless am mistaken
buildbot/worker/doc_manual.py
is buildbot area (the bdr-devops-core repo on our gitlab), so changing this file does involve CI/CD?@mont29 Ah, indeed. Somehow I thought it is all tackled by manual's
make update
.Anyway, seems an easy change to do.
@mont29 I have been meaning to bring this up. I think you described the issue perfectly and I have no problems with the proposed solution.
Proposed changes have been implemented, there are still a bit of resync process on-going.