From 39a06704d35f76e195bc79c11443d09125726a72 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@inria.fr> Date: Fri, 8 Feb 2013 10:00:29 +0100 Subject: [PATCH] in fact it's much better to handle either bootstrapfs or nodeimage as several repos can be present at the same time --- partial-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partial-repo.sh b/partial-repo.sh index 3af0134c..674c9517 100755 --- a/partial-repo.sh +++ b/partial-repo.sh @@ -22,7 +22,7 @@ for repo in "$@" ; do cd $repo echo "==================== Dealing with repo $repo" mkdir -p PARTIAL-RPMS - rsync --archive --verbose $(find RPMS -type f | egrep '/(bootcd|nodeimage|noderepo|slicerepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/ + rsync --archive --verbose $(find RPMS -type f | egrep '/(bootcd|bootstrapfs|nodeimage|noderepo|slicerepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/ echo "==================== building packages index in $repo .." createrepo PARTIAL-RPMS echo '==================== DONE' -- 2.47.0