Permalink
Commits on Feb 9, 2016
Commits on Jan 29, 2016
  1. fixup kbuild.py kconfigfile option to use shutils.copy

    Alexander Sack committed Jan 29, 2016
Commits on Jan 27, 2016
  1. add firmeware options to kernel plugin and adjust example to show how…

    Alexander Sack committed Jan 27, 2016
    … to include a specific firmware blob in initrd
  2. add initial verbose build support for kbuild based plugins

    Alexander Sack committed Jan 27, 2016
Commits on Jan 26, 2016
  1. drop verbose and parallel fields as those are now global flags for bu…

    Alexander Sack committed Jan 26, 2016
    …ild.py command
  2. introduce global verbose and multi build thread modi as CLI parameter…

    Alexander Sack committed Jan 26, 2016
    …s for build.py; also do loads of cleanups to pass static tests cleanly
  3. fix failing static tests in common.py

    Alexander Sack committed Jan 26, 2016
  4. remove bogus whitespace from source

    Alexander Sack committed Jan 26, 2016
  5. WIP global CLI

    Alexander Sack committed Jan 26, 2016
  6. snapcraft/plugins/kernel.py: run modules target as part of make_targe…

    Alexander Sack committed Jan 26, 2016
    …t; needed before running modules_install
  7. use torvalds master tree for kernel example

    Alexander Sack committed Jan 26, 2016
  8. allow snap type 'kernel' in schema

    Alexander Sack committed Jan 26, 2016
Commits on Jan 25, 2016
  1. examples/kernel/: add example for mainline kernel snap

    Alexander Sack committed Jan 25, 2016
  2. snapcraft/plugins/kernel.py: add INSTALL_MOD_PATH=self.installdir to …

    Alexander Sack committed Jan 25, 2016
    …install targets
  3. apply kbuild config patch in mem before writing to file

    Alexander Sack committed Jan 25, 2016
  4. initial kernel plugin

    Alexander Sack committed Jan 25, 2016
  5. snapcraft/plugins/kbuild.py: allow derived plugins to override make a…

    Alexander Sack committed Jan 25, 2016
    …nd make install targets
  6. append kconfigs in kbuild plugin to support kbuild variant in latest …

    Alexander Sack committed Jan 25, 2016
    …kernel tree
  7. initial kbuild plugin

    Alexander Sack committed Jan 25, 2016
Commits on Jan 24, 2016
  1. Merge pull request #255 from sergiusens/release/2.0.1

    sergiusens committed Jan 24, 2016
    Bugfix release 2.0.1
  2. Bugfix release 2.0.1

    sergiusens committed Jan 24, 2016
  3. Merge pull request #249 from kyrofa/feature/1536698/git_support_submo…

    sergiusens committed Jan 24, 2016
    …dules
    
    Git source: Support submodules.
Commits on Jan 23, 2016
  1. Merge pull request #253 from kyrofa/bugfix/1536700/autotools_call_make

    kyrofa committed Jan 23, 2016
    Autotools plugin: Call make before make install
Commits on Jan 22, 2016
  1. Merge pull request #251 from dholbach/remove-vendor-in-init-template

    kyrofa committed Jan 22, 2016
    Remove 'vendor' from snapcraft init template.
  2. Autotools plugin: Call make before make install

    kyrofa committed Jan 22, 2016
    LP: #1536700
    
    Signed-off-by: Kyle Fazzari <kyle@canonical.com>
  3. Remove 'vendor' from snapcraft init template. Explain that the icon is

    dholbach committed Jan 22, 2016
    optional.
    
    LP: #1536860
Commits on Jan 21, 2016
  1. Git source: Support submodules.

    kyrofa committed Jan 21, 2016
    Clone them recursively, and update them when pulled.
    
    LP: #1536698
    
    Signed-off-by: Kyle Fazzari <kyle@canonical.com>
  2. Merge pull request #248 from kyrofa/feature/1536696/git_clones_all_hi…

    kyrofa committed Jan 21, 2016
    …story
    
    Git source: Make a shallow clone.
  3. Merge pull request #246 from kyrofa/bugfix/1536659/mention_build_pack…

    kyrofa committed Jan 21, 2016
    …ages_in_docs
    
    Add build-package description to docs/snapcraft-sytax.md
  4. Git source: Make a shallow clone.

    kyrofa committed Jan 21, 2016
    Currently the git source clones all history. There's no need to do
    that since we're just building on the most recent version, so make
    it a shallow clone.
    
    LP: #1536696
    
    Signed-off-by: Kyle Fazzari <kyle@canonical.com>
  5. Add build-package description to docs/snapcraft-sytax.md

    kyrofa committed Jan 21, 2016
    Currently docs/snapcraft-syntax.md only discusses stage-packages,
    which makes it difficult to determine what build-packages does.
    
    LP: #1536659
    
    Signed-off-by: Kyle Fazzari <kyle@canonical.com>
Commits on Jan 20, 2016
  1. Merge pull request #245 from fazerlicourice7/create-test-for-bzr-sources

    kyrofa committed Jan 20, 2016
    Added a unit tests for pulling bazaar sources from URIs.