/srv/irclogs.ubuntu.com/2015/01/12/#juju.txt

=== kadams54 is now known as kadams54-away
stubTheFezzer: I'm currently using webup8's Oracle JVM packages, but still need to run the approach past legal. If legal disagrees, I'm stuck with requiring users to provide the tarball.05:44
stubTheFezzer: Look for jvm in https://bazaar.launchpad.net/~stub/charms/trusty/cassandra/spike/view/head:/hooks/helpers.py05:45
stubTheFezzer: It is also an example of supporting proprietary software, since the DataStax edition of Cassandra can be used.05:46
TheFezzerI think that if I require the user to actively flip the config flag, we’re good. Otherwise… wait a minute. Is there a single developer alive who hasn’t yet signed the Oracle EULA at some point or another?05:46
TheFezzerit’s free to try, and we’re not even stuffy about licenses.05:47
TheFezzerWe give it to ASF for free, even. ;)05:47
stubTheFezzer: Well... it is probably a statistically insignificant number, so statistically it is 100%. So yes, everyone has signed the license even if they haven't :)05:47
stubThe most annoying part is testing05:48
TheFezzerthe particular product I’m working on today is okay with open-jdk so pshaw. ;)05:48
stubHow can an automated test runner accept a license agreement?05:48
TheFezzerI’m making my first Python charm, and wow the features.05:48
TheFezzerIt seems like someone was saying earlier that IBM was okay with someone flipping a config flag and that released the charm to do it?05:49
TheFezzerwebsphere-liberty05:49
TheFezzerbut one would presume that Amulet would be empowered to flip a flag05:49
stubI imagine, as the author of the test and person who installed it into the test runner, I would be the person who accepted the license. If I lived in a jurisdiction where it had any effect, which I don't.05:50
stubWhich is why I punt it to legal later, since I'm not the person who would get sued :)05:51
stubBut yeah, websphere should have already jumped any hurdles. I'll have a look myself later.05:51
TheFezzer:D05:52
catbus11why the icon bounces back to where it was in the juju gui canvas? Why doesn't it stay where I dragged it to?07:03
catbus11I can't see all the icons without moving the canvas left or right. It's been zoomed out to the max.07:18
gnuoyjamespage, do you have anytime to take a look at https://code.launchpad.net/~gnuoy/charm-helpers/nrpe-service-functions/+merge/246104 ?10:13
jamespagegnuoy, +110:18
jamespagegnuoy, https://code.launchpad.net/~james-page/charm-helpers/kilo-enable/+merge/24587010:18
jamespageif you have time please10:18
gnuoyjamespage, +110:24
gnuoyjamespage, I'll merge yours while I'm at it10:28
jamespagegnuoy, thanks10:28
jamespagegnuoy, are you going todo a general charm helper sync post that?10:28
gnuoyjamespage, I am as part of this nrpe work10:29
jamespagegnuoy, awesome - I won't bother then10:29
gnuoykk10:29
gnuoyjamespage, a small mp if you have a moment https://code.launchpad.net/~gnuoy/charm-helpers/add-nrpe-gethostname/+merge/24611011:14
gnuoyjamespage, dosaboy, coreycb I have a bunch of mps based on bradm s work to add nrpe. Most of the logic has landed in charmhelpers so mostly it's a charmsync plus a bit. There are a few of them but any reviews greatly appreciated https://pastebin.canonical.com/123178/14:12
jamespagegnuoy, as they are re-syncs + tweaks to the nrpe stuff in the charms, I'm happy to give a conditional +1 across the board based on osci checking things out OK14:17
gnuoyjamespage, I'll take that! thanks14:17
=== roadmr is now known as roadmr_afk
jamespagegnuoy, have those syncs for nrpe landed yet? going to start testing kilo support tomorrow16:10
gnuoyjamespage, osci is still working through. But on the subject of those mps, does your +1 stand for branches with no amulet tests?16:13
jamespagegnuoy, yes16:13
gnuoyta16:13
=== roadmr_afk is now known as roadmr
=== kadams54 is now known as kadams54-away
gnuoy jamespage those mps are merged with the exception of cinder. The amulet tests are failing atm. I don't think it's related but I'm checking.17:53
=== urulama__ is now known as urulama
=== urulama is now known as urulama__
=== roadmr is now known as roadmr_afk
=== kadams54-away is now known as kadams54
beisnerlazyPower, around?21:27
=== roadmr_afk is now known as roadmr
=== kadams54 is now known as kadams54-away
lazyPowerbeisner: in a pairing session, replies may be latent. whats happening?21:42
beisnerhi lazyPower nothing urgent.  just want to pick your brain a bit some time re: bundletester - i've gotten onto another track as well, will holler another time.21:43
=== kadams54-away is now known as kadams54
lazyPowerbeisner: sounds good - ping me whenever and i'll be happy to respond with what i know21:43
joseguys, would you say advertisement is allowed in a charm's readme? found something that looks like it.22:18
sarnoldtastefully on-topic might be alright..22:21
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
noise][hi, I'm just getting started w/mojo and trying to figure out how to make mojo run work w/locally modified a spec, but it seems to be pulling from the latest commit even when I specify my spec_url as a local file path22:29
skaynoise][: is your local file path a local bzr repo?22:32
skaynoise][: I have been using a local bzr repo successfully22:32
noise][skay: it's a bzr repo, yes22:32
skaynoise][: have you committed the changes you wnat it to run?22:33
skayif yes and yes, then I am out of suggestions22:33
noise][no, uncommitted22:33
skayI am very new myself22:33
skayoh, okay. commit them and then run22:33
noise][:( , kinda tedious for each change and going to make for a long commit history22:34
skay:( yeah22:34
noise][skay: well thx for the tip in any case22:35
skaythere is probably something I'm missing, and hopefully you'll get a reply with a proper response22:35
skaymeanwhile this maybe be a workaround22:35
roadmrnoise][, skay : since mojo uses bzr to fetch (think: branch) the spec from the target repo, it will pull only committed changes. Yes, it would make for a somewhat longish history but that's how bzr works anyway22:38
noise][roadmr: ok, an unpleasant debug cycle,. but i'll press ahead22:38
skayroadmr: the history drives me crazy :)22:38
roadmrnoise][: you could always work until you have amassed a good set of changes, then bzr uncommit until you have a blob you like, and recommit everything in a single commit. Not as powerful as git history manipulation but could do the trick22:39
skayroadmr: I admit I sometimes play around with a completely local repo until I've flogged something to death THEN I go commit it to the real place22:39
noise][roadmr: my kingdom for git rebase :)22:40
roadmrnoise][: ah, if you test, then flip something minor then test again, you could bzr uncommit, do the tweak, then bzr commit again. That will keep your history from growing too much. Only problem is, if you want to change something you committed N revisions ago (N > 1) it will be more painful22:40
skaynoise][: did anyone tell you about git-lp? sometimes I use it22:40
skayit won't help with this though22:40
roadmrskay: yea, that'd be the other option (using a scratch bzr repo)22:40
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
skaynoise][: where did you learn about mojo?22:44
skayI only recently started using it22:44
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!