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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c650822f2f91
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26998cb4a7a4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 19, 2015

  1. [build] add missing file

    mkristian committed Mar 19, 2015
    Copy the full SHA
    27a5121 View commit details
  2. Copy the full SHA
    26998cb View commit details
Showing with 6 additions and 1 deletion.
  1. +5 −0 bin/jruby200.sh
  2. +1 −1 test/check_versions.sh
5 changes: 5 additions & 0 deletions bin/jruby200.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
find . -name '*.pack.gz' | sed 's/\(.*\).pack.gz/\1.pack.gz \1.jar/' | xargs -L1 unpack200 --remove-pack-file
cp bin/jruby.bash bin/jruby
bin/jruby.bash $@
exit
2 changes: 1 addition & 1 deletion test/check_versions.sh
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ function check {
}

check test/target/jruby-tests-$jar_version.jar 1
check maven/lib/target/jruby-stdlib-$jar_version.jar 8
check lib/target/jruby-stdlib-$jar_version.jar 8
check maven/jruby-jars/pkg/jruby-jars-$gem_version.gem 25
check maven/jruby-jars/lib/jruby-core-$jar_version-complete.jar 13
check maven/jruby-jars/lib/jruby-truffle-$jar_version-complete.jar 9