Changes between Version 18 and Version 19 of PrecompiledPackages


Ignore:
Timestamp:
12/15/09 02:55:38 (13 years ago)
Author:
dclark
Comment:

Added unofficial debian packages

Legend:

Unmodified
Added
Removed
Modified
  • PrecompiledPackages

    v18 v19  
    5151These are unofficial packages that are not maintained by the official mechanisms of the upstream distribution; we are trying to get more recent versions of Bcfg2 into distributions, but often you will need to use one of these. 
    5252 
     53== Debian and gNewSense 3 and later == 
     54Until a better alternative is found, these are built manually and made available via http://debian.bcfg2.org 
     55 
     56After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: 
     57{{{ 
     58sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys AA95C349 
     59sudo aptitude update 
     60sudo aptitude install bcfg2 
     61}}} 
     62 
     63And if you also want the server: 
     64{{{ 
     65sudo aptitude install bcfg2-server 
     66}}} 
     67 
     68=== Stable Releases === 
     69We will strive to only have stable, working releases that have gone through testing in these repositories. 
     70 
     71==== Debian Lenny / gNewSense 3 ==== 
     72{{{ 
     73# /etc/apt/sources.list.d/bcfg2.list 
     74# sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys AA95C349 
     75deb http://debian.bcfg2.org lenny stable 
     76deb-src http://debian.bcfg2.org lenny stable 
     77}}} 
     78 
     79=== Testing releases === 
     80These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. 
     81 
     82==== Debian Lenny / gNewSense 3 ==== 
     83{{{ 
     84# /etc/apt/sources.list.d/bcfg2.list 
     85# sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys AA95C349 
     86deb http://debian.bcfg2.org lenny testing 
     87deb-src http://debian.bcfg2.org lenny testing 
     88}}} 
     89 
    5390== Ubuntu Launchpad Bcfg2 PPA == 
    5491Ubuntu, gNewSense and Trisquel Packages are made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team.