flatpak-builder/builder
Philip Withnall 15bc368188 builder: Rearrange args to do_export() to make mandatory ones obvious
Previously, the mandatory location, directory and branch positional
arguments were passed as part of the varargs. This meant the varargs
were conflating flags and positional arguments, making it harder to add
new positional arguments.

Move the mandatory positional arguments to separate parameters for
do_export(). This introduces no functional changes, but makes later
commits easier.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2017-06-30 13:41:38 +02:00
..
Makefile.am.inc builder: extract git mirroring code to builder-git.c 2017-02-21 11:58:35 +01:00
builder-cache.c builder: Add commit property to git source 2017-04-04 15:21:11 +02:00
builder-cache.h builder: Add commit property to git source 2017-04-04 15:21:11 +02:00
builder-context.c builder: Better debug output from the rofiles-fuse code 2017-05-19 11:34:37 +02:00
builder-context.h builder: Add builder_context_find_in_sources_dirs 2017-04-24 09:02:38 +02:00
builder-git.c builder: Allow specifying the git commit if the branch is a tag 2017-05-11 10:52:30 +02:00
builder-git.h builder: Allow specifying the git commit if the branch is a tag 2017-05-11 10:52:30 +02:00
builder-main.c builder: Rearrange args to do_export() to make mandatory ones obvious 2017-06-30 13:41:38 +02:00
builder-manifest.c builder: Use build-args during cleanup 2017-06-30 10:23:52 +02:00
builder-manifest.h builder: Better handling of default-branch 2017-06-19 21:16:46 +02:00
builder-module.c builder: Allow building modules with no sources if buildsystem=simple 2017-06-26 12:19:17 +02:00
builder-module.h builder: Allow building modules with no sources if buildsystem=simple 2017-06-26 12:19:17 +02:00
builder-options.c builder-options: Fix setting CPPFLAGS 2017-06-06 20:09:16 +01:00
builder-options.h builder: Add support for ldflags 2017-03-14 10:26:22 +01:00
builder-post-process.c builder: Allow .pyc files without .py 2017-06-13 11:17:06 +02:00
builder-post-process.h builder: Split out debuginfo handling to a post-process step 2017-02-16 09:40:08 +01:00
builder-source-archive.c builder: Use context_find_in_sources_dirs to simplify code 2017-04-24 09:02:42 +02:00
builder-source-archive.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-bzr.c fix clang warning 2017-05-11 10:55:26 +02:00
builder-source-bzr.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-file.c builder: Convert bundle sources to cached stage 2017-04-24 13:52:38 +02:00
builder-source-file.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-git.c builder: Allow specifying the git commit if the branch is a tag 2017-05-11 10:52:30 +02:00
builder-source-git.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-patch.c builder: Fix up unused variable warnings from clang 2017-04-24 21:48:57 +02:00
builder-source-patch.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-script.c Bundle source: use C-style comments 2017-04-13 13:32:33 +02:00
builder-source-script.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-shell.c Bundle source: use C-style comments 2017-04-13 13:32:33 +02:00
builder-source-shell.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source.c Merge remote-tracking branch 'upstream/master' into bundle-sources 2017-04-21 00:13:01 +02:00
builder-source.h Merge remote-tracking branch 'upstream/master' into bundle-sources 2017-04-21 00:13:01 +02:00
builder-utils.c builder: Don't warn for unknown properties starting with x- 2017-05-26 16:34:43 +02:00
builder-utils.h builder: Print warnings for unknown properties 2017-04-19 20:22:11 +02:00