kunsi-bwpass #38

Closed
kunsi wants to merge 2 commits from kunsi-bwpass into main
3 changed files with 4 additions and 0 deletions
Showing only changes of commit 5e92c7ba91 - Show all commits

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.secrets.cfg
__pycache__
*.swp
src/

2
Jenkinsfile vendored
View file

@ -31,6 +31,7 @@ pipeline {
. venv/bin/activate
export BW_VAULT_DUMMY_MODE=1
export BW_PASS_DUMMY_MODE=1
bw test --metadata-determinism 3 --config-determinism 3
"""
}
@ -43,6 +44,7 @@ pipeline {
bw test --ignore-missing-faults
export BW_VAULT_DUMMY_MODE=1
export BW_PASS_DUMMY_MODE=1
bw test
"""
}

View file

@ -1,2 +1,3 @@
bundlewrap>=4.5.1
PyNaCl
bundlewrap-pass @ git+https://git.kunsmann.eu/kunsi/bundlewrap-pass.git#egg=bundlewrap-pass