Automatically set repo-update jobs to not build when run on comm-central
Categories
(Thunderbird :: Build Config, enhancement)
Tracking
(Not tracked)
People
(Reporter: rjl, Assigned: rjl)
Details
Attachments
(2 files)
I always update the commit message by hand when landing these in Phabricator. The main periodic_file_updates.sh script support this if passed the "-d" option, but the runme.sh wrapper does not have a means of doing so.
Changes to runme.sh in the Docker image are needed, and updates to the kind configuration file.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
When these land for Thunderbird, I set the keyword to prevent a build manually.
periodic_file_updates.sh supports that with "-d", but the runme.sh wrapper
does not have a mechanism to set it.
This patch follows the environment variable precedent used for the other
script parameters.
![]() |
Assignee | |
Comment 2•6 years ago
|
||
![]() |
Assignee | |
Updated•6 years ago
|
Updated•6 years ago
|
![]() |
Assignee | |
Comment 3•6 years ago
|
||
I won't be landing the Mozilla part of this until Tuesday the 12th.
Comment 5•6 years ago
|
||
bugherder |
![]() |
Assignee | |
Comment 6•6 years ago
|
||
Attachment 9106993 [details] [diff] for comm-central.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4f748b7dc20d
Disable builds when landing blocklist repo-updates. r=darktrojan
Description
•