Build quilt packages
This commit is contained in:
12
hooks/01-create-orig-archive-prebuild
Executable file
12
hooks/01-create-orig-archive-prebuild
Executable 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}" .
|
Reference in New Issue
Block a user