diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-07 14:13:03 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-07 14:13:03 +0000 |
commit | 6a9d24cd5500def07bfb4d85978716aaae8d77ad (patch) | |
tree | 50432904dbca68092ef0e9fad8f3f5e98a605bf5 | |
parent | c8f3fa6ab6afc953afe24a9566413c4b45ddfa7b (diff) | |
download | lorry-6a9d24cd5500def07bfb4d85978716aaae8d77ad.tar.gz |
lorries: add btrfs and squashfs utilities
-rw-r--r-- | lorries/btrfs-progs.lorry | 6 | ||||
-rw-r--r-- | lorries/squashfs-tools.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lorries/btrfs-progs.lorry b/lorries/btrfs-progs.lorry new file mode 100644 index 0000000..45f4614 --- /dev/null +++ b/lorries/btrfs-progs.lorry @@ -0,0 +1,6 @@ +{ + "btrfs-progs": { + "type": "git", + "url": "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git" + } +} diff --git a/lorries/squashfs-tools.lorry b/lorries/squashfs-tools.lorry new file mode 100644 index 0000000..2b0ee63 --- /dev/null +++ b/lorries/squashfs-tools.lorry @@ -0,0 +1,6 @@ +{ + "squashfs-tools": { + "type": "git", + "url": "git://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git" + } +} |