You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/01/14 19:41:13 UTC

[Cassandra Wiki] Update of "DebianPackaging" by EricEvans

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "DebianPackaging" page has been changed by EricEvans.
The comment on this change is: document git mirror of apache sources.
http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=5&rev2=6

--------------------------------------------------

  sudo aptitude install build-essential fakeroot git-buildpackage debhelper \
         openjdk-6-jdk ant
  
- # Get the source from git.apache.org
+ # Get the source from git.apache.org (or optionally: git://github.com/apache/cassandra.git)
  git clone git://git.apache.org/cassandra && cd cassandra
  
  # Add the debian packaging repo as a remote.