rename a build in buildbot

Viewed 819

Is there a way to rename a build in buildbot without losing all of the logs?

For instance I have several windows slaves which all might build: "Windows 2008+ DEBUG" but I want to rename this build to: "Windows 2008R2+ DEBUG".

How do I set compare_attr (if that's even what I need to do) so that all of the logs/etc... are included from the previous builds in the new one.

Can I manually rename the directories and expect everything to work? Experimentation has told me that will not work but maybe I can write a command to change certain things?

1 Answers
Related