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

Do a shallow clone of the everypolitician-data repo #69

Closed
chrismytton opened this issue Feb 10, 2017 · 0 comments
Closed

Do a shallow clone of the everypolitician-data repo #69

chrismytton opened this issue Feb 10, 2017 · 0 comments
Assignees
Milestone

Comments

@chrismytton
Copy link
Contributor

Problem

The build process is very slow currently because we do a full clone of the ep-data repo.

Proposed solution

Do a shallow clone with --depth=1. This will mean changing how countries.json gets built, because that currently relies on the full git history. But we can just disable the building of countries.json for now and/or change how it works to fit with this.

Prerequisites

Moving the build steps to a shell script, #67, will make doing this much easier.

Related issues

Part of the bigger refactoring being tracked in #62.

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

No branches or pull requests

1 participant