Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .sitescripts.example

Issue 29337957: Issue 3759 - Removed PAD generation code (Closed)
Patch Set: Created March 8, 2016, 4:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/extensions/android.py » ('j') | sitescripts/extensions/bin/updateDownloadLinks.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -64,7 +64,6 @@
abp_repository=%(root)s/hg/adblockplus
abp_name=Adblock Plus for Mozilla Firefox
abp_galleryID=adblock-plus
-abp_pad=true
abpchrome_repository=%(root)s/hg/adblockpluschrome
abpchrome_type=chrome
abpchrome_name=Adblock Plus for Google Chrome
@@ -74,23 +73,19 @@
abpchrome_clientID=...apps.googleusercontent.com
abpchrome_clientSecret=secret
abpchrome_refreshToken=1/rwn...
-abpchrome_pad=true
abpopera_repository=%(root)s/hg/adblockpluschrome
abpopera_type=opera
abpopera_name=Adblock Plus for Opera
abpopera_galleryID=opera-adblock
abpopera_key=%(root)s/data/adblockpluschrome.pem
-abpopera_pad=true
abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
abpsafari_type=safari
abpsafari_name=Adblock Plus for Safari
abpsafari_key=%(root)s/files/adblockplussafari.pem
-abpsafari_pad=true
abpandroid_repository=%(root)s/hg/adblockplusandroid
abpandroid_type=android
abpandroid_name=Adblock Plus for Android
abpandroid_downloadPage=/en/android
-abpandroid_pad=true
abpie_repository=%(root)s/hg/adblockplusie
abpie_type=ie
abpie_name=Adblock Plus for Internet Explorer
@@ -106,7 +101,6 @@
urlfixer_repository=%(root)s/hg/urlfixer
urlfixer_name=URL fixer
urlfixer_galleryID=url-fixer
-urlfixer_pad=true
buildRepository=%(root)s/hg/buildtools
nightliesData=%(root)s/data/nightlies
nightliesDirectory=%(root)s/www/devbuilds
@@ -120,8 +114,6 @@
androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
safariUpdateManifestPath=%(root)s/www/updates.plist
ieUpdateManifestPath=%(root)s/www/ieupdate.json
-padDirectory=%(root)s/www/pad
-padURL=https://adblockplus.org/pad/
errorTemplate=extensions/template/error.html
languageCheckTemplate=extensions/template/languageCheckResult.html
languageFormTemplate=extensions/template/languageForm.html
@@ -131,7 +123,6 @@
safariUpdateManifest=extensions/template/updates.plist
androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
-padTemplate=extensions/template/pad.xml
amo_username=me@example.com
amo_password=password1
« no previous file with comments | « no previous file | sitescripts/extensions/android.py » ('j') | sitescripts/extensions/bin/updateDownloadLinks.py » ('J')

Powered by Google App Engine
This is Rietveld