Skip to content

Commit

Permalink
Merge pull request #379 from chali/Revert
Browse files Browse the repository at this point in the history
Revert "feat(jdeb): enable long filename support"
  • Loading branch information
rpalcolea authored Jul 2, 2020
2 parents aab5ac7 + db99fa1 commit 288469e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ class DebCopyAction extends AbstractPackagingCopyAction<Deb> {
File debFile = task.getArchiveFile().get().asFile
maker.setControl(debianDir)
maker.setDeb(debFile)
maker.setTarLongFileMode('posix')
if (StringUtils.isNotBlank(task.getSigningKeyId())
&& StringUtils.isNotBlank(task.getSigningKeyPassphrase())
&& task.getSigningKeyRingFile().exists()) {
Expand Down

0 comments on commit 288469e

Please # to comment.