summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit6adc62fcdae9d61358ce6fc9fae919d5cbc75156 (patch)
tree91ab3bc6733c9e533a2ac58bf085e37a38288ce4
parentd7e1ed7fa426168479d1be4b146a90d95067639f (diff)
Revert "profile/proteanos: Don't add src feeds by default"
This reverts commit d7e1ed7fa426168479d1be4b146a90d95067639f.
-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()