From e0904f45562d493e960fa9a0fb8a9e0ba69eb78b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Jul 2018 10:16:34 +0100 Subject: Update cpython mirror cpython has moved from mercurial to github, create a new lorry file and move the old one to disable lorries. --- open-source-lorries-disabled/cpython.lorry | 6 ++++++ open-source-lorries/cpython-git.lorry | 6 ++++++ open-source-lorries/cpython.lorry | 6 ------ 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 open-source-lorries-disabled/cpython.lorry create mode 100644 open-source-lorries/cpython-git.lorry delete mode 100644 open-source-lorries/cpython.lorry diff --git a/open-source-lorries-disabled/cpython.lorry b/open-source-lorries-disabled/cpython.lorry new file mode 100644 index 0000000..ffd6b90 --- /dev/null +++ b/open-source-lorries-disabled/cpython.lorry @@ -0,0 +1,6 @@ +{ + "cpython": { + "type": "hg", + "url": "http://hg.python.org/cpython" + } +} 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" - } -} -- cgit v1.2.1