Closed
Bug 784685
Opened 12 years ago
Closed 12 years ago
don't depend on oldVersion in mobile release repacks
Categories
(Release Engineering :: Release Automation: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
rail
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mozilla
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Aki says that we don't need the code that does this right now.
Assignee | ||
Comment 1•12 years ago
|
||
If we end up wanting this back we can add a partialUpdates variable to the release config instead.
Attachment #654231 -
Flags: review?(aki)
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 654231 [details] [diff] [review]
rip out old* references from android repack mozharness scripts
Aki is out this week. Can you review this, Rail? I still want Aki to look at it, but we need to land before 15.0.
Attachment #654231 -
Flags: review?(rail)
Assignee | ||
Comment 3•12 years ago
|
||
We can remove these again once the mozharness patch lands.
Attachment #654262 -
Flags: review?(rail)
Comment 4•12 years ago
|
||
Comment on attachment 654231 [details] [diff] [review]
rip out old* references from android repack mozharness scripts
Review of attachment 654231 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozharness/mozilla/release.py
@@ +50,2 @@
> 'ftp_server', 'ftp_user', 'ftp_ssh_key',
> 'aus_server', 'aus_user', 'aus_ssh_key',):
A nit. Could you rewrap this when land.
::: scripts/sign_android.py
@@ +103,1 @@
> ['--buildnum',],
You can drop old_buildnum as well.
Attachment #654231 -
Flags: review?(rail) → review+
Updated•12 years ago
|
Attachment #654262 -
Flags: review?(rail) → review+
Comment 5•12 years ago
|
||
Comment on attachment 654231 [details] [diff] [review]
rip out old* references from android repack mozharness scripts
I think this would be cleaner if we ripped out the create snippets and upload snippets actions from sign_android.py entirely, rather than have them there but crippled.
That means removing them from all_actions and removing the create_snippets() and upload_snippets() methods from sign_android.py.
I think this is an acceptable first step, however, since we're not running those two actions currently. If you want me to write the patch to remove them entirely, I can do that.
Attachment #654231 -
Flags: review?(aki) → review+
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #5)
> Comment on attachment 654231 [details] [diff] [review]
> rip out old* references from android repack mozharness scripts
>
> I think this would be cleaner if we ripped out the create snippets and
> upload snippets actions from sign_android.py entirely, rather than have them
> there but crippled.
I'm not sure that only having partial snippets is crippling it, but I'm happy to defer to you on this. I'll take a stab at removing them entirely.
> That means removing them from all_actions and removing the create_snippets()
> and upload_snippets() methods from sign_android.py.
Thanks for the guidance!
Assignee | ||
Comment 7•12 years ago
|
||
I ripped out the self.fatal() when buildid isn't set, because the comment seemed to say that it's not fatal when we're not doing snippets.
Passes tests, I'm not sure how else to test it.
Attachment #654587 -
Flags: review?(aki)
Comment 8•12 years ago
|
||
Comment on attachment 654587 [details] [diff] [review]
rip out snippet support completely
I think we can rip out query_buildid() completely too, as nothing's calling it anymore. This looks good, thanks Ben!
Attachment #654587 -
Flags: review?(aki) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #654231 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #654262 -
Flags: checked-in+
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 654587 [details] [diff] [review]
rip out snippet support completely
> I think we can rip out query_buildid() completely too, as nothing's calling
> it anymore. This looks good, thanks Ben!
I did this in the landed patch.
Attachment #654587 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•