[pitivi] flatpak: Print arguments when updating repo
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] flatpak: Print arguments when updating repo
- Date: Fri, 30 Sep 2016 12:54:45 +0000 (UTC)
commit d96d81a72a069f7796606473741cbadecd25447d
Author: Thibault Saunier <tsaunier gnome org>
Date: Fri Sep 30 09:16:06 2016 -0300
flatpak: Print arguments when updating repo
build/flatpak/pitivi-flatpak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/flatpak/pitivi-flatpak b/build/flatpak/pitivi-flatpak
index d3e78d9..99f8430 100755
--- a/build/flatpak/pitivi-flatpak
+++ b/build/flatpak/pitivi-flatpak
@@ -455,7 +455,6 @@ class PitiviFlatpak: # pylint: disable=too-many-instance-attributes
except subprocess.CalledProcessError:
self.exit(1)
- message("Updating repo %s", self.repodir)
update_repo_args = ["flatpak", "build-update-repo"]
if self.generate_static_deltas:
@@ -463,6 +462,7 @@ class PitiviFlatpak: # pylint: disable=too-many-instance-attributes
update_repo_args.append(self.repodir)
+ message("Updating repo '%s'", "'".join(update_repo_args))
try:
subprocess.check_call(update_repo_args)
except subprocess.CalledProcessError:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]