Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a layer between universal + specific native packages #14

Merged
merged 12 commits into from
Jul 1, 2013

Commits on Jun 27, 2013

  1. Upgrade to sbt 0.12.4

    jsuereth committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    79867ec View commit details
    Browse the repository at this point in the history
  2. Adding a mechanism whereby a 'canonical' universal package can be map…

    …ped into a linux package.
    
    * Debian now correctly zips with max compression.
    * New `mapGenericFilesToLinux` settings to skip a lot of tedium when making native packages.
    * Adding support for generating symlinks, which we use to generate the /usr/bin/ files in debian.
    * Tweak how setting values flow through the native packager configurations.
    jsuereth committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    15690c0 View commit details
    Browse the repository at this point in the history
  3. Rpms now support new symlink feature.

    * symlink creation moved to common location
    * RPMs now support creating symlinks
    * Tweaks to generic package settings to correctly document behavior.
    jsuereth committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    641c710 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f878e2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4abdf27 View commit details
    Browse the repository at this point in the history
  6. Fix massive issue with symlink generation.

    * Symlinks now choose absolute/relative paths correctly for debian.
    * Don't try to chmod symlink files.
    jsuereth committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    d4c4dd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Adding more windows configuration in sbt.

    * Create scala configuration for windows product/package config
    * Add one layer down for XML configuration of windows packages.
    jsuereth committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    9a17e0b View commit details
    Browse the repository at this point in the history
  2. Creating a new layer of abstraction above raw WIX xml, as well as a m…

    …eans to
    
    map 'generic' universal pacakges to windows MSIs.
    jsuereth committed Jun 28, 2013
    1 Configuration menu
    Copy the full SHA
    9a53751 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb10dfd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2013

  1. Fixes to windows abstractions so that we can bundle the sbt 0.13 plugin.

    Should leave all existing users ok, as new abstraction is on layer out.
    
    Also updated the generic packaging settings to work in windows.
    jsuereth committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    dc2ddd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80277d4 View commit details
    Browse the repository at this point in the history
  3. Fix type in name.

    jsuereth committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    2ab07f9 View commit details
    Browse the repository at this point in the history