File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,4 @@ sudo chown -R ${USER}:${USER} deb/${REL_NAME}
4747popd
4848
4949cp ${this_dir} /deb/${REL_NAME} .deb ${REL_NAME} -amd64.deb
50+ cp ${this_dir} /deb/${REL_NAME} .deb ${REL_NAME} -noarch.deb
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Package: couchbase-release%STAGING%
22Version: %VERSION%-%RELEASE%
33Section: custom
44Priority: optional
5- Architecture: amd64
5+ Architecture: all
66Essential: no
77Maintainer: Couchbase
88Description: This package contains Couchbase repository GPG key as well as configuration for APT repository
Original file line number Diff line number Diff line change 11deb [ arch=amd64 ] http://packages%STAGING%.couchbase.com/releases/couchbase-server/enterprise/deb/ %DCODE_SERVER% %DCODE_SERVER%/main
22deb [ 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
You can’t perform that action at this time.
0 commit comments