summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter K. Moss2020-11-04 18:44:32 +0100
committerPeter K. Moss2020-11-04 18:44:32 +0100
commitadf7cb89bd6cb647afc87b46e7d126e282a5b926 (patch)
tree37d86a755fa4156b53423bf95c11fb57e6b1c9a7
parent8314962d11cba3db52e4534e74f42452df9ecced (diff)
downloadaur-adf7cb89bd6cb647afc87b46e7d126e282a5b926.tar.gz
Played around with the update script, no longer here
-rwxr-xr-xupdate.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/update.sh b/update.sh
deleted file mode 100755
index 5d41d34c74b0..000000000000
--- a/update.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-makepkg -f &&
-makepkg --printsrcinfo > .SRCINFO &&
-git add PKGBUILD .SRCINFO &&
-git commit -m "Updated to version $(makepkg --printsrcinfo | grep pkgver | cut -d ' ' -f 3)" &&
-git push