drizzle
Profile
Search
 
Hosted by The Rackspace Cloud
Distributions/Packaging

Contents

Fedora/RHEL

Debian/Ubuntu

For Drizzle, see the Debian or Ubuntu package info.

% sudo apt-get install python-software-properties
% sudo add-apt-repository ppa:drizzle-developers/ppa
% sudo apt-get update
% sudo apt-get install drizzle-dev
% sudo add-apt-repository ppa:drizzle-developers/ppa
% sudo apt-get update
% sudo apt-get install drizzle
% sudo add-apt-repository ppa:drizzle-developers/trunk
% sudo apt-get update
% sudo apt-get install drizzle

There are three Drizzle debian packaging branches:

dpkg is where all packaging code work should go in between releases.

When it's time to release, that work should be merged in to debian, the release should be produced, and debian should be merged back into dpkg.

Any time changes are made to dpkg, they should be merged into nightly. Hudson does automated building from nightly and pushes back to it, but there is really no reason to every merge _from_ nightly into anything else. If hudson packaging hits a snag that needs new packaging control that work goes into dpkg and then into nightly.

FreeBSD

Gentoo