-
Notifications
You must be signed in to change notification settings - Fork 91
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
Adding attic support to fetch_osc_and_apply.sh #390
base: master
Are you sure you want to change the base?
Conversation
@@ -107,6 +107,10 @@ META_OPTION= | |||
if [[ $2 == "--meta=yes" ]]; then | |||
{ | |||
META_OPTION="--meta" | |||
}; | |||
elif [[ $2 == "--meta=attic" ]]; then | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also update the help usage text in line 22? Thanks in advance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -18,3 +18,5 @@ osmy_vigilance | |||
init_database.sql | |||
init_derived_data.sql | |||
|
|||
/.idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow those unrelated changed made it into the pull request. Not a big issue, just wanted to make you aware of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know about it.
But I didn't want to create an extra branch for this.
With these changes, the script
fetch_osc_and_apply.sh
could also started with parameter--meta=attic
like usage ofapply_osc_to_db.sh