Logo
Explore Help
Sign In
parallelvirtualcluster/pvc
1
0
Fork 0
You've already forked pvc
Code Issues 11 Pull Requests Projects Releases 114 Wiki Activity
Files
v1.0
pvc/gen-zk-migrations

10 lines
202 B
Plaintext
Raw Permalink Normal View History

Use consistent shebangs in scripts
2023-10-17 10:35:38 -04:00
#!/usr/bin/env bash
Add scripts to generate ZK migration JSON
2021-06-09 00:04:38 -04:00
# Generate the Zookeeper migration files
Ensure all helper scripts pushd/popd Make sure all of these move to the root of the repository first, then return to where they were afterwards, using pushd/popd. This allows them to be executed from anywhere in the repo.
2021-11-06 03:16:02 -04:00
pushd $( git rev-parse --show-toplevel ) &>/dev/null
pushd api-daemon &>/dev/null
Add scripts to generate ZK migration JSON
2021-06-09 00:04:38 -04:00
./pvcapid-manage-zk.py
Ensure all helper scripts pushd/popd Make sure all of these move to the root of the repository first, then return to where they were afterwards, using pushd/popd. This allows them to be executed from anywhere in the repo.
2021-11-06 03:16:02 -04:00
popd &>/dev/null
popd &>/dev/null
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 427ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API