Skip to content

Commit fc89788

Browse files
committed
releng: fix unknown extended header keyword 'LIBARCHIVE.creationtime'
This warning shows when extracting the RCP on Linux because GNU tar doesn't support that attribute. The creating time is part of the tarfile name. Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
1 parent 7cd8fc5 commit fc89788

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • rcp/org.eclipse.tracecompass.rcp.product

rcp/org.eclipse.tracecompass.rcp.product/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<solaris>zip</solaris>
5959
<win32>zip</win32>
6060
</formats>
61+
<storeCreationTime>false</storeCreationTime>
6162
</configuration>
6263
</execution>
6364
</executions>

0 commit comments

Comments
 (0)