Skip to content

Commit

Permalink
Fold packaging into README and convert to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Nov 4, 2019
1 parent 27f7780 commit af46875
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 27 deletions.
27 changes: 0 additions & 27 deletions README.Packaging

This file was deleted.

44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Varnish Cache
=============

[![CircleCI Build Status](https://circleci.com/gh/varnishcache/varnish-cache/tree/master.svg?style=svg)](https://circleci.com/gh/varnishcache/varnish-cache/tree/master)
[![TravisCI Build Status](https://travis-ci.org/varnishcache/varnish-cache.svg?branch=master)](https://travis-ci.org/varnishcache/varnish-cache)

This is Varnish Cache, the high-performance HTTP accelerator.

Documentation and additional information about Varnish is available
on https://www.varnish-cache.org/

Technical questions about Varnish and this release should be addressed
to <[email protected]>.

Please see CONTRIBUTING for how to contribute patches and report bugs.

Questions about commercial support and services related to Varnish
should be addressed to <[email protected]>.

More platforms are tested via [vtest](https://varnish-cache.org/vtest/).

## Packaging

Varnish Cache packaging files are kept outside of the main distribution.

The main reason for this is to decouple the development work from the packaging work.

We want to be able to tag a release and do a tarball release without having
to wait for the packagers to finish their work/changes.

### Official packages

The official Debian and Redhat packages are built by the Varnish
Cache team and made available on https://packagecloud.io/varnishcache/.

Packaging files and scripts for Debian and Redhat:

https://github.com/varnishcache/pkg-varnish-cache

### Third-party packages

Varnish Cache is built and packaged in many different operating
systems and distributions. Please see https://varnish-cache.org/
for more information.

0 comments on commit af46875

Please sign in to comment.