[cpp-sp] 02/04: SSPCPP-756 Tidy up the gitkeep in the test cache
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 1 07:00:08 EST 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=49af6582137091b981293b2ce919c0303f0bbe63
commit 49af6582137091b981293b2ce919c0303f0bbe63
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 1 11:49:43 2017 +0000
SSPCPP-756 Tidy up the gitkeep in the test cache
https://issues.shibboleth.net/jira/browse/SSPCPP-756
We cannot put the .gitkeep into the cache directiory because it gets
deleted by running the test. So pop it into a subdirectory which
is therefore not traversed and deleted.
---
unittests/config/var/cache/shibboleth/.gitignore | 1 -
unittests/config/var/cache/shibboleth/dynamic/{ => gitkeep}/.gitkeep | 0
2 files changed, 1 deletion(-)
diff --git a/unittests/config/var/cache/shibboleth/.gitignore b/unittests/config/var/cache/shibboleth/.gitignore
index c786e13..97f440f 100644
--- a/unittests/config/var/cache/shibboleth/.gitignore
+++ b/unittests/config/var/cache/shibboleth/.gitignore
@@ -1,2 +1 @@
-dynamic/.gitkeep
dynamic/*.xml
diff --git a/unittests/config/var/cache/shibboleth/dynamic/.gitkeep b/unittests/config/var/cache/shibboleth/dynamic/gitkeep/.gitkeep
similarity index 100%
rename from unittests/config/var/cache/shibboleth/dynamic/.gitkeep
rename to unittests/config/var/cache/shibboleth/dynamic/gitkeep/.gitkeep
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list