[Pkg-bazaar-maint] Bug#718870: Bazaar release and Debian

Andrew Starr-Bochicchio asb at debian.org
Tue Aug 6 16:53:41 UTC 2013


On Tue, Aug 6, 2013 at 8:32 AM, Russel Winder <russel at winder.org.uk> wrote:
> On Tue, 2013-08-06 at 12:58 +0200, Jelmer Vernooij wrote:
>> On Tue, Aug 06, 2013 at 09:01:42AM +0100, Russel Winder wrote:
>> > [???]
>> > > Ditto it seems bzr-pipeline.
>> > [???]
>> >
>> > Well whilst it seems the bzr-pipeline package will install, it isn't
>> > compatible with bzr:
>> >
>> >     bzr 2.6.0 is too new for pipeline 1.4
>> Please file a bug.
>
> Done.

I'll get a fix up some point before the end of the day. Though, note
that is just a over-noisy warning. It does actually work:

asb at sid:~/foo$ bzr add-pipe pipe2
bzr 2.6.0 is too new for pipeline 1.4
Tree is up to date at revision 1.
Created and switched to pipe "pipe2".
asb at sid:~/foo$ bzr add-pipe pipe3
bzr 2.6.0 is too new for pipeline 1.4
Tree is up to date at revision 1.
Created and switched to pipe "pipe3".
asb at sid:~/foo$ bzr show-pipeline
bzr 2.6.0 is too new for pipeline 1.4
   foo
   pipe2
*  pipe3
asb at sid:~/foo$   echo "hello" > new
asb at sid:~/foo$   bzr add
bzr 2.6.0 is too new for pipeline 1.4
adding new
asb at sid:~/foo$   bzr commit -m "Added file new"
bzr 2.6.0 is too new for pipeline 1.4
Committing to: /home/asb/foo/.bzr/branches/pipe3/
added new
Committed revision 2.
asb at sid:~/foo$ bzr pump
bzr 2.6.0 is too new for pipeline 1.4
asb at sid:~/foo$ bzr pipe-patches
bzr 2.6.0 is too new for pipeline 1.4
asb at sid:~/foo$ ls
00-foo.patch  01-pipe2.patch  02-pipe3.patch  bar  new
asb at sid:~/foo$ cat 02-pipe3.patch
=== added file 'new'
--- new 1970-01-01 00:00:00 +0000
+++ new 2013-08-06 16:48:55 +0000
@@ -0,0 +1,1 @@
+hello

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer <https://launchpad.net/~andrewsomething>
   Debian Developer <http://qa.debian.org/developer.php?login=asb>
   PGP/GPG Key ID: D53FDCB1



More information about the Pkg-bazaar-maint mailing list