You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2017/11/29 01:52:59 UTC

[GitHub] guacamole-website pull request #51: GUACAMOLE-436: Update website to reflect...

GitHub user mike-jumper opened a pull request:

    https://github.com/apache/guacamole-website/pull/51

    GUACAMOLE-436: Update website to reflect git repository and dist area rename.

    **SOME DOWNLOADS ARE CURRENTLY BROKEN** as the dist area has been renamed from `incubator/guacamole/` to `guacamole/`. This change corrects the affected releases, and also updates the links to the various git repositories to reflect the recent rename.

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

    $ git pull https://github.com/mike-jumper/guacamole-website incubator-rename

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

    https://github.com/apache/guacamole-website/pull/51.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 #51
    
----
commit ee74f6e58dd7d55d93c53bd4c1f43b1aba786c9e
Author: Michael Jumper <mj...@apache.org>
Date:   2017-11-29T01:38:48Z

    GUACAMOLE-436: Link to archive.apache.org for 0.9.12-incubating release.

commit fba3feff2eea7d08acd32166e42f9dcdf584ef5d
Author: Michael Jumper <mj...@apache.org>
Date:   2017-11-29T01:39:57Z

    GUACAMOLE-436: Link to current release under .../guacamole/ rather than .../incubator/guacamole/.

commit 5b0bdf8c068c8c612e520344d162322dfbdddce1
Author: Michael Jumper <mj...@apache.org>
Date:   2017-11-29T01:45:30Z

    GUACAMOLE-436: Remove incubator- prefix from git repository names.

----


---

[GitHub] guacamole-website pull request #51: GUACAMOLE-436: Update website to reflect...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/guacamole-website/pull/51


---

[GitHub] guacamole-website pull request #51: GUACAMOLE-436: Update website to reflect...

Posted by mike-jumper <gi...@git.apache.org>.
Github user mike-jumper commented on a diff in the pull request:

    https://github.com/apache/guacamole-website/pull/51#discussion_r153688399
  
    --- Diff: _releases/0.9.12-incubating.md ---
    @@ -8,8 +8,8 @@ summary: >
         improvements, and fixes for printing, file transfer, and terminal
         emulation.
     
    -artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
    -checksum-root: "https://www.apache.org/dist/"
    +artifact-root: "http://archive.apache.org/dist/"
    --- End diff --
    
    Since 0.9.13-incubating is still the current release, it needs to be linked to via the normal dist area (`.../dist/` and `closer.cgi`). Since there is no `incubator/guacamole/` directory under dist any longer, these links need to point to `guacamole/`, even though 0.9.13-incubating is an Incubator release.
    
    http://www.apache.org/legal/release-policy.html#host-GA
    
    Older releases, like 0.9.12-incubating, are supposed to be removed from dist and linked to via the archive. Once 0.9.14 is out, we can do the same for 0.9.13-incubating, and point to the archived `incubator/guacamole/` directory.


---

[GitHub] guacamole-website pull request #51: GUACAMOLE-436: Update website to reflect...

Posted by jmuehlner <gi...@git.apache.org>.
Github user jmuehlner commented on a diff in the pull request:

    https://github.com/apache/guacamole-website/pull/51#discussion_r153685207
  
    --- Diff: _releases/0.9.12-incubating.md ---
    @@ -8,8 +8,8 @@ summary: >
         improvements, and fixes for printing, file transfer, and terminal
         emulation.
     
    -artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
    -checksum-root: "https://www.apache.org/dist/"
    +artifact-root: "http://archive.apache.org/dist/"
    --- End diff --
    
    Why are these paths different for 0.9.12 and 0.9.13?


---