Skip to content

Commit

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

This reverts commit 4ddeeb8.
  • Loading branch information
oleg-nenashev committed Apr 23, 2015
1 parent 57b776b commit ee57300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/hudson/util/io/TarArchiver.java
Expand Up @@ -61,7 +61,6 @@ 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 ee57300

Please sign in to comment.