add blend-web-store (the last blendos package for image-builder afaik)
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
askiiart 2024-10-01 22:45:20 -05:00
parent eb364d752c
commit 1387166f15
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -31,6 +31,13 @@ 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
cd ./blend-web-store-pkg/
makepkg -s -c -C --noconfirm --noprogressbar
cp ./*.pkg.tar.* /results
cd ..
rm -rf ./blend-web-store-pkg/
cd /repo/ cd /repo/
rm -rf ./tmp/arch-workdir rm -rf ./tmp/arch-workdir
repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "askiiart.db.tar.zst" ! -name "askiiart.files.tar.zst") repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "askiiart.db.tar.zst" ! -name "askiiart.files.tar.zst")