[gnome-ostree] autobuilder: Drop deleted --skip-vcs-matches argument for build
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] autobuilder: Drop deleted --skip-vcs-matches argument for build
- Date: Sat, 15 Dec 2012 21:00:13 +0000 (UTC)
commit 6f4e9a9afda1b0e64da4b146c02ab9c346dfed12
Author: Colin Walters <walters verbum org>
Date: Sat Dec 15 15:59:49 2012 -0500
autobuilder: Drop deleted --skip-vcs-matches argument for build
No longer needed, it's the default.
src/ostbuild/js/autobuilder.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/ostbuild/js/autobuilder.js b/src/ostbuild/js/autobuilder.js
index 822950b..e12c323 100644
--- a/src/ostbuild/js/autobuilder.js
+++ b/src/ostbuild/js/autobuilder.js
@@ -178,8 +178,7 @@ const AutoBuilder = new Lang.Class({
let task = this._build_taskset.start();
let workdir = task.path;
- let args = ['ostbuild', 'build', '--skip-vcs-matches',
- '--src-snapshot=' + this._source_snapshot_path.get_path()];
+ let args = ['ostbuild', 'build', '--src-snapshot=' + this._source_snapshot_path.get_path()];
args.push.apply(args, this._queued_force_builds);
this._queued_force_builds = [];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]