| 1 |
Wed Apr 16 14:26:36 MDT 2008 zooko@zooko.com |
|---|
| 2 |
* log the version of buildbot source code in creation of master |
|---|
| 3 |
|
|---|
| 4 |
Wed Apr 16 14:26:42 MDT 2008 zooko@zooko.com |
|---|
| 5 |
* log the version of buildbot at startup of slave |
|---|
| 6 |
|
|---|
| 7 |
New patches: |
|---|
| 8 |
|
|---|
| 9 |
[log the version of buildbot source code in creation of master |
|---|
| 10 |
zooko@zooko.com**20080416202636] { |
|---|
| 11 |
hunk ./buildbot/master.py 20 |
|---|
| 12 |
+import buildbot |
|---|
| 13 |
hunk ./buildbot/master.py 451 |
|---|
| 14 |
+ log.msg("Creating BuildMaster -- buildbot.version: %s" % buildbot.version) |
|---|
| 15 |
} |
|---|
| 16 |
|
|---|
| 17 |
[log the version of buildbot at startup of slave |
|---|
| 18 |
zooko@zooko.com**20080416202642] { |
|---|
| 19 |
hunk ./buildbot/slave/bot.py 3 |
|---|
| 20 |
+ |
|---|
| 21 |
+import buildbot |
|---|
| 22 |
hunk ./buildbot/slave/bot.py 470 |
|---|
| 23 |
- log.msg("Creating BuildSlave") |
|---|
| 24 |
+ log.msg("Creating BuildSlave -- buildbot.version: %s" % buildbot.version) |
|---|
| 25 |
} |
|---|
| 26 |
|
|---|
| 27 |
Context: |
|---|
| 28 |
|
|---|
| 29 |
[bump version to 0.7.7+ while between releases |
|---|
| 30 |
warner@lothar.com**20080415203010] |
|---|
| 31 |
[TAG buildbot-0.7.7 |
|---|
| 32 |
warner@lothar.com**20080330025903] |
|---|
| 33 |
Patch bundle hash: |
|---|
| 34 |
9688f8ebabc5448b8f221e93985faf48143563ca |
|---|