Skip to content

Commit 0850aa7

Browse files
committed
Improve docstring
1 parent 188a51d commit 0850aa7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

admin/create_secrets_files.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
55
$ export VWS_EMAIL_ADDRESS=...
66
$ export VWS_PASSWORD=...
7-
# For ``make update-secrets`` to work, this has to be ``./ci_secrets``, or
8-
# you have to copy the secrets there later.
97
$ export NEW_SECRETS_DIR=...
108
$ export EXISTING_SECRETS_FILE=/existing/file/with/inactive/db/creds
119
# You may have to run this a few times, but it is idempotent.
1210
$ python admin/create_secrets_files.py
1311
# After creating the secrets, update the encrypted archive:
14-
$ tar cvf secrets.tar ci_secrets/
12+
$ tar cvf secrets.tar "${NEW_SECRETS_DIR}"
1513
$ gpg \
1614
--yes \
1715
--batch \

0 commit comments

Comments
 (0)