diff options
| author | Nick Brassel <nick@tzarc.org> | 2023-01-10 07:19:20 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 07:19:20 +1100 |
| commit | 2891d901c3f51145290ed7bdc614830ceb93d1e3 (patch) | |
| tree | c70ba1f08e606ea3d9141b396a4da11423c441ec /util | |
| parent | 1c024bfa91196ac450aa8ac8baae845dc617cde1 (diff) | |
New ChibiOS SVN URL, added new release. (#19493)
Diffstat (limited to 'util')
| -rwxr-xr-x | util/update_chibios_mirror.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/update_chibios_mirror.sh b/util/update_chibios_mirror.sh index bd4c5c1529..05e22fa2ea 100755 --- a/util/update_chibios_mirror.sh +++ b/util/update_chibios_mirror.sh | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | chibios_branches="trunk stable_20.3.x stable_21.11.x" | 7 | chibios_branches="trunk stable_20.3.x stable_21.11.x" |
| 8 | 8 | ||
| 9 | # The ChibiOS tags to mirror | 9 | # The ChibiOS tags to mirror |
| 10 | chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2" | 10 | chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2 ver21.11.3" |
| 11 | 11 | ||
| 12 | # The ChibiOS-Contrib branches to mirror | 12 | # The ChibiOS-Contrib branches to mirror |
| 13 | contrib_branches="chibios-20.3.x chibios-21.11.x" | 13 | contrib_branches="chibios-20.3.x chibios-21.11.x" |
| @@ -32,7 +32,7 @@ contrib_git_config=$(realpath "$contrib_git_location/config") | |||
| 32 | cd "$chibios_dir" | 32 | cd "$chibios_dir" |
| 33 | 33 | ||
| 34 | if [[ -z "$(cat "$chibios_git_config" | grep '\[svn-remote "svn"\]')" ]] ; then | 34 | if [[ -z "$(cat "$chibios_git_config" | grep '\[svn-remote "svn"\]')" ]] ; then |
| 35 | git svn init --stdlayout --prefix='svn/' http://svn.osdn.net/svnroot/chibios/ | 35 | git svn init --stdlayout --prefix='svn/' https://svn.code.sf.net/p/chibios/code/ |
| 36 | fi | 36 | fi |
| 37 | 37 | ||
| 38 | if [[ -z "$(cat "$chibios_git_config" | grep '\[remote "qmk"\]')" ]] ; then | 38 | if [[ -z "$(cat "$chibios_git_config" | grep '\[remote "qmk"\]')" ]] ; then |
