aboutsummaryrefslogtreecommitdiff
path: root/contrib/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-07-30 13:45:01 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-07-30 14:00:56 -0400
commitfa0e1e2f630e6ca6cdfca64d8d92a7f0f85baa4d (patch)
treeb2b3f26da6daad9454dce25926707cbbacbc39bc /contrib/README.md
parent89a116dc0b446de0d18a981699a279eeaf6c9ea9 (diff)
downloadbitcoin-fa0e1e2f630e6ca6cdfca64d8d92a7f0f85baa4d.tar.xz
contrib: Remove debian and rpm subfolders
Diffstat (limited to 'contrib/README.md')
-rw-r--r--contrib/README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/contrib/README.md b/contrib/README.md
index bcf9186fa1..8915919766 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -21,9 +21,10 @@ Utility to generate the pnSeed[] array that is compiled into the client.
Build Tools and Keys
---------------------
-### [Debian](/contrib/debian) ###
-Contains files used to package bitcoind/bitcoin-qt
-for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
+### Packaging ###
+The [Debian](/contrib/debian) subfolder contains the copyright file.
+
+All other packaging related files can be found in the [bitcoin-core/packaging](https://github.com/bitcoin-core/packaging) repository.
### [Gitian-descriptors](/contrib/gitian-descriptors) ###
Files used during the gitian build process. For more information about gitian, see the [the Bitcoin Core documentation repository](https://github.com/bitcoin-core/docs).
@@ -34,9 +35,6 @@ PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md)
### [MacDeploy](/contrib/macdeploy) ###
Scripts and notes for Mac builds.
-### [RPM](/contrib/rpm) ###
-RPM spec file for building bitcoin-core on RPM based distributions.
-
### [Gitian-build](/contrib/gitian-build.py) ###
Script for running full Gitian builds.