From 4fcedb269510eb0dd5b070d8f3a8f5f86e0f346f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 1 Feb 2014 12:30:24 +0100 Subject: [PATCH] Move urls-https into a new tools dir --- .../fix-standard-urls-to-use-https.sh => tools/urls-https.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename metadata/fix-standard-urls-to-use-https.sh => tools/urls-https.sh (96%) diff --git a/metadata/fix-standard-urls-to-use-https.sh b/tools/urls-https.sh similarity index 96% rename from metadata/fix-standard-urls-to-use-https.sh rename to tools/urls-https.sh index 310acca012..df2e9e2f4c 100755 --- a/metadata/fix-standard-urls-to-use-https.sh +++ b/tools/urls-https.sh @@ -6,7 +6,7 @@ # alternate, backup method of verifying the download, but also greatly reduces # meta data leaks. -for f in *.txt; do +for f in metadata/*.txt; do printf `echo $f | cut -b1` sed -i 's,http://dl.google.com,https://dl.google.com,g' $f sed -i 's,http://pypi,https://pypi,g' $f