adding notes, added bugtracker info, etc.

This commit is contained in:
brent s
2016-06-25 17:29:16 -04:00
parent 1e2a81d298
commit c2a38e43cb
45 changed files with 55 additions and 44 deletions
+1 -1
Submodule buffer updated: cefbd7bd9e...a749b114b7
+1 -1
Submodule djohn updated: 25e5a80c2f...7ce35ffae2
+1 -1
Submodule dumpet updated: 6dfd938694...0424f7abb9
+1 -1
Submodule iozone updated: 56df11668b...6e8a6bda02
+1 -1
Submodule mbr updated: 9c77c92223...fb7ac88f25
+1 -1
Submodule mdcrack updated: 179ac6a6f1...cfb7d85d38
+1 -1
Submodule mindi updated: f03ebbf0cb...543b25eecf
+1 -1
Submodule mondo updated: 925abf930f...9884dde947
+11
View File
@@ -0,0 +1,11 @@
to do updates on ALL pkgbuilds (meta stuff), you'll want to increment the pkgrel:
for i in $(find ./ -type f -name PKGBUILD);
do
PKGVER=$(egrep '^pkgrel=' ${i} | cut -f2 -d"=" | sed -e "s/'//g" -e 's/"//g' -e 's/[[:space:]]*//g')
PKGVER=$((PKGVER+1))
sed -i -e "s/^pkgrel=.*$/pkgrel=${PKGVER}/g" ${i}
done
similar loops can help with e.g. adding PGP keys, etc.
+1 -1
Submodule nquake updated: 9900e0a6a9...f13706dbd5
+1 -1
Submodule pack updated: d3399a349d...78395b5913
+1 -1
Submodule storcli updated: 9d75cf1ce0...93ba38a37b
+1 -1
Submodule sucrack updated: e9cd6db16c...bc47b3c018
+1 -1
Submodule weplab updated: 4dc236761e...2d429775ba