flatpak-builder/builder
Alexander Larsson 0f05143227 builder: Handle the case where the source directory is in a symlink
It can happen, like in https://github.com/flatpak/flatpak/issues/353
that there are references in the source to the absolute source path.
We need to ensure that is visible in the build. We mostly do this,
but for technical reasons it didn't get the same pathname when
the source was inside a symlinked directory. We fix this with an
extra bind-mount to the symlinked directory name too.

This fixes https://github.com/flatpak/flatpak/issues/353
2016-10-18 11:06:43 +02:00
..
Makefile.am.inc Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
builder-cache.c Switch back to mtime==0 for ostree checkouts 2016-09-09 09:22:56 +02:00
builder-cache.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-context.c builder: Add --sandbox support 2016-08-22 17:23:32 +02:00
builder-context.h builder: Add --sandbox support 2016-08-22 17:23:32 +02:00
builder-main.c builder: add allow missing runtimes options 2016-10-17 09:49:34 +02:00
builder-manifest.c builder: Support application inheritance 2016-10-17 11:40:57 +02:00
builder-manifest.h builder: add allow missing runtimes options 2016-10-17 09:49:34 +02:00
builder-module.c builder: Handle the case where the source directory is in a symlink 2016-10-18 11:06:43 +02:00
builder-module.h flatpak-builder: Add support for --show-deps 2016-09-20 15:58:43 +02:00
builder-options.c builder: Add --sandbox support 2016-08-22 17:23:32 +02:00
builder-options.h builder: Add --sandbox support 2016-08-22 17:23:32 +02:00
builder-source-archive.c flatpak-builder: Add support for --show-deps 2016-09-20 15:58:43 +02:00
builder-source-archive.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-bzr.c builder: Propagate build-args to shell sources 2016-09-05 22:01:56 +02:00
builder-source-bzr.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-file.c flatpak-builder: Add support for --show-deps 2016-09-20 15:58:43 +02:00
builder-source-file.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-git.c builder: Don't fail when submodule path isn't a gitlink 2016-09-13 00:24:42 +02:00
builder-source-git.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-patch.c flatpak-builder: Add support for --show-deps 2016-09-20 15:58:43 +02:00
builder-source-patch.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-script.c builder: Propagate build-args to shell sources 2016-09-05 22:01:56 +02:00
builder-source-script.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source-shell.c Remove unused local variables reported by clang 2016-09-12 11:11:35 +02:00
builder-source-shell.h Fix license headers 2016-07-29 14:27:49 -04:00
builder-source.c flatpak-builder: Add support for --show-deps 2016-09-20 15:58:43 +02:00
builder-source.h flatpak-builder: Add support for --show-deps 2016-09-20 15:58:43 +02:00
builder-utils.c utils: Remove unused variable 2016-10-06 12:31:54 +02:00
builder-utils.h builder: Use HostCommand calls if in sandbox 2016-09-05 21:41:14 +02:00