Ver código fonte

Fix stamping to produce stable file timestamps

Change-Id: I628ab5feb4a70f81ec832f1b81d1ad3a9caca615
tags/v5.11.0.202102031030-m2
David Ostrovsky 3 anos atrás
pai
commit
5d925ecbb3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      org.eclipse.jgit/BUILD

+ 1
- 1
org.eclipse.jgit/BUILD Ver arquivo

@@ -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",
]),

Carregando…
Cancelar
Salvar