Changes between Version 43 and Version 44 of PrecompiledPackages


Ignore:
Timestamp:
10/16/11 15:33:03 (12 years ago)
Author:
solj
Comment:

Simplify Ubuntu section and remove old unsupported releases

Legend:

Unmodified
Added
Removed
Modified
  • PrecompiledPackages

    v43 v44  
    129129We will strive to only have stable, working releases that have gone through testing in these repositories. 
    130130 
    131 ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== 
    132131{{{ 
    133132# /etc/apt/sources.list.d/bcfg2.list 
    134 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     133# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/ppa 
    135134# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    136 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main 
    137 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main 
     135deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu <codename> main 
     136deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu <codename> main 
    138137}}} 
    139138 
    140 ==== Ubuntu Intrepid ==== 
     139Where <codename> is the release name (`lsb_release -c`) 
     140 
     141=== Testing Releases === 
     142These releases are volatile and may sometimes be broken. You shouldn't automatically update production systems against them. 
     143 
    141144{{{ 
    142145# /etc/apt/sources.list.d/bcfg2.list 
    143 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
     146# Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/<codename>testing 
    144147# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    145 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main 
    146 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main 
     148 
     149deb http://ppa.launchpad.net/bcfg2/<codename>testing/ubuntu <codename> main 
     150deb-src http://ppa.launchpad.net/bcfg2/<codename>testing/ubuntu <codename> main 
    147151}}} 
    148152 
    149 ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== 
    150 {{{ 
    151 # /etc/apt/sources.list.d/bcfg2.list 
    152 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    153 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    154 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main 
    155 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main 
    156 }}} 
    157  
    158 ==== Ubuntu Karmic ==== 
    159 {{{ 
    160 # /etc/apt/sources.list.d/bcfg2.list 
    161 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    162 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    163 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main 
    164 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main 
    165 }}} 
    166  
    167 ==== Ubuntu Lucid ==== 
    168 {{{ 
    169 # /etc/apt/sources.list.d/bcfg2.list 
    170 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    171 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    172 deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main 
    173 deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main 
    174 }}} 
    175  
    176 === Testing Releases === 
    177 These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. 
    178  
    179 ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== 
    180 (Tested under gNewSense DeltaH) 
    181 {{{ 
    182 # /etc/apt/sources.list.d/bcfg2.list 
    183 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting 
    184 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    185  
    186 deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main 
    187 deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main 
    188 }}} 
    189  
    190 ==== Ubuntu Intrepid ==== 
    191 {{{ 
    192 # /etc/apt/sources.list.d/bcfg2.list 
    193 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/intrepidtesting 
    194 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    195  
    196 deb http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main 
    197 deb-src http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main 
    198 }}} 
    199  
    200 ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== 
    201 (Tested under Trisquel Dwyn) 
    202 {{{ 
    203 # /etc/apt/sources.list.d/bcfg2.list 
    204 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/jauntytesting 
    205 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    206  
    207 deb http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main 
    208 deb-src http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main 
    209 }}} 
    210  
    211 ==== Ubuntu Karmic ==== 
    212 {{{ 
    213 # /etc/apt/sources.list.d/bcfg2.list 
    214 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/karmictesting 
    215 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    216  
    217 deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main 
    218 deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main 
    219 }}} 
    220  
    221 ==== Ubuntu Lucid ==== 
    222 {{{ 
    223 # /etc/apt/sources.list.d/bcfg2.list 
    224 # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/lucidtesting 
    225 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    226  
    227 deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main 
    228 deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main 
    229 }}} 
     153Where <codename> is the release name (`lsb_release -c`) 
    230154 
    231155== Unofficial RHEL / Centos Repository ==