-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src_vault onsidered harmful #11
Comments
It was a solution for when GitLab server was down. I think of it as a backup, a vault, that can't hurt. |
yes, it was the case in the beginning of the project when GitLab was down. |
See 558ce41 |
I still consider this binary blob not good practice. First because you have to make sure that information can't diverge and second because storing binary data (and updating it over and over again) is not something git is made for. |
.. But in the end you need to maintain it 😉 |
bst-duneuro/config/setup_bst_duneuro.sh
Line 45 in c65f7b0
You alternatively offer the option to unpack a tgz stored in the repo. I think this is dangerous, as it might easily diverge from the state of the repositories. I suggest to simply drop this option and remove the file from the repository.
The text was updated successfully, but these errors were encountered: