From bef10904be2feeda7084216f8528ceef54b87f83 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Jul 2018 11:26:03 +0100 Subject: Lorry file from git repository --- open-source-lorries-disabled/file.lorry | 7 +++++++ open-source-lorries/file-git.lorry | 7 +++++++ open-source-lorries/file.lorry | 7 ------- 3 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 open-source-lorries-disabled/file.lorry create mode 100644 open-source-lorries/file-git.lorry delete mode 100644 open-source-lorries/file.lorry diff --git a/open-source-lorries-disabled/file.lorry b/open-source-lorries-disabled/file.lorry new file mode 100644 index 0000000..6ef8b6b --- /dev/null +++ b/open-source-lorries-disabled/file.lorry @@ -0,0 +1,7 @@ +{ + "file": { + "type": "tarball", + "url": "ftp://ftp.astron.com/pub/file/file-5.32.tar.gz" + } +} + diff --git a/open-source-lorries/file-git.lorry b/open-source-lorries/file-git.lorry new file mode 100644 index 0000000..64ce58f --- /dev/null +++ b/open-source-lorries/file-git.lorry @@ -0,0 +1,7 @@ +{ + "file-git": { + "type": "git", + "url": "https://github.com/file/file" + } +} + diff --git a/open-source-lorries/file.lorry b/open-source-lorries/file.lorry deleted file mode 100644 index 6ef8b6b..0000000 --- a/open-source-lorries/file.lorry +++ /dev/null @@ -1,7 +0,0 @@ -{ - "file": { - "type": "tarball", - "url": "ftp://ftp.astron.com/pub/file/file-5.32.tar.gz" - } -} - -- cgit v1.2.1