mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 09:38:19 -07:00
0277844cf9
Some misc changes. - Moved old patch files to a `legacy` sub-folder - If a legacy patch is used, show a warning and pause for 10 seconds - Updated the checkout and Dockerfile so both use the same way of cloning the Bitwarden/client repo - Updated the `patch_web_vault.sh` script to try and detect the vault version - Added two new make commands to prepare and release a new version - Added a `.env` feature for the `Makefile` to set some defaults Mainly used for using either `docker` or `podman` and for the GitHub Release script to have a predefined GPG user/key
16 lines
388 B
INI
16 lines
388 B
INI
# shellcheck disable=SC2034,SC2148
|
|
# ###
|
|
# Do not use quotes for these variables!
|
|
# ###
|
|
|
|
# To use either docker or podman
|
|
# The default is docker
|
|
# CONTAINER_CMD=docker
|
|
|
|
# This is only used for the gh-release command
|
|
# Which Key or User to use to signing the web-vault tar.gz file
|
|
# GPG_SIGNING_USER=user@domain.tld
|
|
# GPG_SIGNING_USER=MY_LONG_UNIQUE_GPG_KEY_IDENTIFIER
|
|
|
|
# vim: syntax=ini
|