Skip to content

Commit d75a09b

Browse files
authored
CBG-3589: Add 4.0.0 build (#6577)
1 parent 488fae4 commit d75a09b

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

manifest/4.0.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!--
4+
Copyright 2016-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
-->
12+
13+
<manifest>
14+
15+
<remote fetch="https://github.com/couchbase/" name="couchbase"/>
16+
<default remote="couchbase" revision="master"/>
17+
18+
<!-- Build Scripts (required on CI servers) -->
19+
<project name="product-texts" path="product-texts" remote="couchbase"/>
20+
<project name="build" path="cbbuild" remote="couchbase" revision="844e2484067053d7af88e706a814766265bf03df">
21+
<annotation name="VERSION" value="4.0.0" keep="true"/>
22+
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
23+
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
24+
</project>
25+
26+
27+
<!-- Sync Gateway -->
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="beryllium"/>
29+
30+
</manifest>

manifest/product-config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,15 @@
487487
"trigger_blackduck": true,
488488
"start_build": 586
489489
},
490-
490+
"manifest/4.0.xml": {
491+
"release": "4.0.0",
492+
"release_name": "Couchbase Sync Gateway 4.0.0",
493+
"production": true,
494+
"interval": 30,
495+
"go_version": "1.21.4",
496+
"trigger_blackduck": true,
497+
"start_build": 1
498+
},
491499
"manifest/dev.xml": {
492500
"release": "dev",
493501
"release_name": "Couchbase Sync Gateway Dev",

0 commit comments

Comments
 (0)