propensive / fury

A build tool for Scala
28 stars 0 forks source link

Git repositories should be named and include a commit hash #24

Closed propensive closed 1 year ago

propensive commented 2 years ago

We should define Git repositories with the following syntax:

{
  "repos": [
    { "id": "rudiments", "repo": "gh:propensive/rudiments", "commit": "abcd1234" }
  ],
  "imports": ["rudiments:build.irk"]
}

See also issue #20 which would use a line such as,

rudiments ../rudiments

in the .forks file to indicate that the rudiments repo is located at ../rudiments instead of using the Git repository.