Move to static codename
This commit is contained in:
parent
89182ac6b9
commit
7095d2a64a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
xone (0.3.git-100pika1) pikauwu; urgency=medium
|
||||
|
||||
* Update to pikauwu.
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 04 Oct 2022 17:50:00 +0300
|
||||
|
||||
|
||||
xone (0.3.git-99pika1.lunar) lunar; urgency=medium
|
||||
|
||||
* Update to lunar.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with quilt
|
||||
dh $@
|
||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
||||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
7
main.sh
7
main.sh
@ -1,15 +1,18 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Clone Upstream
|
||||
git clone https://github.com/medusalix/xone
|
||||
cp -rvf ./debian ./xone
|
||||
cd ./xone
|
||||
|
||||
for i in ../patches/* ; do patch -Np1 -i $i; done
|
||||
|
||||
# Get build deps
|
||||
apt-get install dh-make -y
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p xone_0.3.git
|
||||
dpkg-buildpackage
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
cd ../
|
||||
|
@ -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:'
|
Loading…
x
Reference in New Issue
Block a user