[gnome-continuous] build.g.o: Remove Resolve task from web page



commit 9bdc886c08915c2321c042fb8898542a31d58467
Author: Colin Walters <walters verbum org>
Date:   Sun Feb 2 09:04:37 2014 -0500

    build.g.o: Remove Resolve task from web page
    
    We don't handle the state where it's unchanged, and the build server
    leaves a broken link.  We should fix that, but for now prettify by
    removing it.

 .../build.gnome.org/partials/gnome-continuous.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/extras/build.gnome.org/partials/gnome-continuous.html 
b/extras/build.gnome.org/partials/gnome-continuous.html
index e5c635b..f6241d0 100644
--- a/extras/build.gnome.org/partials/gnome-continuous.html
+++ b/extras/build.gnome.org/partials/gnome-continuous.html
@@ -9,8 +9,7 @@
   </p>
   
   <div>
-    <h3>Resolve+Build</h3>
-    <div>Resolve <a href="{{ resolve.href }}">{{ resolve.version }}</a> <span ng-if="!resolve.success" 
class="task-failed">Failed</span></div>
+    <h3>Build</h3>
     <div>Build <a href="{{ build.href }}">{{ build.version }}</a> <span ng-if="!build.success" 
class="task-failed">Failed</span></div>
     <div ng-if="buildData.built.length > 0">
       <ul>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]