diff options
author | Anne LoVerso <aelv13@gmail.com> | 2014-08-05 08:41:50 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2014-08-20 15:09:32 -0400 |
commit | 3742c329459615eca34fdd374673c76ac648ffba (patch) | |
tree | 99862dceb5c40cc9b42573c3403eb2ca88788d48 /Makefile-tests.am | |
parent | 6a55d2c32ffcb49de5f4d781315b67dcc885d6f7 (diff) | |
download | ostree-3742c329459615eca34fdd374673c76ac648ffba.tar.gz |
repo-pull: Allow pulling only one directory
Changes the pull API to allow pulling only a single directory instead
of the whole deployment. This option is utilized by the check-diff
option in rpm-ostree.
Add a new state directory to hold <checksum>.commitpartial files, so
we know that we've only downloaded partial state.
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r-- | Makefile-tests.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am index 5c868410..c36b1b84 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -23,6 +23,7 @@ insttest_PROGRAMS = insttestdir=$(pkglibexecdir)/installed-tests testfiles = test-basic \ + test-pull-subpath \ test-archivez \ test-remote-add \ test-commit-sign \ |