Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 873 Bytes

File metadata and controls

26 lines (20 loc) · 873 Bytes

sourcerer

test workflow

Git-versioned source code download.

Source code download

Currently, only Git-versioned source code download is supported.

The following steps are done in order to ensure the best performance (both time and space-wise):

git init
git remote add origin git@github.com:<ORGANIZATION>/<REPO>.git
git fetch origin <SHA1> --depth=1
git reset --hard FETCH_HEAD

Input file format

Input list should be structured in the following manner:

git@github.com:org/repo-name-1.git <revision hash>
git@github.com:org/repo-name-2.git <revision hash>

Dependency target directories

Maven dependencies are downloaded based on .sourcerer-pom.xml file in the project directory. The downloaded dependency jars are placed in .sourcerer-deps directory.