mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
Add impish build
This commit is contained in:
parent
5afcd6c2d2
commit
c8af38396f
@ -1,6 +1,6 @@
|
|||||||
local distro = "hirsute";
|
local distro = "impish";
|
||||||
local distro_name = 'Ubuntu 21.04';
|
local distro_name = 'Ubuntu 21.10';
|
||||||
local distro_docker = 'ubuntu:hirsute';
|
local distro_docker = 'ubuntu:impish';
|
||||||
|
|
||||||
local apt_get_quiet = 'apt-get -o=Dpkg::Use-Pty=0 -q';
|
local apt_get_quiet = 'apt-get -o=Dpkg::Use-Pty=0 -q';
|
||||||
|
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,4 +1,7 @@
|
|||||||
lokinet (0.9.6-3~ubuntu2104) hirsute; urgency=medium
|
lokinet (0.9.6-3~ubuntu2110) impish; urgency=medium
|
||||||
|
|
||||||
|
[ Jason Rhinelander ]
|
||||||
|
* New build for Ubuntu 21.10
|
||||||
|
|
||||||
[ Jeff Becker ]
|
[ Jeff Becker ]
|
||||||
* make lokinet-bootstrap target toggleable
|
* make lokinet-bootstrap target toggleable
|
||||||
|
4
debian/gbp.conf
vendored
4
debian/gbp.conf
vendored
@ -1,10 +1,10 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
upstream-branch = master
|
upstream-branch = master
|
||||||
debian-branch = ubuntu/hirsute
|
debian-branch = ubuntu/impish
|
||||||
upstream-tag = v%(version)s
|
upstream-tag = v%(version)s
|
||||||
|
|
||||||
[buildpackage]
|
[buildpackage]
|
||||||
submodules = true
|
submodules = true
|
||||||
ignore-new = true
|
ignore-new = true
|
||||||
pbuilder = true
|
pbuilder = true
|
||||||
dist = hirsute
|
dist = impish
|
||||||
|
Loading…
Reference in New Issue
Block a user