"Bouncing" between branch imports and branch exports.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
The imports from branches and exports to branches can "bounce around" a bit if the import and export branches are the same one: a change in a branch gets imported, the changes get exported back to the branch (updating only the PO files' timestamps), and those changes to the branch get imported again. It does seem to stop somewhere, but I'm not sure why yet.
As far as I can tell this is not an actual problem, but it does cause unnecessary branch and import activity. Two ways in which we could cut the cycle:
(a) Make the import-from-branch script ignore the commits made by the export-to-branch script.
(b) Stop the importer from updating a POFile's timestamp when an import has no changes.
tags: |
added: translations-branch removed: code-integration |
I thought we designed it explicitely in such a way that this is not a problem. It should stop simply because exports happen only daily, and PO files timestamps are also not a reason enough to do an entire commit. What am I missing?