ReleaseEngineering/ThunderbirdTryServer/ApplyPatchesMozconfigPatch: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This is the example patch for the Thunderbird Try Server to enable client.py to apply patches. <pre> diff --git a/mail/config/mozconfigs/linux32/debug b/mail/config/mozconfigs/l...") |
Tom.prince (talk | contribs) (Stop removing hgtool.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
diff --git a/ | diff --git a/build/client.py-args b/build/client.py-args | ||
--- a/build/client.py-args | |||
+++ b/build/client.py-args | |||
@@ -1,1 +1,1 @@ | |||
---hg-options='--time' --hgtool=../tools/buildfarm/utils/hgtool.py --hgtool1=../scripts/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print | |||
+--hg-options='--time' --hgtool=../tools/buildfarm/utils/hgtool.py --hgtool1=../scripts/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print --apply-patches | |||
- | |||
--- a/ | |||
+++ b/ | |||
- | |||
+ | |||
- | |||
+ | |||
</pre> | </pre> |
Latest revision as of 17:15, 27 September 2017
This is the example patch for the Thunderbird Try Server to enable client.py to apply patches.
diff --git a/build/client.py-args b/build/client.py-args --- a/build/client.py-args +++ b/build/client.py-args @@ -1,1 +1,1 @@ ---hg-options='--time' --hgtool=../tools/buildfarm/utils/hgtool.py --hgtool1=../scripts/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print +--hg-options='--time' --hgtool=../tools/buildfarm/utils/hgtool.py --hgtool1=../scripts/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print --apply-patches