From 49f037197a026e4650fe2881b1609a80f057b5db Mon Sep 17 00:00:00 2001 From: John Okely Date: Wed, 20 May 2015 12:22:43 +0800 Subject: [PATCH] Add ability to create 2.9 branches and fill 2.9 tracker fields --- mdk/config-dist.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdk/config-dist.json b/mdk/config-dist.json index 9e426b0..aa0f099 100644 --- a/mdk/config-dist.json +++ b/mdk/config-dist.json @@ -120,6 +120,10 @@ "branch" : "Pull 2.8 Branch", "diffurl" : "Pull 2.8 Diff URL" }, + "29" : { + "branch" : "Pull 2.9 Branch", + "diffurl" : "Pull 2.9 Diff URL" + }, "master" : { "branch" : "Pull Master Branch", "diffurl" : "Pull Master Diff URL" @@ -237,7 +241,7 @@ "useCacheAsUpstreamRemote": true, // You should not edit this, this is the branch that is considered as master by developers. - "masterBranch": 29, + "masterBranch": 30, // Aliases for MDK commands. // An alias starting with a ! will be executed through the command line. Those also -- 2.11.0