remove /results stuff
This commit is contained in:
parent
49de13400e
commit
bf63fefcb9
1 changed files with 0 additions and 4 deletions
|
@ -12,7 +12,6 @@ git clone https://git.askiiart.net/askiiart-blendos/akshara
|
||||||
cd ./akshara/
|
cd ./akshara/
|
||||||
git switch packaging
|
git switch packaging
|
||||||
makepkg -s -c -C --noconfirm --noprogressbar
|
makepkg -s -c -C --noconfirm --noprogressbar
|
||||||
cp ./*.pkg.tar.* /results
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf ./akshara/
|
rm -rf ./akshara/
|
||||||
|
|
||||||
|
@ -20,21 +19,18 @@ git clone https://git.askiiart.net/askiiart-blendos/blend
|
||||||
cd ./blend/
|
cd ./blend/
|
||||||
git switch packaging
|
git switch packaging
|
||||||
makepkg -s -c -C --noconfirm --noprogressbar
|
makepkg -s -c -C --noconfirm --noprogressbar
|
||||||
cp ./*.pkg.tar.* /results
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf ./blend/
|
rm -rf ./blend/
|
||||||
|
|
||||||
git clone https://git.askiiart.net/askiiart-blendos/blend-inst
|
git clone https://git.askiiart.net/askiiart-blendos/blend-inst
|
||||||
cd ./blend-inst/
|
cd ./blend-inst/
|
||||||
makepkg -s -c -C --noconfirm --noprogressbar
|
makepkg -s -c -C --noconfirm --noprogressbar
|
||||||
cp ./*.pkg.tar.* /results
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf ./blend-inst/
|
rm -rf ./blend-inst/
|
||||||
|
|
||||||
git clone https://github.com/blend-os/blend-web-store-pkg
|
git clone https://github.com/blend-os/blend-web-store-pkg
|
||||||
cd ./blend-web-store-pkg/
|
cd ./blend-web-store-pkg/
|
||||||
makepkg -s -c -C --noconfirm --noprogressbar
|
makepkg -s -c -C --noconfirm --noprogressbar
|
||||||
cp ./*.pkg.tar.* /results
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf ./blend-web-store-pkg/
|
rm -rf ./blend-web-store-pkg/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue