File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -595,8 +595,8 @@ sub_c(){
595595
596596 case ${LINUX_DISTRO} in
597597 debian)
598- if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
599- # TODO: For now, trixie == sid, change when trixie is released
598+ if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " bookworm " ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
599+ # TODO: For now, bookworm || trixie == sid, change when bookworm || trixie is released
600600 CODENAME=" unstable"
601601 LINKNAME=" "
602602 else
@@ -765,8 +765,8 @@ sub_clangformat(){
765765
766766 case ${LINUX_DISTRO} in
767767 debian)
768- if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
769- # TODO: For now, trixie == sid, change when trixie is released
768+ if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " bookworm " ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
769+ # TODO: For now, bookworm || trixie == sid, change when bookworm || trixie is released
770770 CODENAME=" unstable"
771771 LINKNAME=" "
772772 else
Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ sub_c(){
227227
228228 case ${LINUX_DISTRO} in
229229 debian)
230- if [ " ${VERSION:- } " == " unstable" ] || [ " ${VERSION:- } " == " testing" ] || [[ " ${VERSION_CODENAME} " == " trixie" ] ]; then
231- # TODO: For now, trixie == sid, change when trixie is released
230+ if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " bookworm " ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
231+ # TODO: For now, bookworm || trixie == sid, change when bookworm || trixie is released
232232 CODENAME=" unstable"
233233 LINKNAME=" "
234234 else
You can’t perform that action at this time.
0 commit comments