mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
181bdf41a3
Laminar is a lightweight client-server CI service written in C++ and configured by environment variables. It comes with a built-in webserver and uses simple .run shell scripts as jobs. PR: 273827 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D42877
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
bin/laminarc
|
|
@sample %%ETCDIR%%/%%LAMINARD%%.env.sample
|
|
sbin/laminard
|
|
share/man/man1/laminarc.1.gz
|
|
share/man/man8/laminard.8.gz
|
|
usr/share/bash-completion/completions/laminarc
|
|
usr/share/zsh/site-functions/_laminarc
|
|
@dir(%%USERS%%,%%GROUPS%%) %%HOMEDIR%%/cfg/jobs
|
|
@dir(%%USERS%%,%%GROUPS%%) %%HOMEDIR%%/cfg
|
|
@dir(%%USERS%%,%%GROUPS%%) %%HOMEDIR%%
|