Skip to content

Commit

Permalink
CBG-4052: setup 3.1.9 builds (#6922)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 authored Jun 27, 2024
1 parent 86582d8 commit 67b9c2d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest/3.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ licenses/APL2.txt.
<!-- Build Scripts (required on CI servers) -->
<project name="product-texts" path="product-texts" remote="couchbase"/>
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
<annotation name="VERSION" value="3.1.8" keep="true"/>
<annotation name="VERSION" value="3.1.9" keep="true"/>
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
</project>


<!-- Sync Gateway -->
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/3.1.8"/>
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/3.1.9"/>

</manifest>
30 changes: 30 additions & 0 deletions manifest/3.1/3.1.8.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2016-Present Couchbase, Inc.
Use of this software is governed by the Business Source License included in
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
file, in accordance with the Business Source License, use of this software will
be governed by the Apache License, Version 2.0, included in the file
licenses/APL2.txt.
-->

<manifest>

<remote fetch="https://github.com/couchbase/" name="couchbase"/>
<default remote="couchbase" revision="master"/>

<!-- Build Scripts (required on CI servers) -->
<project name="product-texts" path="product-texts" remote="couchbase"/>
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
<annotation name="VERSION" value="3.1.8" keep="true"/>
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
</project>


<!-- Sync Gateway -->
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="0eb61e12385a6bce7ef2abe3e554ef00dc29fee7"/>

</manifest>
14 changes: 12 additions & 2 deletions manifest/product-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67b9c2d

Please sign in to comment.