[gnome-continuous] task: Fix builddisks
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] task: Fix builddisks
- Date: Thu, 10 Oct 2013 17:18:40 +0000 (UTC)
commit 474fc2b6e51ce6723a75f2ce9e182a2bde8a574d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Oct 10 13:17:33 2013 -0400
task: Fix builddisks
We need to set this._buildName
src/js/task.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/js/task.js b/src/js/task.js
index 477f4a1..3f6d40c 100644
--- a/src/js/task.js
+++ b/src/js/task.js
@@ -343,6 +343,8 @@ const Task = new Lang.Class({
BuildUtil.checkIsWorkDirectory(this.workdir);
this.builddir = Gio.File.new_for_path(GLib.getenv('_OSTBUILD_BUILDDIR'));
+ this._buildName = this.builddir.get_basename();
+
this.mirrordir = this.workdir.get_child('src');
GSystem.file_ensure_directory(this.mirrordir, true, null);
this.cachedir = this.workdir.resolve_relative_path('cache/raw');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]