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]>
---
 bin/ptxdist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/ptxdist b/bin/ptxdist
index 80bce35..e4e5dd7 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1696,7 +1696,7 @@ do_migrate()
        local PTX_FORCE=true
 
        local part
-       for part in ptx platform; do
+       for part in ptx platform collection; do
                do_config oldconfig "${part}" || return
        done
 }
-- 
1.7.0.4


-- 
ptxdist mailing list
[email protected]

Reply via email to