#491 closed task (fixed)
Buildbot 0.7.11p3 upgrade
| Reported by: | Mateusz Łoskot | Owned by: | Mateusz Łoskot |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SysAdmin | Keywords: | buildbot |
| Cc: |
Description
Following [mhttp://lists.osgeo.org/pipermail/sac/2009-October/002038.html announcement] on the list, I'm attempting to upgrade OSGeo Buildbot installation. This ticket is dedicated to record the upgrade process.
Next, I'm going to move slaves, particularly heavy slaves, off buildbot.osgeo.org to buildtest.osgeo.org
Change History (5)
comment:1 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Upgrade completed.
Heavy slaves migration put to separate task (#492)
comment:5 by , 15 years ago
Note, during the #492 migration I reorganised management scripts and configuration, so it's more flexible to maintain distributed instances. So, the instructions above are not re-applicable as presented, in case one needs to do it in future, because paths have changed.
The OSGeo Wiki will be updated.

OSGeo Buildbot Upgrade Procedure
[mloskot@xblade14 ~]$ buildbot --version Buildbot version: 0.7.10p1 Twisted version: 8.1.0 [mloskot@xblade14 ~]$ more /usr/bin/buildbot #!/usr/bin/python # EASY-INSTALL-SCRIPT: 'buildbot==0.7.10p1','buildbot' __requires__ = 'buildbot==0.7.10p1' import pkg_resources pkg_resources.run_script('buildbot==0.7.10p1', 'buildbot')[mloskot@xblade14 ~]$ buildbot --version Buildbot version: 0.7.11p3 Twisted version: 8.1.0 [mloskot@xblade14 ~]$ cat /usr/bin/buildbot #!/usr/bin/python # EASY-INSTALL-SCRIPT: 'buildbot==0.7.11p3','buildbot' __requires__ = 'buildbot==0.7.11p3' import pkg_resources pkg_resources.run_script('buildbot==0.7.11p3', 'buildbot')Done.