[gnome-ostree] build: When we fail, do note which components we rebuilt anyways



commit b80e7dab7107c0696d56089204757072b23e04ae
Author: Colin Walters <walters verbum org>
Date:   Tue Sep 10 11:29:51 2013 -0400

    build: When we fail, do note which components we rebuilt anyways
    
    Since it's useful to see what succeeded too.

 src/js/tasks/task-build.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/task-build.js b/src/js/tasks/task-build.js
index cac607c..1de5fde 100644
--- a/src/js/tasks/task-build.js
+++ b/src/js/tasks/task-build.js
@@ -655,7 +655,7 @@ const TaskBuild = new Lang.Class({
        try {
            proc.wait_sync_check(cancellable);
        } catch (e) {
-           this._writeStatus('failed: ' + basename, cancellable);
+           this._writeStatus('built: ' + this._rebuiltComponents.join(' ') + ' failed: ' + basename, 
cancellable);
            print("Build of " + basename + " failed");
            throw e;
        }


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