Move to static codename

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-29 12:54:49 +03:00 committed by GitHub
parent 89182ac6b9
commit 7095d2a64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 6 deletions

7
debian/changelog vendored
View File

@ -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
View File

@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with quilt
dh $@

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)

View File

@ -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 ../

View File

@ -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:'