*** dongfeng has quit IRC | 00:02 | |
*** dongfeng has joined #openstack-tricircle | 00:16 | |
*** longxiongqiu has joined #openstack-tricircle | 00:59 | |
*** Yipei has joined #openstack-tricircle | 01:00 | |
dongfeng | hello, zhiyuan, I sent a mail to you to discuss the problem: when I add release-note environment, I can't pass the "tox -e releasenotes" test. any other places should be changed after adding those the lines? the main error is here: http://paste.openstack.org/show/593638/ | 01:59 |
---|---|---|
joehuang_ | I just discussed with zhiyuan about it | 02:24 |
dongfeng | ok | 02:24 |
joehuang_ | the list should be changed as what you update in your notes | 02:25 |
joehuang_ | the initial-release-notes not follow the ymal format leads to compilation error | 02:25 |
joehuang_ | you can update that file in your patch, it's easy to update | 02:25 |
dongfeng | ok. | 02:26 |
dongfeng | I will update them in the next patch of release note. please wait and don't give workflow+1 | 02:31 |
*** gongysh has joined #openstack-tricircle | 02:37 | |
*** gongysh has quit IRC | 03:26 | |
*** joehuang_ has quit IRC | 06:03 | |
*** joehuang has joined #openstack-tricircle | 06:03 | |
*** zhiyuan has quit IRC | 06:04 | |
*** zhiyuan has joined #openstack-tricircle | 06:04 | |
dongfeng | hello, is zhiyuan online? | 08:04 |
dongfeng | I changes the format of the initial-release-notes.yaml, like this: http://paste.openstack.org/show/593641/, when run command "tox -e releasenotes", will occur error:http://paste.openstack.org/show/593640/ | 08:06 |
dongfeng | the error includes the "Admin API", 'Nova API-GW', 'Cinder API-GW', but they are not included in the initial-release-notes.yaml | 08:07 |
joehuang | dongfeng, you can try to remove newton.rst, mitaka.rst in | 08:10 |
joehuang | releasenotes/source | 08:10 |
joehuang | and remove these two release in the index.rst in releasenotes/source | 08:10 |
dongfeng | ok, i will have a try | 08:11 |
dongfeng | yes, the error about "Admin API", 'Nova API-GW', 'Cinder API-GW' don't happen again. | 08:13 |
dongfeng | only the errors relevant to the initial-release-notes.yaml | 08:13 |
dongfeng | I git clone the neutron repository and touch a file tricircle.yaml, add the all the content of the initial-release-notes.yaml, when run command '"tox -e releasenotes', it success | 08:16 |
dongfeng | when run it under tricircle, it fails always | 08:17 |
joehuang | because it'll search different branch | 08:17 |
joehuang | so make it only work in the master branch, ignore mitaka/newton | 08:18 |
joehuang | have you removed these release from releasenotes/source | 08:18 |
dongfeng | now remove the two file | 08:18 |
dongfeng | yes, i removed it | 08:18 |
joehuang | and edit the index.rst | 08:18 |
joehuang | there are two release listed there | 08:18 |
dongfeng | oh | 08:19 |
dongfeng | still fails | 08:20 |
dongfeng | http://paste.openstack.org/show/593642/ | 08:20 |
dongfeng | this is the error, but when under neutron repository, there are not errors, so the format may be correct | 08:21 |
joehuang | I think you can use reno to create a new empty yaml with new commit | 08:22 |
joehuang | the [reno.scanner] initial-release-: update to initial-release-notes.yaml in commit c219708d87a850bf8397fccd79fff72aa082ba46 | 08:23 |
joehuang | the commit id is https://review.openstack.org/#/c/387867/ | 08:23 |
joehuang | delete the old file, use the new file, and commit to gerrit | 08:24 |
joehuang | after that with new commit id | 08:25 |
joehuang | tox -ereleasenotes again | 08:25 |
joehuang | dongfeng, is it clear? | 08:27 |
dongfeng | you mean that I git clone this patch: https://review.openstack.org/#/c/387867/ , and touch a new file , delete the old initial-release-notes.yaml ? | 08:27 |
joehuang | no, in your patch, delete initial-release-notes.yaml, create a new release file with the content you have updated | 08:28 |
dongfeng | ok | 08:28 |
dongfeng | what's the new file name | 08:29 |
joehuang | before delete, please make sure you back up the content and can paste to the new file | 08:29 |
dongfeng | en | 08:29 |
joehuang | same initial-release-notes, but generated from reno | 08:29 |
dongfeng | ok | 08:29 |
dongfeng | I will have a try | 08:29 |
dongfeng | by the way, another question: if i delete the local patch, how to download the patch from the gerrit and continue my work? or continue other's work? | 08:31 |
dongfeng | sometimes the local patch is changed and can't recover | 08:31 |
dongfeng | when i "git review", it becomes a new patch | 08:32 |
dongfeng | yesterday you ask that i abandoned some patches, they are generated when i run "git review" in the local old patch. they should not become new patch. | 08:34 |
joehuang | git review -d patch number | 08:36 |
joehuang | for example | 08:36 |
joehuang | create a folder, and git init | 08:37 |
joehuang | then git remote add gerrit https://joehuang@review.openstack.org/openstack/tricircle.git | 08:37 |
joehuang | then git review -d 413049 | 08:37 |
joehuang | you can edit files and !) git add . 2) git commit --amend 3) git review | 08:40 |
dongfeng | how about the branch and user-name and user-email? | 08:40 |
joehuang | it's default to previous branch | 08:41 |
joehuang | in the same machine will use your already configured user-name user-mail | 08:41 |
joehuang | if you are using new machine, just configure it | 08:41 |
dongfeng | is the " https://joehuang@review.openstack.org/openstack/tricircle.git" replaced by "https://review.openstack.org/#/c/413049/" | 08:43 |
dongfeng | git remote add gerrit https://review.openstack.org/#/c/413049 | 08:43 |
joehuang | git remote add gerrit https://joehuang@review.openstack.org/openstack/tricircle.git | 08:43 |
joehuang | this is to configure the remote repository | 08:44 |
joehuang | change joehuang to your user name | 08:44 |
dongfeng | if the continue other's work, then joehuang is who's name | 08:45 |
joehuang | your name | 08:45 |
joehuang | git review -d 413049 is to download the patch you want to continue to work on other one's basis | 08:46 |
dongfeng | this's the question. i rightly will ask when i download the new patch | 08:47 |
dongfeng | now it is very clear | 08:48 |
dongfeng | many thanks :) | 08:49 |
joehuang | can the release notes work now? | 08:50 |
dongfeng | on, i have't try | 08:50 |
dongfeng | http://paste.openstack.org/show/593644/ | 08:57 |
dongfeng | the same error | 08:57 |
joehuang | need to add one config.yml | 09:12 |
joehuang | #link http://docs.openstack.org/developer/reno/usage.html#configuring-reno | 09:12 |
joehuang | earliest_version 2.1.0 | 09:13 |
dongfeng | ok | 09:17 |
dongfeng | the content of the releasenotes/notes/config.yml http://paste.openstack.org/show/593645/ | 09:27 |
dongfeng | i remove the .tox file and run again | 09:27 |
joehuang | not config.yml, should be config.yaml | 09:31 |
dongfeng | i think so | 09:31 |
joehuang | otherwise the file can't be loaded | 09:31 |
joehuang | I have to go home, good luck | 09:32 |
dongfeng | ok, | 09:32 |
*** Yipei has quit IRC | 09:42 | |
*** joehuang has quit IRC | 09:47 | |
*** zhiyuan has quit IRC | 09:47 | |
*** zhiyuan has joined #openstack-tricircle | 10:41 | |
*** joehuang has joined #openstack-tricircle | 10:41 | |
*** longxiongqiu has quit IRC | 12:51 | |
*** longxiongqiu has joined #openstack-tricircle | 12:53 | |
*** longxiongqiu has quit IRC | 12:58 | |
dongfeng | it seemed that the "tox -e releasenotes" verified the file from the remote repository rather than the local repository.I removed the lcoal initial-release-notes.yaml and run "tox -e releasenotes", it still said that the feature section of the initial-release-notes.yaml has wrong. | 13:37 |
*** longxiongqiu has joined #openstack-tricircle | 13:44 | |
*** longxiongqiu has quit IRC | 13:44 | |
*** longxion_ has joined #openstack-tricircle | 13:45 | |
*** catintheroof has joined #openstack-tricircle | 14:03 | |
*** catintheroof has quit IRC | 14:08 | |
*** catintheroof has joined #openstack-tricircle | 14:08 | |
*** longxion_ has quit IRC | 14:48 | |
*** catintheroof has quit IRC | 15:29 | |
*** catintheroof has joined #openstack-tricircle | 17:44 | |
*** catinthe_ has joined #openstack-tricircle | 17:49 | |
*** catintheroof has quit IRC | 17:50 | |
*** catinthe_ has quit IRC | 18:15 | |
*** catintheroof has joined #openstack-tricircle | 19:21 | |
*** catintheroof has quit IRC | 19:52 | |
*** longxiongqiu has joined #openstack-tricircle | 22:22 | |
*** longxiongqiu has quit IRC | 22:27 | |
*** catintheroof has joined #openstack-tricircle | 23:07 | |
*** longxiongqiu has joined #openstack-tricircle | 23:08 | |
*** longxiongqiu has quit IRC | 23:13 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!