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 | | }}} |
| 153 | Where <codename> is the release name (`lsb_release -c`) |