Compare commits
No commits in common. "c6d8e33a544fbcc6f3089040fcd0b51431767928" and "099b90fbc54b99a6b7d776bc7dd52b165c508ded" have entirely different histories.
c6d8e33a54
...
099b90fbc5
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
repos:
|
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
|
||||||
rev: v1.37.1
|
|
||||||
hooks:
|
|
||||||
- id: yamllint
|
|
||||||
args:
|
|
||||||
[
|
|
||||||
"-d {extends: relaxed, rules: {line-length: disable}}",
|
|
||||||
"-s",
|
|
||||||
]
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
||||||
rev: v0.14.7
|
|
||||||
hooks:
|
|
||||||
# Run the linter.
|
|
||||||
- id: ruff-check
|
|
||||||
args: [--fix]
|
|
||||||
# Run the formatter.
|
|
||||||
- id: ruff-format
|
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -36,4 +35,4 @@ contents:
|
|||||||
# preinstall: ./scripts/preinstall.sh
|
# preinstall: ./scripts/preinstall.sh
|
||||||
# postinstall: ./scripts/postinstall.sh
|
# postinstall: ./scripts/postinstall.sh
|
||||||
# preremove: ./scripts/preremove.sh
|
# preremove: ./scripts/preremove.sh
|
||||||
# postremove: ./scripts/postremove.sh
|
# postremove: ./scripts/postremove.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -36,4 +35,4 @@ contents:
|
|||||||
# preinstall: ./scripts/preinstall.sh
|
# preinstall: ./scripts/preinstall.sh
|
||||||
# postinstall: ./scripts/postinstall.sh
|
# postinstall: ./scripts/postinstall.sh
|
||||||
# preremove: ./scripts/preremove.sh
|
# preremove: ./scripts/preremove.sh
|
||||||
# postremove: ./scripts/postremove.sh
|
# postremove: ./scripts/postremove.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -28,4 +27,4 @@ contents:
|
|||||||
file_info:
|
file_info:
|
||||||
mode: 0755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -34,4 +33,4 @@ contents:
|
|||||||
file_info:
|
file_info:
|
||||||
mode: 0755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -34,4 +33,4 @@ contents:
|
|||||||
|
|
||||||
# Scripts to run during installation/removal
|
# Scripts to run during installation/removal
|
||||||
scripts:
|
scripts:
|
||||||
postinstall: /app/resources/scripts/postinstall.sh
|
postinstall: /app/resources/scripts/postinstall.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -33,4 +32,4 @@ contents:
|
|||||||
|
|
||||||
# Scripts to run during installation/removal
|
# Scripts to run during installation/removal
|
||||||
scripts:
|
scripts:
|
||||||
preinstall: /app/resources/scripts/preinstall.sh
|
preinstall: /app/resources/scripts/preinstall.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -33,4 +32,4 @@ contents:
|
|||||||
|
|
||||||
# Scripts to run during installation/removal
|
# Scripts to run during installation/removal
|
||||||
scripts:
|
scripts:
|
||||||
preinstall: /app/resources/scripts/preinstall.sh
|
preinstall: /app/resources/scripts/preinstall.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -28,4 +27,4 @@ depends:
|
|||||||
- openbao-plugin-secret-nomad
|
- openbao-plugin-secret-nomad
|
||||||
|
|
||||||
# No actual files in this meta package
|
# No actual files in this meta package
|
||||||
contents: []
|
contents: []
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -45,4 +44,4 @@ scripts:
|
|||||||
preinstall: /app/resources/scripts/preinstall.sh
|
preinstall: /app/resources/scripts/preinstall.sh
|
||||||
postinstall: /app/resources/scripts/postinstall.sh
|
postinstall: /app/resources/scripts/postinstall.sh
|
||||||
preremove: /app/resources/scripts/preremove.sh
|
preremove: /app/resources/scripts/preremove.sh
|
||||||
postremove: /app/resources/scripts/postremove.sh
|
postremove: /app/resources/scripts/postremove.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -36,4 +35,4 @@ contents:
|
|||||||
# preinstall: ./scripts/preinstall.sh
|
# preinstall: ./scripts/preinstall.sh
|
||||||
# postinstall: ./scripts/postinstall.sh
|
# postinstall: ./scripts/postinstall.sh
|
||||||
# preremove: ./scripts/preremove.sh
|
# preremove: ./scripts/preremove.sh
|
||||||
# postremove: ./scripts/postremove.sh
|
# postremove: ./scripts/postremove.sh
|
||||||
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
# nfpm.yaml
|
# nfpm.yaml
|
||||||
|
|
||||||
name: ${PACKAGE_NAME}
|
name: ${PACKAGE_NAME}
|
||||||
@ -36,4 +35,4 @@ contents:
|
|||||||
# preinstall: ./scripts/preinstall.sh
|
# preinstall: ./scripts/preinstall.sh
|
||||||
# postinstall: ./scripts/postinstall.sh
|
# postinstall: ./scripts/postinstall.sh
|
||||||
# preremove: ./scripts/preremove.sh
|
# preremove: ./scripts/preremove.sh
|
||||||
# postremove: ./scripts/postremove.sh
|
# postremove: ./scripts/postremove.sh
|
||||||
Loading…
Reference in New Issue
Block a user