FS-11445: [Build-System] Add distro to the name of the source tarball.
This commit is contained in:
parent
5f3a95277d
commit
3221557807
|
@ -152,7 +152,7 @@ create_orig () {
|
|||
hrev="$(get_nightly_revision_human)"
|
||||
fi
|
||||
local treeish="$1" dver="$(mk_dver "$uver")"
|
||||
local orig="../freeswitch_$dver.orig.tar.xz"
|
||||
local orig="../freeswitch_$dver~$(lsb_release -sc).orig.tar.xz"
|
||||
[ -n "$treeish" ] || treeish="HEAD"
|
||||
check_repo_clean
|
||||
git reset --hard "$treeish"
|
||||
|
|
Loading…
Reference in New Issue