pgAdmin 4 commit: Add a --yes command line option to setup-web.sh to al

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a --yes command line option to setup-web.sh to al
Date: 2020-07-27 10:29:34
Message-ID: E1k00Ny-0008ML-PH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a --yes command line option to setup-web.sh to allow non-interactive use. Fixes #5610.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f57558fdb245153e210673489e838d03632cc2c4

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 3 ++-
pkg/linux/setup-web.sh | 33 ++++++++++++++++++++++++++++++---
2 files changed, 32 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-27 11:02:58 pgAdmin 4 commit: Fixed following SonarQube issues:
Previous Message Dave Page 2020-07-27 10:04:07 Re: Remove compat code for py<3.4