summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-02 13:40:42 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-02 13:40:42 (EDT)
commitd7e1ed7fa426168479d1be4b146a90d95067639f (patch)
tree2edfc42090f540dc1cbbfbc14301e536e5e2fc64
parent767e737474ea0b430bf0dcd89ae417dd285cfa57 (diff)
profile/proteanos: Don't add src feeds by default
-rw-r--r--src/profile/proteanos.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index 08916cd..efb265b 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -188,15 +188,6 @@ 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()