From c3fc3f986998bb240008cf917155f4f06394d6b0 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:56:28 +0300 Subject: [PATCH] --- debian/changelog | 2 +- main.sh | 4 ++-- main32.sh | 4 ++-- release.sh | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5d4725e..68e19cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/main.sh b/main.sh index a85a11f..3760f6d 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # 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 cp -rvf ./debian ./mangohud/ cd ./mangohud @@ -9,7 +9,7 @@ apt-get build-dep ./ -y # 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 diff --git a/main32.sh b/main32.sh index a85a11f..3760f6d 100755 --- a/main32.sh +++ b/main32.sh @@ -1,5 +1,5 @@ # 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 cp -rvf ./debian ./mangohud/ cd ./mangohud @@ -9,7 +9,7 @@ apt-get build-dep ./ -y # 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 diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -2,7 +2,7 @@ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ # 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 -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:' \ No newline at end of file