diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2016-07-24 07:36:36 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-07-28 00:02:14 +0200 |
| commit | f990cb0dee46df211c2c7212ca0165465b5f3531 (patch) | |
| tree | 27f8bcdea049c9e38cbb4eb1bc0bec44a84d449d /base/common/upgrade | |
| parent | 0c502a387c90d2e2d8ebe9e3edf3dfeaf1d6eba4 (diff) | |
| download | pki-f990cb0dee46df211c2c7212ca0165465b5f3531.tar.gz pki-f990cb0dee46df211c2c7212ca0165465b5f3531.tar.xz pki-f990cb0dee46df211c2c7212ca0165465b5f3531.zip | |
Added upgrade scripts to fix server library.
An upgrade script has been added to replace the <instance>/common
in existing instances with a link to /usr/share/pki/server/common
which contains links to server dependencies.
https://fedorahosted.org/pki/ticket/2403
Diffstat (limited to 'base/common/upgrade')
| -rw-r--r-- | base/common/upgrade/10.3.4/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.3.5/.gitignore | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/base/common/upgrade/10.3.4/.gitignore b/base/common/upgrade/10.3.4/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.3.4/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.3.5/.gitignore b/base/common/upgrade/10.3.5/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.3.5/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore |
