Changes between Version 4 and Version 5 of NightlyBuilds
- Timestamp:
- 08/06/09 20:33:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NightlyBuilds
v4 v5 1 1 = Nightly Builds = 2 2 3 '''WARNING!!! ''' Nightly builds are ''meant'' to be unstable, the are primarily expected to be used for testing and by no means advised for production. Sometimes they might not even build at all. Moreover, the build host is a privately owned machine and may go down for indefinite amounts of time. There are no warranties whatsoever and when it eats your dog or induces cancer on your neighbors don't tell us that you haven't been warned.3 '''WARNING!!! ''' Nightly builds are ''meant'' to be unstable, they are primarily expected to be used for testing and by no means advised for production. Sometimes they might not even build at all. Moreover, the build host is a privately owned machine and may go down for indefinite amounts of time. There are no warranties whatsoever and when it eats your dog or induces cancer on your neighbours don't tell us that you haven't been warned. 4 4 5 We have currently set up a machine which builds nightly RPM packages from the snapshot of the master Git branch at around 4:30 (GMT+3) for a number of platforms and architectures (EL 5, FC11, FC10, both x86 and x86_64). Other distributions might be added later on if there is a demand for that, provided that they are supported by mock. The raw package tree is available here:5 We have currently set up a machine which builds nightly RPM packages from the snapshot of the master Git branch at around 4:30 (GMT+3) for a number of platforms and architectures (EL4, EL5, FC11, FC10, both x86 and x86_64). Other distributions might be added later on if there is a demand for that, provided that they are supported by mock. The raw package tree is available here: 6 6 7 * http://rpm.zaytsev.net/mc /7 * http://rpm.zaytsev.net/mc-git/ 8 8 9 9 == Buildlogs == 10 10 11 * [http://rpm.zaytsev.net/mc/epel-5-i386/build.log RHEL 5, x86] 12 * [http://rpm.zaytsev.net/mc/epel-5-x86_64/build.log RHEL 5, x86_64] 13 * [http://rpm.zaytsev.net/mc/fedora-11-i386/build.log FC11, x86] 14 * [http://rpm.zaytsev.net/mc/fedora-11-x86_64/build.log FC11, x86_64] 15 * [http://rpm.zaytsev.net/mc/fedora-10-i386/build.log FC10, x86] 16 * [http://rpm.zaytsev.net/mc/fedora-10-x86_64/build.log FC10, x86_64] 11 * [http://rpm.zaytsev.net/mc-git/epel-4-i386/build.log RHEL 4, x86] 12 * [http://rpm.zaytsev.net/mc-git/epel-4-x86_64/build.log RHEL 4, x86_64] 13 * [http://rpm.zaytsev.net/mc-git/epel-5-i386/build.log RHEL 5, x86] 14 * [http://rpm.zaytsev.net/mc-git/epel-5-x86_64/build.log RHEL 5, x86_64] 15 * [http://rpm.zaytsev.net/mc-git/fedora-10-i386/build.log FC10, x86] 16 * [http://rpm.zaytsev.net/mc-git/fedora-10-x86_64/build.log FC10, x86_64] 17 * [http://rpm.zaytsev.net/mc-git/fedora-11-i386/build.log FC11, x86] 18 * [http://rpm.zaytsev.net/mc-git/fedora-11-x86_64/build.log FC11, x86_64] 17 19 18 20 == Testing repos == 19 21 20 If you really feel like playing with the fire, you can set up the following '''/etc/yum.repos.d/mc.repo''' entries (please note, that we are unable to sign those packages at the moment!):22 If you really feel like playing with fire, you can set up the following '''/etc/yum.repos.d/mc.repo''' entries (please note, that we are unable to sign these packages at the moment!): 21 23 22 '''RHEL 5, CentOS 5,etc.'''24 '''RHEL 4, CentOS 4, RHEL 5, CentOS 5 etc.''' 23 25 24 ''x86''25 26 {{{ 26 27 [mc] 27 28 name=Midnight Commander nightly builds 28 baseurl=http://rpm.zaytsev.net/mc/epel-5-i386/ 29 baseurl=http://rpm.zaytsev.net/mc-git/epel-$releasever-$basearch/ 30 enabled=1 29 31 gpgcheck=0 30 32 }}} 31 33 32 ''x86_64'' 34 '''Fedora Core 10 and Fedora Core 11''' 35 33 36 {{{ 34 37 [mc] 35 38 name=Midnight Commander nightly builds 36 baseurl=http://rpm.zaytsev.net/mc/epel-5-x86_64/ 37 gpgcheck=0 38 }}} 39 40 '''Fedora Core 11''' 41 42 ''x86'' 43 {{{ 44 [mc] 45 name=Midnight Commander nightly builds 46 baseurl=http://rpm.zaytsev.net/mc/fedora-11-i386/ 47 gpgcheck=0 48 }}} 49 50 ''x86_64'' 51 {{{ 52 [mc] 53 name=Midnight Commander nightly builds 54 baseurl=http://rpm.zaytsev.net/mc/fedora-11-x86_64/ 55 gpgcheck=0 56 }}} 57 58 '''Fedora Core 10''' 59 60 ''x86'' 61 {{{ 62 [mc] 63 name=Midnight Commander nightly builds 64 baseurl=http://rpm.zaytsev.net/mc/fedora-10-i386/ 65 gpgcheck=0 66 }}} 67 68 ''x86_64'' 69 {{{ 70 [mc] 71 name=Midnight Commander nightly builds 72 baseurl=http://rpm.zaytsev.net/mc/fedora-10-x86_64/ 39 baseurl=http://rpm.zaytsev.net/mc-git/fedora-$releasever-$basearch/ 40 enabled=1 73 41 gpgcheck=0 74 42 }}}