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>2016-11-08 22:46:54 +0300
committerAlexis Christoforides <alexis@thenull.net>2016-11-08 23:12:45 +0300
commitbaa20e0b6e60a96cc850d521ff87e2b2eb69ca7d (patch)
treec093dd89e1f4218f8c58d807cc20590a53d7b389 /bockbuild.py
parent733d0b6fa588c1b56cdff05b99e7731c8373ab85 (diff)
Allow multiple deploys for a package.
Will be used later to put together the stage + package contents simultaneously
Diffstat (limited to 'bockbuild.py')
-rwxr-xr-xbockbuild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bockbuild.py b/bockbuild.py
index 7c4f698..649aa02 100755
--- a/bockbuild.py
+++ b/bockbuild.py
@@ -213,6 +213,8 @@ class Bockbuild:
if stage_invalidated:
ensure_dir (stage, purge = True)
+ for package in packages.values():
+ package.deploy_requests.append (stage)
for package in packages.values():
package.start_build(arch, stage, stage)