Adding the support for multiple git up-streams to the projects.
- Clone the 'Upstreamable' in the root of the project as the git submodule under the 'Upstreamable' directory
- In the root of the project create a directory called 'Upstreams'
- For each 'upstream' create proper upstream recipe.
The following example illustrates how recipe should look like (GitFlic.sh
):
#!/bin/bash
export UPSTREAMABLE_REPOSITORY="[email protected]:red-elf/upstreamable.git"