You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/11/07 22:18:59 UTC

svn commit: r1869523 - in /uima/site/trunk/uima-website: docs/git-notes.html xdocs/git-notes.xml

Author: schor
Date: Thu Nov  7 22:18:59 2019
New Revision: 1869523

URL: http://svn.apache.org/viewvc?rev=1869523&view=rev
Log:
no jira add ref to git repo config yaml file

Modified:
    uima/site/trunk/uima-website/docs/git-notes.html
    uima/site/trunk/uima-website/xdocs/git-notes.xml

Modified: uima/site/trunk/uima-website/docs/git-notes.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/git-notes.html?rev=1869523&r1=1869522&r2=1869523&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/git-notes.html (original)
+++ uima/site/trunk/uima-website/docs/git-notes.html Thu Nov  7 22:18:59 2019
@@ -226,6 +226,22 @@
                                                           <div class="sectionTable">
       <table class="sectionTable">
         <tr><td>
+        <a name="Configuring some aspects of Git Repo"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Configuring some aspects of Git Repo</h1></a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="sectionBody">
+                                    <p>You may create a special file in a branch, at the top level, named
+      <code>.asf.yaml</code> which controls some automation at Apache.</p>
+                                                <p>For some settings, this file must be in the "master" branch.</p>
+                                                <p>See <a target="_blank" rel="nofollow noopener" href="https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories">this page</a>
+        for details.</p>
+                            </blockquote>
+        </p>
+      </td></tr>
+    </table>
+                                        <div class="sectionTable">
+      <table class="sectionTable">
+        <tr><td>
         <a name="Frequently used git actions"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Frequently used git actions</h1></a>
       </td></tr>
       <tr><td>

Modified: uima/site/trunk/uima-website/xdocs/git-notes.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/git-notes.xml?rev=1869523&r1=1869522&r2=1869523&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/git-notes.xml (original)
+++ uima/site/trunk/uima-website/xdocs/git-notes.xml Thu Nov  7 22:18:59 2019
@@ -25,6 +25,19 @@ under the License.
   </properties>
 
   <body>
+  
+    <section name="Configuring some aspects of Git Repo">
+    
+      <p>You may create a special file in a branch, at the top level, named
+      <code>.asf.yaml</code> which controls some automation at Apache.</p>
+      
+      <p>For some settings, this file must be in the "master" branch.</p>
+      
+      <p>See <a target="_blank" rel="nofollow noopener" 
+        href="https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories">this page</a>
+        for details.</p>
+    </section>
+    
     <section name="Frequently used git actions">
     
       <h2>Working with two branches in one repo</h2>