Skip to content

Commit

Permalink
[releng] New p2 release directory name/timestamp for respin
Browse files Browse the repository at this point in the history
Change-Id: I6d185b304b79da5ed46cf2d2e7fd4d3acb442b34
  • Loading branch information
jonahgraham committed Oct 6, 2022
1 parent 08e3bb5 commit 2efb76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/parent/pom.xml
Expand Up @@ -42,7 +42,7 @@
<!-- Version of the release -->
<RELEASE_VERSION>4.26.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
<RELEASE_DIR>202210061200</RELEASE_DIR>
<RELEASE_DIR>202210061201</RELEASE_DIR>
<!-- SimRel Repo to build from -->
<SIMREL_REPO>https://download.eclipse.org/releases/2022-12/202210071000/</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/setGitDate
@@ -1,6 +1,6 @@
#!/bin/bash

GIT_DATE=`date --utc --iso-8601=seconds --date='12:00 today'`
GIT_DATE=`date --utc --iso-8601=seconds --date='12:01 today'`
echo "Setting GIT dates to ${GIT_DATE}"

export GIT_AUTHOR_DATE="${GIT_DATE}"
Expand Down

0 comments on commit 2efb76e

Please sign in to comment.