diff options
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-x | modules/gitmirror/templates/rsync-metadata.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/templates/rsync-metadata.sh b/modules/gitmirror/templates/rsync-metadata.sh index 52fcd3cc..03a0fe41 100755 --- a/modules/gitmirror/templates/rsync-metadata.sh +++ b/modules/gitmirror/templates/rsync-metadata.sh @@ -2,7 +2,7 @@ REPO="$1" GITROOT="/git" -RSYNCROOT="rsync://valstar.mageia.org/git" +RSYNCROOT="rsync://duvel.mageia.org/git" if [ ! -d "$GITROOT/$REPO" ]; then echo "No repository found $REPO" >&2 |