Remove attempts at building linux-tools

This commit is contained in:
ferrreo 2023-02-25 15:34:32 +00:00
parent b4198c0033
commit 185ea71a08
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
echo "Pika Kernel - Building"
make -j`nproc` bindeb-pkg LOCALVERSION=-pikaos do_tools=true
make -j`nproc` bindeb-pkg LOCALVERSION=-pikaos

View File

@ -5,7 +5,7 @@ echo "Pika Kernel - Releasing Kernel"
# Sign the packages
dpkg-sig --sign builder ./output/linux-image*.deb
dpkg-sig --sign builder ./output/linux-headers*.deb
dpkg-sig --sign builder ./output/linux-tools*.deb
#dpkg-sig --sign builder ./output/linux-tools*.deb
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
@ -19,7 +19,7 @@ reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% linux-*-pi
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-headers*.deb
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-tools*.deb
#reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-tools*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/