If you use migrate to go to a new ptxdist version, collections are untouched. This can result in problems
Signed-off-by: Jan Weitzel <[email protected]> --- v2: check PTXDIST_COLLECTIONCONFIG bin/ptxdist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 80bce35..f60767a 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -1699,6 +1699,9 @@ do_migrate() for part in ptx platform; do do_config oldconfig "${part}" || return done + if [ -e "${PTXDIST_COLLECTIONCONFIG}" ]; then + do_config oldconfig collection + fi } -- 1.7.0.4 -- ptxdist mailing list [email protected]
