*** gtristan has joined #baserock | 04:15 | |
*** toscalix has joined #baserock | 07:25 | |
*** rdale has joined #baserock | 07:42 | |
*** ctbruce has joined #baserock | 08:02 | |
*** CTtpollard has joined #baserock | 08:06 | |
*** paulwaters_ has joined #baserock | 08:15 | |
*** franred has joined #baserock | 08:23 | |
pedroalvarez | cphang: this was merged already, but it isn't valid JSON https://gerrit.baserock.org/#/c/2307/1/open-source-lorries/freertos.lorry | 08:45 |
---|---|---|
pedroalvarez | could you please fix it? | 08:45 |
paulsherwood | eek. | 08:45 |
* paulsherwood slaps himself | 08:45 | |
pedroalvarez | I didn't see it either | 08:45 |
pedroalvarez | we are not machines | 08:45 |
paulsherwood | ack | 08:46 |
pedroalvarez | and we love yaml | 08:46 |
paulsherwood | yes, lorries as yaml would be a clear win | 08:46 |
cphang | Apologies pedroalvarez paulsherwood , I'll fix this asap. | 08:46 |
paulsherwood | tvm | 08:47 |
pedroalvarez | I'm actually not convinced about the layout either | 08:55 |
pedroalvarez | and it looks broken to me | 08:56 |
pedroalvarez | it's going to get trunk from http://svn.code.sf.net/p/freertos/code/trunk/trunk/FreeRTOS | 08:57 |
pedroalvarez | branches from http://svn.code.sf.net/p/freertos/code/trunk/branches | 08:57 |
cphang | pedroalvarez, my mistake is the extra trunk I put it at the top, if I remove that, it should work | 08:59 |
pedroalvarez | but | 09:00 |
pedroalvarez | I feel like if branches are "branches/*" then trunk should be "trunk", and not "trunk/FreeRTOS" | 09:01 |
*** tiagogomes has joined #baserock | 09:03 | |
pedroalvarez | not sure if anybody else see my point | 09:04 |
cphang | pedroalvarez, sure, the issue is that branches is empty, but in trunk, it's an 'inverted' layout where it's trunk/project/source | 09:06 |
cphang | which was why I didn't use the standard layout. | 09:06 |
pedroalvarez | yes, but then tags are not goint to be consistent | 09:07 |
pedroalvarez | (they are not empty, branches are) | 09:07 |
pedroalvarez | tag contents will have: http://svn.code.sf.net/p/freertos/code/tags/V9.0.0rc2/ | 09:07 |
pedroalvarez | I'm not sure we can do tags: "tags/*/FreeRTOS | 09:08 |
pedroalvarez | " | 09:08 |
pedroalvarez | which would make it consistent | 09:08 |
*** locallycompact has joined #baserock | 09:09 | |
cphang | yeh , helpfujlly the structure within tags isn't consistent, early tags have a flat structure containing the /Source folder, later tags replicate the trunk | 09:12 |
pedroalvarez | I believe early tags have the same structure as early trunk | 09:23 |
pedroalvarez | so, they are consistent with trunk | 09:23 |
cphang | Okay, so to summarise, I should use the standard structure then? | 09:27 |
cphang | if trunk: trunk, branches: branches/* and tags: tags/*? | 09:28 |
pedroalvarez | *I* think that's the right thing to do | 09:28 |
* paulsherwood too | 09:28 | |
pedroalvarez | cphang: yes, stadard is exactly that | 09:29 |
cphang | I'll push it to gerrit then. Thanks | 09:29 |
pedroalvarez | thanks :) | 09:29 |
*** lachlanmackenzie has joined #baserock | 09:36 | |
cphang | https://gerrit.baserock.org/#/c/2308/, I've run lorry on it, so should be valid JSON. | 09:46 |
*** juergbi has quit IRC | 09:46 | |
*** toscalix has quit IRC | 09:52 | |
*** juergbi has joined #baserock | 09:59 | |
gtristan | How come the metadata for glibc for example, lists the glibc-libs components 3 times ? | 10:04 |
*** franred has quit IRC | 10:37 | |
*** franred has joined #baserock | 10:38 | |
*** leeming has quit IRC | 11:10 | |
*** franred has quit IRC | 11:37 | |
*** leeming has joined #baserock | 12:02 | |
*** franred has joined #baserock | 12:13 | |
*** toscalix has joined #baserock | 12:18 | |
*** gtristan has quit IRC | 12:34 | |
tiagogomes | Does someone fancy having a look at https://github.com/CodethinkLabs/sandboxlib/pull/24 | 12:34 |
*** toscalix has quit IRC | 12:36 | |
leeming | tiagogomes, im just looking at it right now. Got an issue with py35 option in the tox conf, but might be my setup | 13:12 |
tiagogomes | leeming what's the issue? | 13:13 |
leeming | tox is failing to even run with that option, instead of just not running the test for that specific option | 13:15 |
paulsherwood | cphang: does the resulting git repo (after running lorry) include what you would expect? | 13:15 |
tiagogomes | leeming I am not following. Can you paste the error? | 13:16 |
leeming | [14:10] ct-lt-569:~/baserock/sandboxlib $ tox | 13:17 |
leeming | ERROR: unknown environment 'py35' | 13:17 |
tiagogomes | meh, I take by that you have an older version of tox | 13:18 |
leeming | clearly :) | 13:19 |
leeming | like i said, likely to be my setup | 13:19 |
tiagogomes | That's very annoying. I don't know which should be the default. On my distro, I have python3.5 installed, so if I don't add py35 to that file I will not be able to test the changes against python3 | 13:20 |
leeming | what version of tox are you on? | 13:21 |
tiagogomes | leeming, 2.3.1 | 13:22 |
leeming | hmm.. pip doesn't seem to be upgrading tox for me | 13:22 |
leeming | it installed it, but not updated the tox command :P | 13:23 |
tiagogomes | leeming I will just revert that commit. We can add py35 when there is a Debian release with Python 3.5 | 13:27 |
leeming | oh no, i just think i have a broken install | 13:28 |
leeming | using pip/easy_install | 13:28 |
leeming | mayb | 13:28 |
leeming | ahhh, yes, current stable deb is 1.8, unstable is 2.3.1 | 13:30 |
leeming | i will just make sure the right one is installed... perhaps a note just to point this out in the readme/hacking | 13:30 |
cphang | paulsherwood, I haven't seen the complete results of the repo yet, just that the tags were collected and it was pointing to valid locations. I will test this though. | 13:31 |
leeming | tiagogomes, apart from that, it all seems good | 13:34 |
pedroalvarez | cphang: just in case you missed it: http://git.baserock.org/cgit/delta/freertos.git/ | 13:35 |
paulsherwood | looks good :) | 13:36 |
cphang | pedroalvarez, I did miss that, it looks good to me too, esp trees for older and newer versions are as they should be. | 13:37 |
cphang | Thanks for the heads-up pedroalvarez :) | 13:40 |
paulsherwood | thanks for merging also, pedroalvarez | 13:42 |
pedroalvarez | no worries ;) | 13:47 |
pedroalvarez | I monitored a bit the lorrying process and I think I found a bit where it's not very efficient | 13:48 |
pedroalvarez | after `git svn fetch` finished (the heviest bit of lorrying svn) it started to send the logs to the lorry-controller-webapp server. Taking a lot of time | 13:49 |
pedroalvarez | I think sending the logs was even slower than lorrying | 13:50 |
paulsherwood | oh! | 13:53 |
* locallycompact discovered this over the weekend https://github.com/blajzer/dib | 13:58 | |
*** lachlanmackenzie has quit IRC | 15:09 | |
*** lachlanmackenzie has joined #baserock | 15:16 | |
*** lachlanmackenzie has quit IRC | 15:27 | |
*** lachlanmackenzie has joined #baserock | 15:28 | |
*** gtristan has joined #baserock | 15:42 | |
*** franred has quit IRC | 16:50 | |
*** ctbruce has quit IRC | 16:51 | |
*** ctbruce has joined #baserock | 16:52 | |
*** ctbruce has quit IRC | 16:56 | |
*** locallycompact has quit IRC | 17:23 | |
*** toscalix has joined #baserock | 17:27 | |
*** toscalix has quit IRC | 17:35 | |
*** toscalix has joined #baserock | 17:37 | |
*** toscalix has quit IRC | 17:49 | |
*** toscalix has joined #baserock | 17:51 | |
*** toscalix has quit IRC | 17:59 | |
*** toscalix has joined #baserock | 18:11 | |
*** toscalix has quit IRC | 18:13 | |
*** toscalix has joined #baserock | 18:15 | |
*** toscalix has quit IRC | 18:21 | |
*** toscalix has joined #baserock | 18:25 | |
*** toscalix has quit IRC | 18:31 | |
*** toscalix has joined #baserock | 18:33 | |
*** toscalix has quit IRC | 18:37 | |
*** toscalix has joined #baserock | 18:39 | |
*** toscalix has quit IRC | 18:43 | |
*** toscalix has joined #baserock | 18:44 | |
*** toscalix_ has joined #baserock | 18:47 | |
*** toscalix has quit IRC | 18:48 | |
*** toscalix_ has quit IRC | 18:53 | |
*** rdale has quit IRC | 18:57 | |
*** gtristan has quit IRC | 20:00 | |
*** franred has joined #baserock | 21:42 | |
*** franred has quit IRC | 21:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!