[gnome-continuous] Last remaining occurrence of 'tarball'



commit a21eb95e942fa0f28400b67aca54cc25fa65b5c4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Feb 12 16:30:00 2016 +0000

    Last remaining occurrence of 'tarball'
    
    This should take care of build failures for missing mirrors.

 src/js/vcs.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/vcs.js b/src/js/vcs.js
index fef8338..d08f642 100644
--- a/src/js/vcs.js
+++ b/src/js/vcs.js
@@ -83,7 +83,7 @@ function getVcsCheckout(mirrordir, component, dest, cancellable, params) {
        addUpstream = true;
     } else if (keytype == 'tarball' || keytype == 'zipfile') {
        revision = keytype + '-import-' + component['checksum'];
-       moduleMirror = getMirrordir(mirrordir, 'tarball', component['name']);
+       moduleMirror = getMirrordir(mirrordir, keytype, component['name']);
        addUpstream = false;
     } else {
        throw new Error("Unsupported src uri");


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