mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
debian: Ensure date is calculated in UTC
This commit is contained in:
parent
72baa97369
commit
d98bb16b3d
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -140,7 +140,7 @@ get_last_release_ver () {
|
|||||||
|
|
||||||
get_nightly_version () {
|
get_nightly_version () {
|
||||||
local commit="$(git rev-list -n1 --abbrev=10 --abbrev-commit HEAD)"
|
local commit="$(git rev-list -n1 --abbrev=10 --abbrev-commit HEAD)"
|
||||||
echo "$(get_last_release_ver)+git~$(date +%Y%m%dT%H%M%SZ)~$commit"
|
echo "$(get_last_release_ver)+git~$(date -u +%Y%m%dT%H%M%SZ)~$commit"
|
||||||
}
|
}
|
||||||
|
|
||||||
create_orig () {
|
create_orig () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user