Changes between Version 14 and Version 15 of PrecompiledPackages


Ignore:
Timestamp:
12/11/09 15:30:08 (13 years ago)
Author:
dclark
Comment:

Fix formatting and ordering of ubuntu packages

Legend:

Unmodified
Added
Removed
Modified
  • PrecompiledPackages

    v14 v15  
    5353== Ubuntu Packages (Launchpad Bcfg2 PPA) == 
    5454Made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. 
     55 
     56=== Stable Releases === 
     57We will strive to only have stable, working releases that have gone through testing in these repositories. 
     58 
     59==== Ubuntu Hardy ==== 
     60{{{ 
     61# /etc/apt/sources.list.d/bcfg2.list 
     62# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     63# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
     64deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main  
     65deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main 
     66}}} 
     67 
     68==== Ubuntu Intrepid ==== 
     69{{{ 
     70# /etc/apt/sources.list.d/bcfg2.list 
     71# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     72# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
     73deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main  
     74deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main  
     75}}} 
     76 
     77==== Ubuntu Jaunty ==== 
     78{{{ 
     79# /etc/apt/sources.list.d/bcfg2.list 
     80# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     81# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
     82deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main  
     83deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main 
     84}}} 
     85 
     86==== Ubuntu Karmic ==== 
     87{{{ 
     88# /etc/apt/sources.list.d/bcfg2.list 
     89# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     90# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
     91deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main  
     92deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main 
     93}}} 
     94 
     95==== Ubuntu Lucid ==== 
     96{{{ 
     97# /etc/apt/sources.list.d/bcfg2.list 
     98# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     99# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
     100deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main  
     101deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main 
     102}}} 
    55103 
    56104=== Testing Releases === 
     
    121169}}} 
    122170 
    123 === Stable Releases === 
    124 We will strive to only have stable, working releases that have gone through testing in these repositories. 
    125  
    126 ==== Ubuntu Hardy ==== 
    127 # /etc/apt/sources.list.d/bcfg2.list 
    128 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    129 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    130 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main  
    131 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main 
    132  
    133 ==== Ubuntu Intrepid ==== 
    134 # /etc/apt/sources.list.d/bcfg2.list 
    135 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    136 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    137 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main  
    138 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main  
    139  
    140 ==== Ubuntu Jaunty ==== 
    141 # /etc/apt/sources.list.d/bcfg2.list 
    142 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    143 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    144 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main  
    145 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main 
    146  
    147 ==== Ubuntu Karmic ==== 
    148 # /etc/apt/sources.list.d/bcfg2.list 
    149 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    150 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    151 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main  
    152 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main 
    153  
    154 ==== Ubuntu Lucid ==== 
    155 # /etc/apt/sources.list.d/bcfg2.list 
    156 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    157 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    158 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main  
    159 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main 
    160  
    161171= Building Your Own = 
    162172You can build your own packages for more recent versions. See [wiki:BuildingDebianPackages] and [wiki:BuildingRPMPackages]