We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72baa97 commit d98bb16Copy full SHA for d98bb16
debian/util.sh
@@ -140,7 +140,7 @@ get_last_release_ver () {
140
141
get_nightly_version () {
142
local commit="$(git rev-list -n1 --abbrev=10 --abbrev-commit HEAD)"
143
- 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"
144
}
145
146
create_orig () {
0 commit comments