diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2017-06-01 04:54:05 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2017-06-02 17:31:04 +0200 |
| commit | b3d851b864dc986a9af8ffcb1962f8e7b4de3114 (patch) | |
| tree | 16c49db28d5650e230141f2eb70ab3143085f94f /base/common | |
| parent | f7b6305396581f5916498cc4ea8247596bf39aaf (diff) | |
| download | pki-b3d851b864dc986a9af8ffcb1962f8e7b4de3114.tar.gz pki-b3d851b864dc986a9af8ffcb1962f8e7b4de3114.tar.xz pki-b3d851b864dc986a9af8ffcb1962f8e7b4de3114.zip | |
Added upgrade script for keepAliveTimeout.
An upgrade script has been added to set the keepAliveTimeout
attribute for the Secure connector in the server.xml.
https://pagure.io/dogtagpki/issue/2687
Change-Id: Ia61ed49d0ffc26d4bb44738c71fc663bde37fb1d
Diffstat (limited to 'base/common')
| -rw-r--r-- | base/common/upgrade/10.4.1/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.4.2/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.4.3/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.4.4/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.4.5/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.4.6/.gitignore | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/base/common/upgrade/10.4.1/.gitignore b/base/common/upgrade/10.4.1/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.4.1/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.4.2/.gitignore b/base/common/upgrade/10.4.2/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.4.2/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.4.3/.gitignore b/base/common/upgrade/10.4.3/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.4.3/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.4.4/.gitignore b/base/common/upgrade/10.4.4/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.4.4/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.4.5/.gitignore b/base/common/upgrade/10.4.5/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.4.5/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.4.6/.gitignore b/base/common/upgrade/10.4.6/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.4.6/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore |
