Skip to content

Commit 3789fc0

Browse files
committed
Updat to 1.26
1 parent de599b2 commit 3789fc0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

convert-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dpkg -e $DEB
3131
dpkg -x $DEB .
3232

3333
# modify ot version
34-
OT_VERSION="1.25-1"
34+
OT_VERSION="1.26-1"
3535
OT_MODVERSION="$OT_VERSION$code"
3636
sed -i -e "s/$OT_VERSION/$OT_MODVERSION/" DEBIAN/control
3737

debian/conf/distributions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ Components: main
1010
Contents: . .gz .bz2
1111
SignWith: 79357215ABB6E1BE42A1D9CB491167B96D820097
1212

13+
Codename: trixie
14+
Architectures: amd64 source
15+
Components: main
16+
Contents: . .gz .bz2
17+
SignWith: 79357215ABB6E1BE42A1D9CB491167B96D820097
18+

run_docker_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usage()
1111
parent_dir=`readlink -f $0`
1212
parent_dir=`dirname $parent_dir`
1313

14-
triplets="ubuntu:oracular:xUbuntu_24.10 ubuntu:noble:xUbuntu_24.04 ubuntu:jammy:xUbuntu_22.04 debian:bullseye:Debian_11 debian:bookworm:Debian_12"
14+
triplets="ubuntu:jammy:xUbuntu_22.04 ubuntu:noble:xUbuntu_24.04 ubuntu:plucky:xUbuntu_25.04 debian:bullseye:Debian_11 debian:bookworm:Debian_12 debian:trixie:Debian_13"
1515
cd /tmp
1616
for triplet in ${triplets}
1717
do

0 commit comments

Comments
 (0)