<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/21/13 2:31 PM, Jan Lieskovsky
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1146139740.9492104.1382380283445.JavaMail.root@redhat.com"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">Create the Fedora/output directory in case
it doesn't exist yet (so fedora_guide.xslt
generation would succeed), since Git doesn't
support empty directories, just files (also
required to support SCAP content on multiple /
different Fedora versions).

Passed basic sanity &amp;&amp; regression testing,
pushed to master.

Thank you &amp;&amp; Regards, Jan.
--
Jan iankko Lieskovsky / Red Hat Security Technologies Team</pre>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"><legend
          class="mimeAttachmentHeaderName">0002-Fedora-Create-output-directory-in-case-it-doesn-t-ex.patch</legend></fieldset>
      <br>
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap="">From e54f05e0ef70ea60efd029317ec219f14cfd81cf Mon Sep 17 00:00:00 2001
From: Jan Lieskovsky <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:jlieskov@redhat.com">&lt;jlieskov@redhat.com&gt;</a>
Date: Mon, 21 Oct 2013 20:22:43 +0200
Subject: [PATCH 2/2] [Fedora] Create output directory in case it doesn't exist
 (git doesn't support adding of empty dirs)

Signed-off-by: Jan Lieskovsky <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:jlieskov@redhat.com">&lt;jlieskov@redhat.com&gt;</a>
---
 Fedora/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Fedora/Makefile b/Fedora/Makefile
index 1bdb6fe..48e5db8 100644
--- a/Fedora/Makefile
+++ b/Fedora/Makefile
@@ -13,6 +13,7 @@ FEDORA_GUIDE_XML = fedora_guide.xml
 all: shorthand2xccdf guide content dist
 
 set-fedora-release:
+        mkdir -p $(OUT)
 #        obtain full Fedora release name and CPE from the system
         $(TRANS)/genguidexslt.py $(OUT)/$(FEDORA_GUIDE_XSLT)
 #        update Fedora/input/guide.xml based on retrieved values
<div class="moz-txt-sig">-- 
1.8.3.1

</div></pre>
      </div>
    </blockquote>
    <br>
    It can be annoying to have output/ showup within your git commit
    processes, so we created a persistent output/.gitignore file (which
    also persisted the output/ directory). Perhaps this could be an
    approach?<br>
  </body>
</html>