From 3cb02bcdc323618f0256947061ada8737acd51eb Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 29 Jul 2019 11:24:54 +0100 Subject: [PATCH] Add a warning to notify packagers of dependency updates. --- requirements.txt | 11 +++++++++++ web/package.json | 5 +++++ web/regression/requirements.txt | 10 ++++++++++ 3 files changed, 26 insertions(+) diff --git a/requirements.txt b/requirements.txt index 090c279f1..5bd5d7261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,14 @@ +############################################################################### +# +# IMPORTANT: +# +# If runtime or build time dependencies are changed in this file, the committer +# *must* ensure the DEB and RPM package maintainers are informed as soon as +# possible. +# +############################################################################### + + ############################################################################## # NOTE: Any requirements with environment specifiers must be explicitly added # to pkg/pip/setup_pip.py (in extras_require), otherwise they will be diff --git a/web/package.json b/web/package.json index 12b17fdf7..ba8d15282 100644 --- a/web/package.json +++ b/web/package.json @@ -1,4 +1,9 @@ { + "//": [ + "IMPORTANT:", + "If runtime or build time dependencies are changed in this file, the ", + "committer *must* ensure the DEB and RPM package maintainers are informed ", + "as soon as possible."], "license": "PostgreSQL", "devDependencies": { "@babel/core": "~7.3.4", diff --git a/web/regression/requirements.txt b/web/regression/requirements.txt index d897b4c95..ed516a1de 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -1,3 +1,13 @@ +############################################################################### +# +# IMPORTANT: +# +# If runtime or build time dependencies are changed in this file, the committer +# *must* ensure the DEB and RPM package maintainers are informed as soon as +# possible. +# +############################################################################### + ##################################### # Include all the common dependencies #####################################