Add ESR 78 to cross-channel
Categories
(Localization Infrastructure and Tools :: Administration / Setup, task)
Tracking
(Not tracked)
People
(Reporter: Pike, Assigned: Pike)
References
Details
Attachments
(1 file)
(deleted),
patch
|
flod
:
review+
|
Details | Diff | Splinter Review |
We want to have ESR 78 on cross-channel. The repos and their aliases are up now, so let's get that done.
Assignee | ||
Comment 1•4 years ago
|
||
This is my local patch, not sure if there's a good way to test this?
Comment 2•4 years ago
|
||
Currently getting
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/flodolo/src/cross-channel-experimental/initial/cli/automate.py", line 85, in <module>
for pid in sorted(pushes)
TypeError: string indices must be integers
I assume that's because the pushlog is completely empty?
https://hg.mozilla.org/releases/comm-esr78/pushloghtml
Comment 3•4 years ago
|
||
I see comm-esr78
now has a pushlog, but this patch still fails. I've tried to put a few debug prints before the line where the code crashes, and realized the problem seems to be with mozilla-esr78 instead
https://hg.mozilla.org/releases/mozilla-esr78/json-pushes
releases/mozilla-esr78 84c0d49497b06dc02cfb89d39a56950dcf6e369f
releases/mozilla-esr78 {u'error': u"unknown revision '84c0d49497b06dc02cfb89d39a56950dcf6e369f'"}
pushlog_params['fromchange'] = latest.get(current_repo, '0000')
gets a changeset that doesn't exist in the repository?
Comment 4•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
The trick is that new branches get their start from the branch that's before. So putting esr78 after esr68 would have picked the 68 revision as start for esr78, and this way, it's release.
Assignee | ||
Comment 7•4 years ago
|
||
https://hg.mozilla.org/users/axel_mozilla.com/cross-channel-experimental/pushloghtml?changeset=88ab078a203d118a713fae4683a7bcab8a511976 landed, marking FIXED.
Description
•