summaryrefslogtreecommitdiff
path: root/tests/tar-single-commit.setup
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-04 12:21:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-04 12:21:11 +0000
commit4fcff82742ce3325a860c060b597ff281872c594 (patch)
tree75a83fb0e3a962dc026f098b2a5eb8230c35bc0d /tests/tar-single-commit.setup
parent28ba7b9e299d9aa54328ee2eaf8c4aac48465289 (diff)
parent8b7cba630f355d37ca83e4f0605f42c7317bce7f (diff)
downloadlorry-4fcff82742ce3325a860c060b597ff281872c594.tar.gz
Merge branch 'sam/tarball-obsolete-fields'
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk>
Diffstat (limited to 'tests/tar-single-commit.setup')
-rwxr-xr-xtests/tar-single-commit.setup6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/tar-single-commit.setup b/tests/tar-single-commit.setup
index d520a94..a68eb92 100755
--- a/tests/tar-single-commit.setup
+++ b/tests/tar-single-commit.setup
@@ -37,20 +37,14 @@ cat <<EOF > $DATADIR/tar-test-repo.lorry
{
"tar-test-repo-gzip": {
"type": "tarball",
- "compression": "gzip",
- "strip": 1,
"url": "file://$DATADIR/tar-test-repo.tar.gz"
},
"tar-test-repo-bzip2": {
"type": "tarball",
- "compression": "bzip2",
- "strip": 1,
"url": "file://$DATADIR/tar-test-repo.tar.bz2"
},
"tar-test-repo-lzma": {
"type": "tarball",
- "compression": "lzma",
- "strip": 1,
"url": "file://$DATADIR/tar-test-repo.tar.xz"
}
}