Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ChrissW-R1
Copy link

With these changes, the script fetch_osc_and_apply.sh could also started with parameter --meta=attic like usage of apply_osc_to_db.sh

@ChrissW-R1 ChrissW-R1 changed the title Adding attic supprt to fetch_osc_and_apply.sh Adding attic support to fetch_osc_and_apply.sh Apr 11, 2017
@@ -107,6 +107,10 @@ META_OPTION=
if [[ $2 == "--meta=yes" ]]; then
{
META_OPTION="--meta"
};
elif [[ $2 == "--meta=attic" ]]; then
{
Copy link
Contributor

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.

Copy link
Author

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/
Copy link
Contributor

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.

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants