reportbuild 309 B

1234567891011121314
  1. #!/bin/sh
  2. sudo GNUPGHOME=/home/builder/.local/share/gnupg ccm64 s
  3. rm *-debug*.pkg.tar.zst
  4. if sendreportmail | grep -q "BUILD SUCCESS"; then
  5. git push
  6. if echo "$1$2" | grep -q "c"; then
  7. cr
  8. fi
  9. if echo "$1$2" | grep -q "x"; then
  10. xup *.pkg.tar.zst
  11. fi
  12. fi
  13. sudo systemctl suspend