File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 100100
101101# Prepare packages suitable for uploading to EFF and AMO, respectively.
102102[ -d pkg ] || mkdir pkg
103- [ -e pkg/xpi-eff ] && rm -rf pkg/xpi-eff
104- cp -a src/ pkg/xpi-eff/
103+ rsync -a --delete --delete-excluded --exclude /chrome/content/rules src/ pkg/xpi-eff
105104cp -a translations/* pkg/xpi-eff/chrome/locale/
106- rm -r pkg/xpi-eff/chrome/content/rules
107- [ -e pkg/xpi-amo ] && rm -rf pkg/xpi-amo
108- cp -a pkg/xpi-eff/ pkg/xpi-amo/
105+ rsync -a --delete pkg/xpi-eff/ pkg/xpi-amo
109106# The AMO version of the package cannot contain the updateKey or updateURL tags.
110107# Also, it has a different id than the eff-hosted version, because Firefox now
111108# requires us to upload the eff-hosted version to an unlisted extension on AMO
Original file line number Diff line number Diff line change 3838
3939 <groupbox >
4040 <caption label =" &https-everywhere.about.version; " />
41- <label >5.0.9 </label >
41+ <label >5.1.0 </label >
4242 </groupbox >
4343
4444 <groupbox >
Original file line number Diff line number Diff line change 144144 <!-- Complications:
145145 -->
146146 <target host =" walmart.com" />
147- <target host =" localad.walmart.com" />
147+ <!-- < target host="localad.walmart.com" /> -- >
148148 <target host =" p13n-assets.walmart.com" />
149149
150150 <!-- Redirect to http:
190190 <test url =" http://help.walmart.com/euf/assets/images/BTN_search_75x30.png" />
191191 <test url =" http://help.walmart.com/favicon.ico" />
192192
193+ <!--
193194 <exclusion pattern="^http://localad\.walmart\.com/+(?!$|\?)" />
195+ -->
194196
195197 <!-- +ve:
196198 -->
199+ <!--
197200 <test url="http://localad.walmart.com/f" />
198201 <test url="http://localad.walmart.com/o" />
199202 <test url="http://localad.walmart.com//o" />
200203 <test url="http://localad.walmart.com/b" />
201204 <test url="http://localad.walmart.com/a" />
205+ -->
202206
203207 <!-- -ve:
204208 -->
205- <test url =" http://localad.walmart.com//" />
209+ <!-- < test url="http://localad.walmart.com//" /> -- >
206210
207211 <test url =" http://beacon.walmart.com/tap.gif?tap=" />
208212
227231
228232 <!-- Redirect keeps args:
229233 -->
230- <rule from =" ^http://localad\.walmart\.com/+"
231- to=" https://weeklyad.walmart.com/walmart/" />
234+ <!-- < rule from="^http://localad\.walmart\.com/+"
235+ to="https://weeklyad.walmart.com/walmart/" /> -->
232236
233237 <rule from =" ^http://p13n-assets\.walmart\.com/"
234238 to=" https://a248.e.akamai.net/f/1697/4479/7/p13n-assets.walmart.com/" />
You can’t perform that action at this time.
0 commit comments