Skip to content

Commit c91a817

Browse files
authored
Merge pull request #422 from Nitrokey/remove-rpm-support
Remove support for RPM builds
2 parents c5773a9 + 57e2fc5 commit c91a817

19 files changed

Lines changed: 1 addition & 182 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,6 @@ jobs:
7676
run: |
7777
flatpak-builder-lint appstream meta/com.nitrokey.nitrokey-app2.metainfo.xml || true
7878
echo "FIXME: currently disabled"
79-
80-
check-version-accordance-rpm-spec:
81-
name: Check for version accordance with RPM specification file
82-
runs-on: ubuntu-latest
83-
container: fedora:latest
84-
steps:
85-
- name: Checkout repository
86-
uses: actions/checkout@v6
87-
- name: Install required packages
88-
run: |
89-
dnf makecache
90-
dnf install -y gcc libffi-devel make python python-pip python3-devel rpm-build systemd-devel which
91-
pip install poetry
92-
- name: Create virtual environment
93-
run: make init
94-
- name: Check versions
95-
shell: bash
96-
run: |
97-
PACKAGE_VERSION=$(poetry version --short)
98-
RPM_VERSION=$(rpmspec -q --qf "%{version}" ci-scripts/linux/rpm/nitrokey-app2.spec)
99-
if [ $PACKAGE_VERSION == $RPM_VERSION ]; then exit 0; else exit 1; fi
10079
check-version-accordance-flatpak-metadata:
10180
name: Check for version accordance with Flatpak metadata file
10281
runs-on: ubuntu-latest
-8.21 KB
Binary file not shown.
-895 Bytes
Binary file not shown.
-12.7 KB
Binary file not shown.
-1.1 KB
Binary file not shown.
-1.23 KB
Binary file not shown.
-1.4 KB
Binary file not shown.
-17.4 KB
Binary file not shown.
-1.89 KB
Binary file not shown.
-2.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)