Repository: cordova-medic Updated Branches: refs/heads/master db92ae5c6 -> 2d555eeff
Using better interpreter string for the Python files. Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/2d555eef Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/2d555eef Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/2d555eef Branch: refs/heads/master Commit: 2d555eeff32c93ee9b7689d047fcedd74d3d6fe2 Parents: db92ae5 Author: Dmitry Blotsky <[email protected]> Authored: Tue Feb 23 14:28:07 2016 -0800 Committer: Dmitry Blotsky <[email protected]> Committed: Tue Feb 23 14:28:18 2016 -0800 ---------------------------------------------------------------------- buildbot-conf/cordova-extra.conf.sample | 2 ++ buildbot-conf/cordova.conf | 3 +-- buildbot-conf/projects.conf | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/2d555eef/buildbot-conf/cordova-extra.conf.sample ---------------------------------------------------------------------- diff --git a/buildbot-conf/cordova-extra.conf.sample b/buildbot-conf/cordova-extra.conf.sample index bca6a81..b0c65aa 100644 --- a/buildbot-conf/cordova-extra.conf.sample +++ b/buildbot-conf/cordova-extra.conf.sample @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # NOTE: # this file gets executed at the bottom of cordova.conf, and # has access to all of its globals http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/2d555eef/buildbot-conf/cordova.conf ---------------------------------------------------------------------- diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf index 5281c8d..263bdd5 100644 --- a/buildbot-conf/cordova.conf +++ b/buildbot-conf/cordova.conf @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import re @@ -575,7 +575,6 @@ c['schedulers'].extend([ # run the extra config file as if it was pasted # below, passing it a copy of our globals extra_config_path = os.path.join(FP, EXTRA_CONFIG_FILE_NAME) -if os.path.exists(extra_config_path): print 'Loading extra Cordova config' globals_copy = globals().copy() execfile(extra_config_path, globals_copy, globals_copy) http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/2d555eef/buildbot-conf/projects.conf ---------------------------------------------------------------------- diff --git a/buildbot-conf/projects.conf b/buildbot-conf/projects.conf index 926bd74..a139e6d 100644 --- a/buildbot-conf/projects.conf +++ b/buildbot-conf/projects.conf @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python def one_file(f, symbols_to_keep = set()): globals_copy = globals().copy() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
