erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Do not fail fast when calling hex_tarball:create/2 #186

Closed starbelly closed 4 years ago

starbelly commented 4 years ago

Example output:

Publishing truecoat 0.42.2 to hexpm
  Description: It gets installed at the factory
  Dependencies:

  Included files:
    CHANGELOG.md
    LICENSE
    README.md
    priv/VSCode-darwin-stable.zip
    rebar.config
    rebar.lock
    src/truecoat.app.src
    src/truecoat.erl
  Licenses: Apache 2.0
  Links:

  Build tools: rebar3
Be aware, you are publishing to the public Hexpm repository.
Before publishing, please read Hex CoC: https://hex.pm/policies/codeofconduct
Proceed? ("Y")> y
Local Password:
===> package exceeds max uncompressed size 67.108864 MB
starbelly commented 4 years ago

Relates to : https://github.com/hexpm/hex_core/issues/100