Skip to content

Commit a518b80

Browse files
authored
CBD-5866, advanced build repo SHA (#6783)
Latest build repo change removes hardcoded UBUNTU version in the build script. This is necessary for upgrading build agent to ubuntu20. -Ming
1 parent e8a27bf commit a518b80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest/3.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ licenses/APL2.txt.
1717

1818
<!-- Build Scripts (required on CI servers) -->
1919
<project name="product-texts" path="product-texts" remote="couchbase"/>
20-
<project name="build" path="cbbuild" remote="couchbase" revision="844e2484067053d7af88e706a814766265bf03df">
20+
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
2121
<annotation name="VERSION" value="3.1.5" keep="true"/>
2222
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
2323
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>

manifest/4.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ licenses/APL2.txt.
1717

1818
<!-- Build Scripts (required on CI servers) -->
1919
<project name="product-texts" path="product-texts" remote="couchbase"/>
20-
<project name="build" path="cbbuild" remote="couchbase" revision="844e2484067053d7af88e706a814766265bf03df">
20+
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
2121
<annotation name="VERSION" value="4.0.0" keep="true"/>
2222
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
2323
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>

manifest/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ licenses/APL2.txt.
1717

1818
<!-- Build Scripts (required on CI servers) -->
1919
<project name="product-texts" path="product-texts" remote="couchbase"/>
20-
<project name="build" path="cbbuild" remote="couchbase" revision="cedf9d4ec929eac7e61f8e86488aeac5402c8563">
20+
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
2121
<annotation name="VERSION" value="3.2.0" keep="true"/>
2222
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
2323
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>

0 commit comments

Comments
 (0)