Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build pipeline and package build tasks #642

Closed
10 of 12 tasks
wohali opened this issue Jul 5, 2017 · 4 comments
Closed
10 of 12 tasks

Build pipeline and package build tasks #642

wohali opened this issue Jul 5, 2017 · 4 comments
Assignees
Milestone

Comments

@wohali
Copy link
Member

wohali commented Jul 5, 2017

These are all stretch goals for the 2.1 RC timeline.

@wohali
Copy link
Member Author

wohali commented Jul 22, 2017

We're auto-building repos/dist-type source tarballs on master now.

@wohali
Copy link
Member Author

wohali commented Jul 27, 2017

2.0 packages are on bintray and have been tested (though couchup is missing.)

EL6/7

Repo file (place at /etc/yum.repos.d/bintray-apache-couchdb-rpm.repo):

[bintray--apache-couchdb-rpm]
name=bintray--apache-couchdb-rpm
baseurl=http://apache.bintray.com/couchdb-rpm/el$releasever/$basearch/
gpgcheck=0
repo_gpgcheck=0
enabled=1

This needs to be moved to somewhere in the couchdb-www repo on the asf-site branch for convenience.

Then:

yum -y install epel-release && yum install couchdb

Debian/Ubuntu

echo "deb https://apache.bintray.com/couchdb-deb {distribution} main" | sudo tee -a /etc/apt/sources.list where {distribution} is one of:

  • jessie - Debian 8
  • trusty - Ubuntu 14.04
  • xenial - Ubuntu 16.04

Then:

apt-get update && apt-get install couchdb

@wohali
Copy link
Member Author

wohali commented Jul 27, 2017

Docs are updated, snaps are pushed.

@wohali
Copy link
Member Author

wohali commented Jul 29, 2017

Debian packages are signed. RPMs, well, are ugly. See https://serverfault.com/questions/624888/bad-signatures-or-nokey-errors-on-rpms-i-just-signed . Just ugh. We're not going to bother signing RPM packages for now.

@wohali wohali closed this as completed Jul 29, 2017
lag-linaro pushed a commit to lag-linaro/couchdb that referenced this issue Oct 25, 2018
nickva pushed a commit to nickva/couchdb that referenced this issue Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant