Commit Graph

96 Commits

Author SHA1 Message Date
Jimin Hsieh c91c7984c9 Bump sbt version 2018-05-30 22:43:16 +08:00
Eugene Yokota 6f1e6c36d9 cross JVM testing
This continues to use Oracle JDK 8 for building, but adds test jobs using oraclejdk8, oraclejdk9, and oraclejdk10.
2018-02-15 00:42:01 -05:00
Brett Randall 8f276e95e0 Set compatible build properties, sbt version (1.0.3) to fix Travis build. Added required fakeroot package.
Fixed #180.
2017-11-15 11:38:53 -05:00
Seth Tisue 66a105eb03 use newer version of bintray plugin
for Scala community build friendliness.  but also just
generally a good thing
2017-09-24 19:45:18 -07:00
eugene yokota 597060b08b Fix for building on Windows 2017-08-10 05:26:03 -04:00
Eugene Yokota 080bd0d92f package signer 2017-05-11 00:11:11 -04:00
Eugene Yokota 12e030b49a configure the public key ring 2017-05-10 13:33:07 -04:00
Eugene Yokota 70c725fc3b workaround sbt-native-packager issue 2017-04-12 23:41:28 -04:00
Eugene Yokota cea5d178d8 add offline installtion
To utilize local preloaded repo, this will create lib/ directory with all artifacts required for sbt. This can be rsynced to the preloaded repo.
2017-03-10 16:56:00 -05:00
Eugene Yokota 965b96acc6 Update the build 2017-01-21 06:36:33 -05:00
Nepomuk Seiler 1148f6f350
Upgrade native-packager 2016-10-31 21:30:31 +01:00
Dale Wijnand cffb8e0441 Upgrade to sbt-native-packager 1.1.1. Fixes #76.
The upgrade includes this fix https://github.com/sbt/sbt-native-packager/pull/169
2016-08-22 11:37:19 +01:00
Eugene Yokota 6ed481346b 0.13.11 2016-02-22 01:13:57 -05:00
Eugene Yokota b55237f1ad Refactor to use bintray-sbt 2015-08-11 01:30:16 -04:00
Eugene Yokota c49ea8cfc4 Refactored to sbt 0.13 multi-project build.sbt 2015-08-11 00:39:53 -04:00
Josh Suereth 9b2a1fa24a bump to sbt 0.13.7 2014-11-20 10:07:08 -05:00
Josh Suereth 9c296f96fb Fix typo. 2014-05-01 14:10:35 -04:00
Josh Suereth c627388102 Bump for bintray publishing. 2014-05-01 14:08:27 -04:00
Josh Suereth d5be7069e2 Fix debian metadata. Fixes #51
* Move to java6-runtime-headless metapackage
* Remove curl requirement (missed when removing that feature)
2014-02-20 08:31:19 -05:00
Sébastien Pasche b360b59f5a Cleaning version number 2014-01-13 16:46:32 +01:00
Sébastien Pasche cdf2f4d89d Removing useless depsm thx to mighty sbt resolver 2014-01-13 16:46:17 +01:00
Sébastien Pasche 4d1d5c0a3d Updating minor version 2014-01-13 15:35:41 +01:00
Sébastien Pasche d880e93192 Adding rpm dependencies Requirements and Provides 2014-01-13 15:35:24 +01:00
Josh Suereth f51c51edbe Fix publishing to bintray to automatically make artifacts available after succesful upload. 2014-01-06 10:41:23 -05:00
Josh Suereth 2f6c444fd5 Merge remote-tracking branch 'origin/wip/bintray-publishing' into full-bintray
Conflicts:
	project/build.properties
	project/packaging.scala
2014-01-06 09:42:08 -05:00
Josh Suereth 5994a7bec5 Upgrade to sbt 0.13.1 2014-01-06 09:30:02 -05:00
Josh Suereth 44b651d607 Modify publishing to send packages into bintray.
* Use rpm repository for rpms
* Use debian repository for debians
* Use generic repository for everything else.

Note: we still need to mark a release as public afterwards with an API call.  Need to figure that one out for automation.
2013-09-04 11:50:58 -04:00
Alex Henning Johannessen 08fb68c324 Removed duplicated code with regards to projectID generation. 2013-07-13 13:47:26 +01:00
Josh Suereth d16ab1abd1 Migrate universal windows scripts into universal directory.
ALso, added back the commented sbtopts settings.
2013-06-29 10:21:58 -04:00
Josh Suereth 53f9de2735 Migrating to new native packaging plugin abstractions.
* Use new native packaging abstractions for windows mappings.
* Update universal sbt script to be cygwin friendly
* Modify sbt.bat for universal layout
* Fix some stty icanon (no)echo bugs in launcher script.
2013-06-29 10:09:42 -04:00
Josh Suereth b531a824f1 Fixed up MSI generation for new layout. MinGW tests to follow. 2013-06-27 19:56:21 -04:00
Josh Suereth a99f6fffbf Upgrade to in-progress sbt-native-packager plugin, including new support for universal->debian/rpm packages. 2013-06-27 16:43:31 -04:00
Josh Suereth bec43f0a55 Cleanup of launcher package to remove special casing of
JANSI.  This, hopefully, will lead to better compatibility
between the many console-enrichment projects, like:
JLINE-scala, JLINE-1.0, JLINE-2.0 and Jansi itself.

Testing to ensue shortly between 0.12.x + 0.13.x
2013-06-17 12:16:10 -04:00
Josh Suereth 3d19938968 Merge branch 'full-packaging' of github.com:sbt/sbt-launcher-package into full-packaging 2012-11-29 04:21:24 -05:00
Bart Schuller 40f2105070 Use realpath to locate relative files, add sh impl
because Mac OSX doesn't have a realpath binary.

This solves the issue where if you symlink to sbt, it
won't be able to locate the bash library and launcher anymore.

You'd want to do that so you can symlink just sbt to /usr/local/bin
without having to put a bash library file there as well.
In particular, this is what we'd like for Mac homebrew.
2012-11-05 21:24:42 +01:00
Josh Suereth 37f9d6bf21 Windows config now works. Still an issue with sbt.bat not setting up paths/temp files correctly.... 2012-09-22 10:12:03 -04:00
Josh Suereth 0ac0a4767d Bumped to new sbt launcher that supports publishing universal packages. 2012-09-07 14:08:46 -04:00
Josh Suereth 5407a21803 Use environment variable thanks to lame sbt jenkins plugin 2012-09-07 13:52:05 -04:00
Josh Suereth 872d88ea23 Updated build so you can specify SBT version on the command line. 2012-09-07 12:58:02 -04:00
Josh Suereth 75aedbc3d2 Fixes for build to work with SBT 0.12.0 2012-08-01 12:16:13 -04:00
Josh Suereth df31ed1fcb Fixed issue with sbt versioning for RC releases in windows. 2012-07-19 11:13:03 -04:00
Josh Suereth be912e904b Fixed RPM versioning issue for RC releases. 2012-07-18 10:47:49 -04:00
Josh Suereth 7b69501c8b Fixes for 0.12.0-RC4 release of launcher package. 2012-07-18 10:40:29 -04:00
Josh Suereth 55e0dfdc65 Removed bad practices from sbt bash script.
* No set XYZ arguments allowed.  BAAD sbt practice.
* No longer swaps launcher.  New SBT launchers can handle old SBT.
* SBT script now uses sbt-launch-lib.bash.
2012-07-17 16:37:19 -04:00
Josh Suereth 440ad4bb0b First cut at using metapackages to allow multiple versions of SBT in the same debian repository. 2012-05-29 08:49:02 -04:00
Josh Suereth c91159b363 fixes debian architecture bug. 2012-05-14 12:35:27 -04:00
Josh Suereth 02f6369f17 Closes #14 - Generate INstalled-Size on debian 2012-05-09 15:53:10 -04:00
Josh Suereth 6775c0e684 Fixes to build with SBT 0.11.3 2012-05-07 08:15:42 -04:00
Josh Suereth a0cbb9e488 Fixed univeral jar so the class files are in the right location. 2012-03-29 10:06:33 -04:00
Josh Suereth 4094af8304 Bumped for new version of native packager 2012-03-28 16:11:05 -04:00