Add release-deb & release-rpm scripts.

These will create the apt & yum repos for the deb/rpms generated by build-deb
and build-rpm.

Adds sign-repo script which signs the repo metadata with a gpg key.

Signed-off-by: Jessica Frazelle <princess@docker.com>
Upstream-commit: c850e97c84abffc71509692ab1accd38408fa51b
Component: engine
This commit is contained in:
Jessica Frazelle
2015-07-15 15:54:00 -07:00
parent 13b2b9e4b5
commit 4ee32ba904
4 changed files with 193 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ RUN apt-get update && apt-get install -y \
bash-completion \
btrfs-tools \
build-essential \
createrepo \
curl \
dpkg-sig \
git \