This commit is contained in:
parent
81ea81d234
commit
ddf85d6308
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
nwg-look (0.2.2-99pika1) lunar; urgency=medium
|
nwg-look (0.2.4-99pika1) pikauwu; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
2
main.sh
2
main.sh
@ -5,7 +5,7 @@ DEBIAN_FRONTEND=noninteractive
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone --recurse-submodules https://github.com/nwg-piotr/nwg-look
|
git clone --recurse-submodules https://github.com/nwg-piotr/nwg-look
|
||||||
cd nwg-look
|
cd nwg-look
|
||||||
git checkout v0.2.2
|
git checkout v0.2.4
|
||||||
cp -rvf ../debian ./
|
cp -rvf ../debian ./
|
||||||
cp -vf ../Makefile ./Makefile
|
cp -vf ../Makefile ./Makefile
|
||||||
|
|
||||||
|
@ -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