| 55 | |
| 56 | === Stable Releases === |
| 57 | We 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 |
| 64 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
| 65 | deb-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 |
| 73 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
| 74 | deb-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 |
| 82 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
| 83 | deb-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 |
| 91 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
| 92 | deb-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 |
| 100 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
| 101 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
| 102 | }}} |
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 | | |