summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS and version to 0.5.20.5.2Alexander Larsson2016-04-152-2/+24
|
* BuilderModule: Use builder_options_get_config_opts()Tristan Van Berkom2016-04-151-1/+3
| | | | | | | | | The configure arguments are now a combination of the default config-opts plus the accumulative sum of the config-opts specified in the build-options that are active for a given build context. https://bugs.freedesktop.org/show_bug.cgi?id=94940
* BuilderOptions: Added 'config-opts' option.Tristan Van Berkom2016-04-152-0/+60
| | | | | | Allows conditional configure arguments. https://bugs.freedesktop.org/show_bug.cgi?id=94940
* Fix warningAlexander Larsson2016-04-142-4/+8
|
* common: Add xdg_app_dir_remote_fetch_summaryAlexander Larsson2016-04-141-6/+23
| | | | This is in preparation for adding a cache for the summary
* xdg_app_installation_fetch_remote_metadata_sync2: Fix docs cut and paste issueAlexander Larsson2016-04-141-1/+1
|
* Merge pull request #127 from matthiasclasen/bus-loggingAlexander Larsson2016-04-144-10/+39
|\ | | | | Bus logging
| * docs: Move generic options up topMatthias Clasen2016-04-141-17/+17
| | | | | | | | | | It is nicer if --help, --version and --verbose are together at the top of the options list.
| * Document --log-session-bus and --log-system-busMatthias Clasen2016-04-141-0/+18
| |
| * Add options to enable bus loggingMatthias Clasen2016-04-143-5/+16
| | | | | | | | | | | | | | This can be useful to find out what bus names your app is actually talking to, so you can set up a bus policy that is narrowed than blanket access without breaking your application.
* | lib: Add new cache based getters for metadata and sizeAlexander Larsson2016-04-145-3/+202
| |
* | utils: Remove unused helperAlexander Larsson2016-04-141-11/+0
| |
* | Fix typo for no-debuginfo properlyAlexander Larsson2016-04-141-1/+1
| |
* | Use string for metadata cacheAlexander Larsson2016-04-141-9/+5
| |
* | run: Use the current version by defaultAlexander Larsson2016-04-141-2/+15
| |
* | build-update: Add installed/download size and metadata cache to summaryAlexander Larsson2016-04-141-0/+120
| |
* | appstream: Don't create new commit for unchanged appstream branchAlexander Larsson2016-04-141-20/+39
| |
* | build-export: Don't use generate-sizesAlexander Larsson2016-04-141-2/+1
|/ | | | | | This is pretty inefficient in terms of download counts, and its not cached. Lets store the data we need in the summary, which we need to download anways, and which we cache.
* Merge pull request #125 from matthiasclasen/bundle-docsAlexander Larsson2016-04-143-5/+36
|\ | | | | More documentation bits
| * Explain --repo-url a bit betterMatthias Clasen2016-04-131-1/+4
| | | | | | | | | | | | Make it clearer that this must be accessible from the systems where the bundle is installed, it is not useful to specify your local repository here.
| * docs: Mention bundle installation in overviewMatthias Clasen2016-04-131-1/+1
| |
| * Trivial doc fixesMatthias Clasen2016-04-131-2/+2
| | | | | | | | Just add some punctuation.
| * Document the --bundle optionMatthias Clasen2016-04-131-1/+29
| | | | | | | | | | I was looking for information on how to install bundles, and found nothing, since the --bundle option wasn't documented.
* | Merge pull request #126 from matthiasclasen/build-cleanAlexander Larsson2016-04-141-3/+18
|\ \ | |/ |/| builder: Add an option to erase app dir
| * builder: Add an option to erase app dirMatthias Clasen2016-04-131-3/+18
|/ | | | | | Having to run rm -rf yourself before every new build attempt gets old. Lets add an option to have xdg-app-builder do it for us.
* Merge pull request #123 from matthiasclasen/doc-builder-detailsAlexander Larsson2016-04-131-0/+17
|\ | | | | doc: Explain .xdg-app-builder
| * doc: Explain .xdg-app-builderMatthias Clasen2016-04-131-0/+17
| | | | | | | | | | This directory can grow quite large (my local example here is 900M), so we should document that it is safe to remove.
* | Merge pull request #124 from matthiasclasen/typo-fixAlexander Larsson2016-04-131-1/+1
|\ \ | | | | | | Fix a possibly confusing doc typo
| * | Fix a possibly confusing doc typoMatthias Clasen2016-04-131-1/+1
| |/
* | Merge pull request #122 from matthiasclasen/doc-cleanup-detailsAlexander Larsson2016-04-131-2/+2
|\ \ | |/ |/| doc: Clarify the cleanup docs
| * doc: Clarify the cleanup docsMatthias Clasen2016-04-131-2/+2
|/ | | | | Mention explicitly that full paths are not expected to have the /app prefix. I was confused about this, so others might too.
* Merge pull request #121 from matthiasclasen/gpg-import-errorAlexander Larsson2016-04-131-1/+4
|\ | | | | Another man page fix
| * Improve an error messageMatthias Clasen2016-04-131-1/+4
| | | | | | | | | | If we don't find the file for --gpg-import in the remote-add command, say so and mention the file name.
* | Add xdg-app build-sign to sign a single commitAlexander Larsson2016-04-138-0/+283
| |
* | repo-update: Fix docsAlexander Larsson2016-04-131-1/+1
|/ | | | The gpg key signs the summary, not the commit
* Merge pull request #120 from matthiasclasen/man-page-fixAlexander Larsson2016-04-132-17/+21
|\ | | | | doc: Make xdg-app-build-init man page match reality
| * doc: Add build-args to xdg-app-builder man pageMatthias Clasen2016-04-121-0/+4
| | | | | | | | This option was missing from the "Build Options" section.
| * Improve the xdg-app-builder man pageMatthias Clasen2016-04-121-16/+16
| | | | | | | | | | Fix some inconsistencies, and update the example to not not use app-id.
| * doc: Make xdg-app-build-init man page match realityMatthias Clasen2016-04-121-1/+1
|/ | | | | The order of arguments did not match what the tool expects. DIRECTORY comes first.
* Fix crashAlexander Larsson2016-04-121-3/+4
|
* Handle empty subpathsAlexander Larsson2016-04-121-2/+8
|
* builder: better error messages if failing to find desktop fileAlexander Larsson2016-04-111-1/+4
|
* Add support for subpath limited installsAlexander Larsson2016-04-0710-32/+305
| | | | | | This allows you to install e.g. org.freedesktop.Platform.Locale but only the /sv subdir, and replaces using separate branches for each locale.
* builder: Only create one locale extensionAlexander Larsson2016-04-072-114/+24
| | | | | | | | | | | | Given that each app can have 100 locates, ostree just doesn't scale to having a branch per app/locale combo. For 100 apps and 100 locales that would be 10000 branches. Also, things like xdg-app remote-list doesn't properly handle that either. We need to handle this by e.g. supporting subsetting the pull of the locale extension.
* Don't ostree pull while deployingAlexander Larsson2016-04-061-56/+16
| | | | This makes no sense, callers should be calling xdg_app_dir_pull() before
* Release 0.5.10.5.1Alexander Larsson2016-03-302-2/+13
|
* helper: Use 64bit capset/capget versionsAlexander Larsson2016-03-301-18/+29
| | | | This fixed kernel warnings about 32bit capabilities APIs on some distros.
* Merge pull request #118 from matthiasclasen/library-docsAlexander Larsson2016-03-2615-76/+424
|\ | | | | Some assorted work on the library docs
| * docs: Document XdgProgressCallbackMatthias Clasen2016-03-251-0/+13
| |
| * More class hidingMatthias Clasen2016-03-251-2/+2
| |