[pitivi/1.0] build: Answer automatically y/n questions when installing SDKs
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] build: Answer automatically y/n questions when installing SDKs
- Date: Sat, 21 Jul 2018 14:06:27 +0000 (UTC)
commit 24ddeac5708fd1ed067d02e4d2d94fbc9ab53c91
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Jul 17 23:46:18 2018 +0200
build: Answer automatically y/n questions when installing SDKs
For example:
flatpak install --user flathub org.gnome.Platform.Locale 3.24 --reinstall
Installing in user:
org.gnome.Platform.Locale/x86_64/3.24 flathub fabbccbd2dae
Is this ok [y/n]:
build/flatpak/pitivi-flatpak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/flatpak/pitivi-flatpak b/build/flatpak/pitivi-flatpak
index acb23213..077037b3 100755
--- a/build/flatpak/pitivi-flatpak
+++ b/build/flatpak/pitivi-flatpak
@@ -341,7 +341,7 @@ class FlatpakPackage(FlatpakObject):
return
self.flatpak("install", self.repo.name, self.name,
- self.branch, "--reinstall", show_output=True,
+ self.branch, "--reinstall", "-y", show_output=True,
comment="Installing %s" % self.name)
def update(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]