From 9ba4e2540b075562a2c2890a251a1ce7f02032c3 Mon Sep 17 00:00:00 2001 From: benschermel Date: Wed, 6 May 2020 18:54:10 -0400 Subject: [PATCH] add deb/rpm/docker support Former-commit-id: 1dc34c16b5cee3ed510c2394f4b528f5702234c9 --- pkg/deb/README.md | 7 +++---- pkg/rpm/README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pkg/deb/README.md b/pkg/deb/README.md index 084d1a5a0..dfbf9638c 100644 --- a/pkg/deb/README.md +++ b/pkg/deb/README.md @@ -1,15 +1,14 @@ ### KeyDB DEB Package Source Builds -This directpry contains all information to build a deb package for any distribution. +This directory contains scripts and components needed to generate debian packages on different distributions/architectures using source You will need to install pbuilder `sudo apt install pbuilder` -You can now run the command: +Generate deb packages with the following script command run from this directory: ``` $ ./deb-buildsource.sh ``` - -You will now generate a directory structure, .dsc file, original.tar.gz, .changes files and new changelog for the distribution and architecture installed. +This generates a directory structure, .dsc file, original.tar.gz, .changes files and new changelog for the distribution and architecture installed. When complete the produced debian packages will be located in deb_files_generated directory. diff --git a/pkg/rpm/README.md b/pkg/rpm/README.md index 7c4d68594..daa245359 100644 --- a/pkg/rpm/README.md +++ b/pkg/rpm/README.md @@ -5,7 +5,7 @@ After making the binaries you can run the following script Usage: ``` $ cd KeyDB/pkg/rpm -$ sudo ./generate-rpms.sh +$ sudo ./generate-rpms.sh ``` This rpm script is currently tested on centos 7 and centos 8 builds