Make it a little faster, queue is in sqlite now, fix db bug and more
Some checks failed
Build and Deploy on Tag / 🔨 Build for everything else (push) Failing after 11s
Build and Deploy on Tag / 🔨 Build for PowerPC (push) Failing after 20s

This commit is contained in:
2026-06-25 15:35:39 -05:00
parent ede1f92981
commit c82957cc61
53 changed files with 661 additions and 888 deletions

18
build-for-system-pkg.sh Normal file
View File

@@ -0,0 +1,18 @@
cd Tesses.YouTubeDownloader.Server
crosslang build
cd bin
cp Tesses.YouTubeDownloader.Server-*.crvm tytd2025.crvm
cd ../..
mkdir -p packages-tmp
nfpm package -t packages-tmp -p archlinux
curl --user tesses50:$PACKAGE_AND_BREW \
--upload-file packages-tmp/*.pkg.tar.zst \
https://git.tesses.org/api/packages/tesses50/arch/core
nfpm package -t packages-tmp -p deb
curl --user tesses50:$PACKAGE_AND_BREW \
--upload-file packages-tmp/*.deb \
https://git.tesses.org/api/packages/tesses50/debian/pool/universal/main/upload
nfpm package -t packages-tmp -p rpm
curl --user tesses50:$PACKAGE_AND_BREW \
--upload-file packages-tmp/*.rpm \
https://git.tesses.org/api/packages/tesses50/rpm/upload