Skip to content

Commit

Permalink
Revert "Revert "FIXED JENKINS-10629] - Enable BigNumber mode to suppo…
Browse files Browse the repository at this point in the history
…rt archiving of files with size >8Gb""

This reverts commit ee57300.
  • Loading branch information
KostyaSha committed Aug 24, 2015
1 parent 03bd595 commit 2ef2921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/util/io/TarArchiver.java
Expand Up @@ -61,6 +61,7 @@ public void flush() throws IOException {
// so don't do anything in flush
}
});
tar.setBigNumberMode(TarArchiveOutputStream.BIGNUMBER_STAR);
tar.setLongFileMode(TarArchiveOutputStream.LONGFILE_GNU);
}

Expand Down

0 comments on commit 2ef2921

Please sign in to comment.