Ticket #13747: full-diff-78.0iesr-78.0.1esr

File full-diff-78.0iesr-78.0.1esr, 4.3 KB (added by ken@…, 4 years ago)

diff between 78.0 esr and 78.0.1esr

Line 
1diff -Nur firefox-78.0/browser/app/profile/firefox.js firefox-78.0.1/browser/app/profile/firefox.js
2--- firefox-78.0/browser/app/profile/firefox.js 2020-06-25 20:43:02.000000000 +0100
3+++ firefox-78.0.1/browser/app/profile/firefox.js 2020-06-30 23:18:21.000000000 +0100
4@@ -409,7 +409,7 @@
5 // The maximum amount of times the private default banner is shown.
6 pref("browser.search.separatePrivateDefault.ui.banner.max", 0);
7
8-pref("browser.search.modernConfig", true);
9+pref("browser.search.modernConfig", false);
10
11 pref("browser.sessionhistory.max_entries", 50);
12
13diff -Nur firefox-78.0/browser/config/version_display.txt firefox-78.0.1/browser/config/version_display.txt
14--- firefox-78.0/browser/config/version_display.txt 2020-06-25 20:43:02.000000000 +0100
15+++ firefox-78.0.1/browser/config/version_display.txt 2020-06-30 23:18:22.000000000 +0100
16@@ -1 +1 @@
17-78.0esr
18+78.0.1esr
19diff -Nur firefox-78.0/browser/config/version.txt firefox-78.0.1/browser/config/version.txt
20--- firefox-78.0/browser/config/version.txt 2020-06-25 20:43:02.000000000 +0100
21+++ firefox-78.0.1/browser/config/version.txt 2020-06-30 23:18:22.000000000 +0100
22@@ -1 +1 @@
23-78.0
24+78.0.1
25diff -Nur firefox-78.0/config/milestone.txt firefox-78.0.1/config/milestone.txt
26--- firefox-78.0/config/milestone.txt 2020-06-25 20:43:02.000000000 +0100
27+++ firefox-78.0.1/config/milestone.txt 2020-06-30 23:18:23.000000000 +0100
28@@ -10,4 +10,4 @@
29 # hardcoded milestones in the tree from these two files.
30 #--------------------------------------------------------
31
32-78.0
33+78.0.1
34diff -Nur firefox-78.0/sourcestamp.txt firefox-78.0.1/sourcestamp.txt
35--- firefox-78.0/sourcestamp.txt 2020-06-25 20:43:44.000000000 +0100
36+++ firefox-78.0.1/sourcestamp.txt 2020-06-30 23:23:43.000000000 +0100
37@@ -1,2 +1,2 @@
38-20200625154640
39-https://hg.mozilla.org/releases/mozilla-esr78/rev/aa66bbde9d725da442a9d4e3e721fc40e9106f30
40+20200630201553
41+https://hg.mozilla.org/releases/mozilla-esr78/rev/b0184e78439fabdce71baab73922ca960bceb08e
42diff -Nur firefox-78.0/taskcluster/taskgraph/decision.py firefox-78.0.1/taskcluster/taskgraph/decision.py
43--- firefox-78.0/taskcluster/taskgraph/decision.py 2020-06-25 20:43:18.000000000 +0100
44+++ firefox-78.0.1/taskcluster/taskgraph/decision.py 2020-06-30 23:18:35.000000000 +0100
45@@ -112,6 +112,11 @@
46 'release_type': 'release',
47 },
48
49+ 'comm-esr78': {
50+ 'target_tasks_method': 'mozilla_esr78_tasks',
51+ 'release_type': 'release',
52+ },
53+
54 'pine': {
55 'target_tasks_method': 'pine_tasks',
56 },
57diff -Nur firefox-78.0/taskcluster/taskgraph/target_tasks.py firefox-78.0.1/taskcluster/taskgraph/target_tasks.py
58--- firefox-78.0/taskcluster/taskgraph/target_tasks.py 2020-06-25 20:43:20.000000000 +0100
59+++ firefox-78.0.1/taskcluster/taskgraph/target_tasks.py 2020-06-30 23:18:35.000000000 +0100
60@@ -435,7 +435,7 @@
61 return True
62 # XXX: Bug 1612540 - include beetmover jobs for publishing geckoview, along
63 # with the regular Firefox (not Devedition!) releases so that they are at sync
64- if is_geckoview(task, parameters):
65+ if 'mozilla-esr' not in parameters['project'] and is_geckoview(task, parameters):
66 return True
67
68 if task.attributes.get('shipping_product') == parameters['release_product'] and \
69diff -Nur firefox-78.0/taskcluster/taskgraph/util/attributes.py firefox-78.0.1/taskcluster/taskgraph/util/attributes.py
70--- firefox-78.0/taskcluster/taskgraph/util/attributes.py 2020-06-25 20:43:18.000000000 +0100
71+++ firefox-78.0.1/taskcluster/taskgraph/util/attributes.py 2020-06-30 23:18:35.000000000 +0100
72@@ -24,6 +24,7 @@
73 'comm-central',
74 'comm-beta',
75 'comm-esr68',
76+ 'comm-esr78',
77 'oak',
78 }
79
80diff -Nur firefox-78.0/taskcluster/taskgraph/util/scriptworker.py firefox-78.0.1/taskcluster/taskgraph/util/scriptworker.py
81--- firefox-78.0/taskcluster/taskgraph/util/scriptworker.py 2020-06-25 20:43:18.000000000 +0100
82+++ firefox-78.0.1/taskcluster/taskgraph/util/scriptworker.py 2020-06-30 23:18:35.000000000 +0100
83@@ -61,6 +61,7 @@
84 'mozilla-esr78',
85 'comm-beta',
86 'comm-esr68',
87+ 'comm-esr78',
88 ])
89 ]]
90
91@@ -99,6 +100,7 @@
92 'mozilla-esr78',
93 'comm-beta',
94 'comm-esr68',
95+ 'comm-esr78',
96 ])
97 ]]
98
99@@ -141,6 +143,7 @@
100 'release', set([
101 'mozilla-release',
102 'comm-esr68',
103+ 'comm-esr78',
104 ])
105 ], [
106 'esr68', set([