deb packaging (tested with ubuntu trusty) > curl -sSL http://apache.org/dist/thrift/KEYS | gpg --import - > gpg --export --armor 66B778F9 | sudo apt-key add - > /etc/apt/sources.list.d/thrift.list
deb http://www.apache.org/dist/thrift/debian 0.9.1 main deb http://www.apache.org/dist/thrift/debian 0.9.2 main deb http://www.apache.org/dist/thrift/debian 0.9.3 main or for centos/rhel (tested with centos 7.2) > /etc/yum.repos.d/thrift.repo [thrift] name=Apache Thrift rpm repo baseurl=http://www.apache.org/dist/thrift/rpm/ enabled=1 gpgcheck=0 Also Dockerhub is now setup with https://hub.docker.com/r/apache/thrift building the top level Dockerfile in our repo -Jake On Tue, Mar 1, 2016 at 9:09 PM, Jake Farrell <[email protected]> wrote: > I've just published the deb packages from our previously voted releases to > help make them easier to use. Anyone interested in using them can add one > of the following lines to their /etc/apt/sources.list.d/thrift.list and > then install the compiler with `apt-get install thrift-compiler`. To see > the full list of packages perform a search `apt-cache search thrift`. I'll > make the rpm packages available in a similar fashion shortly and will > publish these details on the website as well. > > -Jake > > > deb http://www.apache.org/dist/thrift/debian 0.9.1 main > > deb http://www.apache.org/dist/thrift/debian 0.9.2 main > > deb http://www.apache.org/dist/thrift/debian 0.9.3 main >
