-
-
Notifications
You must be signed in to change notification settings - Fork 663
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
Update all files to use local lib if existant #1118
Conversation
(new location)
I think this is ready. Hence marking as ready for review |
Big PR again... Will take some time to review. Btw, |
Currently we don't have it but we will create it: You have to see all PRs that are mentioned in the Issue "What is needed to fix #11" alltogether. I just split it up that you are able to review it. but all are made so that they work standalone. |
I changed the local path to the lib so that everyone who has the lib.sh in "$SCRIPTS" will not automatically use the local lib file, but at the same time we are able to move on, while staying backwards compatible. Because if we would use the "$SCRIPTS"/lib.sh file, all users who would run the app-scripts would always use the local lib.sh file which we don't want since it can be really outdated. |
actually this PR should be fairly easy to review since I am only adding the possiblity to use the local lib if existant to all scripts. (just check out the code) |
closing in favour of #1124 |
No description provided.