qwen-code/scripts/installation
yiliang114 273a01252f fix(release): correct OSS credentials lifetime and mirror probe fallback
- release.yml: remove `trap EXIT` inside the Configure step; it deleted
  ${RUNNER_TEMP}/.ossutilconfig as soon as the configure shell exited,
  so every subsequent step (publish/sync/verify) lost the credentials.
  Move credential cleanup to a final `if: always()` step at the job tail.
- install-qwen-standalone.sh: drop the predictable PID-based mktemp -d
  fallback in race_mirror_head; if mktemp fails, return "github" instead
  of using /tmp/qwen-mirror.$$ which a local attacker could pre-create
  to bias mirror selection.
2026-05-17 23:18:13 +08:00
..
install-qwen-standalone.bat fix(installer): address remaining review feedback on PR #3828 2026-05-17 19:16:42 +08:00
install-qwen-standalone.ps1 fix(installer): address hosted release review feedback 2026-05-17 13:44:34 +08:00
install-qwen-standalone.sh fix(release): correct OSS credentials lifetime and mirror probe fallback 2026-05-17 23:18:13 +08:00
install-qwen-with-source.bat chore(installer): trim hosted release diff scope 2026-05-13 16:58:20 +08:00
install-qwen-with-source.sh chore(installer): trim hosted release diff scope 2026-05-13 16:58:20 +08:00
INSTALLATION_GUIDE.md fix(installer): harden hosted release publishing 2026-05-16 00:33:09 +08:00
uninstall-qwen-standalone.ps1 fix(installer): address standalone review feedback 2026-05-15 15:14:34 +08:00
uninstall-qwen-standalone.sh fix(installer): address hosted release review feedback 2026-05-17 13:44:34 +08:00