| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [extensions] | |
| 2 hg_root=/var/lib/adblockplus | |
|
Wladimir Palant
2014/07/25 09:50:11
We usually keep the repositories under /opt (see d
Felix Dahlke
2014/07/25 10:31:15
Based on the file system hierarchy standard, /var/
| |
| 3 abp_repository=%(hg_root)s/adblockplus | |
| 4 abpsafari_repository=%(hg_root)s/adblockpluschrome | |
| 5 abpsafari_type=safari | |
| 6 abpsafari_key=%(hg_root)s/adblockplussafari.pem | |
|
Wladimir Palant
2014/07/25 09:50:11
Ouch, keeping that key on the update server only f
Felix Dahlke
2014/07/25 10:31:15
Yes, I believe that's the best approach. For now w
| |
| 7 abpandroid_repository=%(hg_root)s/adblockplusandroid | |
| 8 abpandroid_type=android | |
| 9 ehh_repository=%(hg_root)s/elemhidehelper | |
| 10 watcher_repository=%(hg_root)s/abpwatcher | |
| 11 customization_repository=%(hg_root)s/abpcustomization | |
| 12 urlfixer_repository=%(hg_root)s/urlfixer | |
| 13 downloadsrepo=%(hg_root)s/downloads | |
| 14 downloadsurl=https://downloads.adblockplus.org/ | |
| 15 web_root=/var/www/update | |
| 16 geckoUpdateManifestPath=%(web_root)s/adblockplus/update.rdf | |
|
Wladimir Palant
2014/07/25 09:50:11
That's a rather misleading path given that this fi
Felix Dahlke
2014/07/25 10:31:15
Went even further and called the thing "gecko". Bu
Wladimir Palant
2014/07/25 11:11:02
Note that splitting up is better done before we re
Felix Dahlke
2014/07/25 14:17:56
Messy how? We don't need redirects for the individ
| |
| 17 geckoUpdateManifest=extensions/template/update.rdf | |
| 18 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist | |
| 19 safariUpdateManifest=extensions/template/updates.plist | |
| 20 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/androidupdates.xml | |
|
Wladimir Palant
2014/07/25 09:50:11
updates.xml please - it was only called androidupd
Felix Dahlke
2014/07/25 10:31:15
Done.
| |
| 21 androidUpdateManifest=extensions/template/androidupdates.xml | |
| OLD | NEW |