From: Thierry Parmentelat Date: Wed, 21 Nov 2007 09:51:43 +0000 (+0000) Subject: oops - uses new lst parsing in subdir too X-Git-Tag: bootstrapfs-0.1-1~19 X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=commitdiff_plain;h=0cad6286431060d939ce258d7285b92aac0da02c oops - uses new lst parsing in subdir too --- diff --git a/build.sh b/build.sh index 8537636..90ec95c 100755 --- a/build.sh +++ b/build.sh @@ -65,8 +65,8 @@ for lst in ${pldistro}-filesystems/*.lst ; do echo "--------START BUILDING PlanetLab-Bootstrap-${NAME}: $(date)" # "Parse" out the packages and groups for yum - packages=$(pl_getPackages $lst) - groups=$(pl_getGroups $lst) + packages=$(pl_getPackages2 ${pl_DISTRO_NAME} $lst) + groups=$(pl_getGroups2 ${pl_DISTRO_NAME} $lst) echo "${NAME} has the following packages and groups: ${packages} ${groups}" vdir=${PWD}/${pldistro}-filesystems/${NAME}