Skip to content

Commit

Permalink
Jenkinsfile and debian updates for bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
eric1tran committed Nov 24, 2021
1 parent ae2994f commit 3ef28af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node(label: 'raspberrypi') {
durabilityHint(hint: 'PERFORMANCE_OPTIMIZED')
])

def dists = ["buster", "stretch"]
def dists = ["bullseye", "buster", "stretch"]
def srcdir = "${WORKSPACE}/src"

stage('Checkout') {
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: dump978-fa
Section: embedded
Priority: extra
Maintainer: Oliver Jowett <[email protected]>
Build-Depends: debhelper(>=9), dh-systemd, libboost-system-dev, libboost-program-options-dev, libboost-regex-dev, libboost-filesystem-dev, libsoapysdr-dev
Build-Depends: debhelper(>=10), libboost-system-dev, libboost-program-options-dev, libboost-regex-dev, libboost-filesystem-dev, libsoapysdr-dev
Standards-Version: 3.9.3
Homepage: http://www.flightaware.com/
Vcs-Git: https://github.com/flightaware/dump978.git
Expand Down
4 changes: 4 additions & 0 deletions prepare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ case "$DIST" in
;;

buster)
echo "Updating changelog for buster backport build" >&2
dch --changelog $OUT/debian/changelog --local ~bpo10+ --force-distribution --distribution buster-backports "Automated backport build for buster"
;;

bullseye)
;;
*)
echo "Don't know how to build for a distribution named $DIST" >&2
exit 1
Expand Down

0 comments on commit 3ef28af

Please sign in to comment.