@@ -151,4 +151,6 @@ djangokeygen() { python -c 'from django.core.management.utils import get_random_
}
alias ab='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild &!'
+alias abx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -x &!'
alias abc='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c &!'
+alias abcx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c -x &!'
@@ -1 +1,2 @@
+[GSUtil]
state_dir = $XDG_DATA_HOME/gsutil
@@ -2,8 +2,12 @@
makepkg -fC
if sendreportmail | grep -q "BUILD SUCCESS"; then
- if echo "$1" | grep -q "c"; then
+ git push
+ if echo "$1$2" | grep -q "c"; then
cr
fi
+ if echo "$1$2" | grep -q "x"; then
+ xup *.pkg.tar.zst
+ fi
-loginctl suspend || sudo systemctl suspend
+sudo systemctl suspend