openstackgerrit | Jamie Lennox proposed openstack/requirements: Remove httpretty from requirements https://review.openstack.org/183745 | 00:00 |
---|---|---|
jamielennox | ironic or ironicclient? | 00:00 |
*** mtanino has quit IRC | 00:01 | |
jamielennox | i guess it makes sense for ironic - it's a fairly easy conversion | 00:01 |
jamielennox | is there such a thing as requirements blueprints or anything i should create for it? | 00:01 |
clarkb | oh not sure if its just the client | 00:01 |
*** wenlock has quit IRC | 00:01 | |
*** vahidh has quit IRC | 00:02 | |
clarkb | I dont think requirements has done blueprints/specs | 00:02 |
*** wenlock1 has quit IRC | 00:02 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Remove matplotlib from requirements file https://review.openstack.org/183749 | 00:02 |
mtreinish | patrickeast, clarkb: ^^^ | 00:02 |
*** yamamoto has quit IRC | 00:03 | |
patrickeast | mtreinish: thanks! | 00:03 |
sdague | jamielennox: no, it's just doing a bunch of work. Honestly, the first step would probably be building a tool that we could run to figure out what uses what | 00:05 |
sdague | fungi has a script in tree that figures out stuff that's not used | 00:05 |
sdague | but it would be nice to modify it to list all the projects that use every requirement, so we could keep our eye on stuff like this. | 00:05 |
mtreinish | reading that paste again its libpng and freetype that are needed, I'm not sure we want to install that on the worker (or put it on the nodepool images just to preload the repository) | 00:05 |
jamielennox | sdague: that gets run against an infra server or where? | 00:05 |
sdague | jamielennox: just by hand | 00:06 |
jamielennox | because it's fairly easy to do a find -name test-requirements.txt | grep httpretty or something i would just need to check everything out | 00:06 |
sdague | tools/cruft.sh | 00:06 |
sdague | sure | 00:06 |
sdague | but, how about solve the general case and generate a report of every requirement line, and what projects include it | 00:07 |
sdague | and where (in what file) | 00:07 |
sdague | cruft does all the project checkout and iteration, just needs to keep the data | 00:07 |
*** Swami has quit IRC | 00:08 | |
jamielennox | sdague: ok, will have a look - run cruft on summit wifi | 00:08 |
sdague | heh | 00:08 |
*** rbradfor has quit IRC | 00:08 | |
jamielennox | a requirements/deprecated.txt could be useful, i haven't looked at the code to see how hard that would be | 00:09 |
*** Sukhdev has quit IRC | 00:11 | |
*** patrickeast has quit IRC | 00:14 | |
fungi | sdague: jamielennox: yeah, adding a data structure to cruft to index the requirements from each repo and an option to report that would be pretty trivial. the script already does everything else you'd need | 00:15 |
fungi | though! be forewarned... | 00:15 |
*** jamielennox is now known as jamielennox|away | 00:15 | |
fungi | someone was asking about a contentious requirement the other day and, after deeper git grepping in all the projects i identified some which listed the module as a requirement but never imported anything at all from it | 00:16 |
fungi | so there can still be false positives | 00:16 |
fungi | might be interesting fodder for a hacking rule (requirement declared but never imported) | 00:17 |
mtreinish | fungi: isn't that what richardjones's package is supposed to find? | 00:17 |
fungi | mtreinish: it finds the inverse of that | 00:17 |
mtreinish | oh, wait nm that's the opposite | 00:17 |
mtreinish | yep | 00:17 |
fungi | importing from modules you don't declare as requirements | 00:17 |
sdague | right, but so be it. At least you'd have a small list to inspect | 00:18 |
fungi | however, the hacking rule would definitely need a noqa now that i think about it, because there are cases where we do that to "fix" pip resolution order issues too | 00:18 |
sdague | yeh, so, we got rid of hacking rules that actually import all the code | 00:19 |
sdague | so I'm not convinced it's actually a findable condition now without that | 00:20 |
sdague | code scans are going to be suboptimal | 00:20 |
sdague | I think it just becomes a manual thing | 00:20 |
fungi | true. i was just doing a git grep -i for the module name | 00:20 |
*** ArxCruz has joined #openstack-infra | 00:21 | |
fungi | but i agree that's fragile for a style check | 00:21 |
sdague | emoji 8 ball is much fun | 00:22 |
sdague | http://xkcd.com/1525/#eyJxIjoiV2hhdCB3aWxsIGhhcHBlbiBpbiBWYW5jb3V2ZXIiLCJhIjpbIiYjeDFGNDM0OyIsIiYjeDFGNDMyOyJdfQ== | 00:22 |
*** bboese_ has quit IRC | 00:23 | |
mtreinish | heh, I just have a missing character box :) | 00:24 |
* mtreinish checks on his phone where pictograms are installed | 00:25 | |
*** asselin has quit IRC | 00:27 | |
* fungi wonders if there are unicode codepoints for ancient egyptian hieroglyphs | 00:27 | |
sdague | you need better utf8 support | 00:27 |
*** puranamr has joined #openstack-infra | 00:28 | |
sdague | fungi: yes - http://unicode.org/charts/PDF/U13000.pdf | 00:28 |
fungi | yep http://en.wikipedia.org/wiki/Egyptian_Hieroglyphs_(Unicode_block) | 00:28 |
fungi | heh | 00:29 |
sdague | also - http://www.fileformat.info/info/unicode/block/egyptian_hieroglyphs/utf8test.htm | 00:29 |
sdague | which if you click through will get you actual utf8 for stuff | 00:29 |
mtreinish | sdague: yeah I still haven't ever figured out what's missing from my env but I'm hosed when people send me stuff with extra utf8 stuff | 00:29 |
sdague | ð“€€ | 00:29 |
openstackgerrit | Merged openstack-infra/subunit2sql: Remove matplotlib from requirements file https://review.openstack.org/183749 | 00:29 |
mtreinish | like when cdent used a check mark in irc and I got a ? that was very confusing | 00:29 |
sdague | mtreinish: on ubuntu it's just the right fonts | 00:30 |
clarkb | also screen | 00:30 |
mtreinish | ^^^ ok, time too push a new release | 00:30 |
sdague | because they use pass through tables | 00:30 |
clarkb | you need to compile unicode support and you have to enable it | 00:30 |
sdague | oh... this is handy, there is a scarab which you could use for a bug - 𓆣 | 00:31 |
dims_ | anyone seen this yet ? "Could not find a version that satisfies the requirement python-qpid-proton<0.10,>=0.9" | 00:32 |
mtreinish | yeah it's probably my font choice, I'm using uxrvt. I think the u is for unicode so it should support it | 00:32 |
dims_ | looks like it comes from a fresh release of python-qpid-proton | 00:32 |
*** puranamr has quit IRC | 00:33 | |
clarkb | pypi doesnt have versions that satisfy that req | 00:33 |
clarkb | 0.8.2 is latest | 00:33 |
dims_ | yep | 00:33 |
dims_ | so far it's only affecting check-requirements-integration-dsvm | 00:35 |
clarkb | mtreinish no check mark √ | 00:35 |
clarkb | dims did they remove a release and now other things cant install it? | 00:36 |
mtreinish | clarkb: huh I can see that now, maybe I was on my laptop when that happened... | 00:36 |
dims_ | gah! https://github.com/kgiusti/pyngus/commit/05fd5a18aac69dea627daa1fc42b6a5f15ffc8b1#diff-2eeaed663bd0d25b7e608891384b7298 | 00:36 |
dims_ | clarkb: looks like they hacked an install instead of getting the required library released :( | 00:37 |
clarkb | thats awesome | 00:37 |
dims_ | flaper87: still awake? or travelling? :) | 00:37 |
mtreinish | dims_: heh, you can bug flaper87 about it in vancouver :) | 00:38 |
dims_ | mtreinish: yep | 00:38 |
clarkb | ya thats really not good | 00:39 |
clarkb | its even acknowledged in the commit | 00:39 |
*** ArxCruz has quit IRC | 00:42 | |
mtreinish | patrickeast: ok, the new release is up: https://pypi.python.org/pypi/subunit2sql | 00:43 |
dims_ | thanks for looking clarkb | 00:43 |
*** sarob has quit IRC | 00:43 | |
openstackgerrit | Yathiraj Udupi proposed openstack-infra/project-config: Changes related to project stackforge/nova-solver-scheduler https://review.openstack.org/183755 | 00:44 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Pin pyngus version https://review.openstack.org/183756 | 00:52 |
*** ashleighfarnham has quit IRC | 00:52 | |
dims_ | clarkb: sdague: ^^ | 00:52 |
*** hdd has quit IRC | 00:52 | |
*** annegentle has joined #openstack-infra | 00:52 | |
*** flashgordon is now known as jogo | 00:53 | |
*** otter768 has joined #openstack-infra | 00:53 | |
clarkb | dims maybe put the reason pyngus is related to this in the commit msg too? | 00:53 |
clarkb | thats the log of why | 00:54 |
dims_ | ack | 00:54 |
*** ddieterly has joined #openstack-infra | 00:57 | |
*** otter768 has quit IRC | 00:58 | |
*** annegentle has quit IRC | 00:58 | |
*** sdake has joined #openstack-infra | 00:58 | |
*** sdake_ has joined #openstack-infra | 01:01 | |
*** davideagnello has quit IRC | 01:04 | |
*** sdake has quit IRC | 01:04 | |
*** harlowja has joined #openstack-infra | 01:06 | |
*** dims_ has quit IRC | 01:12 | |
*** shashankhegde has joined #openstack-infra | 01:14 | |
*** dimsum__ has joined #openstack-infra | 01:14 | |
*** david-lyle has quit IRC | 01:21 | |
*** unicell has quit IRC | 01:23 | |
*** shashankhegde has quit IRC | 01:25 | |
*** Krinkle is now known as Krinkle|detached | 01:27 | |
*** david-lyle has joined #openstack-infra | 01:29 | |
*** dboik has joined #openstack-infra | 01:33 | |
*** mriedem has quit IRC | 01:33 | |
*** rwsu has quit IRC | 01:34 | |
*** ArxCruz has joined #openstack-infra | 01:39 | |
*** zul has quit IRC | 01:41 | |
*** harlowja has quit IRC | 01:41 | |
*** david-lyle has quit IRC | 01:41 | |
*** ArxCruz has quit IRC | 01:47 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Pin pyngus version as python-qpid-proton is not in pypi https://review.openstack.org/183756 | 01:47 |
*** baoli has joined #openstack-infra | 01:51 | |
*** annegentle has joined #openstack-infra | 01:53 | |
*** banix has joined #openstack-infra | 01:56 | |
*** david-lyle has joined #openstack-infra | 01:57 | |
*** changbl has quit IRC | 01:58 | |
*** signed8bit_ZZZzz is now known as signed8bit | 01:58 | |
*** annegentle has quit IRC | 01:58 | |
*** achanda has joined #openstack-infra | 02:00 | |
*** changbl has joined #openstack-infra | 02:02 | |
*** baoli has quit IRC | 02:02 | |
*** weshay has quit IRC | 02:05 | |
*** yamamoto has joined #openstack-infra | 02:06 | |
*** puranamr has joined #openstack-infra | 02:12 | |
*** btully has quit IRC | 02:14 | |
*** sdake_ has quit IRC | 02:19 | |
*** puranamr has quit IRC | 02:21 | |
*** signed8bit has quit IRC | 02:29 | |
*** david-lyle has quit IRC | 02:29 | |
*** hdd has joined #openstack-infra | 02:33 | |
*** baoli has joined #openstack-infra | 02:35 | |
*** david-lyle has joined #openstack-infra | 02:37 | |
*** dimsum__ has quit IRC | 02:38 | |
*** ArxCruz has joined #openstack-infra | 02:44 | |
*** ddieterly has quit IRC | 02:45 | |
*** mmedvede has quit IRC | 02:48 | |
*** annegentle has joined #openstack-infra | 02:50 | |
*** gyee has quit IRC | 02:51 | |
*** ArxCruz has quit IRC | 02:52 | |
*** sks has joined #openstack-infra | 02:52 | |
*** ddieterly has joined #openstack-infra | 02:54 | |
*** otter768 has joined #openstack-infra | 02:54 | |
*** mmedvede has joined #openstack-infra | 02:57 | |
*** otter768 has quit IRC | 02:59 | |
*** hdd has quit IRC | 02:59 | |
*** banix has quit IRC | 02:59 | |
*** annegentle has quit IRC | 03:03 | |
*** banix has joined #openstack-infra | 03:04 | |
*** Longgeek has quit IRC | 03:04 | |
*** patrickeast has joined #openstack-infra | 03:04 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Replace open() with codecs.open() https://review.openstack.org/183488 | 03:12 |
*** david-lyle has quit IRC | 03:13 | |
*** kaisers has quit IRC | 03:18 | |
*** armax has joined #openstack-infra | 03:20 | |
*** banix has quit IRC | 03:22 | |
*** sambetts has quit IRC | 03:24 | |
*** achanda has quit IRC | 03:28 | |
*** woodster_ has quit IRC | 03:30 | |
*** frickler has joined #openstack-infra | 03:32 | |
*** unicell has joined #openstack-infra | 03:32 | |
*** achanda has joined #openstack-infra | 03:34 | |
*** shashankhegde has joined #openstack-infra | 03:36 | |
*** achanda has quit IRC | 03:38 | |
*** HeOS has quit IRC | 03:41 | |
*** yamamoto has quit IRC | 03:44 | |
*** baoli has quit IRC | 03:45 | |
*** Sukhdev has joined #openstack-infra | 03:45 | |
*** yamamoto has joined #openstack-infra | 03:48 | |
*** ArxCruz has joined #openstack-infra | 03:48 | |
*** bhunter71 has quit IRC | 03:52 | |
*** pelix has quit IRC | 03:53 | |
*** ajmiller has quit IRC | 03:54 | |
*** ArxCruz has quit IRC | 03:57 | |
*** ddieterly has quit IRC | 03:57 | |
*** woodster_ has joined #openstack-infra | 03:58 | |
*** ivar-lazzaro has quit IRC | 04:00 | |
*** sputnik13 has joined #openstack-infra | 04:01 | |
*** sdake has joined #openstack-infra | 04:01 | |
*** yamamoto has quit IRC | 04:02 | |
*** ivar-lazzaro has joined #openstack-infra | 04:02 | |
*** ivar-lazzaro has quit IRC | 04:03 | |
*** ivar-lazzaro has joined #openstack-infra | 04:03 | |
*** yamamoto has joined #openstack-infra | 04:04 | |
*** yamamoto has quit IRC | 04:04 | |
*** mmedvede has quit IRC | 04:08 | |
*** sarob has joined #openstack-infra | 04:08 | |
*** sdake has quit IRC | 04:16 | |
*** mestery has quit IRC | 04:17 | |
*** mmedvede has joined #openstack-infra | 04:22 | |
*** ivar-lazzaro has quit IRC | 04:27 | |
*** ivar-lazzaro has joined #openstack-infra | 04:28 | |
*** unicell1 has joined #openstack-infra | 04:29 | |
*** unicell has quit IRC | 04:30 | |
*** ivar-lazzaro has quit IRC | 04:35 | |
*** sarob has quit IRC | 04:38 | |
*** shashankhegde has quit IRC | 04:40 | |
*** shashankhegde has joined #openstack-infra | 04:41 | |
*** ArxCruz has joined #openstack-infra | 04:53 | |
*** otter768 has joined #openstack-infra | 04:55 | |
*** ddieterly has joined #openstack-infra | 04:58 | |
*** miqui has quit IRC | 04:58 | |
*** otter768 has quit IRC | 05:00 | |
*** rainya has joined #openstack-infra | 05:00 | |
*** ArxCruz has quit IRC | 05:01 | |
*** ddieterly has quit IRC | 05:03 | |
*** ZZelle has quit IRC | 05:05 | |
*** nibalizer is now known as nibz | 05:05 | |
*** changbl has quit IRC | 05:13 | |
*** changbl has joined #openstack-infra | 05:16 | |
*** tnovacik has joined #openstack-infra | 05:17 | |
*** achanda has joined #openstack-infra | 05:20 | |
*** ivar-lazzaro has joined #openstack-infra | 05:24 | |
*** btully has joined #openstack-infra | 05:24 | |
*** puranamr has joined #openstack-infra | 05:43 | |
*** Sukhdev has quit IRC | 05:45 | |
*** puranamr has quit IRC | 05:48 | |
*** yamamoto has joined #openstack-infra | 05:52 | |
*** yamamoto has quit IRC | 05:57 | |
*** ArxCruz has joined #openstack-infra | 05:58 | |
*** ddieterly has joined #openstack-infra | 05:59 | |
*** xyang1 has quit IRC | 06:02 | |
*** patrickeast has quit IRC | 06:03 | |
*** ddieterly has quit IRC | 06:04 | |
*** ivar-lazzaro has quit IRC | 06:05 | |
*** yolanda has quit IRC | 06:06 | |
*** ArxCruz has quit IRC | 06:06 | |
*** woodster_ has quit IRC | 06:10 | |
*** ivar-lazzaro has joined #openstack-infra | 06:18 | |
*** ivar-lazzaro has quit IRC | 06:18 | |
*** rainya has quit IRC | 06:19 | |
*** ivar-lazzaro has joined #openstack-infra | 06:19 | |
*** subscope has joined #openstack-infra | 06:40 | |
*** sarob has joined #openstack-infra | 06:42 | |
*** banix has joined #openstack-infra | 06:45 | |
*** sputnik13 has quit IRC | 06:46 | |
*** zhiwei has joined #openstack-infra | 06:49 | |
*** ivar-lazzaro has quit IRC | 06:55 | |
*** ivar-lazzaro has joined #openstack-infra | 06:55 | |
*** otter768 has joined #openstack-infra | 06:56 | |
*** otter768 has quit IRC | 07:00 | |
*** ddieterly has joined #openstack-infra | 07:00 | |
*** yamahata has joined #openstack-infra | 07:03 | |
*** ArxCruz has joined #openstack-infra | 07:04 | |
*** ddieterly has quit IRC | 07:05 | |
*** ZZelle_ has quit IRC | 07:08 | |
*** ZZelle_ has joined #openstack-infra | 07:09 | |
*** ArxCruz has quit IRC | 07:12 | |
AJaeger | clark, fungi, jeblair: The periodic queue is not getting processed at all, any problem with it? | 07:14 |
*** SergK has quit IRC | 07:14 | |
*** patrickeast has joined #openstack-infra | 07:18 | |
*** SergK has joined #openstack-infra | 07:19 | |
*** sks has quit IRC | 07:19 | |
*** BobBall_AWOL has quit IRC | 07:21 | |
*** ildikov_afk has quit IRC | 07:22 | |
*** subscope has quit IRC | 07:27 | |
*** sks has joined #openstack-infra | 07:31 | |
*** shashankhegde has quit IRC | 07:32 | |
*** shashankhegde has joined #openstack-infra | 07:33 | |
*** puranamr has joined #openstack-infra | 07:34 | |
*** ildikov_afk has joined #openstack-infra | 07:35 | |
*** puranamr has quit IRC | 07:38 | |
*** shashankhegde has quit IRC | 07:40 | |
*** dboik has quit IRC | 07:52 | |
AJaeger | jobs are processed now, not sure why it took that long | 07:54 |
*** achanda has quit IRC | 07:58 | |
*** ddieterly has joined #openstack-infra | 08:01 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Ignore last-translator for translation update trigger https://review.openstack.org/183777 | 08:01 |
*** ddieterly has quit IRC | 08:05 | |
*** ArxCruz has joined #openstack-infra | 08:10 | |
*** sks has quit IRC | 08:16 | |
*** ArxCruz has quit IRC | 08:16 | |
*** sarob has quit IRC | 08:16 | |
*** btully has quit IRC | 08:21 | |
*** ociuhandu has joined #openstack-infra | 08:22 | |
*** ociuhandu has quit IRC | 08:24 | |
*** e0ne has joined #openstack-infra | 08:32 | |
*** e0ne has quit IRC | 08:35 | |
*** freerunner has joined #openstack-infra | 08:38 | |
*** freerunner has quit IRC | 08:43 | |
*** freerunner has joined #openstack-infra | 08:43 | |
*** otter768 has joined #openstack-infra | 08:57 | |
*** otter768 has quit IRC | 09:01 | |
*** ddieterly has joined #openstack-infra | 09:02 | |
*** achanda has joined #openstack-infra | 09:02 | |
*** ildikov_afk has quit IRC | 09:05 | |
*** ddieterly has quit IRC | 09:07 | |
*** achanda has quit IRC | 09:08 | |
*** mmedvede has quit IRC | 09:10 | |
*** charz has quit IRC | 09:14 | |
*** ivar-lazzaro has quit IRC | 09:16 | |
*** jhesketh has quit IRC | 09:16 | |
*** apmelton has quit IRC | 09:17 | |
*** mhu has quit IRC | 09:17 | |
*** katyafervent has quit IRC | 09:17 | |
*** cschwede has quit IRC | 09:17 | |
*** banix has quit IRC | 09:17 | |
*** freerunner has quit IRC | 09:17 | |
*** ivar-laz_ has joined #openstack-infra | 09:17 | |
*** charz_ has joined #openstack-infra | 09:17 | |
*** banix has joined #openstack-infra | 09:17 | |
*** katyafervent has joined #openstack-infra | 09:17 | |
*** apmelton has joined #openstack-infra | 09:17 | |
*** mhu has joined #openstack-infra | 09:17 | |
*** cschwede has joined #openstack-infra | 09:18 | |
*** jhesketh has joined #openstack-infra | 09:19 | |
*** freerunner has joined #openstack-infra | 09:21 | |
*** banix has quit IRC | 09:21 | |
*** mmedvede has joined #openstack-infra | 09:23 | |
*** zhiwei has quit IRC | 09:26 | |
*** freerunner has quit IRC | 09:30 | |
*** jamespage has quit IRC | 09:31 | |
*** crinkle has quit IRC | 09:34 | |
*** Nakato has quit IRC | 09:34 | |
*** jbryce has quit IRC | 09:34 | |
*** taron has quit IRC | 09:34 | |
*** jamielennox|away has quit IRC | 09:34 | |
*** openstack has joined #openstack-infra | 15:49 | |
fungi | apparently sendak was taken down so i've switched eavesdrop to use cameron now | 15:50 |
*** mestery has joined #openstack-infra | 15:51 | |
ekarlso | fungi: sendak ? | 15:52 |
fungi | ekarlso: sendak.freenode.net | 15:53 |
*** armax has joined #openstack-infra | 15:53 | |
*** mase_x200 has quit IRC | 15:55 | |
*** ZZelle has joined #openstack-infra | 15:58 | |
Clint | fungi: how's it break? | 15:59 |
*** dimsum__ has quit IRC | 16:00 | |
fungi | Clint: "not yet implemented" http://twistedmatrix.com/trac/wiki/IPv6 | 16:05 |
fungi | basically if you ask twisted to establish an ssl connection to a dns name which resolves to one or more ipv6 addresses, boom | 16:06 |
fungi | chat.freenode.net is a round-robin a and aaaa list | 16:06 |
fungi | so we can't rely on it because of the aaaa records mixed in | 16:07 |
Clint | well, that's nice | 16:07 |
fungi | since that's the only round-robin name freenode provides, we're stuck picking a single ipv4 address and pinning it in /etc/hosts | 16:08 |
ekarlso | fungi: what you use twisted for ? :/ | 16:08 |
fungi | which works fine until the server at that ip address moves or goes down | 16:08 |
fungi | ekarlso: meetbot (supybot) is based on twisted | 16:08 |
*** yamamoto has joined #openstack-infra | 16:09 | |
fungi | there have been suggestions to reimplement the features we use in a different irc bot framework, but nobody so far has had the time to do it | 16:09 |
fungi | ideally we'd reimplement gerritbot and accessbot in the same framework (perhaps, though not necessarily, condensing them into a smaller number of bots while we're at it) | 16:10 |
*** woodster_ has quit IRC | 16:10 | |
*** baoli has joined #openstack-infra | 16:11 | |
Clint | plugins for each function | 16:11 |
fungi | yeah | 16:11 |
fungi | i think someone did a survey of popular bot frameworks not long ago and there was an actively maintained, modern one in python which seemed like a promising option, but i don't recall the name of it off the top of my head | 16:13 |
*** shashankhegde has joined #openstack-infra | 16:13 | |
Clint | the fork of phenny? | 16:15 |
*** pcrews has quit IRC | 16:16 | |
*** baoli has quit IRC | 16:16 | |
fungi | that doesn't sound familiar | 16:17 |
fungi | aha, it was this one http://errbot.net/ | 16:19 |
Clint | not what i was thinking of then | 16:20 |
fungi | it's gplv3 though, so we wouldn't be able to maintain a derivative under the openstack cla | 16:21 |
fungi | and any plugins we write for it would likely need to be gplv3, not positive | 16:22 |
Clint | i am sure that depends | 16:22 |
*** crinkle_ is now known as crinkle | 16:24 | |
*** yamahata has joined #openstack-infra | 16:31 | |
SpamapS | oh fun, all my commits merged to pysaml2 | 16:36 |
*** shashankhegde has quit IRC | 16:38 | |
SpamapS | oh never mind, just a few. :-P | 16:38 |
SpamapS | https://github.com/rohe/pysaml2/pull/218 | 16:38 |
SpamapS | zigo: ^ | 16:38 |
*** shashankhegde has joined #openstack-infra | 16:39 | |
*** btully has joined #openstack-infra | 16:45 | |
*** pcrews has joined #openstack-infra | 16:46 | |
*** Sukhdev has joined #openstack-infra | 16:47 | |
clarkb | fungi what time does your plane land? I will try meeting people at union station to say hi | 16:49 |
*** shashankhegde has quit IRC | 16:51 | |
*** freerunner has joined #openstack-infra | 16:53 | |
*** freerunner has quit IRC | 16:53 | |
*** rossella_s has joined #openstack-infra | 16:54 | |
fungi | clarkb: estimated arrival of 10:54 pdt at gate c16 according to the flight tracker. then need to grab my checked bag once they have it out and take the max to near union station. my guess is i'll get to the platform no earlier than 12:30 pdt | 16:55 |
openstackgerrit | Merged openstack/requirements: Pin pyngus version as python-qpid-proton is not in pypi https://review.openstack.org/183756 | 16:55 |
clarkb | fungi: plenty early | 16:55 |
clarkb | maybe lunch can be had | 16:56 |
* greghaynes would be up for a lunch | 16:56 | |
greghaynes | but yea, plenty early for the train | 16:56 |
*** shashankhegde has joined #openstack-infra | 16:57 | |
greghaynes | That area is kind of a food desert though... | 16:57 |
clarkb | if you go towards the pearl its not too bad | 16:57 |
fungi | i could be convinced to meet someone at food instead as long as we've got time to get to the station after | 16:58 |
*** btully has quit IRC | 16:58 | |
greghaynes | clarkb: your favorite place is near there | 16:58 |
clarkb | greghaynes: ya but its greghaynes unfriendly | 16:58 |
clarkb | fungi: ya should be able to find food within a 5-10 minute walk | 16:58 |
greghaynes | they have enchiladas, those are greg friendl | 16:59 |
clarkb | hrm | 16:59 |
fungi | keen. my luggage is a camping pack, so not a problem wandering around town with it on my back. no locker needed | 16:59 |
* fungi hates rollerbags | 17:00 | |
*** otter768 has joined #openstack-infra | 17:00 | |
*** dimsum__ has joined #openstack-infra | 17:00 | |
greghaynes | yea, backpack travel is the way to go | 17:01 |
clarkb | for those that haven't heard I will not be making the summit :/ twins are causing problems and I need to stay home | 17:01 |
fungi | you are not going to space today | 17:01 |
*** woodster_ has joined #openstack-infra | 17:01 | |
*** Sukhdev has quit IRC | 17:03 | |
fungi | that's gotta be annoying for the both of you. we'll keep you in the loop as much as possible | 17:03 |
clarkb | ya its a bit unfun, larissa is taking it well though | 17:04 |
*** rkukura has quit IRC | 17:05 | |
*** btully has joined #openstack-infra | 17:05 | |
*** otter768 has quit IRC | 17:05 | |
fungi | also i'll drink your share of questionable amtrakbeer | 17:06 |
*** dimsum__ has quit IRC | 17:06 | |
fungi | and taunt greghaynes with it | 17:06 |
*** unicell1 has joined #openstack-infra | 17:07 | |
*** unicell has quit IRC | 17:07 | |
greghaynes | haha, yeaa | 17:08 |
fungi | so anyway, max from the airport to union station. i guess i want to transfer from red to green at either gateway or rose quarter? | 17:09 |
greghaynes | I think the red takes you really close to there on its own | 17:09 |
greghaynes | maybe not quite as close as green, but I think its only a few block walk | 17:10 |
fungi | true, i could just walk through pioneer sq and save some time | 17:10 |
greghaynes | looks like the old town/chinatown stop on red line is what you want | 17:10 |
clarkb | fungi: ya you can transfer from red to yellow/green at either rose quarter or at pioneer square | 17:10 |
clarkb | or do the walk from ^ | 17:11 |
greghaynes | clarkb: actually, thats close to mi mero mole | 17:11 |
clarkb | hahaha | 17:11 |
clarkb | ya wecould go there | 17:11 |
greghaynes | \O/ | 17:11 |
*** baoli has joined #openstack-infra | 17:11 | |
fungi | i'm always up for some tasty moles | 17:12 |
fungi | blind food always tastes better | 17:13 |
*** baoli has quit IRC | 17:16 | |
mordred | mmm. blind food | 17:17 |
*** baoli has joined #openstack-infra | 17:18 | |
*** baoli has quit IRC | 17:18 | |
*** btully has quit IRC | 17:19 | |
fungi | so, hop off the red at old/china and meet up at mi mero mole? looks like it's south a block or so and west 4 blocks at 5th and couch | 17:20 |
clarkb | yup sounds good | 17:21 |
fungi | then consume, then hike over to union station? | 17:21 |
clarkb | ya | 17:22 |
mordred | fungi, Clint: re: gplv3 errbot stuff - the foundation's legal counsel is of the opinion that it is not a problem | 17:22 |
fungi | clarkb: okay, count me in | 17:22 |
fungi | mordred: i'm glad, because honestly if they did think it was a problem, i'd think they were a problem | 17:23 |
mordred | fungi: yah | 17:23 |
fungi | preventing a free software project from using free software is not a great thing ;) | 17:23 |
*** unicell has joined #openstack-infra | 17:24 | |
fungi | especially when it comes down to a dispute over which end of the egg you crack your license on | 17:24 |
mordred | ++ | 17:24 |
fungi | clarkb: if all goes well, i'm estimating being able to get there around noon, but i can give you a more accurate guess once the max is moving | 17:25 |
*** unicell1 has quit IRC | 17:25 | |
clarkb | fungi: cool | 17:25 |
fungi | biggest +/- is going to be teh luggage handlers at pdx | 17:26 |
greghaynes | fungi: woo! mole time | 17:26 |
*** wenlock has quit IRC | 17:26 | |
*** btully has joined #openstack-infra | 17:28 | |
*** trey has quit IRC | 17:29 | |
fungi | descending now, but i'll pop back in once i grab a seat on the max. also clarkb has my cell number | 17:31 |
*** _nadya_ has joined #openstack-infra | 17:31 | |
*** hdd has quit IRC | 17:32 | |
SpamapS | wow, pysaml2 is massive | 17:32 |
SpamapS | every time I unblock a simple python3 problem, 15 bytes/unicode/str/etc. fails pop up | 17:32 |
*** cpallares has quit IRC | 17:36 | |
*** trey has joined #openstack-infra | 17:36 | |
*** david-lyle has joined #openstack-infra | 17:37 | |
*** zul has joined #openstack-infra | 17:38 | |
*** cpallares has joined #openstack-infra | 17:39 | |
*** dimsum__ has joined #openstack-infra | 17:41 | |
*** btully has quit IRC | 17:42 | |
*** _nadya_ has quit IRC | 17:43 | |
*** rbradfor has joined #openstack-infra | 17:44 | |
*** sdake has joined #openstack-infra | 17:46 | |
*** btully has joined #openstack-infra | 17:46 | |
*** sdake_ has joined #openstack-infra | 17:48 | |
*** achanda has joined #openstack-infra | 17:48 | |
*** shashankhegde has quit IRC | 17:51 | |
*** sdake has quit IRC | 17:52 | |
*** btully has quit IRC | 17:54 | |
*** btully has joined #openstack-infra | 17:58 | |
*** yfried has joined #openstack-infra | 18:02 | |
*** dimsum__ has quit IRC | 18:03 | |
*** wenlock has joined #openstack-infra | 18:05 | |
*** btully has quit IRC | 18:08 | |
*** wenlock has quit IRC | 18:11 | |
*** yfried is now known as yfried|afk | 18:12 | |
*** yfried|afk is now known as yfried | 18:16 | |
*** dimtruck is now known as zz_dimtruck | 18:20 | |
*** Krinkle|detached is now known as Krinkle | 18:24 | |
*** hdd has joined #openstack-infra | 18:26 | |
*** isviridov_away is now known as isviridov | 18:28 | |
*** isviridov is now known as isviridov_away | 18:29 | |
*** baoli has joined #openstack-infra | 18:30 | |
*** baoli has quit IRC | 18:30 | |
*** david-lyle has quit IRC | 18:31 | |
*** shashankhegde has joined #openstack-infra | 18:37 | |
*** Sukhdev has joined #openstack-infra | 18:38 | |
*** Krinkle is now known as Krinkle|detached | 18:38 | |
*** annegentle has joined #openstack-infra | 18:39 | |
*** david-lyle has joined #openstack-infra | 18:39 | |
*** tnovacik has quit IRC | 18:43 | |
*** taron1 is now known as taron | 18:44 | |
*** david-lyle has quit IRC | 18:47 | |
fungi | clarkb: greghaynes: the max is moving now, so if memory serves that puts me about 30 minutes from old town/chinatown. say another 10 on foot from there... guessing 12:30 at mi mero mole | 18:49 |
fungi | (pdt) | 18:49 |
*** Sukhdev has quit IRC | 18:50 | |
dstufft | Openstack owns th elockfile package now doens't it? | 18:51 |
fungi | pylockfile i think? | 18:51 |
greghaynes | fungi: sounds good, see you there | 18:51 |
dstufft | fungi: yea that one | 18:53 |
fungi | dstufft: oh, typo. you meant lockfile. i think that's what pylockfile imports as | 18:53 |
fungi | i saw "elockfile" and though there was some other variant | 18:53 |
dstufft | pip's got an open issue about it looping forever if the filesystem (but the os) doesn't support links | 18:54 |
fungi | http://git.openstack.org/cgit/openstack/pylockfile/ | 18:54 |
*** maurosr has quit IRC | 18:54 | |
*** zz_jgrimm has quit IRC | 18:55 | |
fungi | if memory serves, we rely on it and the authors didn't have time to maintain it any longer, so some openstack devs adopted it from them | 18:55 |
dstufft | ok cool | 18:55 |
dstufft | they gives me a location to direct people to | 18:55 |
fungi | dstufft: the oslo project has it under their umbrella with our other common libs | 18:56 |
*** achanda has quit IRC | 18:56 | |
*** zz_jgrimm has joined #openstack-infra | 18:56 | |
*** zz_ja has quit IRC | 18:56 | |
*** zz_ja has joined #openstack-infra | 18:56 | |
*** maurosr has joined #openstack-infra | 18:57 | |
*** yfried is now known as yfried|afk | 18:59 | |
clarkb | fungi mi mero mole is closed but head this way we shall audible | 19:00 |
*** otter768 has joined #openstack-infra | 19:01 | |
*** alex_xu has quit IRC | 19:03 | |
greghaynes | los gorditos? | 19:04 |
clarkb | sure | 19:04 |
* fungi looks up los gorditos | 19:04 | |
clarkb | fungi los gorditos is 9th and davis a few blocks from mi mero mole | 19:04 |
fungi | yep, just found a map | 19:06 |
fungi | the internet has maps? i learn something new every day | 19:06 |
*** otter768 has quit IRC | 19:06 | |
jeblair | fungi: they're impossible to fold up though | 19:07 |
fungi | so i've noticed | 19:07 |
greghaynes | they also take a while to ship | 19:08 |
*** alex_xu has joined #openstack-infra | 19:08 | |
clarkb | I had the best parking spot too | 19:08 |
clarkb | and tgere is tons over hee oh well | 19:08 |
greghaynes | I see a clarkb | 19:08 |
*** rguillebert has quit IRC | 19:09 | |
*** rguillebert has joined #openstack-infra | 19:09 | |
*** shashankhegde has quit IRC | 19:11 | |
fungi | okay, we're headed over the bridge now, so next stop. should be there shortly | 19:16 |
fungi | dropping offline for now but i have my phone on | 19:16 |
*** boris-42 has quit IRC | 19:18 | |
*** yfried|afk is now known as yfried | 19:19 | |
*** baoli has joined #openstack-infra | 19:31 | |
*** julim has joined #openstack-infra | 19:31 | |
*** sdague_mb has joined #openstack-infra | 19:32 | |
*** baoli has quit IRC | 19:36 | |
*** julim has quit IRC | 19:36 | |
*** achanda has joined #openstack-infra | 19:38 | |
*** rossella_s has quit IRC | 19:38 | |
*** freerunner has joined #openstack-infra | 19:42 | |
*** freerunner has quit IRC | 19:42 | |
*** freerunner has joined #openstack-infra | 19:43 | |
*** annegentle has quit IRC | 19:44 | |
*** achanda has quit IRC | 19:45 | |
*** dimsum__ has joined #openstack-infra | 19:46 | |
*** freerunner has quit IRC | 19:46 | |
*** Hal1 has joined #openstack-infra | 19:48 | |
*** annegentle has joined #openstack-infra | 19:48 | |
*** Hal1 is now known as Guest92617 | 19:49 | |
*** dboik has joined #openstack-infra | 19:53 | |
*** zul has quit IRC | 19:54 | |
*** annegentle has quit IRC | 19:54 | |
*** zul has joined #openstack-infra | 19:55 | |
*** _nadya_ has joined #openstack-infra | 19:56 | |
*** yamamoto has quit IRC | 19:56 | |
*** zxiiro has quit IRC | 19:57 | |
*** Guest92617 has quit IRC | 19:57 | |
*** dboik_ has joined #openstack-infra | 19:59 | |
*** ajo has joined #openstack-infra | 20:01 | |
*** dboik has quit IRC | 20:02 | |
*** katyafervent is now known as katyafervent_awa | 20:07 | |
*** hdd has quit IRC | 20:10 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Switch on requirements check for nova-docker https://review.openstack.org/183713 | 20:10 |
*** Krinkle|detached is now known as Krinkle | 20:10 | |
*** ajo has quit IRC | 20:17 | |
*** dboik_ has quit IRC | 20:20 | |
*** banix has joined #openstack-infra | 20:20 | |
*** baoli has joined #openstack-infra | 20:20 | |
*** baoli has quit IRC | 20:20 | |
*** dimsum__ has quit IRC | 20:24 | |
*** ajo has joined #openstack-infra | 20:33 | |
*** rbradfor has quit IRC | 20:35 | |
*** rbradfor has joined #openstack-infra | 20:40 | |
*** abregman has quit IRC | 20:40 | |
*** Krinkle is now known as Krinkle|detached | 20:41 | |
*** julim has joined #openstack-infra | 20:42 | |
*** reed_ has joined #openstack-infra | 20:44 | |
*** Krinkle|detached is now known as Krinkle | 20:45 | |
*** reed_ has quit IRC | 20:47 | |
*** Sukhdev has joined #openstack-infra | 20:51 | |
*** leopoldj has joined #openstack-infra | 20:53 | |
electrical | fungi: travelling ? | 20:55 |
*** _nadya_ has quit IRC | 20:56 | |
*** sdake_ has quit IRC | 20:57 | |
*** rossella_s has joined #openstack-infra | 20:57 | |
*** yfried is now known as yfried|afk | 20:58 | |
*** sigmavirus24 has joined #openstack-infra | 20:59 | |
sigmavirus24 | jeblair: ping | 20:59 |
*** otter768 has joined #openstack-infra | 21:02 | |
*** Krinkle is now known as Krinkle|detached | 21:03 | |
*** baoli has joined #openstack-infra | 21:04 | |
*** rbradfor has quit IRC | 21:05 | |
*** otter768 has quit IRC | 21:07 | |
*** stevemar has joined #openstack-infra | 21:08 | |
*** alexpilotti has joined #openstack-infra | 21:10 | |
*** baoli has quit IRC | 21:14 | |
*** yfried|afk is now known as yfried | 21:18 | |
*** shashankhegde has joined #openstack-infra | 21:21 | |
*** baoli has joined #openstack-infra | 21:21 | |
*** zul has quit IRC | 21:24 | |
*** yfried is now known as yfried|afk | 21:28 | |
*** banix has quit IRC | 21:29 | |
*** teran has joined #openstack-infra | 21:29 | |
*** baoli has quit IRC | 21:31 | |
*** Sukhdev has quit IRC | 21:33 | |
*** zul has joined #openstack-infra | 21:38 | |
*** sigmavirus24 has quit IRC | 21:40 | |
*** baoli has joined #openstack-infra | 21:41 | |
*** yamamoto has joined #openstack-infra | 21:45 | |
fungi | electrical: yeah, we have our semi-annual design summit for openstack all next week | 21:46 |
*** banix has joined #openstack-infra | 21:49 | |
*** yamamoto has quit IRC | 21:50 | |
*** baoli has quit IRC | 21:51 | |
openstackgerrit | Morgan Fainberg proposed openstack-infra/project-config: Remove the Rally non-voting job from Keystone https://review.openstack.org/183836 | 21:51 |
*** alexpilotti has quit IRC | 21:51 | |
*** annegentle has joined #openstack-infra | 21:51 | |
*** stevemar has quit IRC | 21:54 | |
*** ddieterl_ has joined #openstack-infra | 21:55 | |
*** banix has quit IRC | 21:57 | |
*** jab has joined #openstack-infra | 21:57 | |
*** jgrimmn has joined #openstack-infra | 21:57 | |
*** __maurosr__ has joined #openstack-infra | 21:58 | |
*** ddieterly has quit IRC | 21:58 | |
*** rbradfor has joined #openstack-infra | 21:58 | |
*** yfried|afk is now known as yfried | 21:59 | |
*** zz_ja has quit IRC | 21:59 | |
*** zz_jgrimm has quit IRC | 21:59 | |
*** dmellado has quit IRC | 22:00 | |
*** maurosr has quit IRC | 22:01 | |
*** __maurosr__ is now known as maurosr | 22:01 | |
*** dmellado has joined #openstack-infra | 22:01 | |
*** boris-42 has joined #openstack-infra | 22:01 | |
*** jgrimmn has quit IRC | 22:06 | |
*** jab has quit IRC | 22:07 | |
*** maurosr has quit IRC | 22:07 | |
*** zz_ja has joined #openstack-infra | 22:07 | |
*** sarob has joined #openstack-infra | 22:09 | |
*** BObH_ has quit IRC | 22:10 | |
*** banix has joined #openstack-infra | 22:10 | |
*** ajo has quit IRC | 22:11 | |
*** zz_ja has quit IRC | 22:12 | |
*** banix has quit IRC | 22:12 | |
*** zz_dimtruck is now known as dimtruck | 22:12 | |
openstackgerrit | Akihiro Motoki proposed openstack-dev/pbr: Make setup.py --help-commands work without testrepository https://review.openstack.org/124652 | 22:13 |
*** baoli has joined #openstack-infra | 22:16 | |
*** maurosr has joined #openstack-infra | 22:16 | |
*** zz_jgrimm has joined #openstack-infra | 22:17 | |
*** baoli has quit IRC | 22:18 | |
*** zz_ja has joined #openstack-infra | 22:18 | |
*** unicell1 has joined #openstack-infra | 22:20 | |
*** unicell has quit IRC | 22:20 | |
*** sdake has joined #openstack-infra | 22:21 | |
*** zz_ja has quit IRC | 22:22 | |
*** zz_jgrimm has quit IRC | 22:22 | |
*** maurosr has quit IRC | 22:24 | |
*** patrickeast is now known as patrickeast_ | 22:25 | |
*** zz_jgrimm has joined #openstack-infra | 22:26 | |
*** maurosr has joined #openstack-infra | 22:26 | |
*** zz_ja has joined #openstack-infra | 22:27 | |
*** ivar-laz_ has quit IRC | 22:31 | |
*** jgrimmn has joined #openstack-infra | 22:33 | |
*** __maurosr__ has joined #openstack-infra | 22:33 | |
*** jab has joined #openstack-infra | 22:34 | |
*** rbradfor has quit IRC | 22:35 | |
*** zz_jgrimm has quit IRC | 22:35 | |
*** maurosr has quit IRC | 22:36 | |
*** zz_ja has quit IRC | 22:36 | |
*** __maurosr__ is now known as maurosr | 22:36 | |
*** bknudson has joined #openstack-infra | 22:38 | |
*** bknudson has quit IRC | 22:38 | |
*** patrickeast_ is now known as patrickeast__ | 22:40 | |
*** patrickeast has joined #openstack-infra | 22:44 | |
*** patrickeast has quit IRC | 22:46 | |
*** patrickeast__ is now known as patrickeast | 22:46 | |
*** rbradfor has joined #openstack-infra | 22:46 | |
*** ajo has joined #openstack-infra | 22:47 | |
*** yfried is now known as yfried|afk | 22:47 | |
*** patrickeast_ has joined #openstack-infra | 22:47 | |
*** zul has quit IRC | 22:55 | |
*** jab has quit IRC | 23:00 | |
*** zz_ja has joined #openstack-infra | 23:00 | |
*** dimtruck is now known as zz_dimtruck | 23:01 | |
*** zz_dimtruck is now known as dimtruck | 23:03 | |
*** ajo_ has joined #openstack-infra | 23:04 | |
*** ajo has quit IRC | 23:05 | |
*** yfried|afk is now known as yfried | 23:10 | |
*** ajo_ has quit IRC | 23:17 | |
*** yfried is now known as yfried|afk | 23:21 | |
openstackgerrit | Merged openstack-dev/hacking: Updated from global requirements https://review.openstack.org/181908 | 23:21 |
*** btully has joined #openstack-infra | 23:26 | |
*** yfried|afk is now known as yfried | 23:29 | |
*** yamahata has quit IRC | 23:34 | |
*** btully has quit IRC | 23:35 | |
*** annegentle has quit IRC | 23:38 | |
zigo | SpamapS: This r0x! | 23:43 |
* zigo returns to packing for the summit... | 23:43 | |
*** yamahata has joined #openstack-infra | 23:44 | |
*** dimtruck is now known as zz_dimtruck | 23:47 | |
*** rbradfor has quit IRC | 23:47 | |
*** achanda has joined #openstack-infra | 23:51 | |
*** _nadya_ has joined #openstack-infra | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!