add newline to velero-bin.install
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = velero-bin
|
pkgbase = velero-bin
|
||||||
pkgdesc = Backup client for Kubernetes
|
pkgdesc = Backup client for Kubernetes
|
||||||
pkgver = 1.1.0
|
pkgver = 1.1.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/heptio/velero
|
url = https://github.com/heptio/velero
|
||||||
install = velero-bin.install
|
install = velero-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=velero-bin
|
pkgname=velero-bin
|
||||||
pkgver=1.1.0
|
pkgver=1.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Backup client for Kubernetes"
|
pkgdesc="Backup client for Kubernetes"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/heptio/velero"
|
url="https://github.com/heptio/velero"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
echo ">>> For instructions on how to upgrade from ark to velero see:"
|
echo ">>> For instructions on how to upgrade from ark to velero see:"
|
||||||
echo ">>> https://heptio.github.io/velero/v0.11.0/migrating-to-velero"
|
echo ">>> https://heptio.github.io/velero/v0.11.0/migrating-to-velero"
|
||||||
|
echo ">>>"
|
||||||
echo ">>> For instructions on how to upgrade to velero >= 1.0 see:"
|
echo ">>> For instructions on how to upgrade to velero >= 1.0 see:"
|
||||||
echo ">>> https://heptio.github.io/velero/master/upgrade-to-1.0"
|
echo ">>> https://heptio.github.io/velero/master/upgrade-to-1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user