Compare commits

..

7 Commits

Author SHA1 Message Date
fb411826ca Upgrade auf net10 und alumnihub 10.0.3
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m53s
2026-01-21 08:57:42 +01:00
3cce4fd900 Fix: build script 2
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m58s
2026-01-20 11:17:51 +01:00
a67bfef0ce Fix build script
Some checks failed
build-debian-package / Build the debian package (push) Failing after 1m20s
2026-01-20 11:15:26 +01:00
0af02afb20 Rollback further (6.2.1 -> 6.1.3)
All checks were successful
build-debian-package / Build the debian package (push) Successful in 2m43s
2026-01-20 10:58:36 +01:00
17da27123e Fix build script for net 9.0
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m41s
2026-01-17 23:49:59 +01:00
f429512a14 Rollback to Oqtane Version 6.1.3 and dotnet 9.0
Some checks failed
build-debian-package / Build the debian package (push) Failing after 57s
2026-01-17 23:47:29 +01:00
933d194e5c Best-Practise: do not delete user
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m15s
2026-01-15 14:54:33 +01:00
4 changed files with 4 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: "Oqtane Framework bauen"
run: dotnet build -c Release ./oqtane.framework/Oqtane.slnx
- name: "Oqtane Framework publish"
run: dotnet publish -c Release ./oqtane.framework/Oqtane.slnx -o ./alumnihub_10.0_amd64/opt/alumnihub
run: dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
- name: "Upload .deb"

View File

@@ -2,6 +2,6 @@ Package: alumnihub
Architecture: amd64
Essential: no
Priority: optional
Depends: aspnetcore-runtime-10.0,nginx,postgresql-18
Depends: aspnetcore-runtime-9.0,nginx,postgresql-18
Maintainer: kocoder
Description: Our production oqtane setup

View File

@@ -1,2 +1 @@
#!/bin/bash
deluser oqtane
#!/bin/bash