summaryrefslogtreecommitdiff
path: root/builder/builder-source-bzr.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename source files to flatpakAlexander Larsson2016-05-091-1/+1
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-1/+1
|
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-19/+24
|
* builder: Add --disable-updatesAlexander Larsson2015-12-211-1/+2
| | | | Download sources, but never update existing sources (like git or bzr).
* Builder: Add a resolved version of the manifest to the built appAlexander Larsson2015-12-091-0/+19
|
* builder: Support specifying revision in bzr sourcesAlexander Larsson2015-12-091-0/+28
|
* builder: Be a bit more verbose when pulling VCSAlexander Larsson2015-12-041-0/+4
|
* builder: Merge spawn helpers to single base helperAlexander Larsson2015-12-031-123/+6
|
* Fix some warningsAlexander Larsson2015-12-011-1/+1
|
* Correct license, we're LGPL 2+, not 3+Alexander Larsson2015-11-261-2/+2
| | | | | Some files accidentally got the LGPL 3+ header, but we want to be LGPL2+.
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+373
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.