Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-03-01 14:37:15 +0000
committerQuentin Le Menez2018-03-02 08:27:25 +0000
commitb923be500734dc0a8162277b2d7ee41992c2e7ac (patch)
tree42546e9f0514995e14b246f1a8df659847c4916e
parentcff5c9af3804ec54a7565d9f527a0039147589d2 (diff)
downloadorg.eclipse.papyrus-b923be500734dc0a8162277b2d7ee41992c2e7ac.tar.gz
org.eclipse.papyrus-b923be500734dc0a8162277b2d7ee41992c2e7ac.tar.xz
org.eclipse.papyrus-b923be500734dc0a8162277b2d7ee41992c2e7ac.zip
Bug 518452 - [releng] [photon] Remove the seconds from the timestamp
Change-Id: Id6f7d642fe5d6f3f4ac5e7464921eebace6e293d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
-rw-r--r--releng/toolkit/server/build-after.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/toolkit/server/build-after.sh b/releng/toolkit/server/build-after.sh
index 8d0780e2598..ca5e9dd2aba 100644
--- a/releng/toolkit/server/build-after.sh
+++ b/releng/toolkit/server/build-after.sh
@@ -33,7 +33,7 @@ fi
#COMPACT_BUILD_ID="${BUILD_ID//[-_]}"
#COMPACT_BUILD_ID="${COMPACT_BUILD_ID:0:12}"
-COMPACT_BUILD_ID="$(date +%Y%m%d%H%M%S)"
+COMPACT_BUILD_ID="$(date +%Y%m%d%H%M)"
FULL_BUILD_ID=${buildType}${COMPACT_BUILD_ID}
if [ -n "$BUILD_ALIAS" ]; then

Back to the top