Skip to content

Commit

Permalink
Merge pull request #212: ingest: Link to vendored/README.md for instr…
Browse files Browse the repository at this point in the history
…uctions on vendoring

ingest: Link to vendored/README.md for instructions on vendoring
  • Loading branch information
victorlin authored Oct 17, 2023
2 parents afb5513 + e82e663 commit 8afcc6c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,7 @@ The exact URL used to fetch data is constructed by `vendored/ncbi-virus-url`.

## `ingest/vendored`

This repository uses [`git subrepo`](https://github.com/ingydotnet/git-subrepo) to manage copies of ingest scripts in `ingest/vendored`, from [nextstrain/ingest](https://github.com/nextstrain/ingest). To pull new changes from the central ingest repository, first install `git subrepo`, then run:
This repository uses [`git subrepo`](https://github.com/ingydotnet/git-subrepo) to manage copies of ingest scripts in [ingest/vendored](./vendored), from [nextstrain/ingest](https://github.com/nextstrain/ingest).

```sh
git subrepo pull ingest/vendored
```

Changes should not be pushed using `git subrepo push`.

1. For pathogen-specific changes, make them in this repository via a pull request.
2. For pathogen-agnostic changes, make them on [nextstrain/ingest](https://github.com/nextstrain/ingest) via pull request there, then use `git subrepo pull` to add those changes to this repository.
See [vendored/README.md](vendored/README.md#vendoring) for instructions on how to update
the vendored scripts.

0 comments on commit 8afcc6c

Please sign in to comment.