From 4ee8374f886d997c909a8abede0cf3364ca3a6af Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 25 Feb 2023 10:54:57 +0300 Subject: [PATCH] fix files --- main.sh | 6 ++---- release.sh | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/main.sh b/main.sh index 822cae1..dc870d1 100644 --- a/main.sh +++ b/main.sh @@ -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/ \ No newline at end of file diff --git a/release.sh b/release.sh index e4efb8e..576f493 100644 --- a/release.sh +++ b/release.sh @@ -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/ \ No newline at end of file