[gnome-ostree/wip/gjs-round2] gitmirror: Need to also mirror base system



commit 78e93b52e558aa07c0cdfc4eb7adb6207f261902
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 13 13:01:14 2012 -0500

    gitmirror: Need to also mirror base system
    
    Otherwise we won't have the right version.

 src/ostbuild/js/git_mirror.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ostbuild/js/git_mirror.js b/src/ostbuild/js/git_mirror.js
index 2c445af..6dc5b1c 100644
--- a/src/ostbuild/js/git_mirror.js
+++ b/src/ostbuild/js/git_mirror.js
@@ -68,6 +68,7 @@ const GitMirror = new Lang.Class({
 	    }
             this._snapshot['components'] = resolvedComponents;
             this._snapshot['patches'] = BuildUtil.resolveComponent(this._snapshot, this._snapshot['patches']);
+            this._snapshot['base'] = BuildUtil.resolveComponent(this._snapshot, this._snapshot['base']);
         } else {
 	    [this._snapshot, this._snapshotPath] = Snapshot.load(this._srcDb, this.prefix, args.snapshot, cancellable);
 	}



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