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 @@ -607,8 +607,8 @@ sub_c(){
607607
608608 case ${LINUX_DISTRO} in
609609 debian)
610- # For now trixie == sid, change when trixie is released
611- if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
610+ # For now bookworm || trixie == sid, change when trixie is released
611+ if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " bookworm " ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
612612 CODENAME=" unstable"
613613 LINKNAME=" "
614614 else
@@ -779,8 +779,8 @@ sub_clangformat(){
779779
780780 case ${LINUX_DISTRO} in
781781 debian)
782- # For now trixie == sid, change when trixie is released
783- if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
782+ # For now bookworm || trixie == sid, change when trixie is released
783+ if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " bookworm " ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
784784 CODENAME=" unstable"
785785 LINKNAME=" "
786786 else
Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ sub_c(){
265265
266266 case ${LINUX_DISTRO} in
267267 debian)
268- # For now trixie == sid, change when trixie is released
269- if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
268+ # For now bookworm || trixie == sid, change when trixie is released
269+ if [ " ${VERSION:- } " = " unstable" ] || [ " ${VERSION:- } " = " testing" ] || [ " ${VERSION_CODENAME} " = " bookworm " ] || [ " ${VERSION_CODENAME} " = " trixie" ]; then
270270 CODENAME=" unstable"
271271 LINKNAME=" "
272272 else
You can’t perform that action at this time.
0 commit comments