IRC log for #koha, 2012-05-06

All times shown according to UTC.

Time S Nick Message
00:22 Irma joined #koha
00:30 Soupermanito joined #koha
05:11 bag @wunder 93109
05:11 huginn bag: The current temperature in K6LCM-Westside/Mesa, Santa Barbara, California is 15.6°C (10:09 PM PDT on May 05, 2012). Conditions: Clear. Humidity: 89%. Dew Point: 14.0°C. Pressure: 29.92 in 1013 hPa (Rising).
06:00 bshum joined #koha
07:33 Irma joined #koha
07:34 Irma left #koha
07:41 cait-m joined #koha
07:55 cait joined #koha
08:10 francharb joined #koha
08:10 francharb hi
08:10 wahanui niihau, francharb
08:18 cait hi francharb
08:18 cait :)
08:18 francharb hi cait
08:29 Irma joined #koha
08:42 francharb nick francharb_afk
09:13 vkm joined #koha
09:13 vkm how can we set koha mirror server
09:15 vkm i.e. two servers in such way that both should simultaneously work and data transfer in real time in case one fails another work
12:07 janPasi joined #koha
12:22 francharb re
18:11 cait joined #koha
19:50 cait joined #koha
19:58 cait1 joined #koha
20:04 hdl joined #koha
20:05 cait joined #koha
20:06 cait1 joined #koha
20:10 cait2 joined #koha
20:11 kathryn joined #koha
20:11 rangi morning
20:13 jcamins Morning.
20:13 wahanui morning is a state of mind. or whenever the cat wants breakfast.
20:18 cait1 joined #koha
20:19 * jcamins hands cait1 the duct tape.
20:22 cait1 thx :)
20:27 * jcamins needs the wisdom of #koha.
20:27 jcamins What else should I bake?
20:27 cait1 savoury biscuits?
20:28 cait1 and what did you already bake?
20:28 jcamins cait1: cinnamon rolls, pita (well, those are underway), and pizza/focaccia.
20:29 cait1 hmm
20:29 cait1 cookies
20:29 cait1 something sweet and crunchy
20:30 kathryn morning :  )
20:31 cait1 hi kathryn :)
20:32 kathryn oops : )
20:32 kathryn hi cait1
20:40 adnc joined #koha
20:41 jcamins rangi: I wrote a script for testing the release process. I'll send it to chris_n for him to push it to the release tools repository.
20:41 * jcamins is excessively proud of the script. ;)
20:41 rangi heh cool
20:41 rangi did i show you my old ones?
20:41 jcamins You did not, no.
20:42 rangi https://gitorious.org/koha-qa-[…]ha-git-upgrade.sh
20:43 rangi https://gitorious.org/koha-qa-[…]ster/opac-test.pl
20:43 jcamins Ooh, that's great!
20:43 jcamins I shall have to add that.
20:44 rangi also
20:44 rangi http://gerrit.workbuffer.org:8[…]#/q/status:merged,n,z
20:44 jcamins Yeah, I saw your gerrit install.
20:44 jcamins Very, very cool. :)
20:51 jcamins This is intriguing: http://hesthegaygourmet.blogsp[…]ocolate-chip.html
20:52 jcamins I don't have any red wine.
20:52 jcamins Hmph.
20:53 jcamins Nor even white wine.
21:55 cait joined #koha
21:59 eythian_ joined #koha
22:01 jcamins eythian_: bad news... now that I'm RMaint, I'm going to be annoying. I told your alter-ego, but I need the patches for the 3.6 packages.
22:02 eythian_ jcamins: can you be more specific?
22:02 eythian_ Didn't you sign them off?
22:02 jcamins eythian_: I signed off on the ones for 3.8.
22:03 jcamins The Debian changelog in 3.6.x only goes up to 3.4.5.
22:03 eythian_bucklame I think the 3.6 ones were in there too, right?
22:03 jcamins Ooh, lemme check.
22:04 jcamins Oh yeah.
22:04 jcamins Sorry about that.
22:04 eythian_bucklame heh
22:04 jcamins Told you I was going to be annoying!
22:04 * eythian_bucklame is _way_ ahead of you ;)
22:07 jcamins One thing that I don't have, though, is the debian/build-git-snapshot set to the correct version.
22:07 jcamins I can do that, though.
22:07 jcamins What should the version string be?
22:07 jcamins 3.6-1~git?
22:07 eythian_bucklame No, see that's awkward.
22:07 eythian_bucklame I pretty much deliberately leave it at 3.7
22:08 eythian_bucklame the other option (and I think there's some facility for this, somewhere anyway) is for it to work out the version itself.
22:08 jcamins Okay, so that's okay?
22:08 eythian_bucklame yeah
22:08 jcamins Time to test the release! :D
22:09 jcamins $ ../release-tools/test-release.sh
22:09 * jcamins has a sip of the red wine he decided to open for cookie baking.
22:10 eythian_bucklame ah, this is you autobuilding stuff?
22:10 jcamins Yeah, I wrote a script to make sure there are no obvious problems in the releases.
22:11 jcamins I'm going to incorporate rangi's QA tools to do additional tests.
22:12 jcamins Unit tests, package building, tarball building, package installing, and tarball installing are already in the script.
22:12 eythian_bucklame sweet
22:13 jcamins It doesn't test the installs yet.
22:19 jcamins Blargh.
22:19 jcamins The release test failed.
22:21 jcamins Well, the script works great! :/
22:39 jcamins Fixed!
22:52 rangi :)
22:53 cait jcamins++
22:56 cait night :)
22:56 cait left #koha
23:00 jcamins eythian_bucklame: is there a reason we couldn't get the version out of kohaversion.pl for the packages?
23:02 eythian_bucklame jcamins: just that no one has implemented it.
23:05 jcamins eythian_bucklame: okay, I did some kohaversion parsing for my script, so perhaps I'll implement it for build-git-snapshot.
23:05 eythian_bucklame See what the 'autoversion' argument does.
23:06 eythian_bucklame It does something, but I'm not sure what.
23:06 eythian_bucklame (and can't check right now)
23:10 jcamins Oh, nifty.
23:10 jcamins Thanks.
23:11 jcamins That does the git commit/date versioning.
23:14 eythian_bucklame ah right, couldn't remember
23:42 pastebot "jcamins" at 24.193.130.86 pasted "Current 3.6-testing release test results" (15 lines) at http://paste.koha-community.org/379

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary