Sfoglia il codice sorgente

buuld in clean chroot now + add build alias + remove gsutil config

Noah Vogt 1 anno fa
parent
commit
c8b0dabfb5
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 0
      dot-config/aliasrc
  2. 0 2
      dot-config/gsutil/config
  3. 2 1
      local-bin/reportbuild

+ 1 - 0
dot-config/aliasrc

@@ -153,4 +153,5 @@ 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 abx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -x &!'
 alias abcx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c -x &!'

+ 0 - 2
dot-config/gsutil/config

@@ -1,2 +0,0 @@
-[GSUtil]
-state_dir = $XDG_DATA_HOME/gsutil

+ 2 - 1
local-bin/reportbuild

@@ -1,6 +1,7 @@
 #!/bin/sh
 
-makepkg -fC
+sudo ccm64 s
+rm *-debug*.pkg.tar.zst
 if sendreportmail | grep -q "BUILD SUCCESS"; then
     git push
     if echo "$1$2" | grep -q "c"; then