Skip to content

Commit

Permalink
treat kali-* as a variant of buster/sid
Browse files Browse the repository at this point in the history
xaki23 committed Apr 10, 2019

Verified

This commit was signed with the committer’s verified signature.
1 parent d340a62 commit f063aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesmanager/dsa-4371-update
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ main() {

codename="$(cat /etc/debian_version)"
case "$codename" in
*/sid)
*/sid|kali-*)
# We will treat testing as sid here. This hopefully won't break
# anything ...
codename="sid"

0 comments on commit f063aa5

Please sign in to comment.