From: Garming Sam Date: Thu, 14 Dec 2017 03:43:04 +0000 (+1300) Subject: WindowsServerDocs: Update README to get rid of the references to ./gen/ X-Git-Tag: talloc-2.1.11~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6c33c0ca996939e4ccc542a085499d20fd784d5;p=thirdparty%2Fsamba.git WindowsServerDocs: Update README to get rid of the references to ./gen/ Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/source4/setup/adprep/README.txt b/source4/setup/adprep/README.txt index 069b0152a78..f8de2eae175 100644 --- a/source4/setup/adprep/README.txt +++ b/source4/setup/adprep/README.txt @@ -7,16 +7,16 @@ project: https://github.com/MicrosoftDocs/windowsserverdocs/ ./WindowsServerDocs/Schema-Updates.md is the version of the file we used (last updated Jun 1, 2017, commit SHA f79755b75d2810b8a4). -License files (LICENSE and LICENSE-CODE) have also been included in the ./gen -directory for reference. +License files (LICENSE and LICENSE-CODE) have also been included in the +./WindowsServerDocs directory for reference. -The ms_markdown.py script was then used to produce the .ldf files. +The ms_schema_markdown.py script was then used to produce the .ldf files. -However, this schema didn't work. The ./gen/*.diff files are the changes -we made on top of this to get the schema working on Samba. If you are +However, this schema didn't work. The ./WindowsServerDocs/*.diff files are the +changes we made on top of this to get the schema working on Samba. If you are re-generating the .ldf files, to apply the patches, use: -for p in `ls gen/*.diff` ; do patch -p 1 < $p ; done +for p in `ls WindowsServerDocs/*.diff` ; do patch -p 1 < $p ; done All this is handled at runtime in the provision code, so that we do not store patched generated files in git (an alternative would have