Archive abandoned project
This commit is contained in:
parent
bc8862d90b
commit
65be894048
501 changed files with 24305 additions and 0 deletions
14
cinc-repo/policyfiles/justfile
Normal file
14
cinc-repo/policyfiles/justfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
dst := 'none'
|
||||
policy := 'none'
|
||||
|
||||
oneshot: update && export rsync
|
||||
|
||||
update:
|
||||
cinc-cli update {{policy}}.rb
|
||||
|
||||
export:
|
||||
cinc-cli export {{policy}}.lock.json ../exported-policies/{{policy}} --force
|
||||
|
||||
rsync:
|
||||
rsync -a --delete --ignore-errors ../exported-policies/{{policy}} {{dst}}
|
||||
|
Reference in a new issue