From 455a277a2625cf94f7f8d3490b4642242228355d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Jan 2021 03:34:39 -0500 Subject: profile/proteanos: Add default suite "rel/trunk" --- diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 3779f7c..fbfce2d 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -101,6 +101,7 @@ prof_proteanos_normalize_suite() shift 1 case "${suite}" in + '') printf 'rel/trunk\n';; */*) printf '%s\n' "${suite}";; *) printf 'rel/%s\n' "${suite}";; esac -- cgit v0.9.1