[gnome-continuous] task: Remove resultdir
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] task: Remove resultdir
- Date: Wed, 9 Oct 2013 22:06:59 +0000 (UTC)
commit eac57cf40a8efb1fa39f6dddae548c20df3953d8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Oct 9 18:05:57 2013 -0400
task: Remove resultdir
It's unused.
src/js/task.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/js/task.js b/src/js/task.js
index f103fa0..01d2215 100644
--- a/src/js/task.js
+++ b/src/js/task.js
@@ -338,8 +338,6 @@ const Task = new Lang.Class({
BuildUtil.checkIsWorkDirectory(this.workdir);
this.builddir = Gio.File.new_for_path(GLib.getenv('_OSTBUILD_BUILDDIR'));
- this.resultdir = this.workdir.get_child('results');
- GSystem.file_ensure_directory(this.resultdir, true, null);
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]