Skip to content

Commit

Permalink
actions: debootstrap_action: handle Droidian rolling suite
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed May 12, 2024
1 parent 50e6a83 commit 43987f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/debootstrap_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ func (d *DebootstrapAction) isLikelyOldSuite() bool {
return false
case "forky":
return false
// Droidian-specific change
case "rolling":
return false
default:
return true
}
Expand Down

0 comments on commit 43987f2

Please sign in to comment.