add blend-web-store (the last blendos package for image-builder afaik)
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
eb364d752c
commit
1387166f15
1 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue