This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-04 18:56:28 +03:00 committed by GitHub
parent efc7d83ab1
commit c3fc3f9869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
mangohud (1:0.6.9.1-99pika1.lunar) lunar; urgency=medium mangohud (1:0.7.0.0-100pika1) pikauwu; urgency=medium
* Initial Push to PPA * Initial Push to PPA

View File

@ -1,5 +1,5 @@
# Clone Upstream # Clone Upstream
git clone https://github.com/flightlessmango/MangoHud -b v0.6.9-1 git clone https://github.com/flightlessmango/MangoHud -b v0.7.0
mv ./MangoHud ./mangohud mv ./MangoHud ./mangohud
cp -rvf ./debian ./mangohud/ cp -rvf ./debian ./mangohud/
cd ./mangohud cd ./mangohud
@ -9,7 +9,7 @@ apt-get build-dep ./ -y
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.6.9.1 LOGNAME=root dh_make --createorig -y -l -p mangohud_0.7.0
dpkg-buildpackage --no-sign dpkg-buildpackage --no-sign

View File

@ -1,5 +1,5 @@
# Clone Upstream # Clone Upstream
git clone https://github.com/flightlessmango/MangoHud -b v0.6.9-1 git clone https://github.com/flightlessmango/MangoHud -b v0.7.0
mv ./MangoHud ./mangohud mv ./MangoHud ./mangohud
cp -rvf ./debian ./mangohud/ cp -rvf ./debian ./mangohud/
cd ./mangohud cd ./mangohud
@ -9,7 +9,7 @@ apt-get build-dep ./ -y
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.6.9.1 LOGNAME=root dh_make --createorig -y -l -p mangohud_0.7.0
dpkg-buildpackage --no-sign dpkg-buildpackage --no-sign

View File

@ -2,7 +2,7 @@
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
# add debs to repo # add debs to repo
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/' ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/'
# publish the repo # publish the repo
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:' ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:'