[zorg] r190264 - [llvmlab] Latest validated builds are now in the validated builds not latest_validated.

Michael Gottesman mgottesman at apple.com
Sat Sep 7 19:02:14 PDT 2013


Author: mgottesman
Date: Sat Sep  7 21:02:14 2013
New Revision: 190264

URL: http://llvm.org/viewvc/llvm-project?rev=190264&view=rev
Log:
[llvmlab] Latest validated builds are now in the validated builds not latest_validated.

The reason for the change was that I wanted to be able to have for each builder
a list of all validated builds (internally just symlinks). Since those builds
were not 'latest' I felt the directory rename was important to do to prevent
confusion.

Modified:
    zorg/trunk/zorg/buildbot/util/artifacts.py

Modified: zorg/trunk/zorg/buildbot/util/artifacts.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/util/artifacts.py?rev=190264&r1=190263&r2=190264&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/util/artifacts.py (original)
+++ zorg/trunk/zorg/buildbot/util/artifacts.py Sat Sep  7 21:02:14 2013
@@ -179,7 +179,7 @@ def determine_url(props):
     # we will fall back to the latest_validated build for the use_builder
     # property if it exists, otherwise, fall back to the latest_validated build
     # for this builder.
-    curl = base_download_url + '/latest_validated/'
+    curl = base_download_url + '/validated_builds/'
     if props.has_key('use_builder'):
         curl += props['use_builder'] + '.tar.gz'
     else:





More information about the llvm-commits mailing list