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

Use Cake for build and overhaul/cleanup build #1589

Merged
merged 4 commits into from
Jan 21, 2017
Merged

Use Cake for build and overhaul/cleanup build #1589

merged 4 commits into from
Jan 21, 2017

Commits on Jan 15, 2017

  1. Use Cake for build

    dbent committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    c15965f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Docker updates to support cake!

    The new build system introduces some minor changes:
    * New commands are required to build the software.
    * The binaries are stored in different places.
    
    The previous version of this Dockerfile was using the wrong binary!
    
    As a bonus, the configuration setting has been abstracted out as
    a build argument.  To build CKAN in the Debug config, use this command:
    
    $ docker build --build-arg config=Debug -t ckan-debug .
    
    To use this container, a command line like this will be required:
    
    $ docker run --rm -v ${KSPDIR}:/kspdir ckan-debug install MechJeb
    
    The default configuration setting is Release.
    mathuin committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    8e26233 View commit details
    Browse the repository at this point in the history
  2. Use Cake for build

    dbent committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    f19213e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Merge pull request #1988 from mathuin/Dockerfile-for-cake

    Docker updates to support cake!
    dbent committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    1f1f729 View commit details
    Browse the repository at this point in the history