Resolve "Support for migration to a new silecs version"
Issue #58 (closed)
Merge request reports
Activity
added silecs-cli label
assigned to @m.nabywaniec
added 1 commit
- e57a3cf3 - Uncomment import library and multiple silecs files check
requested review from @al.schwinn
mentioned in merge request !7 (closed)
added 7 commits
-
e57a3cf3...64e65f3c - 3 commits from branch
master
- e5f08312 - Start migrate script implementation
- 11ebe0d8 - Find all available versions
- 93b79540 - Add migrate project
- b09af6ee - Uncomment import library and multiple silecs files check
Toggle commit list-
e57a3cf3...64e65f3c - 3 commits from branch
Hi @al.schwinn, I just rebased that. Could you please check? Maybe after we could merge !8 (merged)
- Resolved by al.schwinn
- Resolved by al.schwinn
Tests run fine for me. I did quick code review .. as well mostly looks good !
Will try to test an installed version as well .. reporting back.
Maybe after we could merge !8 (merged)
Yea, it's about time
Edited by al.schwinnFor testing a local install I installed silecs like that and set the environment accordingly:
./build_and_install.sh 2.3.0 /home/bel/schwinn/lnx/tmp/silecstest export SILECS_BASE=/home/bel/schwinn/lnx/tmp/silecstest/2.3.0/
Than I copied the outdated XML from one of the migration test scripts into my existing SilecsTest123_DU and fixed the names.
Running the migration on it gives me this error:
[schwinn@asl754 ~]$ cd ~/tmp/silecstest/2.3.0/silecs-cli/ [schwinn@asl754 silecs-cli]$ ./silecs -m /home/bel/schwinn/lnx/workspace-acc8/SilecsTest123_DU/src/SilecsTest123_DU.silecsdeploy 2.3.0 Error during importing module: No module named 'genparam' using sileces base path: /home/bel/schwinn/lnx/tmp/silecstest/2.3.0/ [Errno 20] Not a directory: '/home/bel/schwinn/lnx/workspace-acc8/SilecsTest123_DU/src/SilecsTest123_DU.silecsdeploy'
... so it seems like I need to pass a project-folder ? Though that as well did not work
Can you reproduce this bug ?
Edited by al.schwinn- Resolved by al.schwinn
Sure, I'm checking that
added 1 commit
- 9bbaa319 - Remove migration module from modules to apply if not found
added 1 commit
- d9e8097e - Fix extracting module versions from migration modules