Hi Yi, well I doubt a Travis job will help here. Travis doesn't have push privileges to update the asf-site branch.
What works however, is to create a Jenkinsfile in the master branch and ensure that runs on a "git-website" labeled node of the ASF builds.apache.org build system. These Jenkins nodes are the only ones with write permissions to "asf-site" branches (no other branches and no other nodes will work). If you want I can help you with all of this. Chris Am 19.12.18, 16:23 schrieb "徐毅" <[email protected]>: Hi, I'm wondering who has the right to create the infra ticket for turning on our website. Also, I configure a pipeline test for website by using travis-ci at https://github.com/apache/incubator-iotdb-website/pull/1. I suppose incubator-iotdb-website should configure the travis-ci. Does anyone has right to active travis-ci at https://www.travis-ci.org/? Thanks Yi Xu > -----原始邮件----- > 发件人: "Christofer Dutz" <[email protected]> > 发送时间: 2018-12-19 21:45:47 (星期三) > 收件人: "[email protected]" <[email protected]> > 抄送: > 主题: Re: Questions about building the website of IoTDB Project > > Hi, > > I don't think the "incubator" part is required. For the PLC4X project (also incubating) the website url is "https://plc4x.apache.org") so this should be ok. > Also if you omit this, it makes it easier to transition to top-level-project as all pre-existing links are not broken. > > Not you should create an infra ticket for turning on the website for iotdb generated from the > https://github.com/apache/incubator-iotdb-website.git > Repository. > > Chris > > Am 19.12.18, 14:29 schrieb "Xiangdong Huang" <[email protected]>: > > Hi, > > Thanks Chris. Now I have the write permission. > > Thanks for the development of the home page by Yi Xu and Wangminhao Gou. I > have push code to the repository under the `asf-site` branch. > > An issues is, the brief description on > https://github.com/apache/incubator-iotdb-website is incorrect: > > > Apache iotdb https://iotdb.apache.org/ > > The correct website is: https://iotdb.incubator.apache.org > > And, the following content is better: > > > Apache IoTDB https://iotdb.incubator.apache.org > > It seems that I have no permission to fix the description. So, we need to > mentors' help. :D > > Thanks, > ----------------------------------- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > > Christofer Dutz <[email protected]> 于2018年12月19日周三 下午6:29写道: > > > Hi Xiangdong, > > > > When looking into the team as GitHub knows it, there's only Willem Jiang > > and 3 of us mentors setup: > > https://github.com/orgs/apache/teams/iotdb-committers > > (Probably not visible to you) > > > > So probably there's something not setup correctly on either your side or > > ours. > > > > You could probably also commit to the gitbox repo at apache ... then > > things would/should get synced to GitHub: > > https://gitbox.apache.org/repos/asf/?p=incubator-iotdb.git > > https://gitbox.apache.org/repos/asf/?p=incubator-iotdb-website.git > > > > At least I can now see two repos setup in GitHub: > > https://github.com/apache/incubator-iotdb-website > > and: > > https://github.com/apache/incubator-iotdb > > > > Chris > > > > Am 19.12.18, 10:44 schrieb "Xiangdong Huang" <[email protected]>: > > > > Hi, > > > > I have merged my Apache and GitHub accounts on the website [1] and [2]. > > Also, I have enabled the 2FA on GitHub. > > > > However, the webpage on [2] still says that "MFA DISABLED". > > > > Does anyone else face the same issue? > > > > uid=xingtanzjr,ou=people,dc=apache,dc=org > > uid=kangrong,ou=people,dc=apache,dc=org > > uid=jiangtian,ou=people,dc=apache,dc=org > > uid=shuozhang,ou=people,dc=apache,dc=org > > uid=leirui,ou=people,dc=apache,dc=org > > uid=liurui,ou=people,dc=apache,dc=org > > uid=liukun,ou=people,dc=apache,dc=org > > uid=zhaoxinyi,ou=people,dc=apache,dc=org > > uid=east,ou=people,dc=apache,dc=org > > uid=lta,ou=people,dc=apache,dc=org > > uid=qiaojialin,ou=people,dc=apache,dc=org > > uid=caogaofei,ou=people,dc=apache,dc=org > > > > > > Thanks, > > Xiangdong Huang > > > > 1. https://id.apache.org > > 2. https://gitbox.apache.org/setup/ > > ----------------------------------- > > Xiangdong Huang > > School of Software, Tsinghua University > > > > 黄向东 > > 清华大学 软件学院 > > > > > > Justin Mclean <[email protected]> 于2018年12月19日周三 上午5:28写道: > > > > > Hi, > > > > > > > Currently, I can not push codes to > > > > [email protected]:apache/incubator-iotdb-website.git. > > > > > > Have you linked your GitHub account to your ASF account here? [1] > > > > > > Thanks, > > > Justin > > > > > > 1. https://gitbox.apache.org/setup/ > > > > > > > > > > > > > >
