diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-02 18:08:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-02 18:08:50 (EDT) |
commit | 6adc62fcdae9d61358ce6fc9fae919d5cbc75156 (patch) | |
tree | 91ab3bc6733c9e533a2ac58bf085e37a38288ce4 /src/profile | |
parent | d7e1ed7fa426168479d1be4b146a90d95067639f (diff) |
Revert "profile/proteanos: Don't add src feeds by default"
This reverts commit d7e1ed7fa426168479d1be4b146a90d95067639f.
Diffstat (limited to 'src/profile')
-rw-r--r-- | src/profile/proteanos.sh | 9 |
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() |