Commit 347382c
committed
[OPENJDK-2824] assemble: binary: Don't set times on directories
If the S2I build runs as a user other than 185 (such as s2i's default
of 1001), attempting to set the timestamp of /deployments will fail,
causing the build to fail.
https://issues.redhat.com/browse/OPENJDK-2824
See also
https://issues.redhat.com/browse/OPENJDK-2408
Signed-off-by: Jonathan Dowland <[email protected]>1 parent be9e76d commit 347382c
File tree
1 file changed
+6
-1
lines changed- modules/s2i/bash/artifacts/opt/jboss/container/java/s2i
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments