(root)/sync-mirrors.sh @ 1560 – Rev 2166
Rev 1657 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1472 |
mateusz.vi |
1 |
#!/bin/sh
|
|
|
2 |
|
1657 |
bttr |
3 |
# SvarDOS subversion repositories are mirrored for extra safety. This script
|
1472 |
mateusz.vi |
4 |
# synchronizes the mirrors.
|
|
|
5 |
# This requires specific credentials, hence at this time it can be executed
|
|
|
6 |
# only by me (Mateusz).
|
|
|
7 |
|
|
|
8 |
# sync the system repo to the OSDN mirror
|
2166 |
mateusz.vi |
9 |
# disabled because dysfunctional since mid-2024
|
|
|
10 |
#svnsync sync svn+ssh://mateuszviste@svn.osdn.net/svnroot/svardos-mirror
|
1472 |
mateusz.vi |
11 |
|
|
|
12 |
# sync the packages repo to my HelixTeam hub account
|
1606 |
mateusz.vi |
13 |
svnsync sync svn+ssh://hth@helixteamhub.cloud/mateuszviste/projects/svardos-mirror/repositories/subversion/packages
|
1472 |
mateusz.vi |
14 |
|
|
|
15 |
echo "done."
|