velovix / debutizer

A tool for building and managing APT packages
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add support for commit hashes #86

Closed velovix closed 2 years ago

velovix commented 2 years ago

Also renames SourceRepositoryUpstream to GitUpstream since Git is the only supported version control method and renames the revision_format argument to revision, since it won't be used as a format string when used as a commit hash.

Fixes #82