summaryrefslogtreecommitdiff
path: root/builder/builder-source-git.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-44/+52
|
* builder: Style fixesAlexander Larsson2016-01-281-11/+12
|
* builder: Skip checking out disabled submodulesMichael Spencer2016-01-281-0/+13
|
* builder: Add --disable-updatesAlexander Larsson2015-12-211-3/+8
| | | | Download sources, but never update existing sources (like git or bzr).
* Fix unused variable warningsAlexander Larsson2015-12-151-1/+0
|
* builder: After fetching the mirrored git repo, set back the right originAlexander Larsson2015-12-091-0/+4
| | | | This is nice if you want to later pull new data into the repo.
* builder: Remove accidental leftover spewAlexander Larsson2015-12-091-1/+0
|
* Builder: Add a resolved version of the manifest to the built appAlexander Larsson2015-12-091-0/+28
|
* builder: Support specifying commit ids as git branchesAlexander Larsson2015-12-091-1/+5
|
* builder: Allow git uris to be relative to the base directoryAlexander Larsson2015-12-081-15/+52
| | | | | This allows you to use ".git" as the git uri, thus building from the current source directory.
* builder: Prune old branches when updating mirrorAlexander Larsson2015-12-041-1/+1
|
* builder: Be a bit more verbose when pulling VCSAlexander Larsson2015-12-041-0/+3
|
* builder: Merge spawn helpers to single base helperAlexander Larsson2015-12-031-123/+6
|
* builder: Add submodule support for git sourcesAlexander Larsson2015-11-301-21/+246
|
* 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/+402
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.