Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: b03e121b6d9e
Choose a base ref
...
head repository: jruby/jruby
compare: aa596f445842
Choose a head ref
  • 7 commits
  • 49 files changed
  • 1 contributor

Commits on Mar 19, 2015

  1. create usual bin archive as well one where jar files are pack200 comp…

    …ressed
    
    added bin/unpack200.sh which can be used to unpack all the jar files after
    extracting the archive
    mkristian committed Mar 19, 2015
    Copy the full SHA
    d580ce3 View commit details
    Browse the repository at this point in the history
  2. added check of file size of distribtion artifacts

    granularity is 1M so if things fail is either because natural growth or
    something happened again which let the filesize explode.
    mkristian committed Mar 19, 2015
    Copy the full SHA
    e366b85 View commit details
    Browse the repository at this point in the history
  3. [build] generated pom.xml

    mkristian committed Mar 19, 2015
    Copy the full SHA
    8ae788d View commit details
    Browse the repository at this point in the history
  4. consolidated overall amount of artifacts

    no more jruby-core:noasm and jruby-core:complete attached artifacts, they
    were too complicated to be used properly.
    
    the jruby-core will have the asm + jnr-jffi (which uses asm) shaded into the jar
    
    no need for maven/jruby-noasm anymore
    
    added bin/jruby200.sh which is bin/jruby in jruby-bin200.tar.gz and this
    script will unpack all jars and then replace itself with bin/jruby.bash. i.e.
    the first call of bin/jruby will first finish the installation and then
    execute bin/jruby.bash. any further bin/jruby execution is as usual.
    
    the patch also reduces the total amount of distributed artifacts by a couple
    of MB
    mkristian committed Mar 19, 2015
    4
    Copy the full SHA
    bd59418 View commit details
    Browse the repository at this point in the history
  5. [build] cleanup

    mkristian committed Mar 19, 2015
    Copy the full SHA
    74e8a0e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f381ec5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    aa596f4 View commit details
    Browse the repository at this point in the history