Commit graph

9 commits

Author SHA1 Message Date
Daniel Martí 4c420571b4 google-code-moved: don't be so verbose 2015-08-27 21:00:15 -07:00
Daniel Martí 43ad1b5da0 google-code-moved: count apps left 2015-08-27 12:01:55 -07:00
Daniel Martí bd83f3ea22 google-code-moved: shuffle lines
This way we get the results don't pile at the end
2015-08-26 18:49:53 -07:00
Daniel Martí ea51f477eb https urls are now enforced by lint 2015-08-18 17:57:01 -07:00
Daniel Martí b951157ce0 Remove all trailing spaces 2015-08-17 22:21:03 -07:00
Daniel Martí 62c28b1eb0 Add script to detect projects that moved from google code to github 2015-08-17 22:15:20 -07:00
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