fedora: f36 went EOL
Removes all references to Fedora 36 since it went EOL. See: https://docs.fedoraproject.org/en-US/releases/eol/
This commit is contained in:
parent
53198bed6e
commit
5e6c0642cd
51 changed files with 19 additions and 630044 deletions
|
|
@ -548,7 +548,7 @@ func TestErrorRepoInfo(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
solver := NewSolver("f36", "36", "x86_64", "fedora-36", "/tmp/cache")
|
||||
solver := NewSolver("f38", "38", "x86_64", "fedora-38", "/tmp/cache")
|
||||
solver.SetDNFJSONPath("../../dnf-json")
|
||||
for idx, tc := range testCases {
|
||||
t.Run(fmt.Sprintf("%d", idx), func(t *testing.T) {
|
||||
|
|
@ -578,7 +578,7 @@ func TestRepoConfigHash(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
solver := NewSolver("f36", "36", "x86_64", "fedora-36", "/tmp/cache")
|
||||
solver := NewSolver("f38", "38", "x86_64", "fedora-38", "/tmp/cache")
|
||||
solver.SetDNFJSONPath("../../dnf-json")
|
||||
|
||||
rcs, err := solver.reposFromRPMMD(repos)
|
||||
|
|
@ -591,7 +591,7 @@ func TestRepoConfigHash(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestRequestHash(t *testing.T) {
|
||||
solver := NewSolver("f36", "36", "x86_64", "fedora-36", "/tmp/cache")
|
||||
solver := NewSolver("f38", "38", "x86_64", "fedora-38", "/tmp/cache")
|
||||
repos := []rpmmd.RepoConfig{
|
||||
rpmmd.RepoConfig{
|
||||
Name: "A test repository",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue