Pyside6-deploy fill list value to attr in pysidedeploy.desc should be sorted
otherwise after every build ,some changes in VCS like
# qt modules used. comma separated -modules = Core,DBus,Gui,Network,Qml,Widgets +modules = Gui,Network,Core,Qml,DBus,Widgets
It's really annoying.
At the same time, May be consider not replace relative path with abs path in some field like
-input_file = ./src/main.py +input_file = /abs_path_of_dir/src/main.py -python_path = ./.venv/bin/python3 +python_path = /abs_path_of_dir/.venv/bin/python3
a cr like https://codereview.qt-project.org/c/pyside/pyside-setup/+/662575
| For Gerrit Dashboard: PYSIDE-3146 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 662575,7 | Deployment: sort list values before filling values into pysidedeploy.spec | dev | pyside/pyside-setup | Status: MERGED | +2 | +1 |
| 664178,3 | Deployment: sort list values before filling values into pysidedeploy.spec | tqtc/lts-6.8 | pyside/tqtc-pyside-setup | Status: MERGED | +2 | 0 |
| 664268,6 | Deployment: Use relative paths | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
| 664978,2 | Deployment: sort list values before filling values into pysidedeploy.spec | 6.9 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
| 665676,2 | Deployment: Use relative paths | 6.9 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
| 665818,3 | Deployment: Use relative paths | tqtc/lts-6.8 | pyside/tqtc-pyside-setup | Status: MERGED | +2 | 0 |