Kaynağa Gözat

add clean build alias

Noah Vogt 1 yıl önce
ebeveyn
işleme
6d1bbe66ae
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 0
      dot-config/aliasrc
  2. 1 1
      local-bin/reportbuild

+ 1 - 0
dot-config/aliasrc

@@ -155,3 +155,4 @@ 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 abx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -x &!'
 alias abcx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c -x &!'
+alias cb='sudo GNUPGHOME=/home/builder/.local/share/gnupg ccm64 s'

+ 1 - 1
local-bin/reportbuild

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-sudo ccm64 s
+sudo GNUPGHOME=/home/builder/.local/share/gnupg ccm64 s
 rm *-debug*.pkg.tar.zst
 if sendreportmail | grep -q "BUILD SUCCESS"; then
     git push