/srv/irclogs.ubuntu.com/2017/11/16/#launchpad.txt

=== Ionic_ is now known as 32NABA83T
=== 32NABA83T is now known as Ionic
=== ePierre-afk is now known as ePierre
xnoxwgrant, that bit works; faking raw dasd track data -> no solution yet. And some z/vm is currently penciled as required.04:12
xnoxwgrant, if not in launchpad, it would mean manually setting up and hooking up z/vms to jenkins environments.04:12
xnoxpain all around.04:12
wgrantxnox: There has to be a way to fake that.04:12
xnoxwgrant, i am escalating that question to ibm.04:13
wgrantxnox: How do we manage to produce an image if it's not possible to fake a DASD?04:17
xnoxwgrant, we produce an image for virtio (scsi) at the moment.04:17
xnoxwgrant, I have been creating dasd images by hand, in a z/vm out of bound for L1CC until it died.04:18
xnoxwgrant, and now we are rescoping to produce dasd images proper.04:18
wgrantxnox: Is the problem just that loopback devices can't presently emulate the DASD ioctls?04:18
xnoxwgrant, that.04:18
xnoxwgrant, and there seemed to be no tool to ~= $ qemu-img convert -> into raw track data. But also pinging ibm if we can somehow not ship raw track data to them.04:19
wgrantxnox: The bootloader installer grows a feature that takes ECKD geometry as a file04:19
wgrantOr whatever04:19
xnoxwgrant, i can install eckd bootloader, it has all flags to override everything.04:19
wgrantAh, so it's just the image format?04:20
xnoxit's just previously they wanted "dd of the /dev/dasda when said dasd is in raw track access mode, rather than normal mode"04:20
xnoxwgrant, yeah.04:20
wgrantxnox: I wonder if that's just to capture the bootloader properly.04:21
wgrantSurely the precise ECKD layout of the ext4 volume doesn't matter.04:21
xnoxwgrant, i wonder if i should pull out hexeditor...04:21
xnoxwgrant, we do binary patch some of our cloud images to make them bootable....04:21
xnoxit's not like ibm is going to change ECKD format any day soon04:22
wgrantHeh, quite04:22
wgrantI think it's certainly worth examining the ECKD layout of the images that you build to see what weirdness exists.04:22
wgrantThe chance that this can't be handled in userspace on a normal block device seems negligible.04:23
wgrantAnd I'm not going to develop new build scheduling technology just because nobody's spent the day to write that userspace conversion tool :)04:23
xnoxwgrant, i was hoping to simply keep the devirt builders; and have a livefs build that is devirt and nothing else har har har but yeah, should be doable in userspace.04:38
ricotzcjwatson, hi, if you have a moment, could you adjust the size of this PPA to e.g. 32GB? https://launchpad.net/%7Emozillateam/+archive/ubuntu/firefox-next/+packages -- Thank you very much12:44
cjwatsonricotz: done12:45
nottrobincjwatson: Do you know how do I do a pull/merge request in Launchpad Git?16:13
naccnottrobin: clone a repo, make a change, push to a repo, submit an MP on the web UI16:13
nottrobinnacc: could you help me find the URL for that? I've been looking... I want to merge this branch into master https://git.launchpad.net/usn.ubuntu.com/log/?h=add-dockerfile16:14
naccnottrobin: start here: https://code.launchpad.net/usn.ubuntu.com16:15
naccclick add-dockerfile16:15
naccnottrobin: then propose for merging16:15
nottrobinah thanks16:15
naccnottrobin: the other UI is the repo, not the Laucnhpad view of the repo (if that makes sense)16:15
nottrobinyep makes sense. Thanks.16:16
naccnottrobin: np16:16
pivotalQuestion regarding 3rd party PPA packages: is there a way for one PPA to depend on another PPA package, via the "Build Depends" of debian/control?  We tried adding a PPA repo in the rules file, and it failed.22:59
naccpivotal: the ppas need to depend on each other23:09
naccpivotal: it's in the ppa definition (iirc)23:09
naccpivotal: so when the package builds in the second ppa, it will use packages from the first ppa23:09
naccpivotal: definitely not in the source package itself23:10
wgrantpivotal: As nacc said, dependencies on another PPA are a property of the dependent PPA, not of the source package. See the "Edit PPA dependencies" on the PPA page.23:16
pivotalThanks wgrant. Could you share me the link for the one you just specified?23:25
pivotalNever mind. Found it. Thanks.23:26

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