Move urls-https into a new tools dir

This commit is contained in:
Daniel Martí 2014-02-01 12:30:24 +01:00
parent 95b5427180
commit 4fcedb2695

View file

@ -6,7 +6,7 @@
# alternate, backup method of verifying the download, but also greatly reduces # alternate, backup method of verifying the download, but also greatly reduces
# meta data leaks. # meta data leaks.
for f in *.txt; do for f in metadata/*.txt; do
printf `echo $f | cut -b1` printf `echo $f | cut -b1`
sed -i 's,http://dl.google.com,https://dl.google.com,g' $f sed -i 's,http://dl.google.com,https://dl.google.com,g' $f
sed -i 's,http://pypi,https://pypi,g' $f sed -i 's,http://pypi,https://pypi,g' $f