Build quilt packages

This commit is contained in:
2015-09-23 21:21:30 +02:00
parent 5bd63ab0ef
commit 2cff8041dc
8 changed files with 47 additions and 14 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
source "${TAMARIN_UTIL}"
project_name=$(get_opt project_name)
project_version=$(get_opt project_version)
src_tarball="../${project_name}_${project_version}.orig.tar.gz"
info "Creating sources tarball ${src_tarball}"
tar -czf "${src_tarball}" .