sourcerer

command module
v0.0.0-...-52f93eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL