[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-12-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15054108#comment-15054108
 ] 

ASF GitHub Bot commented on MESOS-3687:
---

Github user jonorossi commented on the pull request:


https://github.com/apache/mesos/commit/3c264c0929d328b1f8bedac3ad2fddadf782ec71#commitcomment-14940262
  
@westurner IIRC the architecture images were 404s beforehand even with an 
absolute URL because the files didn't live there. There were few images that 
were actually working beforehand, most images were broken. The previous comment 
to this one (260acd03b45c9a203a53bc92171aedadbb970dad) in the PR actually fixed 
the script so the deployment would post-process the markdown as it did with 
links. There is still something going wrong with the deployment (i.e. manual 
running of the script and getting committed to subversion).

I've mentioned in a couple of mailing list threads that we need to make 
this process automated via the Jenkins server. @davelester was helping to 
organise this with the Apache ops guys as he is the web site maintainer.

Here is the JIRA issue: https://issues.apache.org/jira/browse/MESOS-3687


> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-12-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15054114#comment-15054114
 ] 

ASF GitHub Bot commented on MESOS-3687:
---

Github user westurner commented on the pull request:


https://github.com/apache/mesos/commit/3c264c0929d328b1f8bedac3ad2fddadf782ec71#commitcomment-14940273
  
Thanks!

So the paths for the .md files are

```
./images/img.PNG
./doc.md
```

Whereas the site-deployed paths are:

```
/documentation/latest/images/img.PNG
/documentation/latest/doc/
```

Currently:

* images display w/ GitHub
* images 404 w/ the site

... I'll copy this to JIRA when I get a minute.
On Dec 12, 2015 1:31 AM, "Jonathon Rossi"  wrote:

> @westurner  IIRC the architecture images
> were 404s beforehand even with an absolute URL because the files didn't
> live there. There were few images that were actually working beforehand,
> most images were broken. The previous comment to this one (260acd0
> 
)
> in the PR actually fixed the script so the deployment would post-process
> the markdown as it did with links. There is still something going wrong
> with the deployment (i.e. manual running of the script and getting
> committed to subversion).
>
> I've mentioned in a couple of mailing list threads that we need to make
> this process automated via the Jenkins server. @davelester
>  was helping to organise this with the
> Apache ops guys as he is the web site maintainer.
>
> Here is the JIRA issue: https://issues.apache.org/jira/browse/MESOS-3687
>
> —
> Reply to this email directly or view it on GitHub
> 

> .
>



> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-10-09 Thread haosdent (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950175#comment-14950175
 ] 

haosdent commented on MESOS-3687:
-

+1 for this

> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-10-09 Thread Jonathon Rossi (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950439#comment-14950439
 ] 

Jonathon Rossi commented on MESOS-3687:
---

This will also fix broken images that reference images under "docs/images", 
e.g.:
http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers/

> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-10-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950478#comment-14950478
 ] 

ASF GitHub Bot commented on MESOS-3687:
---

GitHub user jonorossi opened a pull request:

https://github.com/apache/mesos/pull/72

Import site building from subversion for MESOS-3687

https://issues.apache.org/jira/browse/MESOS-3687

/cc @davelester

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/fayusohenson/mesos site-import

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mesos/pull/72.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #72


commit 44aa47b948f944d4c46fe76d7c41808d4580b81f
Author: Jonathon Rossi 
Date:   2015-10-09T10:18:57Z

Import site building from subversion for MESOS-3687




> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-10-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950531#comment-14950531
 ] 

ASF GitHub Bot commented on MESOS-3687:
---

Github user asfgit closed the pull request at:

https://github.com/apache/mesos/pull/72


> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-10-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950541#comment-14950541
 ] 

ASF GitHub Bot commented on MESOS-3687:
---

GitHub user jonorossi opened a pull request:

https://github.com/apache/mesos/pull/73

Streamline site-building process for MESOS-3687

https://issues.apache.org/jira/browse/MESOS-3687

/cc @davelester

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/fayusohenson/mesos site

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mesos/pull/73.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #73


commit cf547afffe6056025259e0a7843912df153befd4
Author: Jonathon Rossi 
Date:   2015-10-09T10:28:00Z

Remove task that clones the git repo

The site now builds out of the source code git repo so we are running
in it.

commit d2946c8590983fffd93af107438ae7f136f7b0d8
Author: Jonathon Rossi 
Date:   2015-10-09T12:08:36Z

Fix building site inside source repository

commit e1b92dc760d9b201be0e8ff4dfc759863841093e
Author: Jonathon Rossi 
Date:   2015-10-09T12:22:40Z

Restore removal of .DS_Store files

commit 260acd03b45c9a203a53bc92171aedadbb970dad
Author: Jonathon Rossi 
Date:   2015-10-09T13:25:23Z

Fix handling of images in docs so they actually work

commit 3c264c0929d328b1f8bedac3ad2fddadf782ec71
Author: Jonathon Rossi 
Date:   2015-10-09T13:32:55Z

Fix hardcoded image in docs

commit 37dfd1cb5ba3486693870b608aedaef313c4ad21
Author: Jonathon Rossi 
Date:   2015-10-09T14:29:03Z

Fix generating javadoc and doxygen for the web site




> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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


[jira] [Commented] (MESOS-3687) Streamline site-building process

2015-10-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950564#comment-14950564
 ] 

ASF GitHub Bot commented on MESOS-3687:
---

Github user asfgit closed the pull request at:

https://github.com/apache/mesos/pull/73


> Streamline site-building process
> 
>
> Key: MESOS-3687
> URL: https://issues.apache.org/jira/browse/MESOS-3687
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Freddy Ayuso-Henson
>Priority: Minor
>
> The current site building and publishing process is somewhat cumbersome and 
> complicated. As part of MesosCon Hackathon, aim to streamline/simplify this 
> process.



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