=== harlowja is now known as harlowja_away | ||
harmw | RaginBajin: ping | 12:20 |
---|---|---|
RaginBajin | harmw pong | 12:24 |
harmw | I've got something for you to try :) | 12:25 |
harmw | fbsd 10 packages | 12:25 |
RaginBajin | oh cool | 12:25 |
harmw | http://buildservice.weites.com/freebsd/ | 12:25 |
harmw | the 2 json packages are enroute to the official ports tree | 12:25 |
harmw | I'm waiting with my submission of py27-cloud-init until I have some verified results it realy does work :p | 12:26 |
harmw | it based on my branch btw, so smoser will need to merge that + version kick it first before I can submit the port | 12:27 |
RaginBajin | Gotcha. | 12:29 |
harmw | just let me know if this is ready and usefull - I'm eager to get this thing in the ports repo :) | 12:42 |
RaginBajin | Ok. So I think I have the ConfigDrive all working and not mucked with specific to Fbsd | 12:53 |
RaginBajin | What do you think the best way to share it with you is | 12:53 |
harmw | ah ofcourse | 12:57 |
harmw | pastebin is ok.. | 12:57 |
harmw | which code is it based on, trunk? | 12:57 |
harmw | in that case just branch it and push to LP | 12:57 |
harmw | you only have configdrive stuff right? | 12:58 |
harmw | (as in, let's get that in as well before merging with trunk) | 12:59 |
RaginBajin | ok. I'm going to put it on my github so you can see it first. Make some suggestions for me and then I can do the LP stuff. | 13:01 |
harmw | can't we just skip github :p | 13:01 |
harmw | (but np, go ahead) | 13:01 |
RaginBajin | I'm not very familiar with LP. So it was easier that way | 13:02 |
harmw | ah, Joseph :) | 13:03 |
RaginBajin | So here's the Github of just my changes. - https://github.com/RaginBajin/cloud-init/tree/freebsd-configdrive | 13:07 |
RaginBajin | two files, utils.py and sources/DataSourceConfigDrive.py | 13:08 |
RaginBajin | Let me see if I can figure out this LP stuff | 13:08 |
nvucinic | hi guys, i managed to get NoCloud working | 13:09 |
harmw | perhaps you could explain as to why you introduced the lazy/non-lazy bool RaginBajin | 13:10 |
harmw | great nvucinic :) | 13:10 |
RaginBajin | harmw: You mean as a comment? | 13:10 |
harmw | yea, perhaps, I think that would be best | 13:11 |
RaginBajin | gotcha | 13:15 |
harmw | RaginBajin: you've mentioned something last week about a hosts template? | 13:32 |
RaginBajin | yeah. I didn't include it in this one | 13:34 |
harmw | if you have a fix, let's see if we can included it as well | 13:34 |
RaginBajin | but it's a simple fix, just copy a template file to have freebsd instead of say debian | 13:34 |
RaginBajin | Ok. | 13:34 |
RaginBajin | Let me work on that. | 13:34 |
RaginBajin | Do you have a link to that maybe walks through committing to LP using bzr? | 13:35 |
harmw | no not realy, LP tells you how to branch and push after you've done local commits | 13:36 |
harmw | just need a launchpad login | 13:36 |
harmw | bzr who-am-i | 13:36 |
harmw | bzr launchpad-login | 13:36 |
harmw | bzr <the checkout cmd> | 13:37 |
harmw | <do stuff> | 13:37 |
harmw | bzr diff | 13:37 |
harmw | bzr commit | 13:37 |
harmw | <do more stuff> | 13:37 |
harmw | bzr diff | 13:37 |
harmw | bzr commit | 13:37 |
harmw | and when you're ready to push, just bzr push :) | 13:37 |
RaginBajin | cool. | 13:37 |
smoser | harmw, i will review your freebsd this week, i promise. | 13:42 |
harmw | smoser: great :) | 14:04 |
johnca|home | http://cloudinit.readthedocs.org/en/latest/topics/modules.html was this section always blank? | 15:18 |
johnca|home | Where can I get information on the different things you can do with cloudinit (files command, package, etc) | 15:18 |
RaginBajin | harmw or smoser I got my stuff uploaded to LP but I don't think I did it right.. https://code.launchpad.net/~josephbajin/cloud-init/freebsd-configdrive | 15:18 |
RaginBajin | can one of you guys take a look when you have time | 15:18 |
smoser | RaginBajin, sure. | 15:19 |
RaginBajin | smoser: I did follow the readthedocs info on "hacking on cloud-init". Just seems weird that I have all the other commits. | 15:21 |
smoser | all other commits ? | 15:23 |
smoser | oh. i see. RaginBajin . bzr really just has a saner merge story than git does. | 15:23 |
smoser | so i'll review your proposal | 15:23 |
smoser | and then merge into trunk | 15:24 |
smoser | and put a merge commit message on the merge. | 15:24 |
smoser | ie, that ocmmit message is the one that you'd submit in a git workflow (as you keep 'squash'ing your commits) | 15:24 |
smoser | RaginBajin, | 15:25 |
smoser | https://code.launchpad.net/~josephbajin/cloud-init/freebsd-configdrive/+merge/231214 | 15:25 |
smoser | put a commit message on that. | 15:25 |
smoser | (and if you can't, i'll delete it and *you* can propose merge and do so) | 15:25 |
RaginBajin | Ok. I think I understand. I was just looking at harmw repo and saw just a few messages vs mine which had mine and yours and everyone elses. | 15:25 |
RaginBajin | ok let me try | 15:26 |
RaginBajin | Is there any special way that you do commit messages? | 15:30 |
RaginBajin | nevermind. I added a commit message. I went back and forth in another project on the specifics of a commit message. I think it matches others. | 15:33 |
=== harlowja_away is now known as harlowja | ||
=== harlowja is now known as harlowja_away | ||
smoser | RaginBajin, well, i like the git format | 18:01 |
smoser | < 74 chars of one line summary | 18:01 |
smoser | then newline | 18:02 |
smoser | then longer message | 18:02 |
RaginBajin | smoser If you need me to redo the commit just let me know. | 18:25 |
=== harlowja_away is now known as harlowja | ||
smoser | just change the commit message in the merge proposal | 18:26 |
smoser | that make sense ? | 18:27 |
harlowja | smoser any idea who's running https://github.com/number5/cloud-init ? | 18:30 |
smoser | number 5 | 18:32 |
harlowja | lol | 18:32 |
harlowja | ya, durn, nm | 18:33 |
smoser | i dont know though. | 18:34 |
harlowja | np, guess we should move to github to ;) | 18:36 |
RaginBajin | smoser: Ok I fixed the commit message. Should look closer to git's way | 18:39 |
=== zz_gondoi is now known as gondoi | ||
harmw | hehe, you guys noticed this: http://svnweb.freebsd.org/ports?view=revision&revision=365329 | 19:42 |
harlowja | cool | 19:43 |
harmw | the othr one is 'in' as well | 19:43 |
harlowja | nice | 19:45 |
=== gondoi is now known as zz_gondoi |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!