Skip to content

Commit

Permalink
Revert version bump and bump debian package version
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Apr 8, 2024
1 parent 1fd2b4d commit c5be1bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
container: precice/precice:develop
continue-on-error: true
env: # Versioning is "calculix-preciceX_2.YY-Z[...]" with X the major preCICE version, YY the minor CCX version and Z the package version
PACKAGE_NAME: "calculix-precice3_2.20.2-1_amd64"
PACKAGE_NAME: "calculix-precice3_2.20.1-2_amd64"

steps:
- name: Update system
Expand All @@ -45,8 +45,8 @@ jobs:
run: sudo apt install lintian pandoc -y
- name: Create Debian Package
run: |
mkdir -p "packaging/calculix-precice3_2.20.2-1_amd64/usr/bin" &&
cp ./bin/ccx_preCICE ./packaging/calculix-precice3_2.20.2-1_amd64/usr/bin/ccx_preCICE &&
mkdir -p "packaging/calculix-precice3_2.20.1-2_amd64/usr/bin" &&
cp ./bin/ccx_preCICE ./packaging/calculix-precice3_2.20.1-2_amd64/usr/bin/ccx_preCICE &&
cd packaging && pwd && bash ./make_deb.sh ${{matrix.name}}
- name: Store Debian package artifact
uses: actions/upload-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: calculix-precice3
Version: 2.20.2-1
Version: 2.20.1-2
Source: calculix-precice3
Architecture: amd64
Section: contrib/science
Expand Down
4 changes: 2 additions & 2 deletions packaging/make_deb.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/bash

DISTRIBUTION="_$1"
ADAPTER_VERSION="2.20.2"
PACKAGE_VERSION="1"
ADAPTER_VERSION="2.20.1"
PACKAGE_VERSION="2"

PACKAGE_FOLDER="calculix-precice3_$ADAPTER_VERSION-${PACKAGE_VERSION}_amd64"

Expand Down

0 comments on commit c5be1bb

Please sign in to comment.