You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
timcharper
added a commit
to timcharper/sbt-native-packager
that referenced
this issue
Aug 24, 2017
Expected behaviour
When I run this:
It should run tar with the options
-pcvf
, as occurs withsbt universal:package-zip-tarball
Actual behaviour
Tar is invoked without any flags, and fails:
Information
The text was updated successfully, but these errors were encountered: