Closed
Bug 807037
Opened 12 years ago
Closed 12 years ago
Commited buildbot version is different than version installed on slaves
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: armenzg, Unassigned)
Details
It seems that we install from http://scl-production-puppet.build.scl1.mozilla.com/production/python-packages/ the 0.8.4-pre-moz2 version [1]
but we have the 0.8.2 version committed in our repos.
This is not a matter of mxr caching a different branch.
Armens-MacBook-Air:buildbot armenzg$ hg up -r production-0.8
254 files updated, 0 files merged, 83 files removed, 0 files unresolved
Armens-MacBook-Air:buildbot armenzg$ cat slave/buildslave/VERSION
0.8.2
Armens-MacBook-Air:buildbot armenzg$ hg up -r default
5 files updated, 0 files merged, 1 files removed, 0 files unresolved
Armens-MacBook-Air:buildbot armenzg$ cat slave/buildslave/VERSION
0.8.2
[1]
https://wiki.mozilla.org/ReferencePlatforms/Test/Win7#Install_Buildbot
Comment 1•12 years ago
|
||
(In reply to Armen Zambrano G. [:armenzg] from comment #0)
> It seems that we install from
> http://scl-production-puppet.build.scl1.mozilla.com/production/python-
> packages/ the 0.8.4-pre-moz2 version [1]
> but we have the 0.8.2 version committed in our repos.
>
> This is not a matter of mxr caching a different branch.
>
> Armens-MacBook-Air:buildbot armenzg$ hg up -r production-0.8
> 254 files updated, 0 files merged, 83 files removed, 0 files unresolved
> Armens-MacBook-Air:buildbot armenzg$ cat slave/buildslave/VERSION
> 0.8.2
> Armens-MacBook-Air:buildbot armenzg$ hg up -r default
> 5 files updated, 0 files merged, 1 files removed, 0 files unresolved
> Armens-MacBook-Air:buildbot armenzg$ cat slave/buildslave/VERSION
> 0.8.2
>
> [1]
> https://wiki.mozilla.org/ReferencePlatforms/Test/Win7#Install_Buildbot
We are actually on 0.8.4-* based on the |slaves| branch in buildbot, e.g. tip is 9dc77b3a5f14 and we merged in 0.8.4 to that branch on 17ee0ed21ca2
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•