Debian package files

2011-02-15 Thread Mike Owens
I have Debianized the C++ broker and am keeping it in my own git repo.
If you would like to include it in the source you are welcome to it.
It's not perfect (yet) but it builds and packages the broker, header
files, library. Tested only on Ubuntu but I'm sure it works fine with
Debian as well.

-- Mike

-- 
http://about.me/mikeowens/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Debian package files

2011-02-15 Thread Mike Owens
Okay. I'll do that. But I will first try to get it to as near perfect as I can.

-- Mike

On Tue, Feb 15, 2011 at 4:07 PM, Steve Huston shus...@riverace.com wrote:
 Hi Mike,

 I have Debianized the C++ broker and am keeping it in my own
 git repo. If you would like to include it in the source you
 are welcome to it. It's not perfect (yet) but it builds and
 packages the broker, header files, library. Tested only on
 Ubuntu but I'm sure it works fine with Debian as well.

 Great - if you'd like to contribute it, please open a jira, attach your
 package files (and be sure to check the box licensing them to ASF). If I
 have time and can get it in with the blessing of the Release Master,
 I'll add it.

 -- Mike

 --
 http://about.me/mikeowens/

 Cool page :-)

 -Steve


 -
 Apache Qpid - AMQP Messaging Implementation
 Project:      http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org





-- 
http://about.me/mikeowens/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



git repo

2009-10-21 Thread Mike Owens
Is anyone using the git repo? I have tried both methods on the source page
and I get the following errors:

$ git clone git://jukka.zitting.name/qpid.git qpid
Initialized empty Git repository in /var/data/build/tmp/qpid/.git/
fatal: read error (Connection reset by peer)

$ git clone http://jukka.zitting.name/git/r/qpid.git qpid
Initialized empty Git repository in /var/data/build/tmp/qpid/.git/
fatal: http://jukka.zitting.name/git/r/qpid.git/info/refs not found: did you
run git update-server-info on the server?

Any ideas?

Mike


Re: git repo

2009-10-21 Thread Mike Owens
perfect. thanks.

On Wed, Oct 21, 2009 at 10:32 AM, Aidan Skinner aidan.skin...@gmail.comwrote:

 On Wed, Oct 21, 2009 at 4:30 PM, Aidan Skinner aidan.skin...@gmail.com
 wrote:
  On Wed, Oct 21, 2009 at 4:06 PM, Mike Owens mikeow...@gmail.com wrote:
 
  Is anyone using the git repo? I have tried both methods on the source
 page
  and I get the following errors:
 
  $ git clone git://jukka.zitting.name/qpid.git qpid
  Initialized empty Git repository in /var/data/build/tmp/qpid/.git/
  fatal: read error (Connection reset by peer)
 
  $ git clone http://jukka.zitting.name/git/r/qpid.git qpid
  Initialized empty Git repository in /var/data/build/tmp/qpid/.git/
  fatal: http://jukka.zitting.name/git/r/qpid.git/info/refs not found:
 did you
  run git update-server-info on the server?
 
  Ooof, those are quite out of date. Follow

 *Ahem*

 http://wiki.apache.org/general/GitAtApache

 basically git clone git://git.apache.org/qpid.git and away you go.

 - Aidan (who will now update the wiki)
 --
 Apache Qpid - AMQP, JMS, other messaging love http://qpid.apache.org
 A witty saying proves nothing - Voltaire

 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org