atomist-attic / artifact-source

ArtifactSource abstraction for source code
GNU General Public License v3.0
2 stars 3 forks source link

Create GitArtifactSource class and move Github repository cloner to github-artifact-source #32

Closed alankstewart closed 7 years ago

alankstewart commented 7 years ago

A new variant of FileSystemArtifactSource, called GitArtifactSource, will be created to return an ArtifactSource from a local file system containing a Git repository.

Also, GitHub artefacts such as the repository cloner should not be in artifact-source and will be moved to the github-artifact-source repo.