summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-07-18 22:58:31 +0200
committerMorteza NourelahiAlamdari2021-07-18 22:58:31 +0200
commit0d4fbc215a548ee7dccc220dae8c3ba02679d0e2 (patch)
treeaed72e5ad6606d398e57b3d3ab392519891a8053
parentd4d02c9df9ddb99f5b7a7002a341a5b1aed71223 (diff)
downloadaur-0d4fbc215a548ee7dccc220dae8c3ba02679d0e2.tar.gz
Fix sync script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xsync4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b0e6cbed69..4700dbaec509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = datree
pkgdesc = Prevent Kubernetes misconfigurations from reaching production (again triumph)! Datree is a CLI tool to ensure K8s manifests and Helm charts follow best practices as well as your organization’s policies.
pkgver = 0.1.741
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index f7773cf750f0..b153df5b78c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="datree"
pkgver="0.1.741"
-pkgrel=2
+pkgrel=3
pkgdesc="Prevent Kubernetes misconfigurations from reaching production (again triumph)! Datree is a CLI tool to ensure K8s manifests and Helm charts follow best practices as well as your organization’s policies."
arch=('x86_64')
url="https://github.com/datreeio/datree"
diff --git a/sync b/sync
index 28c596d70eb4..66ee5fa45131 100755
--- a/sync
+++ b/sync
@@ -31,8 +31,8 @@ makepkg --printsrcinfo > .SRCINFO
makepkg
# Commit and push changes.
-#git commit -m "Upgrade to version ${version}" PKGBUILD .SRCINFO
-#git push
+git commit -m "Upgrade to version ${version}" PKGBUILD .SRCINFO
+git push
# Logging final result.
echo "Update ${pkgname} from ${pkgver} to ${version} version in AUR"