fix files

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-02-25 10:54:57 +03:00 committed by GitHub
parent a6a178ff54
commit 4ee8374f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -4,9 +4,7 @@ add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/lassekongo83/adw-gtk3
cp -rvf ./debian ./adw-gtk3/
cd ./adw-gtk3
cd ./pika-amdgpu-core
# Get build deps
apt-get build-dep ./ -y
@ -18,4 +16,4 @@ dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/
mv ./*.deb ./output/

View File

@ -1,14 +1,14 @@
# Sign the packages
dpkg-sig --sign builder ./output/adw-gtk3-theme*.deb
dpkg-sig --sign builder ./output/pika-amdgpu-core*.deb
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% adw-gtk3-theme*)'
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% pika-amdgpu-core*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/adw-gtk3-theme*.deb
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-amdgpu-core*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/