#mer log for Sunday, 2011-10-16

*** slx is now known as swerden08:11
*** srikanth_rst has quit IRC08:17
Stskeepslbt / Sage : http://212.110.185.213/wiki/Test_process08:25
Stskeepslet's extend on that - also, if it seems plausible to you08:25
*** smoku has joined #mer08:27
smokuhi08:28
Stskeepslo smoku08:28
smokugood to see you Stskeeps08:28
Stskeepssmoku: think it would be possible to make automatic image installation and booting for cordiatab?08:29
smokuplease elaborate08:30
Stskeepsok, first off, you saw http://monster.tspre.org:8080 ? (check "All" -> "Merged")?08:30
smokunope08:31
smokuopening08:31
smoku(be patient - GPRS here)08:31
Stskeepsk08:31
Stskeepsit's a google web toolkit app so may not work on mobile browser at least08:32
smokuI'm at my laptop.08:32
Stskeepsah08:32
smokubut my parents-in-law do not have a wire ;-)08:33
smokuso I'm tethering via n90008:33
Stskeepspoint ;)08:33
smokuBTW, I'm very pleased how the mobile networks support progressed in latest linux distributions.  it just works08:34
Stskeepswhen you've seen that.. the idea is that when a proposed merge comes in, we run tests as in http://212.110.185.213/wiki/Test_process which in the end gives a repository that vendors can use to make an image and test if the merge breaks their things08:34
smokuok. I have "Search for status:merged"08:34
smokuwhat to look at there08:35
Stskeepsand then hopefully be able to install automatically to a device and test it, reporting back if this change is good or bad08:35
Stskeepswell, anything, could try Add no-timestamps patch08:35
smokuoh.08:35
Stskeepsall mer packages are in git now so08:36
smokuso it should be possible with the i586 image I'm working on ATM08:36
Stskeepsfor example yes08:36
smokuas for ARM image... we don't have cordia arm hardware yet, so ...08:36
Stskeeps:nod:08:36
Stskeepsjust pondering if this seems to be a sane method to QA the core08:36
Stskeepswe'll of course help with tools to make it easier to automatically build images/flash them08:37
smokuany ideas how to do this automated testing, yet?08:37
*** srikanth_rst has joined #mer08:37
smokuor is it up to the vendor?08:37
dm8tbrI'd guess boards like Beagle, panda, snowball might be better suited08:37
dm8tbrfor on device testing, as they have a lot of helpful things exposed like reset, serial, etc08:38
Stskeepssmoku: we hope to help with some kind of standardized methods with a tiny part for hardware adaptation08:38
smokuyup. booting an image via nfs without flashing makes things a lot easier08:38
Stskeeps:nod:08:38
dm8tbrIIRC meego developed frameworks for automated testing, probably from the nokia side08:39
Stskeepshttp://www.youtube.com/watch?v=EwCdiEkfsSo08:39
Stskeeps(n900 automatic installation)08:39
Stskeepsbasically a initrd and usb networking08:39
smokueven booting an image to the point it starts UX and an "report-boot-ok" script from ux autostart is a good test08:40
Stskeepsyeah08:40
dm8tbrbonuspoints if you dump a screenshot or two08:41
lbtStskeeps: morning ...08:41
lbthttps://build.pub.meego.com/request/show/224008:41
lbtreading test stuff too08:41
Stskeepsk08:41
smokuStskeeps: BTW, should i build for Mer:Trunk:Core or Core:i586 ?08:41
Stskeepssmoku: on my OBS, Core:i58608:42
smokuk08:42
*** [XeN] has joined #mer08:42
Stskeepson COBS, the stuff in topic08:42
Stskeepsi hope we can set up some test rigs so we can do automated testing on various boards and move the checks ahead faster08:43
* dm8tbr has spare beagles08:44
dm8tbrcould also probably get a snowball08:44
*** araujo has joined #mer08:44
*** t73 has joined #mer08:47
Stskeepsand well, since we have a i486 port we can utilize old crap too08:48
Stskeeps:P08:48
*** velociraptor has joined #mer08:48
araujomorning08:48
araujo(early one for me)08:48
Stskeepsmorn araujo08:48
*** velociraptor is now known as Guest4619708:48
araujoStskeeps, hello there o/08:49
*** Guest46197 is now known as velociraptor`08:49
*** t71 has quit IRC08:50
*** t7^ has quit IRC08:51
*** afiestas_ has joined #mer08:53
*** alh has quit IRC08:54
*** alh has joined #mer08:54
*** afiestas_ has quit IRC08:55
*** [XeN] has quit IRC08:57
* Stskeeps tries to locate a usb power strip09:00
Mordae[n900]Morning.09:09
Stskeepsmorn09:09
Mordae[n900]I love weekends.09:09
Stskeepshrm09:11
lbtso Stskeeps can yo look at and approve https://build.pub.meego.com/request/show/224009:11
Stskeepslbt: so, i see BOSS doesn't interpret the RPM spec files09:12
Stskeeps(Version: thing)09:12
lbtmmm09:12
lbthave you seen the spec file?09:12
Stskeepsyes i have09:12
Stskeepsapproved09:12
lbtto work it would have to run rpm on it - I'm interested in how we'd do that09:12
lbtmaybe that's the answer....09:13
Stskeepsweell09:13
Stskeeps:P09:13
lbtthey guys who wrote that check are ex-debian09:13
lbtno macros .... WYSIWYG09:13
lbtrpm is more .... ethereal09:14
Stskeepsmacros make life so much easer09:14
Stskeepsie09:14
* Stskeeps goes check something on his exopc09:14
lbtI consdidered parsing the yaml ...   grep beta1 qt.yaml09:16
lbtso the yaml doesn't even mention the 'beta1'09:16
lbtgrep beta1 qt.spec09:16
lbt%define upstream_extra_version beta109:16
lbtthe spec has it in by magic09:16
lbtand the version is in a magical value that's not used in other spec files09:17
lbtso.... hmm09:17
smokulbt: and "rpm --showrc" is not scripting friendly ;-)09:18
*** mingwandroid has joined #mer09:19
lbtsmoku: Ideally I'd like to run pre-check stuff without a full checkout09:19
lbtthe idea is simple sanity checks ... "did you add a changelog"09:19
lbtthings that RE should not need to do09:20
smokuosc does a lot of this magic with osc-validators09:20
lbtso ... you'd think ... "look in the spec file"... :)09:20
smokubut it has a working rpm and full checkout though09:20
lbt*nod*09:20
lbtand can't be 'enforced'09:21
* lbt knows of a commercial place where the subcontract team just remove all the tests to make it build09:21
lbtthen ship to RE09:21
dm8tbr:D09:21
smokui guess it's easier to just bite the bullet and do it in minimal working env :/09:21
lbtthe yaml thing could address a lot of this09:22
lbtand so could policy09:22
*** leinir has joined #mer09:22
*** leinir has joined #mer09:22
*** [XeN] has joined #mer09:22
lbtlets be honest .. Debian actually did *some* things quite well :)09:22
lbtlike the changelog file being the master of certain data09:23
*** M4rtinK has joined #mer09:24
*** [XeN] has quit IRC09:25
*** srikanth_rst has quit IRC09:27
lbtsmoku: ROFL : https://gitorious.org/opensuse/osc-source_validator/blobs/master/50-spec-version#line3209:27
lbtand Stskeeps ^^09:27
cxl000 Is there a way to see what packages Mer_Core_armvhl on COBS provides?09:27
Stskeepscxl000: osc ls Mer:fake:armv7hl09:27
Stskeepslbt: hah09:28
smokulbt: uechecheche09:28
smoku:D09:28
smokuaw crap... osc copypac between two OBS instances is actually pulling stuff through my PC.   poor GPRS09:29
lbtsmoku: yeah09:30
lbtis there a remote link ?09:30
smokuStskeeps: you don't have link to COBS, right?09:30
lbta copypac from remote:PRJ pkg local:PRJ  is OK09:30
Stskeepscorrect, i don't09:30
smokuI will do it later then09:30
Stskeepslbt: so, does testing logic seem sane?09:31
lbtit seems like a significant change to what we do now09:31
lbtyou know I think the mastering in git is "the right way" - so I'm good with that09:32
Stskeepsit is, but it's also more in line with how the releases are structured in git now and the ability to follow mer change-by-change09:32
Stskeepsthere's a part i haven't written about how we check the changesets in the git repo that includes packages.xml09:33
lbtI feel like we're 99% to having some automation done and I don't want to change direction again without finishing it09:33
Stskeepssure, finish that in CE09:33
Stskeepsthat's fine with me, the Mer stuff can run semi-manually for a bit09:33
lbtOK09:33
Stskeepsit's just to scope out what we need to do in order to have quality core :)09:34
Stskeepsand some of the stuff/checks from CE can be reused easily in this09:34
lbtthe mechanisms are new09:34
Stskeeps:nod:09:35
Stskeepsstill09:35
lbtwhat's a test?09:35
lbtbuild? boot?09:35
lbtmake image?09:35
Stskeepsvery good question too09:36
lbtespecially if HW gets involved09:36
lbtthen "what platforms must pass?"09:36
lbtwhat if 4/5 pass09:36
lbtso I kinda know the answers in the process around OBS09:36
Stskeepswell, there'll be a manual step for approving so we'll set up criteria - it's feedback to the contributor and the approver09:37
lbtand how do we handle the funnel effect?09:37
Stskeepsfunnel?09:37
lbtwhere patches build up in a couple of upstreams and then finally come to 'trunk'09:38
Stskeepsright09:38
Stskeepsand combined they break?09:38
lbtyes09:38
Stskeepsthat's one of the steps i haven't made yet :)09:38
lbtor a place for a couple of dependent things to be integrated09:38
lbt"Team areas"09:38
lbtyeah - it's something I want to introduce conceptually without getting too bogged down in09:39
Stskeeps:nod:09:39
Stskeepsi basically would like simple testing to get working fairly soon, ie, localdep and single-build09:39
lbtthe main thing is so we don't get all "I never thought about threading"09:39
Stskeeps:nod:09:39
Stskeepsgerrit also has "depends on change" feature09:39
lbtI am thinking we should assume multiple gerrits09:40
Stskeepsah09:40
Stskeepsi guess also possible09:40
lbtI have another suggestion ....09:41
lbtcan you help me nail CE09:41
Stskeepssure, what can i do?09:41
lbtand then we can both work on Mer?09:41
smokuStskeeps: how is meego snapshot linked in your OBS?09:41
lbtget all Sage's commits fixed09:41
Stskeepssmoku: fakeobs:Trunk09:41
Stskeepsmmkay, which is..?09:41
smokuStskeeps: thx09:41
lbtand fix/decide on the criteria like Version09:41
lbtsage wants home:sage09:42
lbthttps://build.pub.meego.com/project/monitor?project=home%3Asage%3AMer%3AMW%3AShared09:42
lbtpromoted to CE:MW:Shared09:42
Stskeepsright09:42
lbt2 down :)09:42
Stskeepsso, am i supposed to see some SR requests anywhere?09:43
Stskeepsfor review09:43
lbtwell, that one this morning09:43
Stskeepsright, approved that one09:44
lbtso that's just finished the trial build09:44
lbtthe 30m timeout was too short.... the process went into error/call admin09:44
lbtwhich is kinda cool09:44
Stskeepsah09:44
lbtso I just said "oontinue process"09:45
Stskeepsi'll probably have to use the process too as i'll rebase N900/N950 hw adaptation for CE/Mer09:45
Stskeepswhich is my list tomorrow09:45
lbtand boss just promoted qt09:45
lbthttps://build.pub.meego.com/project/monitor?project=CE:MW:Shared09:45
Stskeepsk09:45
Stskeepsyeah, i get the mails09:46
lbtI *love* the whole "restart and manage process thing"09:46
*** raignarok has joined #mer09:46
lbtimagine having all your scripts running in a gdb :)09:46
lbtit's kinda like that09:46
Stskeeps:nod:09:47
Stskeepshopefully better09:47
Stskeeps:P09:47
lbthehe09:47
lbtpdb then :)09:47
*** druid23 has joined #mer09:51
dm8tbrhttp://mer.bfst.de/logs/%23mer/%23mer.2011-10-16.log.html - still have to add it to a cron job and figure out how to make it process things to enable indexing etc09:59
Stskeepscool09:59
Stskeepsadding to topic09:59
*** ChanServ sets mode: +o Stskeeps09:59
*** Stskeeps changes topic to "Mer is back! - http://lists.meego.com/pipermail/meego-dev/2011-October/484215.html - http://www.merproject.org | Temporary location for wiki: http://212.110.185.213/wiki/ | Contribution to packages: http://212.110.185.213/wiki/Contribution | Building against Mer in COBS: http://212.110.185.213/wiki/Building_against_Mer_in_COBS | This channel is logged, http://mer.bfst.de/logs/%23mer/"10:00
*** ChanServ sets mode: -o Stskeeps10:00
dm8tbrbugzilla module is loaded and waiting for bugs.pmc to activate10:00
Stskeeps:nod:10:01
dm8tbrand if we can get a full mail feed it will also do announcements of new bugs, state changes etc10:01
dm8tbrbtw: my mind just wandered a bit further. did I already ask if we care about security/vulnerabilities? or is that something the vendor needs to track if they productize and we just use 'close to upstream'?10:03
Stskeepswe care about security/vulnerabilities and if you have some thoughts on handling, write them up on wiki10:03
dm8tbr'not such a screw up like meego' - does that count?10:04
Stskeepsa little more elaborate10:04
Stskeeps:P10:04
Stskeepsperhapshow other distros handle it10:05
dm8tbrthey do have some scripts to import CVE which seemed like not a bad idea, but execution sucked10:06
*** afiestas_ has joined #mer10:16
*** afiestas has quit IRC10:19
smokuwill we be signing Mer packages?10:21
smokusince dm8tbr mentioned security10:22
smokuif so, it needs defining who has access to the signing key and signing procedure10:23
Stskeepsthat's another funny issue - especially considering that Mer is fairly made for being-able-to-build-entire-stack yourself10:25
Stskeepsie, should the security be on the packages in git instead10:25
BostikStskeeps: I'd take the same approach every other distro does - security patches are indeed patches, and they are dropped as newer releases come along where the fixes are already in10:26
Stskeepsin practice, i think that each OBS that does a port will have own signing key, ie, just as an example, signing with "Mer armv7l port build, hosted by Nomovok"10:27
*** raignarok has quit IRC10:36
dm8tbryay, found the right way to run log conversion. last step add to cron :)10:38
*** srikanth_rst has joined #mer11:09
*** vivijim has quit IRC11:12
Stskeepslbt: http://pastie.org/pastes/2705176/text  -ish for single package build check11:19
*** Jonno has quit IRC11:22
*** KaIRC has joined #mer11:23
*** Jonno has joined #mer11:23
lbtit's feeling a bit like a rewrite of osc build11:30
lbtobs11:31
*** [XeN] has joined #mer11:32
lbthttps://meego.gitorious.org/meego-infrastructure-tools/boss-standard-workflow/blobs/master/participants/do_build_trial.py11:33
lbthttps://meego.gitorious.org/meego-infrastructure-tools/boss-standard-workflow/blobs/master/processes/SRCSRV_REQUEST_CREATE.BOSS_handle_SR.pdef#line40211:34
*** lizardo has joined #mer11:37
Stskeeps:nod:11:37
*** KaziKluBey_N900 has quit IRC11:38
*** Mordae[n900] has quit IRC11:38
*** maour has joined #mer11:38
*** Mordae has joined #mer11:39
*** KaziKluBey_N900 has joined #mer11:41
*** afiestas has joined #mer11:51
*** jjmarin has joined #mer11:52
*** afiestas_ has quit IRC11:52
*** microstic has joined #mer11:55
*** jjmarin has quit IRC11:56
*** jjmarin1 has joined #mer11:59
*** lizardo has quit IRC12:00
*** vetsin_ has joined #mer12:03
*** raignarok has joined #mer12:04
*** Ans5i has quit IRC12:06
*** srikanth_rst has quit IRC12:07
smokuStskeeps: so Mer is going to provide only git repo with .specs? no pre-built .rpms?12:07
*** smoku has left #mer12:09
*** KaIRC has quit IRC12:11
cxl000Stskeeps I get 404 Not Found for osc ls Mer:fake:armv7h12:12
cxl000+l12:12
Stskeepscxl000: Mer:fake:Core:armv7l12:12
Stskeepscxl000: Mer:fake:Core:armv7hl12:12
*** KaIRC has joined #mer12:12
*** krayon has joined #mer12:14
*** vetsin_ has quit IRC12:18
*** vetsin_ has joined #mer12:20
*** vetsin_ has quit IRC12:27
*** vetsin_ has joined #mer12:27
*** [XeN] has quit IRC12:29
*** druid23 has left #mer12:38
*** jjmarin1 has joined #mer12:45
*** otep has quit IRC12:46
*** jjmarin1 has quit IRC12:46
*** otep has joined #mer12:49
*** jargon- has joined #mer12:50
*** jjmarin1 has joined #mer12:54
* Stskeeps glances at yocto governance page13:04
*** lizardo has joined #mer13:05
*** jjmarin1 has joined #mer13:07
*** vetsin_ has quit IRC13:07
*** jjmarin1 has quit IRC13:08
*** jargon- has quit IRC13:14
*** jjmarin has joined #mer13:17
*** trbs has joined #mer13:19
*** faenil has joined #mer13:24
faenilgood sunday afternoon everyone! :)13:25
*** otep_ has joined #mer13:26
*** otep has quit IRC13:27
Stskeepsafternoon13:27
t73\o13:27
*** t73 is now known as n900-13:28
*** maour has quit IRC13:31
*** berndhs has joined #mer13:46
*** otep_ is now known as otep13:55
*** jvd_ has quit IRC14:16
*** jargon- has joined #mer14:16
*** raignarok has quit IRC14:20
*** slx has joined #mer14:25
*** swerden has quit IRC14:25
*** t7^ has joined #mer14:25
*** t71 has joined #mer14:27
*** velociraptor` has quit IRC14:27
*** n900- has quit IRC14:27
*** jvd_ has joined #mer14:28
*** slx is now known as swerden14:35
Stskeepshttp://212.110.185.213/wiki/Governance_draft <- some draft ideas - comments more than welcome14:38
Stskeepsthe idea is technically driven and that contribution creates influence14:39
*** pdanek1 has joined #mer14:40
dm8tbrStskeeps: I wonder where Mer IT fits into this14:54
*** Nutzer has joined #mer14:58
Stskeepshmm, good question14:59
Stskeepswhere do you think it should be?14:59
dm8tbrI can't put my finger on it. at least not in the way of getting things done like certain RE15:01
JucatoMerIT?15:02
dm8tbrJucato: there are a few things that need to be run, like OBS/fakeOBS, mailing lists, irc bots, ...15:03
dm8tbrBOSS instance15:03
Stskeepsdm8tbr: technically you can see it as a subproject15:03
dm8tbrOTS instance15:03
Stskeepsie, technical leaders, maintainers, contributors..15:03
dm8tbr*nod*15:03
Stskeepstechnically each of the functions like BOSS/etc would belong under different projects15:04
dm8tbrsubsubprojects? ;)15:04
*** NIN101 has joined #mer15:06
Jucatodm8tbr: more like wondering what the IT stands for. now I'm guessing "Infrastructure Team"?15:07
dm8tbryes you can read it that way ;)15:08
dm8tbrhttp://mer.bfst.de/logs/%23mer/latest.log.html - now auto-updates every minute15:12
*** lizardo has quit IRC15:14
Stskeepscool15:16
*** Kris_CZ has joined #mer15:19
*** NIN101 has quit IRC15:28
*** vetsin_ has joined #mer15:28
*** vetsin_ has quit IRC15:29
*** srikanth_rst has joined #mer15:29
*** buckle_ is now known as buckle15:44
*** krayon has quit IRC15:49
*** vetsin_ has joined #mer15:54
*** vetsin_ has left #mer15:55
*** faenil has quit IRC15:57
*** jjmarin1 has joined #mer15:57
*** pdanek1 has left #mer16:03
*** smoku has joined #mer16:41
*** smoku has joined #mer16:41
Stskeepssmoku: no no, i'm not that crazy (no rpms)16:48
*** niqt has joined #mer16:48
Stskeepssmoku: just that it's not centrally built :)16:48
Stskeepsthat it can be either from official codelines (ie, published repos) or built in your own obs16:48
*** niqt has quit IRC16:50
*** smoku has left #mer16:51
*** smoku has joined #mer16:51
*** leinir has quit IRC16:52
*** KaIRC has quit IRC16:57
vgradeafternoon16:59
*** KaIRC has joined #mer17:01
Stskeepsafternoon vgrade17:01
vgradeStskeeps, hi17:02
Stskeepsit can't be true that programmable power strips are so expensive..17:04
*** mingwandroid has quit IRC17:06
dm8tbrStskeeps: hm?17:07
Stskeepsdm8tbr: trying to find a way to control power plug through usb17:09
Stskeepsdm8tbr: ie, for netbook testing for instance17:09
Stskeepsideally one with a linux driver ;)17:09
Stskeepsrs232 is okay too17:10
*** mingwandroid has joined #mer17:10
dm8tbrStskeeps: there is one, I'm looking for it. it used to be sold by european versions of 'dealextreme'17:10
* dm8tbr checks17:10
Stskeepsok17:10
*** lynxis has joined #mer17:10
dm8tbrStskeeps: 'Silvershield Power Manager Modell: SIS-PMS'17:12
dm8tbrhttp://sispmctl.sourceforge.net/17:12
dm8tbrrandom deal: http://www.amazon.de/Unbekannt-SIS-PM-GEMBIRD-SilverShield/dp/B000K695PA - 30EUR17:13
Stskeepslooks quite good17:13
dm8tbrdouble-check though that it's the USB version before you buy it :)17:15
*** raignarok has joined #mer17:15
dm8tbrbtw: the DIY version: printer port and 8 230V relays ;)17:15
Stskeepsyeah, i am not good with electronics :P17:16
dm8tbrand the deluxe version: look into RF remote controlled power sockets, there are linux interfaces to the transmitter17:16
*** faenil has joined #mer17:17
Stskeepshrm, is getting sold in a shop in my old uni city17:17
dm8tbrcheck that polish ebay thing ;)17:19
Stskeepsi think as a start we can do testing with vm's and perhaps get some n900's set up17:20
dm8tbr*nod*17:21
dm8tbrI also have BBc4 and an snowball17:21
Stskeeps:nod:17:21
Sagelbt: I think I can fix all of those MW:Shared packages tomorrow and probably some others as well.17:24
Stskeepsdm8tbr: hrm, so you flash the emmc or how does it work?17:26
Stskeepsdm8tbr: on snowball17:26
dm8tbrStskeeps: that's one of the options, need to check if you can usb-boot it too17:27
Stskeepsok17:27
*** antoniojasr has joined #mer17:38
*** NIN101 has joined #mer17:48
*** Nutzer_ has joined #mer17:59
*** Nutzer has quit IRC18:02
*** Nutzer_ is now known as Nutzer18:02
lbtSage: I did qt - see the boss.conf file18:04
lbtStskeeps: I use a velleman usb controlled i/o board and 240v relays18:05
*** leinir has joined #mer18:05
lbtit doesn't class as 'electronics' ... more switches and wiring18:06
Sagelbt: the qt will be removed once we get the mer core updated. Just FYI :)18:15
Stskeepswhat's missing in the core one we have atm18:16
Stskeeps?18:16
SageStskeeps: well, the core that we are building against is old AFAIK18:16
Sagei.e., my repos are not building against the fake thing18:16
Sagemy repos are compiling against Mer:Trunk:Base and AFAIK that is the old one18:17
StskeepsSage: ah18:17
StskeepsSage: makes sense18:17
StskeepsSage: i'll work on HW adaptation side for n900 tomorrow18:18
SageCE:Adaptation:N900 ?18:18
Stskeepsyeah, getting it to run on top of mer core18:19
Stskeepsbtw, there's a new qt 4.8 out18:19
Sageok, cool. I was wondering if we should put packages to CE:Adaptation that are common between the adaptations but are not in mer:core18:19
Sagebut not sure if we have any such packages though18:20
Stskeepsi think some of the stuff can reasonably go into core18:20
Stskeepslike newt18:20
Stskeepspossibly linux-firmware18:21
*** Ans5i has joined #mer18:21
Stskeepsor some kind of dummy for it, not sure why kernel needs firmware18:21
smokuany idea what provides xml-common in meego?18:32
Stskeepsi'd recommend to simply hack the packages and remove the deps on whatever needs docbook and such, tbh18:35
smokuthat was the first idea18:35
smokubut I would like a full gnome development env, and that needs gtk-doc support18:36
Stskeepsfair enough18:36
Stskeepssmoku: sgml-common18:37
smokuSage: how reliable is COBS?  maybe I could move my i586 adaptation effort and cordia UX there?  we could share the work then18:38
smokuStskeeps: thx18:38
Stskeepssmoku: lot more reliable after they ditched the build.meego.com link18:38
smokudo they keep a local snapshot to copy from?18:38
Stskeepsyes, check topic18:39
Stskeepswell18:39
Stskeepsnot of build.meego.com18:39
Stskeepsbut of mer :P18:39
smokuStskeeps: and my concern is more in reliable as 'will not shut down tomorrow'18:39
Stskeepsmm18:39
smokumer is cool.  but I'm doing a lot of copypac from MeeGo:Trunk :)18:40
Stskeeps:nod:18:40
*** faenil has quit IRC18:41
smokuStskeeps: how did you find this sgml-common?  do you have a meego installation to query?18:46
Stskeepsgoogle18:46
Stskeeps:P18:46
Stskeeps"packagename" site:build.meego.com18:46
smokuyour google-fu is stronger tham mine :)18:47
Stskeepsi once had an idea i could do a phd by just being good at googling18:47
Stskeepsof course they wouldn't let me even try..18:47
Stskeeps:P18:47
smokuLOL18:51
Stskeepsso, here i am18:52
Stskeeps:18:52
smokuthe package that provides 'scrollkeeper' dependency is called rarian18:52
StskeepsP18:52
Stskeepsyeah, that too..18:52
smokuit's a replacement for scrollkeeper18:52
Stskeepsthe gnome stack is really fucked at some points18:52
smokui wonder, whether they called it 'rarian' to have librarian.so :)18:52
Stskeepsprobably18:52
smokucute :)18:53
smokuStskeeps: your obs is freakin' fast :D18:58
Stskeepsyeah..18:59
Stskeepstmpfs++18:59
smokuhow much of RAM do you have there?19:00
Stskeeps12gb19:00
Stskeepsi run 4 workers with that19:01
Stskeepsi could probably do a lot more with 24g19:03
*** mingwandroid has quit IRC19:05
*** mingwandroid has joined #mer19:06
smokunice19:09
*** t7^ has quit IRC19:16
*** t71 has quit IRC19:16
*** KaziKluBey has joined #mer19:16
*** antoniojasr has quit IRC19:20
*** Nutzer_ has joined #mer19:20
*** Nutzer has quit IRC19:22
*** Nutzer_ is now known as Nutzer19:23
*** KaziKluBey has quit IRC19:23
*** vetsin_ has joined #mer19:28
*** smoku has left #mer19:31
*** NIN101 has quit IRC19:32
*** NIN101 has joined #mer19:33
*** smoku has joined #mer19:33
*** Kris_CZ has left #mer19:51
*** vetsin_ has quit IRC19:55
*** antoniojasr has joined #mer20:03
*** t7^ has joined #mer20:03
*** t71 has joined #mer20:03
*** smoku has left #mer20:07
*** smoku has joined #mer20:11
smokuStskeeps: have you considered building arm* using linaro compiler?20:11
*** smoku has left #mer20:19
*** srikanth_rst has quit IRC20:32
jrayhawkStskeeps: Would you be interested in a vserver on a severely underutilized dual E5260 system with 24GB of RAM, and, if so, what distribution would you want on it and how much disk space?20:33
*** trbs has quit IRC20:34
jrayhawkerrr Dual E5620 system20:34
*** Jon_Severinsson has joined #mer20:38
*** Jon_Severinsson is now known as Jonno_20:39
*** KaziKluBey has joined #mer20:47
*** raignarok has quit IRC20:48
*** t71 has quit IRC20:58
*** t7^ has quit IRC20:58
*** raignarok has joined #mer21:09
cxl000Stskeeps: linux-firmware probaling included to allow compiling bits in. I removed it as a build dep ok.21:13
*** raignarok has quit IRC21:22
*** raignarok has joined #mer21:23
*** cxl000 has quit IRC21:31
*** NIN101 has quit IRC21:34
*** lynxis has quit IRC21:34
*** microstic has left #mer21:35
jrayhawkI assume you'd want reliable storage for build products and source packages, and several gigabytes worth of tmpfs for unpacking and building? I'm not all that familiar with typical OBS setups.21:43
ali1234pretty much21:54
ali1234OBS uses build inside chroot or VM21:55
*** rdqfdx has quit IRC22:04
lbtactually you don't need reliable storage or persistence - you need raw speed.22:08
lbtYou also need trust - a distributed/contributed build environment is very untrustworthy22:08
*** Jonno_ has quit IRC22:10
*** Jonno_ has joined #mer22:10
berndhsyou might also want a commitment to uptime > 5 days a week :)22:11
*** leinir has quit IRC22:23
*** gprade has joined #mer22:24
gpradehello22:24
*** leinir has joined #mer22:26
*** lynxis has joined #mer22:38
*** cxl000 has joined #mer22:38
*** antoniojasr_ has joined #mer22:45
*** antoniojasr has quit IRC22:45
*** Jonno_ has quit IRC22:47
*** gprade has quit IRC22:54
*** faenil has joined #mer22:58
*** jjmarin1 has quit IRC23:00
*** ctryon has joined #mer23:00
*** stefanopi has quit IRC23:01
*** stefanopi has joined #mer23:02
*** antoniojasr_ has quit IRC23:04
*** stefanopi has quit IRC23:10
*** stefanopi has joined #mer23:11
*** cxl000 has quit IRC23:17
*** stefanopi has quit IRC23:20
*** cxl000 has joined #mer23:20
*** stefanopi has joined #mer23:21
*** raignarok has quit IRC23:23
*** faenil has quit IRC23:30
*** pdanek has joined #mer23:31
*** rusty_ has quit IRC23:33
*** rusty_ has joined #mer23:33
*** smoku has joined #mer23:43
smokuhttp://cordiahd.org/download/HD/23:43
*** shanem_ has joined #mer23:43
*** shanem has quit IRC23:46
berndhsonly 154M, nice23:46
*** shanem_ has quit IRC23:48
*** shanem has joined #mer23:49
ali1234smoku: is that x86?23:50
ali1234oh nvm, derp23:50
*** antidnk-88 has joined #mer23:56
*** KaiRo_Mozilla has joined #mer23:58

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!