Skip to content

Commit 0e7cf67

Browse files
author
Jean-Louis Fuchs
committed
build: reenable fedora 39
1 parent 27be177 commit 0e7cf67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ build-packages: poetry-install ## build source package, wheel and srpm
9090
.PHONY: rebuild-packages
9191
rebuild-packages: ## build binary rpms
9292
@docker run -v ./:/source rockylinux:9 sh -c "dnf install -y git; git config --global --add safe.directory /source; /source/tools/venv-rpm"
93+
@docker run -v ./:/source fedora:39 /source/tools/rebuild-rpm
9394
@docker run -v ./:/source fedora:40 /source/tools/rebuild-rpm

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Automates the creation and managment of aptly mirrors and snapshots based on toml
44
input files.
55

6-
**Important**: Corrently under heavy development:
6+
**Important**: Currently under heavy development:
77

88
- For for the old version [switch to the master branch](https://github.com/adfinis/pyaptly/tree/master)
99
- Main branch builds contain [alpha packages](https://github.com/adfinis/pyaptly/actions/runs/8147002919), see Artifacts

0 commit comments

Comments
 (0)