Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2017-02-14 00:53:28 +0300
committerAlexis Christoforides <alexis@thenull.net>2017-02-14 00:53:28 +0300
commit6cb896df92574b692cf3f8fd59bac9c3e46821cf (patch)
tree2f082590e16d63e995fdd623379a401a10b10a78 /bockbuild.py
parent68e8ddd7306a221b98689d540a0728093e652b2d (diff)
Invoke full rebuild if there is no finished build. This is useful while setting up on a new builder, but can be a pain when working locally; override with ‘—unsafe’
Diffstat (limited to 'bockbuild.py')
-rwxr-xr-xbockbuild.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bockbuild.py b/bockbuild.py
index 0a702d3..8c280ca 100755
--- a/bockbuild.py
+++ b/bockbuild.py
@@ -312,8 +312,6 @@ class Bockbuild:
self.root, self.profile_name) + '_env.sh'
env.write_source_script(self.env_script)
- if not os.path.exists (self.env_file):
- return False
self.tracked_env.extend(env.serialize())
return is_changed(self.tracked_env, self.env_file)