"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "app/flatpak-builtins-build-import-bundle.c" between
flatpak-1.15.1.tar.xz and flatpak-1.15.2.tar.xz

About: Flatpak is a Linux application sandboxing and distribution framework. Pre-release.

flatpak-builtins-build-import-bundle.c  (flatpak-1.15.1.tar.xz):flatpak-builtins-build-import-bundle.c  (flatpak-1.15.2.tar.xz)
skipping to change at line 251 skipping to change at line 251
!flatpak_repo_generate_appstream (repo, (const char **) opt_gpg_key_ids, o pt_gpg_homedir, 0, cancellable, error)) !flatpak_repo_generate_appstream (repo, (const char **) opt_gpg_key_ids, o pt_gpg_homedir, 0, cancellable, error))
return FALSE; return FALSE;
if (!opt_no_update_summary) if (!opt_no_update_summary)
{ {
FlatpakRepoUpdateFlags flags = FLATPAK_REPO_UPDATE_FLAG_NONE; FlatpakRepoUpdateFlags flags = FLATPAK_REPO_UPDATE_FLAG_NONE;
if (opt_no_summary_index) if (opt_no_summary_index)
flags |= FLATPAK_REPO_UPDATE_FLAG_DISABLE_INDEX; flags |= FLATPAK_REPO_UPDATE_FLAG_DISABLE_INDEX;
g_debug ("Updating summary"); g_info ("Updating summary");
if (!flatpak_repo_update (repo, flags, if (!flatpak_repo_update (repo, flags,
(const char **) opt_gpg_key_ids, (const char **) opt_gpg_key_ids,
opt_gpg_homedir, opt_gpg_homedir,
cancellable, cancellable,
error)) error))
return FALSE; return FALSE;
} }
return TRUE; return TRUE;
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)