This commit is contained in:
parent
efc7d83ab1
commit
c3fc3f9869
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||||
|
|
||||||
|
4
main.sh
4
main.sh
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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:'
|
Loading…
Reference in New Issue
Block a user