initial commit
This commit is contained in:
parent
6c13c37c69
commit
94ea688bd3
2
main.sh
2
main.sh
@ -1,5 +1,5 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.1.5
|
git clone https://gitlab.freedesktop.org/mesa/mesa
|
||||||
cp -rvf ./debian ./mesa/
|
cp -rvf ./debian ./mesa/
|
||||||
cd ./mesa
|
cd ./mesa
|
||||||
touch debian/changelog
|
touch debian/changelog
|
||||||
|
24
release.sh
24
release.sh
@ -1,11 +1,19 @@
|
|||||||
# Sign the packages
|
# Clone Upstream
|
||||||
dpkg-sig --sign builder ./output/*.deb
|
git clone https://gitlab.freedesktop.org/mesa/mesa
|
||||||
|
cp -rvf ./debian ./mesa/
|
||||||
|
cd ./mesa
|
||||||
|
touch debian/changelog
|
||||||
|
#echo -e "linux-firmware ("$(date '+%Y%m%d')".git-99pika"$(date '+%M')") lunar; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
|
||||||
|
echo -e "mesa (23.3-git.$(git rev-parse HEAD)-99pika"$(date '+%M')") lunar; urgency=medium\n\n * New Git Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
|
||||||
|
|
||||||
# Pull down existing ppa repo db files etc
|
# Get build deps
|
||||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Build package
|
||||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
|
|
||||||
|
|
||||||
# Push the updated ppa repo to the server
|
dpkg-buildpackage --no-sign
|
||||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
|
||||||
|
# Move the debs to output
|
||||||
|
cd ../
|
||||||
|
mkdir -p ./output
|
||||||
|
mv ./mesa-vulkan*.deb ./output/
|
||||||
|
Loading…
Reference in New Issue
Block a user