mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
FS-11445: [Build-System] Add distro to the name of the source tarball.
This commit is contained in:
parent
5f3a95277d
commit
3221557807
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -152,7 +152,7 @@ create_orig () {
|
|||||||
hrev="$(get_nightly_revision_human)"
|
hrev="$(get_nightly_revision_human)"
|
||||||
fi
|
fi
|
||||||
local treeish="$1" dver="$(mk_dver "$uver")"
|
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"
|
[ -n "$treeish" ] || treeish="HEAD"
|
||||||
check_repo_clean
|
check_repo_clean
|
||||||
git reset --hard "$treeish"
|
git reset --hard "$treeish"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user