Closed Bug 651449 Opened 14 years ago Closed 14 years ago

Merge buildbot-configs changes made on production branch back to default

Categories

(Release Engineering :: General, defect, P2)

x86_64
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Assigned: rail)

Details

Some of the changes in buildbot-configs made only on productoin branch, some of them will be important for preproduction testing. For example at the moment we have not synced release configs, l10n changesets, some other configs. I'm going to merge everything from production to default, except .hgtags.
To sync production and default I did the following hg up production echo "Merge from default" > /tmp/msg echo >> /tmp/msg hg merge -P default >> /tmp/msg hg merge default hg commit -l /tmp/msg # see http://hg.mozilla.org/build/buildbot-configs/rev/2b20807deda3 hg up default hg diff -X .hgtags -r default:production | hg import --no-commit - # examine `hg diff` hg commit -m "Merge from production" # See http://hg.mozilla.org/build/buildbot-configs/rev/e68aa87de7c3 # check the diff $ hg diff -r production | lsdiff a/.hgtags hg push
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.