Skip to content

Commit de599b2

Browse files
committed
Update to 1.25
1 parent b830282 commit de599b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8+
- name: Pull
9+
run: docker build . -t debian
810
- name: Build
9-
run: |
10-
docker build . -t debian
11-
docker run -v `pwd`:/io debian /io/run_docker_build.sh `id -u` `id -g`
11+
run: docker run -v `pwd`:/io debian /io/run_docker_build.sh `id -u` `id -g`
1212
- name: Upload
1313
if: startsWith(github.ref, 'refs/tags/')
1414
run: |

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.24-1"
34+
OT_VERSION="1.25-1"
3535
OT_MODVERSION="$OT_VERSION$code"
3636
sed -i -e "s/$OT_VERSION/$OT_MODVERSION/" DEBIAN/control
3737

ubuntu/conf/distributions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Components: main
1010
Contents: . .gz .bz2
1111
SignWith: 79357215ABB6E1BE42A1D9CB491167B96D820097
1212

13-
Codename: oracular
13+
Codename: plucky
1414
Architectures: amd64 source
1515
Components: main
1616
Contents: . .gz .bz2

0 commit comments

Comments
 (0)