[java-idp-jetty-base] branch 9.3 updated: IDP-1087 jetty base needs a tmp with content.
Rod Widdowson
rdw at steadingsoftware.com
Fri Jan 6 06:54:30 EST 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 9.3
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=66ce0605329b07bb38ca9cae15426fb8c58c1e41
The following commit(s) were added to refs/heads/9.3 by this push:
new 66ce060 IDP-1087 jetty base needs a tmp with content.
66ce060 is described below
commit 66ce0605329b07bb38ca9cae15426fb8c58c1e41
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 6 11:49:20 2017 +0000
IDP-1087 jetty base needs a tmp with content.
https://issues.shibboleth.net/jira/browse/IDP-1087
Out dist mechanism strips .gitkeep files, and installer downstream delete
the then empty directory. rename .gitkeep to .donotdelete to pin the tmp
file even in an installation package.
---
src/main/resources/jetty-base/tmp/{.gitkeep => .donotdelete} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/jetty-base/tmp/.gitkeep b/src/main/resources/jetty-base/tmp/.donotdelete
similarity index 100%
rename from src/main/resources/jetty-base/tmp/.gitkeep
rename to src/main/resources/jetty-base/tmp/.donotdelete
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list