Skip to content

Commit

Permalink
update code names (sort order, default release) for bookworm release
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Jun 13, 2023
1 parent ed40386 commit 75d286e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/debiman/rendermanpage.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func init() {
for idx, r := range releaseList {
sortOrder[r] = idx
}
sortOrder["testing"] = sortOrder["bookworm"]
sortOrder["testing"] = sortOrder["trixie"]
sortOrder["unstable"] = len(releaseList)
sortOrder["experimental"] = sortOrder["unstable"] + 1
}
Expand Down
2 changes: 1 addition & 1 deletion internal/redirect/redirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Index struct {
}

// TODO(later): the default suite should be the latest stable release
const defaultSuite = "bullseye"
const defaultSuite = "bookworm"
const defaultLanguage = "en"

// bestLanguageMatch is like bestLanguageMatch in rendermanpage.go, but for the redirector index. TODO: can we de-duplicate the code?
Expand Down

0 comments on commit 75d286e

Please sign in to comment.