This commit is contained in:
parent
00f38249e4
commit
52044c2096
2
main.sh
2
main.sh
@ -4,7 +4,7 @@
|
||||
git clone https://codeberg.org/fabiscafe/game-devices-udev rules
|
||||
mkdir -p ./game-devices-udev/etc/udev/rules.d/
|
||||
cp -rvf ./rules/*.rules ./game-devices-udev/etc/udev/rules.d/
|
||||
echo -e "game-devices-udev ("$(date '+%Y%m%d')".git-99pika-lunar2"$(date '+%M')") lunar; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > game-devices-udev/debian/changelog
|
||||
echo -e "game-devices-udev ("$(date '+%Y%m%d')".git-100pika2"$(date '+%M')") lunar; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > game-devices-udev/debian/changelog
|
||||
cd ./game-devices-udev
|
||||
|
||||
# Get build deps
|
||||
|
@ -1,8 +1 @@
|
||||
# send debs to server
|
||||
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/'
|
||||
|
||||
# publish the repo
|
||||
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:'
|
||||
for i in ../patches/* ; do echo "Applying Patch: $i" && patch -Np1 -i $i || echo "Applying Patch $i Failed!"; done
|
Loading…
Reference in New Issue
Block a user