Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Martí fa69e69d99 The slowness of urls-https came from calling sed multiple times
Calling it only once means that files are read and written only once too.

Total time it takes to run it on the actual fdroiddata dropped from ~25sec to
~6sec.
2014-02-13 08:13:27 +01:00
Hans-Christoph Steiner c60e03d650 tools/urls-https.sh: also change git:// and svn:// to https://
For git repos, using https:// reduces metadata leakage for more privacy,
and increases the security a little bit.  For SVN repos, using https:// is
much more important since the repo format itself does not provide the same
level of verification as git, hg, etc. do.
2014-02-12 22:34:48 -05:00
Daniel Martí 4fcedb2695 Move urls-https into a new tools dir 2014-02-01 12:30:24 +01:00