You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2015/03/01 11:11:04 UTC

[jira] [Comment Edited] (INFRA-9175) Updating maven.apache.org site download.cgi with an executable flag does not work

    [ https://issues.apache.org/jira/browse/INFRA-9175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342106#comment-14342106 ] 

Hervé Boutemy edited comment on INFRA-9175 at 3/1/15 10:10 AM:
---------------------------------------------------------------

I think I found a permanent fix for http://maven.us.apache.org/download.cgi

I defined the flag on svn websites staging area https://svn.apache.org/repos/infra/websites/staging/maven/trunk/content/download.cgi

when CMS promotes content from svn staging area to svn production area, the flag won't be lost as it was at the moment (see http://maven.apache.org/developers/website/website-overview.html for graphical explanations on CMS publish)

and I tried to modify Maven site source: the flag on staging area isn't lost when CMS builds and updates the staging area


issue fixed for Maven website, that it published with CMS
now I need to fix sub-projects websites, that are published with maven-scm-publish-plugin


was (Author: hboutemy):
I think I found a permanent fix for http://maven.us.apache.org/download.cgi

I defined the flag on svn websites staging area https://svn.apache.org/repos/infra/websites/staging/maven/trunk/content/download.cgi

when CMS promotes content from svn staging area to svn production area, the flag won't be lost as it was at the moment

and I tried to modify Maven site source: the flag on staging area isn't lost when CMS builds and updates the staging area


issue fixed for Maven website, that it published with CMS
now I need to fix sub-projects websites, that are published with maven-scm-publish-plugin

> Updating maven.apache.org site download.cgi with an executable flag does not work
> ---------------------------------------------------------------------------------
>
>                 Key: INFRA-9175
>                 URL: https://issues.apache.org/jira/browse/INFRA-9175
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Buildbot, SvnPubSub, Website
>            Reporter: Karl Heinz Marbaise
>            Priority: Blocker
>
> I have changed the svn:executable flag in the https://svn.apache.org/repos/asf/maven/site/trunk but unfortunately the flag is not transfered to the production site.
> In the stdio output of the triggered build http://ci.apache.org/builders/maven-site-staging/builds/231/steps/shell/logs/stdio you can't see that the download.cgi file has been updated, cause it contains only a change in the above property.
> The result is that on production site / staging site the download.cgi does not have executable permission which results in server error.
> Currently the work-a-round is to manually fix the property on production svn https://svn.apache.org/repos/infra/websites/production/maven/content...
> But the permission goes lost through the process of creation.
> After checking some things i found that the separate downloads in the areas of the plugins like this http://maven.apache.org/plugins/maven-war-plugin/download.cgi, http://maven.apache.org/plugins/maven-ear-plugin/download.cgi, http://maven.apache.org/plugins/maven-javadoc-plugin/download.cgi don't work either...cause every plugin has to have a separate download of the appropriate source release which makes this issue more important.
> I have manually fixed it in svn area https://svn.apache.org/repos/infra/websites/production/maven/content/plugins for the following list of files:
> {code}
> Karl-Heinzs-MacBook-Pro:plugins kama$ svn st
>  M      maven-acr-plugin/download.cgi
>  M      maven-ant-plugin/download.cgi
>  M      maven-antrun-plugin/download.cgi
>  M      maven-assembly-plugin/download.cgi
>  M      maven-changelog-plugin/download.cgi
>  M      maven-changes-plugin/download.cgi
>  M      maven-checkstyle-plugin/download.cgi
>  M      maven-clean-plugin/download.cgi
>  M      maven-dependency-plugin/download.cgi
>  M      maven-deploy-plugin/download.cgi
>  M      maven-ear-plugin/download.cgi
>  M      maven-ejb-plugin/download.cgi
>  M      maven-gpg-plugin/download.cgi
>  M      maven-install-plugin/download.cgi
>  M      maven-invoker-plugin/download.cgi
>  M      maven-jar-plugin/download.cgi
>  M      maven-jarsigner-plugin/download.cgi
>  M      maven-javadoc-plugin/download.cgi
>  M      maven-linkcheck-plugin/download.cgi
>  M      maven-pdf-plugin/download.cgi
>  M      maven-pmd-plugin/download.cgi
>  M      maven-project-info-reports-plugin/download.cgi
>  M      maven-rar-plugin/download.cgi
>  M      maven-resources-plugin/download.cgi
>  M      maven-scm-publish-plugin/download.cgi
>  M      maven-site-plugin/download.cgi
>  M      maven-source-plugin/download.cgi
>  M      maven-toolchains-plugin/download.cgi
>  M      maven-war-plugin/download.cgi
> {code}
> in Revision 940654.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)