Skip to content

Commit 4e96752

Browse files
committed
CBD-4286, change ARCH to all for deb.
lite-c is available on multiple platforms. keep a copy named amd64.deb since it is referenced everywhere in our docs. -Ming Ho Change-Id: I737a910aaa6ac0e12dd08aa85a11963db5a96f55 Reviewed-on: http://review.couchbase.org/c/build-tools/+/163742 Reviewed-by: Chris Hillery <[email protected]> Tested-by: Ming Ho <[email protected]>
1 parent 9af7a47 commit 4e96752

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

couchbase-release/build_deb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ sudo chown -R ${USER}:${USER} deb/${REL_NAME}
4747
popd
4848

4949
cp ${this_dir}/deb/${REL_NAME}.deb ${REL_NAME}-amd64.deb
50+
cp ${this_dir}/deb/${REL_NAME}.deb ${REL_NAME}-noarch.deb

couchbase-release/deb/tmpl/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: couchbase-release%STAGING%
22
Version: %VERSION%-%RELEASE%
33
Section: custom
44
Priority: optional
5-
Architecture: amd64
5+
Architecture: all
66
Essential: no
77
Maintainer: Couchbase
88
Description: This package contains Couchbase repository GPG key as well as configuration for APT repository
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
deb [ arch=amd64 ] http://packages%STAGING%.couchbase.com/releases/couchbase-server/enterprise/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
22
deb [ arch=amd64 ] http://packages%STAGING%.couchbase.com/releases/couchbase-server/community/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
3+
deb http://packages%STAGING%.couchbase.com/releases/couchbase-lite-repo/enterprise/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
4+
deb http://packages%STAGING%.couchbase.com/releases/couchbase-lite-repo/community/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
35
# deb [ arch=amd64 ] http://beta-packages%STAGING%.couchbase.com/releases/couchbase-server/enterprise/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
46
# deb [ arch=amd64 ] http://beta-packages%STAGING%.couchbase.com/releases/couchbase-server/community/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
7+
# deb http://beta-packages%STAGING%.couchbase.com/releases/couchbase-lite-repo/enterprise/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
8+
# deb http://beta-packages%STAGING%.couchbase.com/releases/couchbase-lite-repo/community/deb/ %DCODE_SERVER% %DCODE_SERVER%/main

0 commit comments

Comments
 (0)