Skip to content

Commit

Permalink
Add dnf5-testing-nightly repository
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Oct 18, 2023
1 parent 0728eff commit b5c33a9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
strategy:
fail-fast: false # don't fail all matrix jobs if one of them fails
matrix:
project: [dnf-nightly, dnf5-unstable]
project: [dnf-nightly, dnf5-unstable, dnf5-testing-nightly]
variant: ['', -sanitizers]
exclude:
- project: dnf5-unstable
variant: -sanitizers
- project: dnf5-testing-nightly
variant: -sanitizers
steps:
- name: Check out sources
uses: actions/checkout@v2
Expand Down
24 changes: 24 additions & 0 deletions overlays/dnf-testing-nightly/overlay.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
aliases:
- name: github
url: https://github.com/
- name: fedorapkgs
url: https://src.fedoraproject.org/rpms/
- name: centos-distgit
url: https://git.centos.org/rpms/

components:

- name: libdnf
git:
src: github:rpm-software-management/libdnf.git
branch: origin/dnf-4-master

- name: dnf
git:
src: github:rpm-software-management/dnf.git
requires:
- libdnf

- name: dnf5
git:
src: github:rpm-software-management/dnf5.git

0 comments on commit b5c33a9

Please sign in to comment.