flatpak-builder/builder
Philip Withnall 5b002edf06 builder: Add collection ID support to the flatpak builder
Pass a --collection-id argument through to `flatpak build-export`.

Also add a ‘collection-id’ property to manifest files, which can be used
to set the collection ID on an exported repo (when using --repo) without
having to provide a command line option.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2017-08-18 14:23:03 +02:00
..
Makefile.am.inc build: Add AM_* variables to all per-target special variables 2017-07-06 15:05:58 +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/context: Add a missing va_end() call 2017-08-15 12:16:16 +01:00
builder-context.h Add support for --extra-sources-url=URL 2017-07-29 17:43:10 +02:00
builder-git.c common: Add GSubprocessFlags to flatpak_spawnv 2017-08-18 10:56:15 +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: Add collection ID support to the flatpak builder 2017-08-18 14:23:03 +02:00
builder-manifest.c builder: Add collection ID support to the flatpak builder 2017-08-18 14:23:03 +02:00
builder-manifest.h builder: Add collection ID support to the flatpak builder 2017-08-18 14:23:03 +02:00
builder-module.c builder/module: Drop some unreachable code 2017-08-15 12:24:01 +01: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 a missing function to the header file 2017-07-06 14:41:21 +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 common: Add GSubprocessFlags to flatpak_spawnv 2017-08-18 10:56:15 +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 Add support for --extra-sources-url=URL 2017-07-29 17:43:10 +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 common: Add GSubprocessFlags to flatpak_spawnv 2017-08-18 10:56:15 +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 common: Add GSubprocessFlags to flatpak_spawnv 2017-08-18 10:56:15 +02:00
builder-utils.h Add support for --extra-sources-url=URL 2017-07-29 17:43:10 +02:00