reportbuild 359 B

12345678910111213141516
  1. #!/bin/bash
  2. for (( i=0; i < 3; i++ )); do
  3. sudo GNUPGHOME=/home/builder/.local/share/gnupg ccm64 s && break
  4. done
  5. rm *-debug*.pkg.tar.zst
  6. if sendreportmail | grep -q "BUILD SUCCESS"; then
  7. git push
  8. if echo "$1$2" | grep -q "c"; then
  9. cr
  10. fi
  11. if echo "$1$2" | grep -q "x"; then
  12. xup *.pkg.tar.zst
  13. fi
  14. fi
  15. sudo systemctl suspend