Hi! I have installed the Wireshark sources and built a working executable under Windows Vista SP2. I occasionally update the sources using TortoiseSVN to a more recent revision (after checking the Wireshark Recent Builds Summary Page). Lately, there have been many failures (it seems there is at least one failure on some platform for every revision). I'm currently using revision 34673 and I was wondering if there was a location/link where I could quickly find the last revision that built successfully on all platforms. Would it be possible to add this piece of information to the Wireshark Buildbot Welcome Page and have it automatically updated? If not, is there an easy/quick way to get this (without just brute force searching through the build results until I find a revision with all six platforms succeeding)? Thanks in advance! Jim asked 26 Jan '11, 16:10 jim_demarco edited 30 Jan '11, 11:04 Guy Harris ♦♦ |
2 Answers:
There's no mechanism for that. Note that
answered 30 Jan '11, 11:08 Guy Harris ♦♦ Thanks for the answer ("No") and the explanatory notes. My intent was to easily find a recent "good" (see my definition) revision to use to minimize the likelihood of problems in bleeding-edge code. I don't update my sources very often and was trying to come up with a reasonable strategy for when to do so (that is, update the sources more frequently than when a stable release comes out). (30 Jan '11, 16:33) jim_demarco |
You may not be able to get the executable of exact reversion, But if it is in latest revision not dropped due to critical bugs or something then you can always pick up latest development executable's http://www.wireshark.org/download/automated/win32. Go to parent directory and find relevant binary for other platforms. answered 04 Sep '12, 01:41 Harsha edited 04 Sep '12, 01:41 |
What do you mean by "good" here?
If you mean "stable and reliable", we make no claim that any of the buildbot builds are "good" - if you want a stable and reliable build, stick with the stable releases (currently 1.2.x and 1.4.x). If you're willing to sacrifice some stability and reliability for Shiny New Features, but don't want to live on the bleeding edge, try one of the trunk development releases (currently 1.5.x).
Hi Guy!
By "good", I only mean "builds successfully on all platforms". I know that a successful build doesn't imply a working build, but it's one less hurdle to deal with.