[gnome-continuous] build: Fix previous patch
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] build: Fix previous patch
- Date: Mon, 30 Jun 2014 21:26:59 +0000 (UTC)
commit 358f447391d527f8d09b1bfbb6aa2e4cb9fc2d51
Author: Colin Walters <walters verbum org>
Date: Mon Jun 30 17:26:30 2014 -0400
build: Fix previous patch
I was experimenting and accidentally committed local testing bits.
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 d6cfa71..a62a67b 100644
--- a/src/js/tasks/task-build.js
+++ b/src/js/tasks/task-build.js
@@ -704,7 +704,7 @@ const TaskBuild = new Lang.Class({
'--mount-bind', '/', '/sysroot',
'--mount-proc', '/proc',
'--mount-bind', '/dev', '/dev',
- '--mount-bind', '/tmp', '/sysroot/tmp',
+ '--mount-bind', '/tmp', '/tmp',
'--mount-bind', componentSrc.get_path(), chrootSourcedir.get_path(),
'--mount-bind', componentResultdir.get_path(), '/ostbuild/results',
'--chdir', chrootChdir.get_path(),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]