*** fernandod has quit IRC | 01:38 | |
*** fernandod has joined #automotive | 01:38 | |
Walkerdine | Ugh my jetson is giving me issues | 01:43 |
---|---|---|
*** fernandod has quit IRC | 02:43 | |
*** fernandod has joined #automotive | 02:44 | |
myself | what sort? | 03:50 |
myself | I tore my hair out with the GPIO example before realizing that pin 56 is output-only, and inputs worked perfectly as soon as I switched pins. This afternoon's adventure was figuring out which /dev/ttyWTF entry corresponds to which UART on the physical thing | 03:51 |
Walkerdine | I cant get my sata drive to work on it | 04:31 |
myself | ooh, that's one I haven't tried yet. | 05:05 |
Walkerdine | Its been a hassle | 05:14 |
Walkerdine | I've been stuck for a while | 05:14 |
*** toscalix__ has joined #automotive | 08:01 | |
*** toscalix__ is now known as toscalix | 08:02 | |
*** jacobo has joined #automotive | 08:03 | |
*** jonathanmaw has joined #automotive | 08:12 | |
*** wschaller has joined #automotive | 09:19 | |
CTtpollard | any objections on setting the genivi-demo-platform HEAD to the qemu branch? | 09:48 |
*** apinheiro has joined #automotive | 10:19 | |
CTtpollard | jeremiah: do you know what git server software genivi is using? I'm looking into setting the head but it looks like it will need configuring server side | 10:53 |
CTtpollard | ahh gitolite | 11:09 |
CTtpollard | looks like I don't have enough privileges to use set-head going off my command list, or it is not enabled on the install | 11:14 |
*** wschaller has quit IRC | 11:19 | |
*** jacobo has quit IRC | 12:38 | |
*** wschaller has joined #automotive | 12:43 | |
*** wschaller has quit IRC | 13:04 | |
*** wschaller has joined #automotive | 13:19 | |
*** gunnarx has joined #automotive | 13:22 | |
*** waltminer has joined #automotive | 13:23 | |
gunnarx | CTtpollard: No objections from me, wrt HEAD=qemu | 13:24 |
gunnarx | yeah, I think you may have to log into the git server to set the ref. I think jeremiah could do it. | 13:25 |
CTtpollard | I can ssh in, but looks like I don't have enough cow powers for setting heads | 13:26 |
gunnarx | I see. ssh user is something like "git" then? | 13:28 |
gunnarx | do you get shell access or not? | 13:28 |
CTtpollard | ssh git-genivi@git.projects.genivi.org | 13:29 |
CTtpollard | shows if it knows your key and what permissions you have | 13:29 |
gunnarx | ah yes, and that puts you in some restricted shell implemented by gitolite right? | 13:30 |
CTtpollard | yup, help shows a few commands, but set-head is a fatal unknown, it is documented though | 13:30 |
gunnarx | it doesn't know me, I have no commit access to any repo | 13:30 |
CTtpollard | I want to do something like ssh git-genivi@git.projects.genivi.org set-head genivi-demo-platform refs/heads/qemux86-64 | 13:31 |
gunnarx | jeremiah: Are you there? | 13:31 |
gunnarx | set-head, is that some documented gitolite command? I did not see it in the manual. | 13:33 |
CTtpollard | it's generic git functionality, I'm pretty certain it's in gitolite | 13:34 |
gunnarx | it's not a git command, afaik | 13:34 |
CTtpollard | http://git-scm.com/docs/git-remote | 13:35 |
gunnarx | oh, git remote set-head | 13:37 |
gunnarx | that makes a local modification only is my guess | 13:37 |
CTtpollard | yup | 13:38 |
gunnarx | yes it modifies refs/remotes/whatever | 13:38 |
CTtpollard | there is/was a set-head script in gitolite | 13:38 |
gunnarx | what you need is to modify refs on the other repo, not refs/remotes in your own, if I'm not totally dreaming | 13:38 |
CTtpollard | I might be outdated though | 13:38 |
CTtpollard | yeh, ssh to the remote as the git user should allow you afaik | 13:39 |
CTtpollard | I would presume i'm not an elevated admin user though | 13:39 |
gunnarx | yeah, I could imagine gitolite provides it. github has something similar, and so on. But it's not git remote set-head as far as I can tell. | 13:39 |
gunnarx | I bet jeremiah can log in with a real shell account and do it. | 13:40 |
CTtpollard | ssh git-genivi@git.projects.genivi.org set-head genivi-demo-platform refs/heads/qemux86-64 | 13:40 |
CTtpollard | :) | 13:40 |
gunnarx | does it work? | 13:40 |
CTtpollard | nope | 13:40 |
gunnarx | lol | 13:40 |
CTtpollard | I only have 4 commands available | 13:40 |
gunnarx | why do you keep repeating it then? :) | 13:41 |
CTtpollard | to show I'm not trying to do a local remote head change :P | 13:41 |
gunnarx | ah | 13:41 |
CTtpollard | desc help info perms writable are my only remote commands I have access to | 13:41 |
gunnarx | got it | 13:42 |
gunnarx | https://www.kernel.org/pub/software/scm/git/docs/git-symbolic-ref.html#_description | 13:44 |
gunnarx | jeremiah: Can you enable set-head for CTtpollard inside gitolite (if such a command exists but I didn't find it in gitolite manual...) | 13:45 |
CTtpollard | yeh, I think set-head has superseeded symbolic-ref, but again only applies locally | 13:46 |
gunnarx | jeremiah: Can you log in, cd to genivi-demo-platform and run: $ git symbolic-ref HEAD refs/heads/qemux86-64 | 13:46 |
gunnarx | that should do it I think | 13:46 |
gunnarx | jeremiah: Before you do it http://git.projects.genivi.org/?p=genivi-demo-platform.git;a=tree is a 404. After it should not be, if successful. | 13:47 |
CTtpollard | also, can clone without needing to specify branch | 13:47 |
gunnarx | yup. I'm not yet convinced if that's a feature | 13:48 |
gunnarx | after all, it's good if people actively select a branch | 13:48 |
gunnarx | but it throws some people off... | 13:48 |
CTtpollard | functionality wise, it's not a feature, but a random user could find the repo, try to clone without reading wiki / gitweb and get the error, which could lead them to presume the repo is dead / broken | 13:48 |
CTtpollard | at-least this way they'll be able to get to the readme | 13:49 |
gunnarx | yeah. A fun alternative is to have the default branch only contain a README telling the user to actually checkout a branch. | 13:49 |
CTtpollard | could do | 13:49 |
CTtpollard | I wouldn't oppose it | 13:49 |
gunnarx | it's details. We said we'd use qemu as main branch, works for me | 13:50 |
CTtpollard | yup | 13:51 |
CTtpollard | was last night burger night? | 13:51 |
gunnarx | nope, I got a home cooked meal :) | 13:51 |
rjek | Last night was spicy pork scratchings night. For me, at least. | 13:51 |
gunnarx | not cooked by me that is | 13:51 |
gunnarx | oh right, I had a burger before that. I forgot. | 13:53 |
CTtpollard | :) | 14:05 |
*** waltminer has quit IRC | 14:22 | |
*** gunnarx has quit IRC | 14:31 | |
*** waltminer has joined #automotive | 14:32 | |
*** fredcadete has joined #automotive | 14:36 | |
*** jlrmagnus has joined #automotive | 15:06 | |
jlrmagnus | Morning | 15:06 |
fredcadete | evening | 15:07 |
CTtpollard | evening indeed | 15:07 |
rjek | Late afternoon greetings. | 15:10 |
jlrmagnus | Who is going to next week's AGL AMM? | 15:37 |
fredcadete | not me unfortunately | 15:46 |
paulsherwood | i am | 15:46 |
paulsherwood | jlrmagnus: will there be lots of jlr folks there? | 15:46 |
fredcadete | I'll be at the dublin linuxcon though, I guess I'll see some autolurkers over there | 15:47 |
fredcadete | that's it for today, have a nice weekend | 15:47 |
*** fredcadete has quit IRC | 15:47 | |
waltminer | jlrmagnus : I will be at the AMM | 15:48 |
waltminer | last time I looked there were five from JLR signed up | 15:49 |
jlrmagnus | Rudi. Anson Fan (from my team). Aaron Eiche. John Liehmann. Paul Wheller. | 15:51 |
jonathanmaw | I'll be at the AMM | 15:59 |
jonathanmaw | taking over James Thomas' talk about cgroups | 15:59 |
* paulsherwood will be in the area on the monday, if any folks are interested in socialising | 16:03 | |
jlrmagnus | I guess Pete Popov will show up as well, since he lives in the area. | 16:07 |
jlrmagnus | Rudi will present a few new projects on our behalf. | 16:08 |
CTtpollard | is anything being streamed / recorded? | 16:08 |
jlrmagnus | Don't know. waltminer? | 16:12 |
waltminer | Not sure. I can check with Dan | 16:13 |
waltminer | Popov is registered as Konsulko | 16:14 |
jlrmagnus | Yes. I know. | 16:14 |
waltminer | I will arrive later on Monday, land in San Jose at 8:30 pm | 16:15 |
*** CTtpollard has quit IRC | 16:25 | |
*** jonathanmaw has quit IRC | 16:25 | |
*** mpaolino has joined #automotive | 16:33 | |
*** waltminer has quit IRC | 16:34 | |
*** waltminer has joined #automotive | 16:42 | |
*** wschaller has quit IRC | 17:02 | |
*** toscalix has quit IRC | 17:05 | |
*** waltminer has quit IRC | 17:13 | |
*** mpaolino has quit IRC | 17:19 | |
*** mdunford has quit IRC | 17:25 | |
*** AlisonChaiken has quit IRC | 17:38 | |
*** waltminer has joined #automotive | 17:49 | |
*** AlisonChaiken has joined #automotive | 17:53 | |
*** apinheiro has quit IRC | 18:17 | |
*** waltminer has quit IRC | 19:35 | |
*** waltminer has joined #automotive | 19:49 | |
*** joone1 has joined #automotive | 20:14 | |
*** joone has quit IRC | 20:16 | |
*** waltminer has quit IRC | 20:20 | |
*** waltminer has joined #automotive | 20:21 | |
*** fernandod has quit IRC | 20:39 | |
*** fernandod has joined #automotive | 20:39 | |
*** jlrmagnus has quit IRC | 21:03 | |
waltminer | paulsherwood : it looks like the Baserock irc log site is down | 21:06 |
*** jlrmagnus has joined #automotive | 21:19 | |
*** jlrmagnus has quit IRC | 21:36 | |
*** jlrmagnus has joined #automotive | 21:48 | |
jmacs | The urls in the topic are working for me at the moment | 22:12 |
waltminer | thx jmacs They are working again for me | 22:13 |
*** Egy has joined #automotive | 22:47 | |
*** waltminer has quit IRC | 22:56 | |
*** Egy has quit IRC | 23:02 | |
*** jlrmagnus has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!