You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/07/03 00:48:04 UTC

[GitHub] [incubator-mxnet] ys2843 opened a new pull request #18658: backport installation guide changes to previous versions by redirecting

ys2843 opened a new pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658


   ## Description ##
   Redirect install page in previous versions to master due to Apache license issues.
   ```
   /versions/1.6/get_started
   /versions/1.5.1/install/index.html
   /versions/1.4.1/install/index.html
   /versions/1.3.1/install/index.html
   /versions/1.2.1/install/index.html
   /versions/1.1.0/install/index.html
   /versions/1.0.0/install/index.html
   /versions/0.12.1/install/index.html
   /versions/0.11.0/get_started/install.html
   
   => 
   
   /get_started
   ```
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   
   ### Changes ###
   - [ ] Add rewrite rules to redirect previous versions install page
   
   ## Comments ##
   - Preview: http://ec2-34-219-134-42.us-west-2.compute.amazonaws.com/


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653275367


   Hey @ys2843 , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [clang, edge, centos-gpu, miscellaneous, unix-cpu, centos-cpu, sanity, windows-cpu, unix-gpu, windows-gpu, website]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653819698


   Jenkins CI successfully triggered : [unix-cpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 edited a comment on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696456


   @mxnet-bot run ci [website]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653952624


   Thank you @ys2843. For the forwarding, can you add the respective version number argument in the URL (if possible)? For example, when accessing the install page on `1.2.1`, I get forwarded to the `get_started` page, but the `1.6` version is selected by default. By passing the `/get_started?version=v1.2.1` url parameter, the correct version would be specified.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696467


   Jenkins CI successfully triggered : [unix-cpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653780909


   Jenkins CI successfully triggered : [unix-cpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 closed pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 closed pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653814381


   Jenkins CI successfully triggered : [website]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 removed a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 removed a comment on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653984562


   > ?version=v1.2.1
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696502


   @mxnet-label-bot add [Website]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696456


   @mxnet-bot run ci [unix-cpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653992160


   > Thank you @ys2843. For the forwarding, can you add the respective version number argument in the URL (if possible)? For example, when accessing the install page on `1.2.1`, I get forwarded to the `get_started` page, but the `1.6` version is selected by default. By passing the `/get_started?version=v1.2.1` url parameter, the correct version would be specified.
   
   Brilliant idea, done. 
   Just found a version conflict on v1.5, on general version dropdown it is 1.5.0, but in installation guide it is 1.5.1. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 edited a comment on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696456


   @mxnet-bot run ci [unix-cpu ]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 edited a comment on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696502


   @mxnet-label-bot add [Website, pr-awaiting-review]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653984562


   > ?version=v1.2.1
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 edited a comment on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696456


   @mxnet-bot run ci [unix-cpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

Posted by GitBox <gi...@apache.org>.
ys2843 edited a comment on pull request #18658:
URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696502


   @mxnet-label-bot update [Website]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org