WIP génération tarball sources
This commit is contained in:
10
hooks/01-debian/create-orig-archive-prebuild
Executable file
10
hooks/01-debian/create-orig-archive-prebuild
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "${TAMARIN_UTIL}"
|
||||
|
||||
project_name=$(get_opt project_name)
|
||||
src_tarball="../${project_name}_${package_version}.orig.tar.gz"
|
||||
|
||||
info "Creating sources tarball ${src_tarball}"
|
||||
|
||||
tar -czf "${src_tarball}" .
|
Reference in New Issue
Block a user