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 e68083a commit 8ef74b6Copy full SHA for 8ef74b6
contrib/ci.inria.fr/job-0-tarball.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# Copyright © 2012-2021 Inria. All rights reserved.
+# Copyright © 2012-2023 Inria. All rights reserved.
4
# See COPYING in top-level directory.
5
6
@@ -47,7 +47,7 @@ libtool --version | head -1
47
autoconf --version | head -1
48
49
# better version string
50
-snapshot=$branch-`date +%Y%m%d.%H%M`.git`git show --format=format:%h -s`
+snapshot=$branch-`date --utc +%Y%m%d.%H%M`.git`git show --format=format:%h -s`
51
sed -e 's/^snapshot_version=.*/snapshot_version='$snapshot/ \
52
-e 's/^snapshot=.*/snapshot=1/' \
53
-i VERSION
0 commit comments