summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-04 11:21:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-04 11:21:24 +0000
commit8b7cba630f355d37ca83e4f0605f42c7317bce7f (patch)
treebf5e43f74c2beb9e73bea6db758c7d42d118b69d /tests
parentc972012707f6555de6cf636d8eb5e2bf6e8ebf87 (diff)
downloadlorry-8b7cba630f355d37ca83e4f0605f42c7317bce7f.tar.gz
Update tests and docs for obsolete fields in tarball importssam/tarball-obsolete-fields
The 'compression' and 'strip' fields seem to have been obsolete since commit a7f8b1b63a97c66aea6f39342313d7a5b919cfa7 in 2012.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/make-tarball.setup6
-rwxr-xr-xtests/tar-single-commit.setup6
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/make-tarball.setup b/tests/make-tarball.setup
index 76f751c..4da691d 100755
--- a/tests/make-tarball.setup
+++ b/tests/make-tarball.setup
@@ -36,20 +36,14 @@ cat <<EOF > $DATADIR/make-tarball-repo.lorry
{
"make-tarball-repo-gzip": {
"type": "tarball",
- "compression": "gzip",
- "strip": 1,
"url": "file://$DATADIR/make-tarball-repo.tar.gz"
},
"make-tarball-repo-bzip2": {
"type": "tarball",
- "compression": "bzip2",
- "strip": 1,
"url": "file://$DATADIR/make-tarball-repo.tar.bz2"
},
"make-tarball-repo-lzma": {
"type": "tarball",
- "compression": "lzma",
- "strip": 1,
"url": "file://$DATADIR/make-tarball-repo.tar.lzma"
}
}
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"
}
}