diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-18 18:01:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-18 18:01:09 (EDT) |
commit | d3fdf6d847a3b6b427d53c80f106c9037caa6212 (patch) | |
tree | 21b225cc24b333136d5f7f6fe5ee905da22da06d | |
parent | b9c7f301cd1d8a1862dc5498e72193df17a630d8 (diff) |
prof_proteanos_feeds(): Add src/all/base feed
-rw-r--r-- | lib/profiles/proteanos.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index d63da58..12ae87b 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -109,6 +109,15 @@ prof_proteanos_feeds() done done done + + for s in 'base'; do + printf 'proteanos_%s_%s_%s_%s_%s ' \ + "${suite%/*}" "${suite#*/}" \ + 'src' 'all' "${s}" + printf '%s/feeds/%s/%s/%s/%s/Packages\n' \ + "${mirror}" "${suite}" \ + 'src' 'all' "${s}" + done } prof_proteanos_dep_fields() |