You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andrew Robinson (JIRA)" <ji...@apache.org> on 2010/11/08 17:25:09 UTC

[jira] Created: (INFRA-3175) Setup Trinidad Site for deployment from a nightly hudson build with maven

Setup Trinidad Site for deployment from a nightly hudson build with maven
-------------------------------------------------------------------------

                 Key: INFRA-3175
                 URL: https://issues.apache.org/jira/browse/INFRA-3175
             Project: Infrastructure
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: Hudson
            Reporter: Andrew Robinson


For MyFaces Trinidad, we desire to have a nightly hudson task build the public website from the maven source code. I was told on the infrastructure mailing list to open a JIRA for this (by Tony Stevenson).

Trinidad Site URL:
http://myfaces.apache.org/trinidad/index.html

Trinidad 2.x source code URL:
https://svn.apache.org/repos/asf/myfaces/trinidad/trunk

Site built using the "standard" maven site (with modules) from the parent directory (the URL above)

Please let me know what help I can provide in setting this up.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3175) Setup Trinidad Site for deployment from a nightly hudson build with maven

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930125#action_12930125 ] 

Niklas Gustavsson commented on INFRA-3175:
------------------------------------------

For whatever method we use, we need to figure out how to handle authentication. Build servers are pretty insecure and needs to be isolated. Thus, we should not stick private keys or passwords that give access to outsides machines on any Hudson server. Instead, perhaps we need to poll Hudson servers from some outside server.

> Setup Trinidad Site for deployment from a nightly hudson build with maven
> -------------------------------------------------------------------------
>
>                 Key: INFRA-3175
>                 URL: https://issues.apache.org/jira/browse/INFRA-3175
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Andrew Robinson
>
> For MyFaces Trinidad, we desire to have a nightly hudson task build the public website from the maven source code. I was told on the infrastructure mailing list to open a JIRA for this (by Tony Stevenson).
> Trinidad Site URL:
> http://myfaces.apache.org/trinidad/index.html
> Trinidad 2.x source code URL:
> https://svn.apache.org/repos/asf/myfaces/trinidad/trunk
> Site built using the "standard" maven site (with modules) from the parent directory (the URL above)
> Please let me know what help I can provide in setting this up.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3175) Setup Trinidad Site for deployment from a nightly hudson build with maven

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998037#comment-12998037 ] 

Gavin commented on INFRA-3175:
------------------------------

Buildbot can do this for you, from a trusted slave, Hudson doesnt have any trusted slaves so we wont do this on Hudson. Let me know if you would like Buildbot to do it for you or we'll close the issue. Thanks

> Setup Trinidad Site for deployment from a nightly hudson build with maven
> -------------------------------------------------------------------------
>
>                 Key: INFRA-3175
>                 URL: https://issues.apache.org/jira/browse/INFRA-3175
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Andrew Robinson
>
> For MyFaces Trinidad, we desire to have a nightly hudson task build the public website from the maven source code. I was told on the infrastructure mailing list to open a JIRA for this (by Tony Stevenson).
> Trinidad Site URL:
> http://myfaces.apache.org/trinidad/index.html
> Trinidad 2.x source code URL:
> https://svn.apache.org/repos/asf/myfaces/trinidad/trunk
> Site built using the "standard" maven site (with modules) from the parent directory (the URL above)
> Please let me know what help I can provide in setting this up.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (INFRA-3175) Setup Trinidad Site for deployment from a nightly hudson build with maven

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-3175.
------------------------

    Resolution: Won't Fix

No more comments so not needed.

> Setup Trinidad Site for deployment from a nightly hudson build with maven
> -------------------------------------------------------------------------
>
>                 Key: INFRA-3175
>                 URL: https://issues.apache.org/jira/browse/INFRA-3175
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>            Reporter: Andrew Robinson
>
> For MyFaces Trinidad, we desire to have a nightly hudson task build the public website from the maven source code. I was told on the infrastructure mailing list to open a JIRA for this (by Tony Stevenson).
> Trinidad Site URL:
> http://myfaces.apache.org/trinidad/index.html
> Trinidad 2.x source code URL:
> https://svn.apache.org/repos/asf/myfaces/trinidad/trunk
> Site built using the "standard" maven site (with modules) from the parent directory (the URL above)
> Please let me know what help I can provide in setting this up.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (INFRA-3175) Setup Trinidad Site for deployment from a nightly hudson build with maven

Posted by "Brian Fox (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929753#action_12929753 ] 

Brian Fox commented on INFRA-3175:
----------------------------------

I think this is potentially bigger than just a hudson task. We need to figure out in general how to publish maven sites to the new process. Currently they all scp up the files to the old sites that get rsynced. We'll need to get those committed to svn instead.

> Setup Trinidad Site for deployment from a nightly hudson build with maven
> -------------------------------------------------------------------------
>
>                 Key: INFRA-3175
>                 URL: https://issues.apache.org/jira/browse/INFRA-3175
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Andrew Robinson
>
> For MyFaces Trinidad, we desire to have a nightly hudson task build the public website from the maven source code. I was told on the infrastructure mailing list to open a JIRA for this (by Tony Stevenson).
> Trinidad Site URL:
> http://myfaces.apache.org/trinidad/index.html
> Trinidad 2.x source code URL:
> https://svn.apache.org/repos/asf/myfaces/trinidad/trunk
> Site built using the "standard" maven site (with modules) from the parent directory (the URL above)
> Please let me know what help I can provide in setting this up.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (INFRA-3175) Setup Trinidad Site for deployment from a nightly hudson build with maven

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated INFRA-3175:
-------------------------

    Component/s:     (was: Hudson)
                 Buildbot

> Setup Trinidad Site for deployment from a nightly hudson build with maven
> -------------------------------------------------------------------------
>
>                 Key: INFRA-3175
>                 URL: https://issues.apache.org/jira/browse/INFRA-3175
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>            Reporter: Andrew Robinson
>
> For MyFaces Trinidad, we desire to have a nightly hudson task build the public website from the maven source code. I was told on the infrastructure mailing list to open a JIRA for this (by Tony Stevenson).
> Trinidad Site URL:
> http://myfaces.apache.org/trinidad/index.html
> Trinidad 2.x source code URL:
> https://svn.apache.org/repos/asf/myfaces/trinidad/trunk
> Site built using the "standard" maven site (with modules) from the parent directory (the URL above)
> Please let me know what help I can provide in setting this up.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira