/srv/irclogs.ubuntu.com/2009/08/15/#launchpad.txt

=== funkyHat is now known as funkyCat
=== funkyCat is now known as funkyHat
=== lamont` is now known as lamont
tsimpsonGnea: the one at https://launchpad.net/~<user>/+archive/<ppa name>04:28
tsimpsonnot at ppa.launchpad.net04:28
Gneatsimpson: it's not there04:34
tsimpsonwhich PPA?04:34
Gneapulseaudio04:34
wgrantI seem to be missing context.04:34
Gneahttps://launchpad.net/~bogdanb/+archive/ppa/pulseaudio04:34
GneaI'm trying to obtain the key for the pulseaudio ppa so that I can download it04:35
wgrantArgh, bug.04:35
wgrantThere's no PPA named pulseaudio there.04:35
Gneayeah... and I wonder if I even have the right username04:36
wgrantI doubt it.04:36
dtchenyou probably don't04:36
Gneait's just not obvious04:36
Gneaah ha https://launchpad.net/~ubuntu-audio-dev/+archive/ppa04:37
wgrantThat's the one.04:37
dtcheni probably need to blog about that more widely04:37
Gneathank you04:37
Gneaokay, I thought ppa's were for jaunty as well as karmic - did I miss the bus on this one?04:42
wgrantGnea: They are for whatever the owner decides.04:43
wgrantThis one only has packages for Karmic.04:43
GneaI see04:44
Gneajust found the ones by themosu04:44
wgrantHis should be good.04:44
Gneathey look like they've been around for a bit04:45
dtchenwe're not building for jaunty in that ppa [yet]04:45
Gneaok cool04:45
dtchenparticularly since upstream git keeps sprouting versioned build-deps, like automake 1.11 and crackful libtool04:45
Gneaok, now dist-upgrade is working properly04:46
wgrantdtchen: Loooovely.04:46
Gneathat's totally out of my range :)04:46
jmarsdenI'm getting a Timeout Error (Error ID: OOPS-1323F679) when trying to file a bug in LP ... not on edge, on the real LP... is this a known issue?07:11
ubottuhttps://lp-oops.canonical.com/oops.py/?oopsid=1323F67907:11
wgrantjmarsden: Sort of. Try reducing the number of terms in your initial summary -- once it gives you the list of possible duplicates, you can restore it to the full length.07:14
jmarsdenStrange... OK, thanks.07:14
wgrantThis will eventually be fixed by doing the search that times out via AJAX.07:14
Hilikushow can i add a dependency in my package on a package that's in the backport repo?08:09
wgrantHilikus: You could copy the package from -backports into your PPA, or tell your PPA that it can depend on all backports.08:10
wgrantThe latter is easier, but obviously might have other side-effects.08:11
Hilikusi also depend on a package from another PPA. i didn't know i could copy other packages to my ppa08:11
wgrantSometimes depending on the whole other PPA is better.08:11
wgrantBut if you just want to copy a package, you can go to the PPA with the package and select 'Copy packages'08:12
Hilikuswgrant: why do you say sometimes it's better?08:13
wgrantHilikus: Sometimes I might be maintaining a PPA for one piece of software, and then create another PPA for something which depends on the first piece of software.08:14
wgrantIt's much easier to declare a dependency on the first PPA, so I don't have to worry about copying new versions around.08:14
wgrantIt will just magically get them from the other PPA.08:14
Hilikusi see08:16
Hilikuswgrant: ok i managed to copy the package from the other PPA but i don't know how to copy the one from backport08:22
wgrantHilikus: If you're lucky, you'll be able to use https://edge.launchpad.net/ubuntu/+archive/primary/+copy-packages?field.name_filter=debhelper&field.status_filter=published&field.series_filter=any. But that is unsupported and very often times out, so you might have to use the API.08:25
=== ripps_ is now known as ripps
=== sale_ is now known as sale
=== cprov-afk is now known as faces
=== faces is now known as cprov
TLEhallo I was wondering if any of you can tell em why lauchpad don't attribute my commits to me13:28
TLEhttps://code.launchpad.net/~pyg3t-dev-team/pyg3t/trunk13:29
TLEas you can see, there are written as if some, to launchpad unknown person har commited13:30
wgrantTLE: You're missing the angled brackets around your email address. It should be something like 'Some Person <blah@example.com>'13:31
TLEI will try13:32
TLEDo'h!13:50
TLEthanks wgrant, it works13:50
* TLE hides13:50
wgrantTLE: Excellent.13:50
=== JanC_ is now known as JanC
Ampelbeinhi there. what's up with the armel builders? 160 queued items and they idle around... did they take a day off? ;-)19:17
Hilikushey guys19:48
Hilikusi dled a package from a ppa that doesnt build. i fixed it and now it works. but the othre PPA keeps producing a nightly failde build. is there some way i can keep like a patch of the fix to apply it to the newer packages?19:49
AmpelbeinHilikus: how about notifying the the owner of the failing ppa about the issue? that way it can be fixed for real.19:57
HilikusAmpelbein: they're busy doing something else. this is the amarok nightly build. they said it is going to be fixed in 1-2 months19:57
DavieyHilikus: surely if you have a working patch, they wouldn't mind applying it to their trunk?19:58
Hilikusits not a patch on the code. its a patch on the packaging19:58
Hilikusjust different dependencies in debian/control19:58
Hilikusif i can make a patch of the packaging and not on the code itself i could try to send it to them19:59
DavieyHilikus: i'm saying, if there builds are failing every night.. and it looks like you have a 1 line patch.. surely the ppa owner team would apply it19:59
=== _neversfelde is now known as neversfelde
pcabidoHi, is there any easy way to reverse the latest pushed code to a branch?23:16
beunopcabido, you need to uncommit, and push --overwrite23:16
pcabidobeuno: I see.. and what if it was the result of a merge?23:17
pcabidothat's my case23:17
pcabidoI don't have the source of the merge any more23:17
wgrantIs the code that you want to revert inside the merge?23:19
wgrantOr just before it?23:19
wgrantDo you want to revert the entire merge?23:19
pcabidowgrant: I want to revert the entire merge, but I don't have the source of the merge (the main branch) anymore, and that main branch that I don't have is what I want to get out of the mess23:22
pcabidois it possible?23:22
wgrantpcabido: This is getting complicated. Can you explain the whole situation?23:23
wgrantIf you've merged those revisions into another branch, it's easy enough to get the old branch back.23:23
pcabidowgrant: yes, I mage bzr merge ../br2 and now I want to see if I can the br2 branch back23:23
pcabidomage = made23:25
wgrantpcabido: Well, first take a backup of the branches, just in case.23:26
wgrantpcabido: Then we need to find out the ID of the last revision that was on br2. Do that using 'bzr log -n0 --show-ids'23:26
pcabidowgrant: did that23:26
wgrantpcabido: Once you have that revision ID, 'bzr pull -r revid:<REVISIONID> .' should turn the current branch into your old branch.23:28
pcabidowgrant: thanks for the help, the problem is now solved :)23:39
wgrantpcabido: np23:39
=== spOO` is now known as spO
=== spOO` is now known as spO

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