Skip to content

Commit

Permalink
Ubuntu 20.04 -> 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vermaete <[email protected]>
  • Loading branch information
vermaete committed Oct 25, 2024
1 parent 631761b commit 281f859
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: CI
on:
push:
branches:
- master
- vermaete/ubuntu2404
workflow_dispatch:
schedule:
- cron: "0 2 * * 5"

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

env:
DEBFULLNAME: "Fred Hornsey"
Expand All @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
path: OpenDDS-Debian
ref: 'vermaete/ubuntu240.4'

- name: Checkout OpenDDS
uses: actions/checkout@v4
Expand All @@ -50,8 +51,8 @@ jobs:
SHA=$(git rev-parse --short HEAD)
cd ../OpenDDS-Debian
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git fetch --depth 1 origin ubuntu_20_04
git checkout ubuntu_20_04
git fetch --depth 1 origin ubuntu_24_04
git checkout ubuntu_24_04
cp ../opendds.deb opendds.deb
git add opendds.deb
git \
Expand All @@ -64,7 +65,7 @@ jobs:
with:
directory: 'OpenDDS-Debian'
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'ubuntu_20_04'
branch: 'ubuntu_24_04'

- name: Lintian
run: lintian --pedantic --info --display-info opendds.deb
Expand Down
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Source: opendds
Priority: optional
Maintainer: Fred Hornsey <[email protected]>
Build-Depends: debhelper (>= 10), perl (>= 5.26)
Standards-Version: 4.1.2
Build-Depends: debhelper-compat (= 13), perl (>= 5.26), build-essential
Standards-Version: 4.7.0
Section: libs
Homepage: http://opendds.org

Expand Down

0 comments on commit 281f859

Please sign in to comment.