summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r--src/profile/proteanos.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index efb265b..08916cd 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -188,6 +188,15 @@ prof_proteanos_feeds()
done
done
done
+
+ for s in 'base' 'src'; do
+ printf 'src/gz proteanos_%s_%s_%s_%s_%s.gz ' \
+ "${suite%/*}" "${suite#*/}" \
+ 'src' 'all' "${s}"
+ printf '%s/feeds/%s/%s/%s/%s\n' \
+ "${mirror}" "${suite}" \
+ 'src' 'all' "${s}"
+ done
}
prof_proteanos_get_cert_url()