diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-11-06 15:12:20 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-11-06 15:12:20 +0100 |
commit | a9fa6d5551f047e976e624c1b6cc82e8c4fbb76d (patch) | |
tree | f8c0f59a36ae572e3f67045435b27e15bf9d0b44 /metadata/scripts/urls2hostport.py | |
parent | b4f5e684ecb318e10735414c683787d435bae7a5 (diff) |
Cleaning up old files left after we stopped signing on mds1/2. Done by Bjorn and Jocarmd-2023-11-06-v02
Diffstat (limited to 'metadata/scripts/urls2hostport.py')
-rw-r--r-- | metadata/scripts/urls2hostport.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/metadata/scripts/urls2hostport.py b/metadata/scripts/urls2hostport.py deleted file mode 100644 index c4ff33bf..00000000 --- a/metadata/scripts/urls2hostport.py +++ /dev/null @@ -1,6 +0,0 @@ - -import sys -from urlparse import urlparse -for url in sys.stdin: - o = urlparse(url) - print o.netloc |