Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packageZipTarball defaults not provided for UniversalDocs and UniversalSource, as it is with Universal #1019

Open
timcharper opened this issue Aug 24, 2017 · 0 comments
Labels
universal Zip, tar.gz, tgz and bash issues

Comments

@timcharper
Copy link
Contributor

Expected behaviour

When I run this:

sbt universal-docs:package-zip-tarball

It should run tar with the options -pcvf, as occurs with sbt universal:package-zip-tarball

Actual behaviour

Tar is invoked without any flags, and fails:

Running with tar /var/folders/hb/5j3hrbpn4v90q03nf_qfqncm0000gr/T/sbt_c510d681/marathon-1.5.0-SNAPSHOT-734-g6d018f7.tar marathon-1.5.0-SNAPSHOT-734-g6d018f7
Usage:
  List:    tar -tf <archive-filename>
  Extract: tar -xf <archive-filename>
  Create:  tar -cf <archive-filename> [filenames...]
  Help:    tar --help

Information

  • v1.2.2
timcharper added a commit to timcharper/sbt-native-packager that referenced this issue Aug 24, 2017
@muuki88 muuki88 added the universal Zip, tar.gz, tgz and bash issues label Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
universal Zip, tar.gz, tgz and bash issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants