summaryrefslogtreecommitdiff
path: root/builder/builder-manifest.h
Commit message (Collapse)AuthorAgeFilesLines
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-41/+41
|
* builder: Actually respect the defined branchAlexander Larsson2016-03-231-0/+1
|
* builder: Add support for --run to start a command in the build dirAlexander Larsson2016-02-171-0/+5
|
* builder: Store exact sdk commit id in the build cache and manifestAlexander Larsson2016-02-031-0/+3
| | | | | This means we rebuild everything if the sdk changes, and you can also see what version an app was built against.
* build-finish: Fix exportsAlexander Larsson2016-01-191-0/+3
| | | | This was reading an unintialized variable
* Builder: Support commiting a platformAlexander Larsson2016-01-181-0/+5
|
* builder: Allow building runtime sdks (based on existing sdk)Alexander Larsson2016-01-181-1/+1
| | | | | | | | | | | | This includes a few different changes: * Add build-runtime boolean property * Rename "app-id" property to "id" * Add metadata property to use a custom base metadata file * Default to writable-sdk to TRUE for runtimes * Default prefix to /usr for runtimes * Put manifest in usr for runtimes * Pick up debuginfo from usr for runtimes * Make build-finish work on runtimes, but only export appdata
* builder: Pass down keep-build-dirs via BuildContextAlexander Larsson2016-01-111-1/+0
|
* builder: Add --disable-updatesAlexander Larsson2015-12-211-0/+1
| | | | Download sources, but never update existing sources (like git or bzr).
* builder: Add --keep-build-dirs optionAlexander Larsson2015-12-091-0/+1
| | | | This is useful if you want to later make changes to the built stuff.
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+73
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.