summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* flatpak-builtins-update.c: Fixed loading of arch optionHEADmasterTristan Van Berkom2016-05-191-2/+4
| | | | | | | Code was organized in such a way that the --arch option was being ignored. https://bugs.freedesktop.org/show_bug.cgi?id=95489
* Merge pull request #164 from amigadave/masterAlexander Larsson2016-05-191-1/+1
|\ | | | | Fix ostree requirement in NEWS
| * Fix ostree requirement in NEWSDavid King2016-05-181-1/+1
|/
* lib: Fix compilation warningsBastien Nocera2016-05-181-2/+2
| | | | | | | | | | | lib/flatpak-installation.c: In function ‘flatpak_installation_modify_remote’: lib/flatpak-installation.c:738:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ lib/flatpak-installation.c: In function ‘flatpak_installation_remove_remote’: lib/flatpak-installation.c:773:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~
* utils: remove_dangling_symlinks() - fix leakAlexander Larsson2016-05-181-1/+1
| | | | We were not freeing the iterator.
* Add --with-system-install-dir option0.6.0Alexander Larsson2016-05-182-12/+20
|
* tests: Fix distcheckAlexander Larsson2016-05-181-1/+1
| | | | Don't clean out the test files on a regular clean.
* Fix distcheck: clean up some more generated filesAlexander Larsson2016-05-182-1/+3
|
* tests: Fix distcheck breaking on gpg dir not writableAlexander Larsson2016-05-181-1/+5
| | | | | We make a copy of the gpg homedir so that gpg can write (e.g. a lock file) to the directory.
* tests: EXTRA_DIST the test keyringsAlexander Larsson2016-05-181-2/+2
|
* Update version to 0.6.0Alexander Larsson2016-05-172-3/+38
|
* Update to latest bubblewrapAlexander Larsson2016-05-171-0/+0
|
* test-configure: use correct quotingSimon McVittie2016-05-172-6/+6
| | | | | | CFLAGS, FOO, BAR may contain spaces. Signed-off-by: Simon McVittie <smcv@debian.org>
* tests: skip running flatpak at build time if bwrap doesn't workSimon McVittie2016-05-173-0/+15
| | | | | | | Distribution autobuilders are often more locked-down than the environment in which the distribution binaries actually run. Signed-off-by: Simon McVittie <smcv@debian.org>
* tests: package_version.txt is in the $builddirSimon McVittie2016-05-172-7/+7
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* test-doc-portal: rely on service activation to start D-Bus serviceSimon McVittie2016-05-171-5/+0
| | | | | | This is a more realistic integration test anyway. Signed-off-by: Simon McVittie <smcv@debian.org>
* test-doc-portal: rely on G_TEST_BUILDDIR to find servicesSimon McVittie2016-05-172-2/+4
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* testdb: rely on G_TEST_SRCDIR to find databasesSimon McVittie2016-05-172-6/+8
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Don't install non-executable test files executableSimon McVittie2016-05-171-2/+2
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Merge pull request #161 from smcv/spellingAlexander Larsson2016-05-1712-16/+16
|\ | | | | Fix various spelling mistakes
| * Fix various spelling mistakesSimon McVittie2016-05-1712-16/+16
| | | | | | | | | | | | Mostly detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@debian.org>
* | tests: Add test-run-system.shAlexander Larsson2016-05-176-27/+69
| |
* | system-helper: Support running unprivileged on session busAlexander Larsson2016-05-172-3/+15
| | | | | | | | This is only useful for testing.
* | test-run: Split null update to its own testAlexander Larsson2016-05-171-2/+3
| |
* | tests: Use gpg signatures during testAlexander Larsson2016-05-175-10/+22
| |
* | lib: Make flatpak_installation_drop_caches return TRUE on successAlexander Larsson2016-05-171-0/+1
| |
* | system-helper: Add --no-idle-exit commandline argumentAlexander Larsson2016-05-171-3/+9
| | | | | | | | | | This is useful for tests and debugging, where we don't want it to accidentally idle.
* | Look at FLATPAK_SYSTEM_DIR env var for default system dirAlexander Larsson2016-05-171-1/+14
| | | | | | | | This is useful for testing
* | system-helper: Never use a system helper recursivelyAlexander Larsson2016-05-173-5/+22
| |
* | tests: Put --user in an env varAlexander Larsson2016-05-173-20/+22
| | | | | | | | This means we can optionally skip it
* | tests: Add test for updateAlexander Larsson2016-05-173-2/+28
| |
* | Merge pull request #160 from matthiasclasen/docsAlexander Larsson2016-05-175-8/+81
|\ \ | |/ |/| Some library doc updates
| * Document new FlatpakInstallation apiMatthias Clasen2016-05-161-0/+23
| |
| * Document FlatpakBundleRef apisMatthias Clasen2016-05-161-6/+22
| |
| * Add some new api to the docsMatthias Clasen2016-05-162-0/+25
| |
| * Add new FlatpakRemote apis to the docsMatthias Clasen2016-05-161-1/+10
| |
| * Fix a doc comment typoMatthias Clasen2016-05-161-1/+1
|/ | | | | Tis was causing the docs for flatpak_remote_get_disabled not to be picked up.
* flatpak-run.c: Handle arm and aarch64 archesTristan Van Berkom2016-05-161-0/+4
| | | | | | Allows 32bit applications to run in the sandbox on a 64bit aarch64 host. https://bugs.freedesktop.org/show_bug.cgi?id=95421
* lib: Add API to add/modify/remove remotesAlexander Larsson2016-05-165-19/+389
|
* Remove unused variablesAlexander Larsson2016-05-161-4/+0
|
* run: Remove old seccomp arch codeAlexander Larsson2016-05-161-16/+0
| | | | | | There was a merge error when we switched to bubblewrap, this code was replaced with the code that only adds the target arch, but we forgot to remove this old code.
* Actually export flatpak_installation_drop_cachesAlexander Larsson2016-05-162-2/+5
|
* Fix clang warningsAlexander Larsson2016-05-132-3/+1
|
* system-helper: Support add/modify/delete of remotesAlexander Larsson2016-05-135-1/+191
|
* remote-delete: Actually look at --force flagAlexander Larsson2016-05-131-1/+3
|
* remote-delete: Move to FlatpakDir and add checks for installed refsAlexander Larsson2016-05-134-55/+93
| | | | | You can't remove a remote unless you --force or there are no installs from it.
* Fix typo: flatpak_dir_modify_remove -> flatpak_dir_modify_remoteAlexander Larsson2016-05-133-4/+4
|
* lib: Add flatpak_installation_drop_cachesAlexander Larsson2016-05-131-81/+119
|
* FlatpakDir: Add in-memory summary cacheAlexander Larsson2016-05-131-1/+112
| | | | Remote summary files are cached for 5 minutes.
* Duplicate ostree_repo_remote_list_refs in FlatpakDirAlexander Larsson2016-05-131-3/+68
| | | | This way we can later add a local summary cache to it.