Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

WIP enhance(provision): Add FPM packaging (rpm, deb, snap) #278

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

Conversation

sygibson
Copy link
Contributor

Adds initial support to build RPM, DEB, and SNAP package types of dr-provision, drpcli, and associated service start up files for dr-provision.

This uses the FPM package management Ruby gem to build many supported package format types. Testing of builds completed, and installations have been tested for RPM packaging type. DEB and SNAP have not been tested yet.

Final output package artifact examples:

pkgs/deb:
drpcli_v4.3.2_amd64.deb  dr-provision-services_v4.3.2_amd64.deb  dr-provision_v4.3.2_amd64.deb

pkgs/rpm:
drpcli-v4.3.2-1.x86_64.rpm  dr-provision-services-v4.3.2-1.x86_64.rpm  dr-provision-v4.3.2-1.x86_64.rpm

pkgs/snap:
drpcli_v4.3.2_native.snap  dr-provision-services_v4.3.2_native.snap  dr-provision_v4.3.2_native.snap

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant