Update patch set 1

Patch Set 1:

Well you could maintain a copy of each within each project that needs it, we're using these github fixtures internally, but you'd end up solving bugs such as the github api sometimes being slow in creating a repo/fork and then need to apply the fix to each project containing a copy.

There's also code in fixtures_fit/gitfixture.py for building a repo layout from a simple list of nodes, and we have some code internally that we're going to share here that allows for specific file contents (including based on templates that are resolved at runtime) to be injected at specific commits.

We've already ended up copying the code across a few projects that need to test working with git repos and discovered that it's easier when we have multiple projects just using these fixtures from a common project. Figured the same would apply to others.

Patch-set: 1
This commit is contained in:
Gerrit User 1054 2018-07-13 18:56:04 +00:00 committed by Gerrit Code Review
parent d671926376
commit 9f5bca83ee

Diff Content Not Available