Changes between Version 4 and Version 5 of NightlyBuilds


Ignore:
Timestamp:
08/06/09 20:33:24 (15 years ago)
Author:
zaytsev
Comment:

EL4 updates etc.

Legend:

Unmodified
Added
Removed
Modified
  • NightlyBuilds

    v4 v5  
    11= Nightly Builds = 
    22 
    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. 
    44 
    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 (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: 
     5We 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: 
    66 
    7  * http://rpm.zaytsev.net/mc/ 
     7 * http://rpm.zaytsev.net/mc-git/ 
    88 
    99== Buildlogs == 
    1010 
    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] 
    1719 
    1820== Testing repos == 
    1921 
    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!): 
     22If 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!): 
    2123 
    22 '''RHEL 5, CentOS 5, etc.''' 
     24'''RHEL 4, CentOS 4, RHEL 5, CentOS 5 etc.''' 
    2325 
    24 ''x86'' 
    2526{{{ 
    2627[mc] 
    2728name=Midnight Commander nightly builds 
    28 baseurl=http://rpm.zaytsev.net/mc/epel-5-i386/ 
     29baseurl=http://rpm.zaytsev.net/mc-git/epel-$releasever-$basearch/ 
     30enabled=1 
    2931gpgcheck=0 
    3032}}} 
    3133 
    32 ''x86_64'' 
     34'''Fedora Core 10 and Fedora Core 11''' 
     35 
    3336{{{ 
    3437[mc] 
    3538name=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/ 
     39baseurl=http://rpm.zaytsev.net/mc-git/fedora-$releasever-$basearch/ 
     40enabled=1 
    7341gpgcheck=0 
    7442}}}