fix files
This commit is contained in:
parent
a6a178ff54
commit
4ee8374f88
4
main.sh
4
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
|
||||
|
@ -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/
|
Loading…
Reference in New Issue
Block a user