From 9512545330a85ac41cf1b71c39ae0b27103d498c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 16 Apr 2019 15:26:55 -0400 Subject: profile_get_cert_path(), profile_get_root_key(): New functions --- (limited to 'src/profile.sh') diff --git a/src/profile.sh b/src/profile.sh index 05a25fe..adf3c86 100644 --- a/src/profile.sh +++ b/src/profile.sh @@ -111,6 +111,16 @@ profile_feeds() "prof_${profile}_feeds" "${mirror}" "${arch}" "${plat}" "${suite}" } +profile_get_cert_path() +{ + "prof_${profile}_get_cert_path" +} + +profile_get_root_key() +{ + "prof_${profile}_get_root_key" +} + profile_dep_fields() { "prof_${profile}_dep_fields" -- cgit v0.9.1