=== bigjools-afk is now known as bigjools [03:51] I don't want to hijack this channel but I'm trying to do something super simple it seems. I've copied another project from launchpad to my own launchpad repo, I'd like to download the source and make some changes to resubmit to my own repo [03:52] i installed bzr but I'm not sure what to plugin to "branch" [03:59] blendedbychris: "bzr branch ORIGINAL_AS_URL_OR_PATH new-thing" [04:01] (There are plenty of alternatives to that which tweak things in various ways in case you want to re-use the same working dir all the time, etc etc, but that's the quick answer) [04:04] spiv: I found that you can do bzr branch lp:foo. [04:04] :) [04:05] how do i figure out the branch name, or i guess maybe create a new branch/ [04:05] this is my ppa btw… nginx is what i am trying to branch. https://launchpad.net/~blendedbyus/+archive/master [04:25] Figure out which branch name? The one you want to branch from, or the one you are trying to create? [04:26] If you want to push a branch to Launchpad, that's just "bzr push lp:...", e.g. I might do "bzr push lp:~spiv/bzr/new-thing" [04:27] spiv: branch from i pressume [04:28] something like bzr branch lp:~blendedbyus/nginx/trunk … [04:28] but it doesn't list a "branch" [04:28] (maybe because I haven't created one?) [04:30] blendedbychris: PPAs don't necessarily have their source available via bzr [04:31] (Unless Launchpad has grown new features since I last looked at this...) [04:31] In this case, AFAICS there's no source package recipes involved with that PPA, so no directly connected bzr branches. [04:32] It's possible there are relevant bzr branches, but if so Launchpad doesn't know about that link in this case. [04:32] So you'll need to ask the owner(s) of that PPA where/how they recommend working with their source. [04:32] https://launchpad.net/~nginx/+archive/stable << so that has no branch? [04:33] (You can get "source" deb packages from PPAs, but that's a slightly different thing) [04:33] what's a ppa look like when it does have source available? [04:34] Let me do a better job at explaining what I am trying to do. I'm trying to take the latest stable version of nginx (whether it's from their website or launchpad, though I figured launchpad would be useful somehow) and compile it with an additional module. [04:35] I don't know that Launchpad makes that obvious. It should; file a bug. [04:35] e.g. if you look at https://code.launchpad.net/~nginx/+recipe/nginx-nightly, it says "Daily build archive: Nightly Snapshot" (which is https://code.launchpad.net/~nginx/+archive/nightly) [04:36] And the recipe (in small text at the bottom of that page) tells you that lp:nginx and lp:nginx/debian are used to build those packages [04:36] But I don't see any recipes for the PPA you mention at https://code.launchpad.net/~nginx/+recipes [04:37] blendedbychris: in that case, I suggest just taking their source package from the PPA (i.e. using the deb-src lines and "apt-get source ...", etc), and working with that [04:37] i.e. the standard debian toolchain [04:37] As there's no obvious bzr involvement in that PPA [04:38] doesn't look like this is even up to date https://code.launchpad.net/~nginx/+recipe/nginx-nightly [04:39] woud you suggest trying to make a branch with bzr in my ppa or just submit the deb files? [04:39] (does that even make sense?) [04:40] As I say, there's no obvious use of bzr for making the package (and PPA) you're interested in [04:40] So it seems simplest and most direct to just use the standard debian tools [04:41] i.e. work with the deb source packages, rather than look for bzr branches that probably don't exist. [04:41] fair enouhg [04:41] enough* [04:46] where's ubuntu dump stuff downloaded from apt-get source anyhow? [04:46] the googler is letting me down :( [04:47] oh into the current dir :_ [04:47] cool :) [04:53] spiv: a module like this to compile it with nginx should I include it in nginx-1.2.3/src/ or when you run the command ./configure --add-module… do you think it copies necessary files… http://arut.github.com/nginx-rtmp-module/ [04:55] blendedbychris: I don't know anything about nginx's build system, sorry [04:55] (Let alone how it may have been patched and configured by Ubuntu) [04:56] You're probably better off asking a #ubuntu-* channel for help, maybe #ubuntu-packaging? [04:56] okay. [06:16] is it possible to do an interactive rebase with bazaar-rewrite? Want to fix a commit, which has not been pushed up to our main repository [08:03] morning [08:03] hey [08:06] mertsas: if it is a recent commit, the easiest thing is to just "bzr uncommit" fix it then "bzr commit". I don't think rewrite supports --interactive yet, though I also know there is: https://launchpad.net/bzr-interactive [08:07] I'm not sure on the workflow for bzr-rewrite of an old revision. [08:07] I would gues you could pop back to the one you want to fix, fix it, then 'bzr replay' the rest of the revisions. [08:12] didn't find an easy way to do it, so did a branch, uncommited all changes to the one I wanted to change, reverted, uncommited, fixed, commited and did a replay from the original before I pulled from the new branch. Tedious, but worked [08:12] a --interactive would be nice:P [09:50] hello, I have an "upstream" branch and I have a new tar.bz2 of the upstream. I forgot how to add it to upstream again [09:50] I know there is a command [09:51] can't find it in my .bash_history... guess I should have taken notes :-\ [09:52] bzr import I guess? [09:54] ah, I knew I asked about that before: http://irclogs.ubuntu.com/2012/07/11/%23bzr.txt [09:54] haha [09:56] hm, I'd poke jelmer but he's dropped of irc... [09:57] lduros: I think you want merge-upstream, but from the log it may be a little more complex [09:58] or import-upstream, depending on how you're working. [09:59] mgz: hmm [09:59] you have one branch tracking the upstream tarballs, and then merge that into another branch with all your debian packaging? [10:00] well this is for IceCat, it's a slightly different flavor of Firefox [10:00] so there are minor changes in a few files [10:00] and some new files [10:32] jelmer: any suggestions for lduros? [10:33] there is a ' [10:33] bzr import-upstream' command that is part of bzr-builddeb IIRC === deryck is now known as deryck[lunch] === deryck[lunch] is now known as deryck [17:17] err, did someone make bzr ci with no changes error out in Quantal? [17:18] elmo: you've always needed --unchanged, or do you mean something more specific like return code? [17:21] mgz: the return code [17:21] mgz: I use etckeeper and a dist-upgrade just exploded [17:21] mgz: because of it [17:21] mgz: also, I mean precise not quantal. so, umm, it seems unlikely bzr changed; let me investigate further, sorry [19:51] Hi all -- is there a way to remove old binary blobs from a branch? we have a dependencies branch that could use some cleanup === lifeless_ is now known as lifeless [22:13] bzr-rewrite [22:13] note, makes a whole new history