diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2018-07-12 10:16:34 +0100 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2018-07-12 10:16:34 +0100 |
commit | e0904f45562d493e960fa9a0fb8a9e0ba69eb78b (patch) | |
tree | dfc54ded95db732e978fa5593efb9c6e7428bfe8 /open-source-lorries | |
parent | d4b6c65b1bf7788d34dd499dd700fa13e32a3b5e (diff) | |
download | lorries-e0904f45562d493e960fa9a0fb8a9e0ba69eb78b.tar.gz |
Update cpython mirror
cpython has moved from mercurial to github, create a new lorry
file and move the old one to disable lorries.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/cpython-git.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/cpython.lorry | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/open-source-lorries/cpython-git.lorry b/open-source-lorries/cpython-git.lorry new file mode 100644 index 0000000..961c3ec --- /dev/null +++ b/open-source-lorries/cpython-git.lorry @@ -0,0 +1,6 @@ +{ + "cpython-git": { + "type": "git", + "url": "https://github.com/python/cpython.git" + } +} diff --git a/open-source-lorries/cpython.lorry b/open-source-lorries/cpython.lorry deleted file mode 100644 index ffd6b90..0000000 --- a/open-source-lorries/cpython.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cpython": { - "type": "hg", - "url": "http://hg.python.org/cpython" - } -} |