diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2016-06-16 19:07:40 -0500 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-06-17 20:19:24 +0200 |
| commit | c5e4920126f8b7c689ad0aa000f17089cd54426d (patch) | |
| tree | e79d100aa287f11061446d7508e180e6a7c219f3 /base/common/upgrade | |
| parent | fc96c05922d1a42d0fbaaa02a67a31e69c667f84 (diff) | |
| download | pki-c5e4920126f8b7c689ad0aa000f17089cd54426d.tar.gz pki-c5e4920126f8b7c689ad0aa000f17089cd54426d.tar.xz pki-c5e4920126f8b7c689ad0aa000f17089cd54426d.zip | |
Added upgrade script to fix JAVA_HOME.
https://fedorahosted.org/pki/ticket/2363
Diffstat (limited to 'base/common/upgrade')
| -rw-r--r-- | base/common/upgrade/10.3.1/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.3.2/.gitignore | 4 | ||||
| -rw-r--r-- | base/common/upgrade/10.3.3/.gitignore | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/base/common/upgrade/10.3.1/.gitignore b/base/common/upgrade/10.3.1/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.3.1/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.3.2/.gitignore b/base/common/upgrade/10.3.2/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.3.2/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/common/upgrade/10.3.3/.gitignore b/base/common/upgrade/10.3.3/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.3.3/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore |
