From b5273eed7aac738e60b3bcbfdc4e8dab5e85cfde Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 20 Feb 2013 18:26:26 +0100 Subject: [PATCH] Don't generate clashing IDs --- src/root/build-deps.tt | 2 ++ src/root/deps.tt | 2 -- src/root/runtime-deps.tt | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/root/build-deps.tt b/src/root/build-deps.tt index 5aa4bd1e..157b113e 100644 --- a/src/root/build-deps.tt +++ b/src/root/build-deps.tt @@ -1,5 +1,7 @@ [% PROCESS deps.tt %] +[% global.nodeId = 10000 %] +