Opened on 09/24/2015 at 12:22:45 PM
Closed on 09/24/2015 at 05:12:26 PM
Last modified on 09/26/2015 at 05:53:54 AM
#3119 closed change (fixed)
Remove unnecessary build steps from adblockbrowser-build
| Reported by: | rjeschke | Assignee: | rjeschke |
|---|---|---|---|
| Priority: | P2 | Milestone: | Adblock-Browser-for-Android-1.1.0 |
| Module: | Adblock-Browser-for-Android | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Platform: | Adblock Browser for Android | |
| Ready: | yes | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
package-en-US and restore-objdir are not needed for a multi locale build and can safely be removed.
- package-en-US is only needed when also using upload-en-US
- restore-objdir is only needed when also using backup-objdir
The complete default_actions then should look something like this:
"default_actions": [
"pull-locale-source",
"build",
"add-locales",
"abb-transform-locales",
"package-multi",
"summary"
]
Attachments (0)
Change History (3)
comment:1 Changed on 09/24/2015 at 12:24:25 PM by rjeschke
- Review URL(s) modified (diff)
- Status changed from new to reviewing
comment:2 Changed on 09/24/2015 at 05:12:26 PM by rjeschke
- Resolution set to fixed
- Status changed from reviewing to closed
comment:3 Changed on 09/26/2015 at 05:53:54 AM by fhd
- Milestone set to Adblock-Browser-for-Android-next
Note: See
TracTickets for help on using
tickets.
