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.

(cherry picked from commit 2ef2921)
  • Loading branch information
KostyaSha authored and olivergondza committed Oct 28, 2015
1 parent 6e5740e commit 2b63fea
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 2b63fea

Please sign in to comment.