aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-02-09 18:45:44 +0200
committerThomas Backlund <tmb@mageia.org>2016-02-09 18:45:44 +0200
commitb21c1e3e0f8124d80acf002cc884034fec5ddbba (patch)
tree14f8f8339e7a822303f733fffabb9e4f09a8cb39 /modules/gitmirror
parentcaa691d2e81851307fe0d1283f31cc3029fcb403 (diff)
downloadpuppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar
puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar.gz
puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar.bz2
puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar.xz
puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.zip
remove more valstar configs
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-xmodules/gitmirror/templates/rsync-metadata.sh2
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