forked from varnishcache/varnish-cache
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was meant to go to a different remote before proposing it. Sorry!
- Loading branch information
Showing
2 changed files
with
27 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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. |