From d8bd815c6d9f1085a55c835746825d8c66ad5de7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Aug 2014 20:53:31 -0400 Subject: Add TODO notes about arch and plat validation --- (limited to 'lib') diff --git a/lib/profile.sh b/lib/profile.sh index aaeb317..0cb2612 100644 --- a/lib/profile.sh +++ b/lib/profile.sh @@ -60,6 +60,7 @@ profile_detect_arch() "prof_${profile}_detect_arch" } +# TODO: This should pass through to prof_${profile}_validate_archplat(). profile_validate_archplat() { local arch="${1}" diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index 2a72567..e2c0d07 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -17,6 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# TODO: This should be replaced with a prof_proteanos_validate_archplat() +# function that gets valid architectures and platforms from the package archive +# (which pro-archman needs to list in the distribution). prof_proteanos_archplats=' amd64-linux-glibc dev i686-linux-glibc dev -- cgit v0.9.1