| *** linkedinyou has joined #openstack-infra | 00:03 | |
| *** esmut____ has quit IRC | 00:04 | |
| *** patrickeast has joined #openstack-infra | 00:19 | |
| *** bradjones has quit IRC | 00:28 | |
| *** mmmpork has quit IRC | 00:32 | |
| *** mmmpork has joined #openstack-infra | 00:35 | |
| *** esmute__ has joined #openstack-infra | 00:35 | |
| *** harlowja_at_home has joined #openstack-infra | 00:36 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Dummy change https://review.openstack.org/198474 | 00:39 |
|---|---|---|
| *** leseb- has quit IRC | 00:41 | |
| *** jasondotstar has joined #openstack-infra | 00:42 | |
| *** harlowja_at_home has quit IRC | 00:44 | |
| *** claudiub has quit IRC | 00:56 | |
| *** linkedinyou has quit IRC | 01:00 | |
| *** rbrooker has quit IRC | 01:01 | |
| openstackgerrit | Louis Taylor proposed openstack-dev/cookiecutter: Remove executable bit and shebang from setup.py https://review.openstack.org/198475 | 01:09 |
| *** rbrooker has joined #openstack-infra | 01:10 | |
| *** boris-42 has joined #openstack-infra | 01:10 | |
| *** Longgeek has joined #openstack-infra | 01:14 | |
| *** Guest61548 is now known as mfisch | 01:26 | |
| *** mfisch is now known as Guest38607 | 01:27 | |
| *** Longgeek has quit IRC | 01:28 | |
| *** davideagnello has joined #openstack-infra | 01:34 | |
| *** Guest38607 has quit IRC | 01:37 | |
| *** Guest38607 has joined #openstack-infra | 01:37 | |
| *** Guest38607 is now known as mfisch | 01:38 | |
| *** davideagnello has quit IRC | 01:39 | |
| *** jasondotstar has quit IRC | 01:40 | |
| greghaynes | fungi: not critical, but I think your +A on https://review.openstack.org/#/c/187668/ didnt take | 01:48 |
| *** fawadkhaliq has joined #openstack-infra | 01:52 | |
| *** fawadkhaliq has quit IRC | 01:57 | |
| *** Krinkle has joined #openstack-infra | 01:58 | |
| Krinkle | Hm.. ~/.config/git-review is deprecated now? | 01:59 |
| Krinkle | I read the commit that deprecated it but I don't a replacement for setting defaultremote | 01:59 |
| Krinkle | https://github.com/openstack-infra/git-review/commit/1bc87f26d63dbe78b84a6e270c247666a9f5bf50 | 01:59 |
| Krinkle | I only use gerrit as remote (in case of all wikimedia repos for instance) so I use it to set defaultremote=origin | 02:00 |
| *** ddieterly has quit IRC | 02:05 | |
| *** uberjay has quit IRC | 02:08 | |
| *** uberjay has joined #openstack-infra | 02:13 | |
| *** dims_ has joined #openstack-infra | 02:17 | |
| *** patrickeast has quit IRC | 02:28 | |
| *** fitoduarte has quit IRC | 02:30 | |
| *** Sukhdev has joined #openstack-infra | 02:48 | |
| *** esmute__ has quit IRC | 02:58 | |
| *** blaedd has quit IRC | 03:01 | |
| fungi | greghaynes: that may have been lost in a zuul restart, gerrit stream-events hang, or who knows what. it's been like a month now :/ | 03:05 |
| fungi | greghaynes: anyway i've reapproved it | 03:06 |
| *** ddieterly has joined #openstack-infra | 03:06 | |
| fungi | Krinkle: did settings in ~/.config/git-review stop working, or you just mean you expect them to in a later release? | 03:08 |
| Krinkle | fungi: It still works I think, but I'm getting a face-slap every git-review command I use telling me I shouldn't. | 03:09 |
| Krinkle | Using global/system git-review config files (/Users/krinkle/.config/git-review/git-review.conf) is deprecated | 03:09 |
| fungi | Krinkle: looks like you should be able to set remote=origin in a [gitreview] section in your ~/.gitconfig | 03:09 |
| openstackgerrit | Merged openstack-infra/nodepool: Convert timing metrics to milliseconds https://review.openstack.org/187668 | 03:10 |
| fungi | based on what it says in the manpage | 03:10 |
| Krinkle | fungi: That commit makes no mention of there being a ~/.gitreview | 03:10 |
| *** Longgeek has joined #openstack-infra | 03:10 | |
| Krinkle | fungi: Oh, gitconfig | 03:10 |
| Krinkle | interesting | 03:10 |
| Krinkle | I thought gitconfig only provided options username, rebase | 03:11 |
| *** ddieterly has quit IRC | 03:11 | |
| fungi | Krinkle: see the manpage for git-review(1) | 03:11 |
| fungi | that change updated it with the options which are supported there now | 03:12 |
| Krinkle | Ok. The commit message is a bit confusing though | 03:12 |
| Krinkle | will check it out | 03:12 |
| Krinkle | Thanks :) | 03:12 |
| Krinkle | Using ~/.gitconfig would be a perfectly acceptable option | 03:13 |
| Krinkle | Much preferred in fact. | 03:13 |
| fungi | Krinkle: yeah, i think that was the consensus was that having a separate global config file for git-review when it's supposed to be a git subcommand was a bit suboptimal | 03:13 |
| fungi | so just give it a section in the git configuration instead | 03:14 |
| fungi | that way you can also override things in the per-repo .git/config files too | 03:14 |
| Krinkle | Yep. Splendid. That works. | 03:14 |
| Krinkle | [gitreview] remote = origin | 03:15 |
| Krinkle | in ~/.gitconfig | 03:15 |
| * Krinkle goes update mediawiki.org docs and tell ppl on mailing list | 03:15 | |
| Krinkle | Thanks fungi :) | 03:15 |
| fungi | Krinkle: that said, i don't actually rely on that so i won't guarantee it works. there's always a chance we're missing test coverage for things like config layering and overrides | 03:15 |
| *** madong has joined #openstack-infra | 03:15 | |
| fungi | but i'm assuming at least some people use it or they wouldn't have submitted the feature | 03:15 |
| Krinkle | What's the issue tracker for this? I heard you're in the midst of a migration? | 03:15 |
| fungi | Krinkle: still storyboard.openstack.org at the moment | 03:16 |
| fungi | we're looking at phabricator's maniphest like mediawiki's using though | 03:16 |
| *** larainema has quit IRC | 03:16 | |
| *** binbincong has quit IRC | 03:16 | |
| Krinkle | Yeah, been doing my weekly catchup of openstack-infra list | 03:16 |
| Krinkle | interesting | 03:16 |
| fungi | currently trying to figure out what patches it's going to need for openstack in general | 03:17 |
| Krinkle | Upstream is open to patches as well | 03:17 |
| Krinkle | And also for hire to create additional extensions you need. Which might be an option if there's no local expertise or human resources to work on it. | 03:17 |
| Krinkle | Them that is, not me :P | 03:18 |
| fungi | yep, we want to upstream whatever we wind up doing, so a big part is figuring out how to do what we want in a way that fits with upstream's direction | 03:19 |
| *** Longgeek_ has joined #openstack-infra | 03:20 | |
| *** Longgeek has quit IRC | 03:23 | |
| *** Sukhdev has quit IRC | 03:23 | |
| *** shashank_hegde has joined #openstack-infra | 03:23 | |
| *** Longgeek_ has quit IRC | 03:34 | |
| *** ddieterly has joined #openstack-infra | 03:39 | |
| *** pal has joined #openstack-infra | 03:42 | |
| *** blaedd has joined #openstack-infra | 03:43 | |
| *** heyongli has quit IRC | 03:45 | |
| *** heyongli has joined #openstack-infra | 03:47 | |
| *** achanda has joined #openstack-infra | 03:49 | |
| *** jasondotstar has joined #openstack-infra | 03:49 | |
| *** heyongli has quit IRC | 03:51 | |
| *** heyongli has joined #openstack-infra | 03:55 | |
| *** achanda has quit IRC | 03:55 | |
| *** otter768 has quit IRC | 03:56 | |
| *** zz_dimtruck is now known as dimtruck | 04:01 | |
| *** dims_ has quit IRC | 04:02 | |
| *** Kennan has quit IRC | 04:04 | |
| *** laughterwym has joined #openstack-infra | 04:05 | |
| *** park__heijlong has quit IRC | 04:05 | |
| *** pal has quit IRC | 04:06 | |
| *** park__heijlong has joined #openstack-infra | 04:17 | |
| *** Kennan has joined #openstack-infra | 04:18 | |
| *** laughterwym has quit IRC | 04:21 | |
| *** laughterwym_ has joined #openstack-infra | 04:21 | |
| *** shashank_hegde has quit IRC | 04:26 | |
| *** armax has quit IRC | 04:28 | |
| *** jasondotstar has quit IRC | 04:33 | |
| *** sdake has quit IRC | 04:33 | |
| *** chlong has joined #openstack-infra | 04:35 | |
| *** kashyap has quit IRC | 04:38 | |
| *** Krinkle is now known as Krinkle_ | 04:44 | |
| *** sdake has joined #openstack-infra | 04:44 | |
| *** praveenkumar has quit IRC | 04:48 | |
| *** pal has joined #openstack-infra | 04:48 | |
| *** ddieterly has quit IRC | 04:58 | |
| *** dimtruck is now known as zz_dimtruck | 05:05 | |
| *** Kennan has quit IRC | 05:08 | |
| *** park__heijlong has quit IRC | 05:09 | |
| *** Kennan has joined #openstack-infra | 05:11 | |
| *** park__heijlong has joined #openstack-infra | 05:11 | |
| *** davideagnello has joined #openstack-infra | 05:11 | |
| *** pal has quit IRC | 05:15 | |
| *** davideagnello has quit IRC | 05:16 | |
| *** Longgeek has joined #openstack-infra | 05:21 | |
| *** binbincong has joined #openstack-infra | 05:27 | |
| *** heyongli has quit IRC | 05:44 | |
| *** heyongli has joined #openstack-infra | 05:44 | |
| *** madong_ has joined #openstack-infra | 05:52 | |
| *** madong has quit IRC | 05:55 | |
| *** ddieterly has joined #openstack-infra | 05:59 | |
| *** sdake_ has joined #openstack-infra | 05:59 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/198481 | 06:01 |
| *** sdake has quit IRC | 06:02 | |
| *** ddieterly has quit IRC | 06:03 | |
| *** binbincong has quit IRC | 06:07 | |
| *** _nadya_ has joined #openstack-infra | 06:11 | |
| *** sdake_ is now known as sdake | 06:11 | |
| *** fawadkhaliq has joined #openstack-infra | 06:16 | |
| *** fawadk has joined #openstack-infra | 06:18 | |
| *** fawadkhaliq has quit IRC | 06:21 | |
| *** fawadkhaliq has joined #openstack-infra | 06:34 | |
| *** rossella_s has quit IRC | 06:36 | |
| *** rossella_s has joined #openstack-infra | 06:37 | |
| *** fawadk has quit IRC | 06:38 | |
| *** claudiub has joined #openstack-infra | 06:39 | |
| *** skraynev has quit IRC | 06:41 | |
| *** skraynev has joined #openstack-infra | 06:47 | |
| *** Sukhdev has joined #openstack-infra | 06:49 | |
| *** fawadkhaliq has quit IRC | 06:53 | |
| *** zz_dimtruck is now known as dimtruck | 06:53 | |
| *** Kennan has quit IRC | 06:54 | |
| *** park__heijlong has quit IRC | 06:55 | |
| *** fifieldt_ has quit IRC | 06:57 | |
| *** dimtruck is now known as zz_dimtruck | 06:59 | |
| *** ddieterly has joined #openstack-infra | 07:00 | |
| *** _nadya_ has quit IRC | 07:03 | |
| *** ddieterly has quit IRC | 07:04 | |
| *** park__heijlong has joined #openstack-infra | 07:07 | |
| *** park__heijlong has quit IRC | 07:13 | |
| *** fawadkhaliq has joined #openstack-infra | 07:19 | |
| *** liam_ has joined #openstack-infra | 07:25 | |
| *** liam_ is now known as Guest64959 | 07:25 | |
| *** mpaolino has joined #openstack-infra | 07:29 | |
| *** mpaolino has quit IRC | 07:31 | |
| *** laughterwym has joined #openstack-infra | 07:34 | |
| *** fawadk has joined #openstack-infra | 07:36 | |
| *** laughterwym_ has quit IRC | 07:37 | |
| *** fawadkhaliq has quit IRC | 07:37 | |
| *** fawadkhaliq has joined #openstack-infra | 07:43 | |
| *** fawadk has quit IRC | 07:44 | |
| *** fawadkhaliq has quit IRC | 07:49 | |
| *** esmute__ has joined #openstack-infra | 07:51 | |
| *** esmute__ has quit IRC | 07:52 | |
| *** ddieterly has joined #openstack-infra | 08:01 | |
| *** _nadya_ has joined #openstack-infra | 08:05 | |
| *** ddieterly has quit IRC | 08:05 | |
| *** binbincong has joined #openstack-infra | 08:14 | |
| *** _afazekas has quit IRC | 08:20 | |
| *** Krinkle_ is now known as Krinkle | 08:23 | |
| *** _nadya_ has quit IRC | 08:28 | |
| *** Sukhdev has quit IRC | 08:30 | |
| *** Longgeek has quit IRC | 08:39 | |
| openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/198481 | 08:43 |
| *** jamespage_ has joined #openstack-infra | 08:43 | |
| *** chlong has quit IRC | 08:44 | |
| *** davideagnello has joined #openstack-infra | 08:49 | |
| *** Longgeek has joined #openstack-infra | 08:51 | |
| *** davideagnello has quit IRC | 08:54 | |
| *** jamespage_ has quit IRC | 08:57 | |
| *** Longgeek has quit IRC | 08:59 | |
| *** Longgeek has joined #openstack-infra | 08:59 | |
| *** ddieterly has joined #openstack-infra | 09:01 | |
| *** ddieterly has quit IRC | 09:06 | |
| *** park_heijlong has joined #openstack-infra | 09:08 | |
| *** Kennan has joined #openstack-infra | 09:08 | |
| *** jamespage_ has joined #openstack-infra | 09:09 | |
| *** Kennan has quit IRC | 09:13 | |
| *** park_heijlong has quit IRC | 09:14 | |
| *** eantyshev has joined #openstack-infra | 09:20 | |
| *** sabeen1 has quit IRC | 09:23 | |
| *** park_heijlong has joined #openstack-infra | 09:27 | |
| *** Kennan has joined #openstack-infra | 09:29 | |
| *** fawadkhaliq has joined #openstack-infra | 09:30 | |
| *** fawadkhaliq has quit IRC | 09:41 | |
| *** Krinkle is now known as Krinkle_ | 09:41 | |
| *** jasondotstar has joined #openstack-infra | 09:43 | |
| *** yamamoto has joined #openstack-infra | 09:45 | |
| *** sdake has quit IRC | 09:49 | |
| *** sdake has joined #openstack-infra | 09:51 | |
| *** yamamoto has quit IRC | 09:52 | |
| *** _nadya_ has joined #openstack-infra | 09:53 | |
| *** _nadya_ has quit IRC | 09:58 | |
| *** yamamoto has joined #openstack-infra | 09:59 | |
| *** ddieterly has joined #openstack-infra | 10:02 | |
| *** pfallenop has quit IRC | 10:03 | |
| *** yamamoto has quit IRC | 10:06 | |
| *** ddieterly has quit IRC | 10:06 | |
| *** park__heijlong has joined #openstack-infra | 10:08 | |
| *** Kennan2 has joined #openstack-infra | 10:11 | |
| *** armax has joined #openstack-infra | 10:11 | |
| *** Longgeek has quit IRC | 10:12 | |
| *** park_heijlong has quit IRC | 10:12 | |
| *** Kennan has quit IRC | 10:12 | |
| *** yamamoto has joined #openstack-infra | 10:14 | |
| *** Longgeek has joined #openstack-infra | 10:22 | |
| *** yamamoto has quit IRC | 10:27 | |
| *** jamielennox is now known as jamielennox|away | 10:29 | |
| *** binbincong has quit IRC | 10:31 | |
| *** yamamoto has joined #openstack-infra | 10:35 | |
| *** rossella_s has quit IRC | 10:36 | |
| *** rossella_s has joined #openstack-infra | 10:37 | |
| *** davideagnello has joined #openstack-infra | 10:38 | |
| *** yamamoto has quit IRC | 10:39 | |
| *** davideagnello has quit IRC | 10:42 | |
| *** ddieterly has joined #openstack-infra | 11:03 | |
| *** ddieterly has quit IRC | 11:08 | |
| *** pfallenop has joined #openstack-infra | 11:09 | |
| *** sdake has quit IRC | 11:12 | |
| *** blaedd has quit IRC | 11:14 | |
| *** ig0r_ has joined #openstack-infra | 11:16 | |
| *** kushal has quit IRC | 11:16 | |
| *** kdas_ has joined #openstack-infra | 11:16 | |
| *** igor___ has joined #openstack-infra | 11:17 | |
| *** yamamoto has joined #openstack-infra | 11:27 | |
| *** yamamoto has quit IRC | 11:27 | |
| *** yamamoto has joined #openstack-infra | 11:28 | |
| *** Kiall has quit IRC | 11:34 | |
| *** Kiall has joined #openstack-infra | 11:36 | |
| *** yamamoto has quit IRC | 11:38 | |
| *** yamamoto has joined #openstack-infra | 11:39 | |
| *** heyongli has quit IRC | 11:40 | |
| *** heyongli has joined #openstack-infra | 11:43 | |
| *** yamamoto has quit IRC | 11:43 | |
| *** igor___ has quit IRC | 11:47 | |
| *** yamamoto has joined #openstack-infra | 11:48 | |
| *** heyongli has quit IRC | 11:50 | |
| *** heyongli has joined #openstack-infra | 11:51 | |
| *** yamamoto has quit IRC | 11:53 | |
| *** ddieterly has joined #openstack-infra | 12:04 | |
| *** heyongli has quit IRC | 12:04 | |
| *** heyongli has joined #openstack-infra | 12:05 | |
| *** jasondotstar has quit IRC | 12:06 | |
| *** mtanino has quit IRC | 12:06 | |
| *** jamespage_ has quit IRC | 12:08 | |
| *** ddieterly has quit IRC | 12:08 | |
| *** yamamoto has joined #openstack-infra | 12:32 | |
| *** yamamoto has quit IRC | 12:33 | |
| *** dims_ has joined #openstack-infra | 12:33 | |
| *** mmedvede has joined #openstack-infra | 12:38 | |
| *** fawadkhaliq has joined #openstack-infra | 12:42 | |
| *** fawadkhaliq has quit IRC | 12:44 | |
| *** jasondotstar has joined #openstack-infra | 12:53 | |
| *** amotoki has joined #openstack-infra | 12:58 | |
| *** ddieterly has joined #openstack-infra | 13:04 | |
| *** ddieterly has quit IRC | 13:09 | |
| *** s0nea has quit IRC | 13:15 | |
| *** Longgeek_ has joined #openstack-infra | 13:16 | |
| *** mase_x200 has joined #openstack-infra | 13:16 | |
| *** pal has joined #openstack-infra | 13:17 | |
| *** madong_ has quit IRC | 13:18 | |
| *** Longgeek has quit IRC | 13:19 | |
| *** dguerri` is now known as dguerri | 13:23 | |
| *** jamespage_ has joined #openstack-infra | 13:27 | |
| *** chlong has joined #openstack-infra | 13:31 | |
| *** dboik has joined #openstack-infra | 13:32 | |
| *** yamamoto has joined #openstack-infra | 13:33 | |
| *** pal has quit IRC | 13:37 | |
| *** dboik has quit IRC | 13:37 | |
| openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Trim the elements list from nodepool.yaml https://review.openstack.org/198495 | 13:37 |
| *** yamamoto has quit IRC | 13:38 | |
| *** deepakcs has joined #openstack-infra | 13:39 | |
| openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Use profile in clouds.yaml instead of cloud https://review.openstack.org/186459 | 13:39 |
| *** deepakcs has quit IRC | 13:42 | |
| *** ZZelle has quit IRC | 13:42 | |
| *** ZZelle has joined #openstack-infra | 13:43 | |
| *** sdake has joined #openstack-infra | 13:43 | |
| *** heyongli has quit IRC | 13:44 | |
| *** heyongli has joined #openstack-infra | 13:44 | |
| *** mriedem has joined #openstack-infra | 13:45 | |
| *** dims_ has quit IRC | 13:47 | |
| openstackgerrit | Merged openstack-infra/storyboard-webclient: Replace ci.o.o links with docs.o.o/infra https://review.openstack.org/183304 | 13:48 |
| *** dims_ has joined #openstack-infra | 13:49 | |
| *** heyongli has quit IRC | 13:50 | |
| *** heyongli has joined #openstack-infra | 13:51 | |
| *** dims_ has quit IRC | 13:54 | |
| *** sdake has quit IRC | 13:54 | |
| *** kdas_ has quit IRC | 13:55 | |
| *** kushal has joined #openstack-infra | 13:55 | |
| *** sdake has joined #openstack-infra | 13:57 | |
| *** ddieterly has joined #openstack-infra | 14:05 | |
| *** yamamoto has joined #openstack-infra | 14:07 | |
| *** ddieterly has quit IRC | 14:10 | |
| *** otter768 has joined #openstack-infra | 14:13 | |
| *** dims_ has joined #openstack-infra | 14:16 | |
| *** dims_ has quit IRC | 14:21 | |
| *** Zhongjun has joined #openstack-infra | 14:33 | |
| *** puranamr has joined #openstack-infra | 14:40 | |
| *** otter768 has quit IRC | 14:40 | |
| *** otter768 has joined #openstack-infra | 14:41 | |
| *** Kiall has quit IRC | 15:03 | |
| *** ddieterly has joined #openstack-infra | 15:06 | |
| *** Kiall has joined #openstack-infra | 15:07 | |
| *** ddieterly has quit IRC | 15:11 | |
| *** dims_ has joined #openstack-infra | 15:12 | |
| *** mase_x200 has quit IRC | 15:12 | |
| *** Kiall has quit IRC | 15:12 | |
| *** mriedem has quit IRC | 15:14 | |
| *** Kiall has joined #openstack-infra | 15:16 | |
| *** puranamr has quit IRC | 15:17 | |
| *** Kiall has quit IRC | 15:21 | |
| *** Kiall has joined #openstack-infra | 15:22 | |
| openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Update documentation from cookiecutter https://review.openstack.org/198504 | 15:23 |
| *** dims_ has quit IRC | 15:29 | |
| *** puranamr has joined #openstack-infra | 15:30 | |
| fungi | mordred: dhellmann: i'm noticing that build_sphinx autogenerates a manpage. is there a trick for getting pbr to automatically include that when building an sdist? http://logs.openstack.org/04/198504/1/check/gate-bindep-docs/2377260/console.html#_2015-07-04_15_26_09_209 | 15:31 |
| mordred | fungi: funny story - i think I have a patch up for that | 15:34 |
| fungi | hah | 15:34 |
| mordred | fungi: https://review.openstack.org/#/c/184899/ | 15:35 |
| mordred | fungi: I need to finish it with tests and whatnot | 15:35 |
| *** Kiall has quit IRC | 15:35 | |
| mordred | fungi: but, once we land that, I was thinking we can change out sdist invocation in the gate to be "python setup.py build_sphinx sdist" instead of just sdist | 15:35 |
| fungi | makes sense | 15:36 |
| *** laughterwym has quit IRC | 15:36 | |
| mordred | although we might want to do _slightly_ more work to account for projects that use pbr but do not have any sphinx docs | 15:36 |
| *** Kiall has joined #openstack-infra | 15:37 | |
| mordred | if [ -d doc/source ] ; then tox -evenv -- python setup.py build_sphinx sdist ; else ; tox -evenv -- python setup.py sdist ; fi | 15:37 |
| fungi | sure. and also avoid clobbering hand-built manpages which those projects may have in tree already | 15:37 |
| fungi | or at least make it configurable | 15:37 |
| mordred | fungi: I _think_ it should only append values | 15:38 |
| mordred | yah | 15:38 |
| mordred | it's additive | 15:38 |
| fungi | well, unless there's a filename clash | 15:38 |
| mordred | if there is a filename clash, I actually think it should be an error and the tree should be fixed | 15:38 |
| fungi | i suppose that works | 15:39 |
| mordred | and we shoudl likely put something into the docs gates to throw an error on that | 15:39 |
| mordred | nibalizer: you flipped two of the lines in the PR you sent to ansible - see review comment | 15:39 |
| mordred | nibalizer: acceptable practice there is to just add a second commit and push to the branch | 15:40 |
| *** linkedinyou has joined #openstack-infra | 15:44 | |
| *** puranamr has quit IRC | 15:45 | |
| *** puranamr has joined #openstack-infra | 15:46 | |
| *** jasondotstar has quit IRC | 15:46 | |
| *** chlong has quit IRC | 15:53 | |
| openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Update documentation from cookiecutter https://review.openstack.org/198504 | 15:59 |
| *** yamamoto has quit IRC | 15:59 | |
| openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Update documentation from cookiecutter https://review.openstack.org/198504 | 16:00 |
| *** baoli has joined #openstack-infra | 16:04 | |
| *** puranamr has quit IRC | 16:04 | |
| *** davideagnello has joined #openstack-infra | 16:04 | |
| *** puranamr has joined #openstack-infra | 16:04 | |
| *** baoli has quit IRC | 16:05 | |
| *** ddieterly has joined #openstack-infra | 16:06 | |
| *** davideagnello has quit IRC | 16:08 | |
| *** puranamr_ has joined #openstack-infra | 16:10 | |
| nibalizer | mordred: looking | 16:11 |
| *** changbl has quit IRC | 16:11 | |
| nibalizer | updated | 16:13 |
| *** puranamr has quit IRC | 16:14 | |
| mordred | nibalizer: woot | 16:15 |
| *** Longgeek_ has quit IRC | 16:21 | |
| *** Longgeek has joined #openstack-infra | 16:22 | |
| *** Longgeek has quit IRC | 16:22 | |
| *** boris-42 has quit IRC | 16:22 | |
| *** sdake has quit IRC | 16:32 | |
| *** ParsectiX has joined #openstack-infra | 16:38 | |
| *** achanda has joined #openstack-infra | 16:39 | |
| *** yamamoto has joined #openstack-infra | 16:41 | |
| *** yamamoto has quit IRC | 16:41 | |
| *** yamamoto has joined #openstack-infra | 16:41 | |
| *** fawadkhaliq has joined #openstack-infra | 16:41 | |
| *** ig0r_ has quit IRC | 16:44 | |
| *** puranamr_ has quit IRC | 16:45 | |
| *** Kiall has quit IRC | 16:46 | |
| *** zz_dimtruck is now known as dimtruck | 16:48 | |
| *** Kiall has joined #openstack-infra | 16:48 | |
| *** Kiall has quit IRC | 16:54 | |
| *** Kiall has joined #openstack-infra | 16:54 | |
| *** shashank_hegde has joined #openstack-infra | 16:57 | |
| *** Zhongjun has quit IRC | 16:58 | |
| *** abramley has quit IRC | 16:58 | |
| *** timfreund has quit IRC | 16:59 | |
| *** timfreund has joined #openstack-infra | 16:59 | |
| *** abramley has joined #openstack-infra | 17:01 | |
| *** _diana_ has joined #openstack-infra | 17:02 | |
| *** puranamr has joined #openstack-infra | 17:04 | |
| *** yamahata has quit IRC | 17:05 | |
| *** _diana_ has quit IRC | 17:08 | |
| *** samueldmq has quit IRC | 17:13 | |
| *** dimtruck is now known as zz_dimtruck | 17:14 | |
| *** r-daneel has joined #openstack-infra | 17:15 | |
| *** dims_ has joined #openstack-infra | 17:18 | |
| *** Longgeek has joined #openstack-infra | 17:19 | |
| *** dims_ has quit IRC | 17:23 | |
| *** sdake has joined #openstack-infra | 17:23 | |
| *** puranamr has quit IRC | 17:26 | |
| *** fawadkhaliq has quit IRC | 17:26 | |
| *** puranamr has joined #openstack-infra | 17:27 | |
| *** r-daneel has quit IRC | 17:27 | |
| *** sdake has quit IRC | 17:28 | |
| *** claudiub has quit IRC | 17:31 | |
| *** puranamr has quit IRC | 17:32 | |
| *** puranamr has joined #openstack-infra | 17:33 | |
| *** sdake has joined #openstack-infra | 17:35 | |
| *** jasondotstar has joined #openstack-infra | 17:36 | |
| *** puranamr has quit IRC | 17:40 | |
| *** puranamr has joined #openstack-infra | 17:41 | |
| *** sdake_ has joined #openstack-infra | 17:42 | |
| *** puranamr_ has joined #openstack-infra | 17:44 | |
| *** sdake has quit IRC | 17:45 | |
| *** puranamr has quit IRC | 17:47 | |
| *** puranamr_ has quit IRC | 17:48 | |
| *** puranamr has joined #openstack-infra | 17:48 | |
| *** puranamr_ has joined #openstack-infra | 17:52 | |
| *** puranamr has quit IRC | 17:55 | |
| *** puranamr_ has quit IRC | 18:01 | |
| *** jasondotstar has quit IRC | 18:01 | |
| *** shashank_hegde has quit IRC | 18:03 | |
| *** zz_dimtruck is now known as dimtruck | 18:03 | |
| *** yamamoto has quit IRC | 18:04 | |
| *** jasondotstar has joined #openstack-infra | 18:08 | |
| *** puranamr has joined #openstack-infra | 18:09 | |
| *** liam_ has joined #openstack-infra | 18:11 | |
| *** liam_ is now known as Guest16633 | 18:11 | |
| *** puranamr has quit IRC | 18:13 | |
| *** heyongli has quit IRC | 18:15 | |
| openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Update documentation from cookiecutter https://review.openstack.org/198504 | 18:20 |
| *** heyongli has joined #openstack-infra | 18:21 | |
| fungi | i still can't figure out why automodule in usage.txt for that ^ isn't actually including any content | 18:22 |
| fungi | comparing to what's in shade, i don't find any relevant differences | 18:23 |
| *** heyongli has quit IRC | 18:25 | |
| fungi | er, usage.rst | 18:27 |
| *** Guest16633 has quit IRC | 18:29 | |
| *** Guest16633 has joined #openstack-infra | 18:31 | |
| *** kdas_ has joined #openstack-infra | 18:32 | |
| *** Guest16633 has quit IRC | 18:33 | |
| *** jasondotstar has quit IRC | 18:34 | |
| *** kushal has quit IRC | 18:35 | |
| *** heyongli has joined #openstack-infra | 18:35 | |
| *** rossella_s has quit IRC | 18:37 | |
| *** rossella_s has joined #openstack-infra | 18:37 | |
| *** heyongli has quit IRC | 18:40 | |
| *** kdas_ has quit IRC | 18:41 | |
| *** sabeen has joined #openstack-infra | 18:45 | |
| *** Longgeek_ has joined #openstack-infra | 18:53 | |
| *** Longgeek has quit IRC | 18:54 | |
| *** heyongli has joined #openstack-infra | 18:56 | |
| *** achanda has quit IRC | 18:58 | |
| *** ParsectiX has quit IRC | 18:59 | |
| *** heyongli has quit IRC | 19:00 | |
| *** esmute__ has joined #openstack-infra | 19:01 | |
| *** dims_ has joined #openstack-infra | 19:02 | |
| *** ParsectiX has joined #openstack-infra | 19:04 | |
| *** esmute__ has quit IRC | 19:05 | |
| *** Longgeek_ has quit IRC | 19:12 | |
| *** otter768 has quit IRC | 19:12 | |
| *** otter768 has joined #openstack-infra | 19:14 | |
| *** puranamr has joined #openstack-infra | 19:14 | |
| *** dims_ has quit IRC | 19:14 | |
| *** ParsectiX has quit IRC | 19:17 | |
| *** btully has quit IRC | 19:17 | |
| *** heyongli has joined #openstack-infra | 19:18 | |
| *** puranamr has quit IRC | 19:18 | |
| *** yfried__ has joined #openstack-infra | 19:18 | |
| *** ParsectiX has joined #openstack-infra | 19:18 | |
| *** dimtruck is now known as zz_dimtruck | 19:21 | |
| *** heyongli has quit IRC | 19:22 | |
| *** otter768 has quit IRC | 19:23 | |
| *** btully has joined #openstack-infra | 19:25 | |
| *** sdake has joined #openstack-infra | 19:30 | |
| *** sdake_ has quit IRC | 19:34 | |
| *** heyongli has joined #openstack-infra | 19:36 | |
| *** geoffarnold has quit IRC | 19:41 | |
| *** yamamoto has joined #openstack-infra | 19:41 | |
| *** heyongli has quit IRC | 19:46 | |
| *** yamamoto has quit IRC | 19:47 | |
| *** nijaba_ has quit IRC | 19:51 | |
| *** heyongli has joined #openstack-infra | 19:57 | |
| *** hogepodge has quit IRC | 20:02 | |
| *** ParsectiX has quit IRC | 20:09 | |
| *** jasondotstar has joined #openstack-infra | 20:09 | |
| *** hogepodge has joined #openstack-infra | 20:11 | |
| *** heyongli has quit IRC | 20:13 | |
| *** dims_ has joined #openstack-infra | 20:14 | |
| *** changbl has joined #openstack-infra | 20:15 | |
| *** ildikov has quit IRC | 20:15 | |
| *** ParsectiX has joined #openstack-infra | 20:16 | |
| *** dims_ has quit IRC | 20:19 | |
| *** hogepodge has quit IRC | 20:19 | |
| *** ddieterly has quit IRC | 20:25 | |
| *** ildikov has joined #openstack-infra | 20:28 | |
| *** heyongli has joined #openstack-infra | 20:29 | |
| *** heyongli has quit IRC | 20:34 | |
| *** samueldmq has joined #openstack-infra | 20:40 | |
| *** heyongli has joined #openstack-infra | 20:41 | |
| *** davideagnello has joined #openstack-infra | 20:41 | |
| *** ParsectiX has quit IRC | 20:42 | |
| *** ddieterly has joined #openstack-infra | 20:42 | |
| *** heyongli has quit IRC | 20:47 | |
| *** davideagnello has quit IRC | 20:50 | |
| *** sdake has quit IRC | 20:51 | |
| openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Take parameter order from yaml in trigger_parameterized_builds https://review.openstack.org/193660 | 20:52 |
| *** heyongli has joined #openstack-infra | 20:54 | |
| *** davideagnello has joined #openstack-infra | 20:56 | |
| *** heyongli has quit IRC | 20:59 | |
| *** puranamr has joined #openstack-infra | 21:00 | |
| *** heyongli has joined #openstack-infra | 21:01 | |
| *** puranamr_ has joined #openstack-infra | 21:06 | |
| *** puranamr has quit IRC | 21:07 | |
| *** hogepodge has joined #openstack-infra | 21:09 | |
| *** boris-42 has joined #openstack-infra | 21:10 | |
| *** jamespage__ has joined #openstack-infra | 21:10 | |
| *** heyongli has quit IRC | 21:10 | |
| *** jasondotstar has quit IRC | 21:11 | |
| *** jamespage_ has quit IRC | 21:13 | |
| *** puranamr_ has quit IRC | 21:13 | |
| *** heyongli has joined #openstack-infra | 21:14 | |
| *** ildikov has quit IRC | 21:17 | |
| *** jamespage__ has quit IRC | 21:20 | |
| *** heyongli has quit IRC | 21:20 | |
| *** jasondotstar has joined #openstack-infra | 21:21 | |
| *** heyongli has joined #openstack-infra | 21:23 | |
| *** rbrooker has quit IRC | 21:23 | |
| *** otter768 has joined #openstack-infra | 21:24 | |
| *** jasondotstar has quit IRC | 21:26 | |
| *** heyongli has quit IRC | 21:27 | |
| *** otter768 has quit IRC | 21:29 | |
| *** heyongli has joined #openstack-infra | 21:30 | |
| *** ildikov has joined #openstack-infra | 21:32 | |
| *** sdake has joined #openstack-infra | 21:35 | |
| *** heyongli has quit IRC | 21:37 | |
| *** heyongli has joined #openstack-infra | 21:40 | |
| *** heyongli has quit IRC | 21:44 | |
| *** btully has quit IRC | 21:54 | |
| *** heyongli has joined #openstack-infra | 21:58 | |
| *** dmellado has quit IRC | 22:03 | |
| *** dmellado has joined #openstack-infra | 22:04 | |
| *** mdbooth has quit IRC | 22:05 | |
| *** ddieterly has quit IRC | 22:12 | |
| *** dims_ has joined #openstack-infra | 22:16 | |
| *** ddieterly has joined #openstack-infra | 22:18 | |
| *** btully has joined #openstack-infra | 22:20 | |
| *** dims_ has quit IRC | 22:21 | |
| *** btully has quit IRC | 22:22 | |
| *** heyongli has quit IRC | 22:24 | |
| *** sdake has quit IRC | 22:27 | |
| *** heyongli has joined #openstack-infra | 22:31 | |
| *** baoli has joined #openstack-infra | 22:35 | |
| *** heyongli has quit IRC | 22:38 | |
| *** heyongli has joined #openstack-infra | 22:39 | |
| *** sdake has joined #openstack-infra | 22:46 | |
| *** heyongli has quit IRC | 22:50 | |
| *** heyongli has joined #openstack-infra | 22:52 | |
| *** ddieterly has quit IRC | 22:55 | |
| *** heyongli has quit IRC | 22:56 | |
| *** msuriar has quit IRC | 23:01 | |
| *** baoli has quit IRC | 23:01 | |
| *** msuriar has joined #openstack-infra | 23:01 | |
| *** heyongli has joined #openstack-infra | 23:05 | |
| *** rcarrillocruz has quit IRC | 23:06 | |
| *** baoli has joined #openstack-infra | 23:07 | |
| *** ricky1 has joined #openstack-infra | 23:11 | |
| *** heyongli has quit IRC | 23:15 | |
| *** heyongli has joined #openstack-infra | 23:17 | |
| *** dguerri is now known as dguerri` | 23:21 | |
| *** dguerri` is now known as dguerri | 23:22 | |
| *** dguerri is now known as dguerri` | 23:22 | |
| *** otter768 has joined #openstack-infra | 23:25 | |
| *** otter768 has quit IRC | 23:30 | |
| *** dims_ has joined #openstack-infra | 23:33 | |
| *** heyongli has quit IRC | 23:34 | |
| *** heyongli has joined #openstack-infra | 23:37 | |
| *** heyongli has quit IRC | 23:42 | |
| *** heyongli has joined #openstack-infra | 23:44 | |
| *** sdake_ has joined #openstack-infra | 23:46 | |
| *** heyongli has quit IRC | 23:48 | |
| *** sdake has quit IRC | 23:49 | |
| *** heyongli has joined #openstack-infra | 23:51 | |
| *** heyongli has quit IRC | 23:57 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!