summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/BUILD
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2020-12-05 14:48:23 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-14 15:45:29 +0100
commit5d925ecbb3d0977c586f0001baf20aff12823de9 (patch)
tree5683f6f06e9f528e97b861558561b136789a54d7 /org.eclipse.jgit/BUILD
parent9a1065afec18c5a76d3a95e77aa70d7a24252056 (diff)
downloadjgit-5d925ecbb3d0977c586f0001baf20aff12823de9.tar.gz
jgit-5d925ecbb3d0977c586f0001baf20aff12823de9.zip
Fix stamping to produce stable file timestamps
Change-Id: I628ab5feb4a70f81ec832f1b81d1ad3a9caca615
Diffstat (limited to 'org.eclipse.jgit/BUILD')
-rw-r--r--org.eclipse.jgit/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/BUILD b/org.eclipse.jgit/BUILD
index 2083372248..04873b0c72 100644
--- a/org.eclipse.jgit/BUILD
+++ b/org.eclipse.jgit/BUILD
@@ -38,7 +38,7 @@ genrule(
"cd $$TMP",
"unzip -q $$ROOT/$<",
"echo \"Implementation-Version: $$GEN_VERSION\n$$(cat META-INF/MANIFEST.MF)\" > META-INF/MANIFEST.MF",
- "find . -exec touch '{}' ';'",
+ "find . -exec touch -t 198001010000 '{}' ';'",
"zip -Xqr $$ROOT/$@ .",
"rm -rf $$TMP",
]),