mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d82f072f16
DevOps tasks. It is an open source package which relays on CBSD to provide lower level management for jails and virtual machines. If you have ever used Vagrant or Docker Compose, Reggae is best described as an alternative to those. It enables you easy development inside jail while code editing is done on the host. It makes transition from development to production easier by using provisioners. It makes host clean of all requirements of development and puts them inside jail which is easily stopped, started, provisioned, and destroyed. WWW: https://github.com/cbsd/reggae New port added with couple of changes: 1. cbsd dependency line was changed to include relative path to the cbsd binary. Without that poudriere fails to stage the package with "pkg-static: Insufficient privileges to add packages" message 2. LICENSE_FILE and NO_ARCH knobs were added 3. DATADIR variable in pkg-plist was replaced with relative path, because redefining of this variable on build time is not supported by reggae - it doesn't expect to change REGGAE_DIR var and this path is actually hardcoded in scripts. Corresponding portlint warnings should be ignored. PR: 223708 Submitted by: Goran Mekić <meka@tilda.center>
13 lines
657 B
Plaintext
13 lines
657 B
Plaintext
Reggae - REGister Globaly Access Everywhere is a package which helps in common
|
|
DevOps tasks. It is an open source package which relays on CBSD to provide lower
|
|
level management for jails and virtual machines.
|
|
|
|
If you have ever used Vagrant or Docker Compose, Reggae is best described
|
|
as an alternative to those. It enables you easy development inside jail
|
|
while code editing is done on the host. It makes transition from
|
|
development to production easier by using provisioners. It makes host
|
|
clean of all requirements of development and puts them inside jail which
|
|
is easily stopped, started, provisioned, and destroyed.
|
|
|
|
WWW: https://github.com/cbsd/reggae
|