1 | | = Bcfg2 Downloads = |
2 | | |
3 | | [[TracNav]] |
4 | | |
5 | | == Prerequisites == |
6 | | Be sure to check the [wiki:Prereqs Prerequisites] page. |
7 | | |
8 | | == Source Downloads == |
9 | | |
10 | | All tarballs are signed with GPG key [http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x75BF2C177F7D197E 7F7D197E] or [http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x80B8492FA88FFF4B A88FFF4B]. You can verify your download by importing the key and running: |
11 | | {{{ |
12 | | $ gpg --recv-keys 0x75bf2c177f7d197e 0x80B8492FA88FFF4B |
13 | | $ gpg --verify bcfg2-<version>.tar.gz.gpg bcfg2-<version>.tar.gz |
14 | | }}} |
15 | | |
16 | | === Current stable release === |
17 | | |
18 | | || '''Version''' || '''URL''' || '''GPG key''' || '''Release Date''' || '''Release Notes''' || '''md5sum''' || '''md6sum''' || |
19 | | || 1.3.3 || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.3.3.tar.gz bcfg2-1.3.3.tar.gz] || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.3.3.tar.gz.gpg bcfg2-1.3.3.tar.gz.gpg] || 11/8/13 || [wiki:ReleaseAnnouncement/1.3.3] || 1ac3d3a4c5b134a3f23b3da63cfe2a1b || 9aaec2e783ca66655c358db211bf78ddbc06fc13b0720e8ece5352c9a2d0a0c4 || |
20 | | |
21 | | === Current development release === |
22 | | |
23 | | || '''Version''' || '''URL''' || '''GPG key''' || '''Release Date''' || '''md5sum''' || '''md6sum''' || |
24 | | || 1.3.0rc2 || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.3.0rc2.tar.gz bcfg2-1.3.0rc2.tar.gz] || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.3.0rc2.tar.gz.gpg bcfg2-1.3.0rc2.tar.gz.gpg] || 1/29/13 || 6bb429fbbbd16ffab090a1138f0a0626 || c6c3008ab13db7dfa69c0f1655712966f296d5656a336b106c123ad85843dcd8 || |
25 | | |
26 | | === Older releases === |
27 | | |
28 | | || '''Version''' || '''URL''' || '''GPG key''' || '''Release Date''' || '''md5sum''' || |
29 | | || 1.2.4 || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.2.4.tar.gz bcfg2-1.2.4.tar.gz] || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.2.4.tar.gz.gpg bcfg2-1.2.4.tar.gz.gpg] || 3/26/13 || 92e3878ff04fe6552d6bcc9b34360154 || |
30 | | || 1.1.3 || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.1.3.tar.gz bcfg2-1.1.3.tar.gz] || [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.1.3.tar.gz.gpg bcfg2-1.1.3.tar.gz.gpg] || 09/19/11 || 6ea6bf7864a8459b3f0ccd2cb278c269 || |
31 | | || 1.0.1 || [ftp://ftp.mcs.anl.gov/pub/bcfg/archive/bcfg2-1.0.1.tar.gz bcfg2-1.0.1.tar.gz] || [ftp://ftp.mcs.anl.gov/pub/bcfg/archive/bcfg2-1.0.1.tar.gz.gpg bcfg2-1.0.1.tar.gz.gpg] || 1/21/10 || 6fbf36acc5cc58b2504a25c25cad3921 || |
32 | | |
33 | | |
34 | | You can also get the latest (possibly broken) code via git: |
35 | | {{{ |
36 | | git clone git://git.mcs.anl.gov/bcfg2.git |
37 | | }}} |
38 | | |
39 | | == Binary Packages == |
40 | | |
41 | | * Binary packages for a number of architectures and distributions are described on the [wiki:PrecompiledPackages] page. |
42 | | |
43 | | == Other == |
44 | | |
45 | | * More software (including pre-releases) is available at ftp://ftp.mcs.anl.gov/pub/bcfg. |
46 | | * An archive of old releases can be found at ftp://ftp.mcs.anl.gov/pub/bcfg/archive. |
| 1 | This page has moved to http://bcfg2.org/download/. |