Author: sebb Date: Tue Feb 14 22:36:43 2017 New Revision: 1783042 URL: http://svn.apache.org/viewvc?rev=1783042&view=rev Log: Don't need to make cgis executable any more
Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/site-publish.xml?rev=1783042&r1=1783041&r2=1783042&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/site-publish.xml (original) +++ commons/cms-site/trunk/content/xdoc/site-publish.xml Tue Feb 14 22:36:43 2017 @@ -78,12 +78,6 @@ <p> The site can also be built locally and checked into the appropriate location manually. </p> - <p> - <b>Please remember to check that the download_xyz.cgi script has the property "svn:executable *", otherwise downloads will fail.</b> - <br/> - Note: the following command can be used on people/minotaur to check the Commons CGI script permissions: - </p> - <pre>find /www/commons.apache.org -name "*.cgi" ! -perm -111 -ls</pre> <subsection name="Configuration"> <p> Default deployment targets are: @@ -97,15 +91,15 @@ The maven-scm-publish-plugin will delete any content not generated by the Maven site plugin. To avoid deletion of previous apis javadocs or other static content, the pom needs some configuration:</p> <pre><![CDATA[<plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-scm-publish-plugin</artifactId> - <configuration> - <ignorePathsToDelete> - <ignorePathToDelete>javadocs</ignorePathToDelete> - <!-- other paths to ignore --> - </ignorePathsToDelete> - </configuration> - </plugin>]]></pre> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-publish-plugin</artifactId> + <configuration> + <ignorePathsToDelete> + <ignorePathToDelete>javadocs</ignorePathToDelete> + <!-- other paths to ignore --> + </ignorePathsToDelete> + </configuration> +</plugin>]]></pre> <p>All declared paths won't be deleted from svn but rather have to be imported manually.</p> </subsection> </section>