add deb/rpm/docker support
Former-commit-id: 1dc34c16b5cee3ed510c2394f4b528f5702234c9
This commit is contained in:
parent
5042b550d3
commit
9ba4e2540b
@ -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.
|
||||
|
||||
|
@ -5,7 +5,7 @@ After making the binaries you can run the following script
|
||||
Usage:
|
||||
```
|
||||
$ cd KeyDB/pkg/rpm
|
||||
$ sudo ./generate-rpms.sh <version> <release build #>
|
||||
$ sudo ./generate-rpms.sh
|
||||
```
|
||||
|
||||
This rpm script is currently tested on centos 7 and centos 8 builds
|
||||
|
Loading…
x
Reference in New Issue
Block a user