From d6097b1085963a4665c8ad57acd6162d67429bcf Mon Sep 17 00:00:00 2001 From: Gregory Newman-Smith Date: Thu, 27 Jun 2024 11:38:02 +0100 Subject: [PATCH] CBG-4052: setup 3.1.9 builds --- manifest/3.1.xml | 4 ++-- manifest/3.1/3.1.8.xml | 30 ++++++++++++++++++++++++++++++ manifest/product-config.json | 14 ++++++++++++-- 3 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 manifest/3.1/3.1.8.xml diff --git a/manifest/3.1.xml b/manifest/3.1.xml index 12af898cd2..8470a40f50 100644 --- a/manifest/3.1.xml +++ b/manifest/3.1.xml @@ -18,13 +18,13 @@ licenses/APL2.txt. - + - + diff --git a/manifest/3.1/3.1.8.xml b/manifest/3.1/3.1.8.xml new file mode 100644 index 0000000000..de7d715931 --- /dev/null +++ b/manifest/3.1/3.1.8.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/manifest/product-config.json b/manifest/product-config.json index 8f8b9d6278..2a2845cff7 100644 --- a/manifest/product-config.json +++ b/manifest/product-config.json @@ -450,14 +450,24 @@ "start_build": 1 }, "manifest/3.1.xml": { - "release": "3.1.8", - "release_name": "Couchbase Sync Gateway 3.1.8", + "release": "3.1.9", + "release_name": "Couchbase Sync Gateway 3.1.9", "production": true, "interval": 120, "go_version": "1.21.8", "trigger_blackduck": true, "start_build": 1 }, + "manifest/3.1/3.1.8.xml": { + "do-build": false, + "release": "3.1.8", + "release_name": "Couchbase Sync Gateway 3.1.8", + "production": true, + "interval": 1440, + "go_version": "1.21.8", + "trigger_blackduck": true, + "start_build": 3 + }, "manifest/3.1/3.1.7.xml": { "do-build": false, "release": "3.1.7",