Skip to content

Commit

Permalink
New ChibiOS SVN URL, added new release. (qmk#19493)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jan 9, 2023
1 parent 1c024bf commit 2891d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/update_chibios_mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
chibios_branches="trunk stable_20.3.x stable_21.11.x"

# The ChibiOS tags to mirror
chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2"
chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2 ver21.11.3"

# The ChibiOS-Contrib branches to mirror
contrib_branches="chibios-20.3.x chibios-21.11.x"
Expand All @@ -32,7 +32,7 @@ contrib_git_config=$(realpath "$contrib_git_location/config")
cd "$chibios_dir"

if [[ -z "$(cat "$chibios_git_config" | grep '\[svn-remote "svn"\]')" ]] ; then
git svn init --stdlayout --prefix='svn/' http:https://svn.osdn.net/svnroot/chibios/
git svn init --stdlayout --prefix='svn/' https:https://svn.code.sf.net/p/chibios/code/
fi

if [[ -z "$(cat "$chibios_git_config" | grep '\[remote "qmk"\]')" ]] ; then
Expand Down

0 comments on commit 2891d90

Please sign in to comment.