Skip to content

[codex] Add CQU APT mirrors#122

Merged
RadxaYuntian merged 1 commit into
radxa-pkg:mainfrom
xzl01:codex/add-cqu-mirrors
May 27, 2026
Merged

[codex] Add CQU APT mirrors#122
RadxaYuntian merged 1 commit into
radxa-pkg:mainfrom
xzl01:codex/add-cqu-mirrors

Conversation

@xzl01

@xzl01 xzl01 commented May 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add the Chongqing University mirror for Radxa APT sources.
  • Add the Chongqing University mirror host for Debian/Ubuntu source switching.

Validation

  • curl -L -I --max-time 15 https://mirrors.cqu.edu.cn/radxa-deb/ returned HTTP 200.
  • curl -L -I --max-time 15 https://mirrors.cqu.edu.cn/debian/ returned HTTP 200.
  • curl -L -I --max-time 15 https://mirrors.cqu.edu.cn/ubuntu/ returned HTTP 200.
  • bash -n src/usr/lib/rsetup/mod/change_sources.sh
  • shellcheck src/usr/lib/rsetup/mod/change_sources.sh
  • `bash -c 'source src/usr/lib/rsetup/mod/change_sources.sh; change_sources_list_radxa_urls | grep -Fx https://mirrors.cqu.edu.cn/radxa-deb; change_sources_list_deb_urls | grep -Fx https://mirrors.cqu.edu.cn'
  • make test (no test target actions; Makefile reported nothing to be done)

@github-actions

Copy link
Copy Markdown
Contributor

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@xzl01 xzl01 marked this pull request as ready for review May 27, 2026 03:46
@xzl01 xzl01 requested a review from RadxaYuntian as a code owner May 27, 2026 03:46
Copilot AI review requested due to automatic review settings May 27, 2026 03:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds an additional mirror (CQU) to the source-switching lists to improve availability/options when changing apt sources.

Changes:

  • Add mirrors.cqu.edu.cn to the Radxa radxa-deb mirror list.
  • Add mirrors.cqu.edu.cn to the generic Debian mirror base URL list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 10 to 16
change_sources_list_radxa_urls() {
local urls=(
"https://mirrors.aghost.cn/radxa-deb"
"https://mirrors.cqu.edu.cn/radxa-deb"
"https://mirrors.lzu.edu.cn/radxa-deb"
"https://mirrors.hust.edu.cn/radxa-deb"
"https://mirrors.sdu.edu.cn/radxa-deb"
Comment on lines 25 to 32
change_sources_list_deb_urls() {
local urls=(
"https://mirrors.ustc.edu.cn"
"https://mirrors.tuna.tsinghua.edu.cn"
"https://mirrors.cqu.edu.cn"
"https://mirrors.lzu.edu.cn"
"https://mirrors.hust.edu.cn"
"https://mirrors.sdu.edu.cn"
@RadxaYuntian RadxaYuntian merged commit c6ea618 into radxa-pkg:main May 27, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants