ostree/tests
Colin Walters 1ec7c30408 core: Remove old "archive" mode
We'll always have "bare" mode for keeping files-as-hardlinks as root.
But "archive" was my second attempt at a format for non-root file
storage, used by the gnome-ostree buildsystem which runs as non-root.

It was really handy to have a "tar" like mode where I can create
tarballs as a user, that contain files owned by root for example.

The "archive" mode stored content files as two pieces in the
filesystem; ".file" contained metadata, and ".filecontent" was the
actual content, uncompressed.  The nice thing about this was that to
check out a tree as non-root, you could just hardlink into the repo.

However, archive was fairly bad for serving via HTTP; it required
*two* HTTP requests per content object, greatly magnifing the already
inefficient fetch process.  So "archive-z2" was introduced.

To allow gnome-ostree to still check out trees as a user, the
"uncompressed-object-cache" was introduced, and that's how things have
been working for a while.

So we should just be able to kill this code.  Specifically note just
how much better the stage_object() function became.

https://bugzilla.gnome.org/show_bug.cgi?id=706057
2013-08-16 22:56:42 -04:00
..
.gitignore Add support for pulling from remote archives 2011-10-31 20:28:47 -04:00
archive-test.sh tests: Pull from file:/// only works with archive-z right now 2013-07-02 11:24:07 -04:00
libtest.sh Drop support for fifos and devices 2013-07-16 09:35:44 -04:00
ostree-valgrind.supp core: Check out asynchronously 2012-06-21 18:05:13 -04:00
pull-test.sh Fix test reference to obsolete ostree-pull 2013-07-09 09:28:02 -04:00
test-admin-deploy-1.sh admin: Add an "undeploy" command 2013-07-23 09:19:24 -04:00
test-admin-deploy-2.sh admin: Rename prune -> cleanup, avoid doing repo prune twice 2013-07-15 16:13:12 -04:00
test-archivez.sh tests: Drop numeric prefix 2013-07-09 10:41:07 -04:00
test-basic.sh Add 'ostree reset' command to undo a bad commit 2013-08-16 17:28:43 +02:00
test-corruption.sh main: Add --delete option to fsck 2013-07-18 12:09:44 -04:00
test-libarchive.sh tests: Drop numeric prefix 2013-07-09 10:41:07 -04:00
test-pull-archive-z.sh tests: Drop numeric prefix 2013-07-09 10:41:07 -04:00
test-pull-corruption.sh tests: Add a test of corruption during a pull process 2013-07-09 11:28:49 -04:00
test-remote-add.sh tests: Drop numeric prefix 2013-07-09 10:41:07 -04:00
test-setuid.sh core: Don't strip setuid bits when creating files 2013-07-18 14:23:55 -04:00
test-xattrs.sh test-xattrs: Skip if current FS doesn't support user_xattr 2013-08-14 20:46:46 +02:00