summaryrefslogtreecommitdiff
path: root/without-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-15 20:57:31 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-16 11:45:06 +0300
commite1da1ce26effdaabf4f8fee77ec8c65b5c926e6f (patch)
tree2675c6d53d95f3e7a4c8d64b9a7b372d630cbb31 /without-tests
parent2bceeae41eef43b9142d7163a45229920be9067d (diff)
downloadobnam-e1da1ce26effdaabf4f8fee77ec8c65b5c926e6f.tar.gz
Add Green Albatross repository format
Diffstat (limited to 'without-tests')
-rw-r--r--without-tests32
1 files changed, 19 insertions, 13 deletions
diff --git a/without-tests b/without-tests
index 28ab10de..5315d076 100644
--- a/without-tests
+++ b/without-tests
@@ -1,35 +1,41 @@
setup.py
-obnamlib/__init__.py
+
obnamlib/app.py
obnamlib/delegator.py
-obnamlib/humanise.py
-obnamlib/fsck_work_item.py
-obnamlib/repo_interface.py
-obnamlib/vfs.py
-obnamlib/repo_fs.py
obnamlib/fmt_6/__init__.py
obnamlib/fmt_6/repo_tree.py
-obnamlib/plugins/__init__.py
+obnamlib/fmt_ga/chunk_store.py
+obnamlib/fmt_ga/client_list.py
+obnamlib/fmt_ga/client.py
+obnamlib/fmt_ga/indexes.py
+obnamlib/fmt_ga/__init__.py
+obnamlib/fmt_simple/__init__.py
+obnamlib/fsck_work_item.py
+obnamlib/humanise.py
+obnamlib/__init__.py
obnamlib/plugins/backup_plugin.py
obnamlib/plugins/compression_plugin.py
+obnamlib/plugins/dump_repo_plugin.py
obnamlib/plugins/encryption_plugin.py
+obnamlib/plugins/exclude_caches_plugin.py
+obnamlib/plugins/exclude_pathnames_plugin.py
obnamlib/plugins/force_lock_plugin.py
obnamlib/plugins/forget_plugin.py
obnamlib/plugins/fsck_plugin.py
obnamlib/plugins/fuse_plugin.py
+obnamlib/plugins/__init__.py
obnamlib/plugins/list_formats_plugin.py
+obnamlib/plugins/one_file_system_plugin.py
obnamlib/plugins/restore_plugin.py
obnamlib/plugins/sftp_plugin.py
obnamlib/plugins/show_plugin.py
obnamlib/plugins/verify_plugin.py
obnamlib/plugins/vfs_local_plugin.py
+obnamlib/repo_fs.py
+obnamlib/repo_interface.py
+obnamlib/vfs.py
+test-plugins/aaa_hello_plugin.py
test-plugins/hello_plugin.py
test-plugins/oldhello_plugin.py
-test-plugins/aaa_hello_plugin.py
test-plugins/wrongversion_plugin.py
-obnamlib/plugins/dump_repo_plugin.py
-obnamlib/fmt_simple/__init__.py
-obnamlib/plugins/exclude_pathnames_plugin.py
-obnamlib/plugins/exclude_caches_plugin.py
-obnamlib/plugins/one_file_system_plugin.py