=== sagaci_ is now known as sagaci === Resistance is now known as EvilResistance [05:44] can someone help me reverse an upload to a PPA? i accidentially put in the wrong PPA address for dput when uploading a version of ZNC (which i modified) to the PPA, instead of sending it to the *correct* ppa, and i need to reverse it back to the last-uploaded version [05:46] i cancelled the builds for that upload, but i still need to reverse said upload [06:28] EvilResistance: Delete the package, then copy the old one (you'll need to change the Published selector to Superseded on +copy-packages) [06:29] define "copy the old one" [06:29] won't a delete on the uploaded version remove the older version? [06:29] as well* [06:30] oh there it is [06:30] i see [06:31] actually [06:31] that didnt work :/ [06:32] whatever, the version of the package i have for natty and the version i have for oneiric are basically the same [06:32] *copies the natty version back* [06:47] Why didn't it work? [06:48] it wouldnt let me copy it in [06:48] Why not> [06:49] said the source already existed in the PPA [06:49] Did you tell it to copy binaries too?> [06:49] nope. [06:49] in any case [06:49] what i did now [06:49] You have to. [06:49] is i got it fixed by copying in the binaries from the repository i copied the binaries to after buildinbg [06:49] You can't build the same binaries twice in one PPA -- it would create conflicting files. [06:49] (one PPA for staging, one for deploying) [06:50] in any case, its working now... === yofel_ is now known as yofel [15:09] is there any way to run autogen/autotools in a launchpad ppa recipe? I have everything including the debian/ packaging info in the repository, is the only way to get it to build to merge it with a seperate -build repo I need to sync every time I change the configure.ac? I was hoping to maintain just one repository. [15:09] it works locally, but launchpad doesn't let me use the 'run' command in the bzr-builder recipe [15:14] ajf_: why not autogen at build time? [15:14] * tumbleweed waves dh_autoreconf at ajf_ [15:19] Ah excellent, thank you. [16:21] ajf_: in your official packages please don't do that [16:21] ajf_: its better to include the configure script in your official releases