[ https://issues.apache.org/jira/browse/KYLIN-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17389806#comment-17389806 ]
ASF GitHub Bot commented on KYLIN-5053: --------------------------------------- zhangayqian commented on a change in pull request #1704: URL: https://github.com/apache/kylin/pull/1704#discussion_r679029625 ########## File path: website/README.md ########## @@ -55,10 +56,10 @@ Before opening a pull request or push to git repo, you can preview changes from ## Pushing to site (for committer only) 1. `cd website/_site` -2. `svn status` -3. You'll need to `svn add` any new files -4. `svn commit -m 'UPDATE MESSAGE'` +2. `git status` +3. You'll need to `git add` any new files +4. `git commit -m 'UPDATE MESSAGE'` -Within a few minutes, svnpubsub should kick in and you'll be able to +Within a few minutes, gitpubsub should kick in and you'll be able to see the results at -[http://kylin.apache.org](http://kylin.apache.org/). \ No newline at end of file +[https://kylin.apache.org](https://kylin.apache.org/). Review comment: Hi @martin-g. The apache kylin official website protocol is indeed `http` rather than `https`. ########## File path: website/README.md ########## @@ -55,10 +56,10 @@ Before opening a pull request or push to git repo, you can preview changes from ## Pushing to site (for committer only) 1. `cd website/_site` -2. `svn status` -3. You'll need to `svn add` any new files -4. `svn commit -m 'UPDATE MESSAGE'` +2. `git status` +3. You'll need to `git add` any new files +4. `git commit -m 'UPDATE MESSAGE'` -Within a few minutes, svnpubsub should kick in and you'll be able to +Within a few minutes, gitpubsub should kick in and you'll be able to Review comment: Hi @martin-g , If you only use `git` to update the website content to the `https://github.com/apache/kylin`, you cannot directly update the kylin website. Because the code of kylin website is actually placed in SVN, and GitHub repo is just a transit station, it still needs to be updated to SVN in order to really update the `http://kylin.apache.org/`, so I don't think this part of the document content needs to be changed. -- 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. To unsubscribe, e-mail: issues-unsubscr...@kylin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Update the website to link to TravisCI and Github Actions instead of Jenkins > ---------------------------------------------------------------------------- > > Key: KYLIN-5053 > URL: https://issues.apache.org/jira/browse/KYLIN-5053 > Project: Kylin > Issue Type: Task > Components: Documentation > Affects Versions: v3.1.2 > Reporter: Martin Tzvetanov Grigorov > Priority: Minor > > Currently [https://kylin.apache.org/development/#ci-and-code-analysis] points > to [https://builds.apache.org/job/Kylin-Master-JDK-1.8/] as CI, but this url > leads to error 404 (Not Found). > Since a while Kylin uses > [TravisCI|https://app.travis-ci.com/github/apache/kylin] and [GitHub > Actions|https://github.com/apache/kylin/actions] -- This message was sent by Atlassian Jira (v8.3.4#803005)