Skip to content

Commit

Permalink
Removed auto-qa as a target. Added comments for new args
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Barnowski committed Feb 21, 2018
1 parent 6f9cbad commit c8d2485
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions bin/update_dictionary_dependency_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@
in step 1.5. Go fight travis.
First(1) step
Run `python update_dictionary_dependency_chain.py --help` to get more info
```bash
python update_dictionary_dependency_chain.py \ #
--target datamodel \ # only update datamodel
--branch chore/bump-deps \ # push on this branch
--dictionary_commit SHA1 # change to this dictionary commit
--dictionary_commit SHA1 \ # change to this dictionary commit
--open_browser \ # Optional: open repo in browser after commit
--dry_run # Optional: dry run, simply create branches, do not push them
```
Second(2) step
Expand All @@ -39,7 +42,9 @@
--target downstream \ # don't update datamodel
--branch chore/bump-deps \ # push on this branch
--dictionary_commit SHA1 \ # change to this dictionary commit
--datamodel_commit SHA1 # change to this datamodel commit
--datamodel_commit SHA1 \ # change to this datamodel commit
--open_browser \ # Optional: open repo in browser after commit
--dry_run # Optional: dry run, simply create branches, do not push them
```
Note: you can set the OPEN_CMD environment variable to a browser to
Expand Down Expand Up @@ -71,7 +76,6 @@
'zugs': ['setup.py'],
'esbuild': ['requirements.txt'],
'runners': ['setup.py'],
'auto-qa': ['requirements.txt'],
'authorization': ['auth_server/requirements.txt'],
'legacy-import': ['setup.py']
}
Expand All @@ -83,7 +87,6 @@
'zugs': 'git@github.com:NCI-GDC/zugs.git',
'esbuild': 'git@github.com:NCI-GDC/esbuild.git',
'runners': 'git@github.com:NCI-GDC/runners.git',
'auto-qa': 'git@github.com:NCI-GDC/auto-qa.git',
'authorization': 'git@github.com:NCI-GDC/authorization.git',
'legacy-import': 'git@github.com:NCI-GDC/legacy-import.git',
}
Expand Down

0 comments on commit c8d2485

Please sign in to comment.