/srv/irclogs.ubuntu.com/2012/11/15/#ubuntu-installer.txt

xnoxcjwatson: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-fastpath-install01:01
xnoxinteresting new blueprint.01:01
cjwatsonYeah, I know about it01:02
xnoxack =)01:02
smartboyhwHi any wubi developer's here?11:36
xnoxsure.11:44
xnoxsmartboyhw: what's up?11:44
smartboyhwxnox,  we want to add Ubuntu Studio to Wubi11:44
xnoxsmartboyhw: ok.11:45
xnoxsmartboyhw: that needs correct links to how/where your images are called.11:45
smartboyhwxnox, just wondering what should I write in the isolist.ini. Should I use the 12.10 metalinks or the 13.04 links11:45
xnoxsmartboyhw: well, currently wubi is targetting 12.10 & we didn't update the links for the 13.04.11:46
smartboyhwxnox, so the 12.10 links then11:46
xnoxsmartboyhw: for now yeah, and then we will update all of them to 13.04 in bulk.11:46
smartboyhwxnox, same for the debian/changelog?11:47
xnoxsmartboyhw: what do you mean for the debian/changelog? $ dch -i and keep it UNRELEASED.11:47
smartboyhwxnox, I mean the version number in debian/changelog. Is it that I should use 13.04?11:48
xnoxsmartboyhw: don't worry about debian/changelog, it's a bit out-of-date and we need to fix it up =))))11:48
smartboyhw=)))))011:48
smartboyhwxnox, is it that we must have lupin-support package in our images in order to install Ubuntu Studio on Wubi?11:51
smartboyhwFrom Bug 107068211:51
ubot2Launchpad bug 1070682 in Ubuntu Studio "wubi and ubuntu studio" [Undecided,In progress] https://launchpad.net/bugs/107068211:51
xnoxsmartboyhw: sounds about right, have you seeded it already?11:53
smartboyhwxnox, that is the problem . No11:53
smartboyhwLet me find the guys in my team to add it11:53
smartboyhwxnox, told them to add...Just wait till it seeds to ubuntustudio-meta11:55
smartboyhwxnox, hmm I now got the code in https://code.launchpad.net/~smartboyhw/ubuntu/raring/wubi/bug-1070682 but I can't see how to propose merge proposals11:59
xnoxsmartboyhw: huh.... wubi predates package branches. base your changes on lp:wubi & push to lp:~/wubi/bug-1070682 and propose into lp:wubi.12:00
xnoxsmartboyhw: ubuntu archive does not build windows binaries yet....12:00
smartboyhwxnox, so I do like lp:~smartboyhw/wubi/bug-1070682 right?12:00
xnoxsmartboyhw: you have just created wubi package in ubuntu =((((( because of that branch....12:01
smartboyhwxnox, oops12:01
smartboyhwxnox, immediate delete12:01
xnoxsmartboyhw: in the future make sure you push back branches to the same project you got them from......12:01
smartboyhwPhew got it now12:02
ogra-cb_iirc using push :parent actually makes suggestions for branch names if you cant push due to missing credentials12:02
ogra-cb_that should give a proper "to-merge" branch name12:03
smartboyhwGot it now xnox https://code.launchpad.net/~smartboyhw/wubi/bug-1070682/+merge/13444612:03
cjwatsonIt doesn't need to go in ubuntustudio-meta12:05
cjwatsonThe seed it should probably be in is not one that generates a metapackage12:05
cjwatson(Kaj did it right)12:06
smartboyhwcjwatson, yeah12:07
smartboyhwcjwatson, sorry on the edubuntu typo12:18
smartboyhwfixing12:18
smartboyhwcjwatson, resubmitted proposal12:22
smartboyhwhttps://code.launchpad.net/~smartboyhw/wubi/bug-1070682/+merge/13445312:23
cjwatsonFWIW you should never resubmit proposals12:45
cjwatsonAt least not for minor corrections like this12:45
cjwatsonThe way you use the system is that you simply commit a fix and push it12:45
cjwatsonResubmitting is awkward and overcomplicated and basically just for the situation where you proposed against the wrong branch12:45
mptcjwatson, hi, is bug 220961 that Ubiquity never checks for enough disk space, or that it normally checks but is sometimes mistaken?12:47
ubot2Launchpad bug 220961 in ubiquity (Ubuntu) "[MASTER] ubiquity crashes instead of notifying the user of not enough disk space" [High,Triaged] https://launchpad.net/bugs/22096112:47
mptI'm just trying to work out whether it needs a design for the error message.12:47
cjwatsonsmartboyhw: At the risk of blowing my own trumpet, see https://code.launchpad.net/~cjwatson/launchpad/refactor-cron-germinate/+merge/84624 for an example; if you scroll down you can see review comments nicely interleaved with revisions fixing them12:48
cjwatsonmpt: It normally checks but is (probably inevitably) sometimes mistaken.  The bug is that it falls over in varying different kinds of heaps rather than dying gracefully.12:48
xnoxmpt: there are conditions/code-paths in ubiquity which allow you to proceed to installation and later it will trip over itself that there is not enough disk space.12:48
mptok, thanks12:49
xnoxcjwatson: the classic is Laney's "typical install": 8GB disk + 8GB RAM in a VM, with swap taking over most of the space and / being the minimal size of ~800MB (whatever hardcoded in partman-auto recipe as minimal size)12:49
xnoxwhich falls flat on it's face.12:50
cjwatsonYeah, we have separate bugs for lots of the special cases of this kind of thing12:50
cjwatsonThe "ridiculous amounts of swap" case is one12:50
xnoxcjwatson: interesting this blueprint got superseeded: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-default-swap-disk-size-calculation12:51
cjwatson*shrug* I lose track12:51
xnoxnot sure what happened there....12:51
cjwatsonBut that's the sort of thing that's stupid as a blueprint anyway12:51
cjwatsonIt's just a bug, albeit a complicated one12:51
xnoxyeah.... blueprints are funny.12:51
mptcjwatson, have you considered using RecoverableError for that? Then you could pick off the causes in order of frequency12:51
cjwatsonNo12:51
mptBlueprints are bug reports with delusions of grandeur12:51
cjwatsonBecause I've only spent a fairly minimal amount of time on ubiquity at all since errors.u.c et al were created, and that really only in support of other project12:52
cjwatsons12:52
mptfair enough12:52
mptI should have addressed that to xnox :-)12:52
cjwatsonThere's a point to blueprints when we need complex design across multiple pieces of software, but they do get massively overused12:52
cjwatsonThat said, it should only be a recoverable error if it's actually recoverable; half the point of the bug is that it isn't12:52
xnoxmpt: I like that definition =)12:52
cjwatson(Except by restarting the installation from scratch, which I don't think counts)12:53
mptcjwatson, that might be reading a little too much into the name ... Recoverable in that sense only means "doesn't crash".12:54
cjwatsonMaybe the name is wrong? :-)12:54
mptmaybe.12:54
cjwatsonI'm reading the dictionary words12:54
mpt(I didn't choose it, therefore it must be, right?)12:54
smartboyhwcjwatson, so you are just not going to merge the fix since I (stupidly) resubmitted the proposal?14:53
cjwatsonsmartboyhw: Where did I say that?15:10
cjwatsonsmartboyhw: I'm not merging it since it's my day off today :-)15:10
cjwatsonsmartboyhw: I was just recommending that you use an approach that's both easier and better in future15:11
smartboyhwcjwatson, ah OK:P15:13

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