Skip to content

Commit

Permalink
Update for 1.23rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed May 3, 2024
1 parent 2fd5b7e commit c41e105
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions convert-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dpkg -e $DEB
dpkg -x $DEB .

# modify ot version
OT_VERSION="1.22-1"
OT_VERSION="1.23~rc1-1"
OT_MODVERSION="$OT_VERSION$code"
sed -i -e "s/$OT_VERSION/$OT_MODVERSION/" DEBIAN/control

Expand All @@ -40,11 +40,11 @@ then
sed -i -e "s/^\(Version: .*\)$/\1$code/" DEBIAN/control
fi

# modify hmat control
if grep -q "hmat-oss" <<< "$DEB"
# modify cuba control
if grep -q "cuba" <<< "$DEB"
then
HMAT_VERSION="1.9.0-1"
sed -i -e "s/= ${HMAT_VERSION}/= ${HMAT_VERSION}${code}/" DEBIAN/control
CUBA_VERSION="4.2.2-1"
sed -i -e "s/= ${CUBA_VERSION}/= ${CUBA_VERSION}${code}/" DEBIAN/control
fi

# modify pagmo control
Expand All @@ -54,7 +54,7 @@ then
sed -i -e "s/= ${PAGMO_VERSION}/= ${PAGMO_VERSION}${code}/" DEBIAN/control
fi

# modify pagmo control
# modify mixmod control
if grep -q "mixmod" <<< "$DEB"
then
MIXMOD_VERSION="2.1.10-1"
Expand Down
2 changes: 1 addition & 1 deletion run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ usage()
parent_dir=`readlink -f $0`
parent_dir=`dirname $parent_dir`

triplets="ubuntu:focal:xUbuntu_20.04 ubuntu:jammy:xUbuntu_22.04 debian:bullseye:Debian_11 debian:bookworm:Debian_12"
triplets="ubuntu:focal:xUbuntu_24.04 ubuntu:jammy:xUbuntu_22.04 debian:bullseye:Debian_11 debian:bookworm:Debian_12"
cd /tmp
for triplet in ${triplets}
do
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/conf/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Components: main
Contents: . .gz .bz2
SignWith: 79357215ABB6E1BE42A1D9CB491167B96D820097

Codename: focal
Codename: noble
Architectures: amd64 source
Components: main
Contents: . .gz .bz2
Expand Down

0 comments on commit c41e105

Please sign in to comment.