Friday, 2021-09-03

thomasb06gtema: hello. Did you find something for me to do? (hehe...)06:21
gtemaYes, yesterday evening I wrote here06:22
gtemaCan you see history?06:22
thomasb06arg, I haven't a bouncer yet... By the way, if you have a link on how to set up one, I'm interested06:23
gtemahttps://meetings.opendev.org/irclogs/%23openstack-sdks/%23openstack-sdks.2021-09-02.log.html06:25
gtemaBut generally - install matrix client (i.e. Element) and enter this room through irc bridge06:25
thomasb06got it, thank you06:25
gtemahttps://github.com/matrix-org/matrix-appservice-irc/wiki/Bridged-IRC-networks06:26
gtemaThis is really the best way for staying connected (for those not grown up in IRC age;-)06:27
thomasb06great, I'll give it a try06:30
gtemaCool06:30
thomasb06what about https://x0.at/OYEh.txt ?06:42
gtemaalmost06:43
gtemayou still should have exception handling block to prevent that the key (alternate_id) is known, but attribute is still missing06:44
gtemawe can potentially try elif ... return self._body.get(key) - this is kinda exception handling06:45
gtemaand also, I would potentially try to get _alternate_id() first not to invoke it 2 times06:46
thomasb06do we have a Walrus operator: https://x0.at/-qjT.txt06:58
thomasb06?06:58
gtemayou can always try if you not sure08:14
gtemaour jobs will run all required tests with multiple py versions and you will see whether something is not working in particular py version08:15
thomasb06ok, this afternoon I'll commit the modification. What I need to do is clone the sdk repo and activate gerrit in it: https://opendev.org/openstack/openstacksdk.git ?08:25
gtemayes, but please remember - try to make change for feature/r1 branch08:28
gtemaif doesn't work - do in master08:29
thomasb06if I remember well, the command to switch branch is `git checkout feature/r1` ? Option -b is when the branch doesn't exists but it's not the case: https://opendev.org/openstack/openstacksdk/src/branch/feature/r108:35
gtemaright. You might try to do `git checkout origin/feature/r1`08:36
gtemaI remember there was a challenge, but do not remember how exactly I managed this08:36
thomasb06it said: «HEAD is now at ed63ed6e Merge "Vpn ike policy resource" into feature/r1»08:38
gtemagood08:38
thomasb06sent: https://review.opendev.org/c/openstack/openstacksdk/+/80727408:51
gtemaGood. Now you can sit and relay waiting for the results (up to 2 hours, since we have really lots of jobs)08:51
thomasb06cool. Time to go for my meal then08:52
gtemaand prepare to rework you change by changing commit message renaming it and giving reasonable description of the change08:52
gtemaenjoy08:52
thomasb06ah, of course... Until now, I've only made commits to training repos08:53
gtemayupp08:53
gtemaremember to use `git commit --amend` not to produce new change08:54
thomasb06ok, I didn't now this command. The manual says it's like a reset and commit -c combined09:00
gtemano - this is "rewrite last commit"09:01
opendevreviewMamatisa Nurmatov proposed openstack/python-openstackclient master: Support Neutron Local IP CRUD  https://review.opendev.org/c/openstack/python-openstackclient/+/80561809:49
thomasb06gtema: the operator `:=` doesn't work but with a key it went well: https://review.opendev.org/c/openstack/openstacksdk/+/80733421:05

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!