ArielGlenn has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/341343 )
Change subject: fix typo in name of list of files/dirs to include for public rsyncs ...................................................................... fix typo in name of list of files/dirs to include for public rsyncs Change-Id: I19a250d4577ea36d4cdc24a795a4a9af14e0422d --- M modules/dataset/files/rsync/rsyncd.conf.dumps_to_public 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/dataset/files/rsync/rsyncd.conf.dumps_to_public b/modules/dataset/files/rsync/rsyncd.conf.dumps_to_public index 3f7a586..e197f4f 100644 --- a/modules/dataset/files/rsync/rsyncd.conf.dumps_to_public +++ b/modules/dataset/files/rsync/rsyncd.conf.dumps_to_public @@ -43,7 +43,7 @@ path = /data/xmldatadumps/public include = /*wik*/ exclude = **tmp/ **temp/ **bad/ **save/ **other/ **archive/ **not/ /* /*/ /*/*/ -include from = /data/xmldatadumps/public/rsync-incl-last-5.txt +include from = /data/xmldatadumps/public/rsync-inc-last-5.txt hosts allow = sagres.c3sl.ufpr.br odysseus.fi.muni.cz odysseus.linux.cz odysseus.ip6.fi.muni.cz poincare.acc.umu.se wikimedia-mirror.dh.bytemark.co.uk [dumpslastfour] @@ -52,7 +52,7 @@ path = /data/xmldatadumps/public include = /*wik*/ exclude = **tmp/ **temp/ **bad/ **save/ **other/ **archive/ **not/ /* /*/ /*/*/ -include from = /data/xmldatadumps/public/rsync-incl-last-4.txt +include from = /data/xmldatadumps/public/rsync-inc-last-4.txt hosts allow = sagres.c3sl.ufpr.br odysseus.fi.muni.cz odysseus.linux.cz odysseus.ip6.fi.muni.cz poincare.acc.umu.se wikimedia-mirror.dh.bytemark.co.uk [dumpslastthree] @@ -61,7 +61,7 @@ path = /data/xmldatadumps/public include = /*wik*/ exclude = **tmp/ **temp/ **bad/ **save/ **other/ **archive/ **not/ /* /*/ /*/*/ -include from = /data/xmldatadumps/public/rsync-incl-last-3.txt +include from = /data/xmldatadumps/public/rsync-inc-last-3.txt hosts allow = sagres.c3sl.ufpr.br odysseus.fi.muni.cz odysseus.linux.cz odysseus.ip6.fi.muni.cz poincare.acc.umu.se wikimedia-mirror.dh.bytemark.co.uk [dumpslasttwo] @@ -70,7 +70,7 @@ path = /data/xmldatadumps/public include = /*wik*/ exclude = **tmp/ **temp/ **bad/ **save/ **other/ **archive/ **not/ /* /*/ /*/*/ -include from = /data/xmldatadumps/public/rsync-incl-last-2.txt +include from = /data/xmldatadumps/public/rsync-inc-last-2.txt hosts allow = sagres.c3sl.ufpr.br odysseus.fi.muni.cz odysseus.linux.cz odysseus.ip6.fi.muni.cz poincare.acc.umu.se wikimedia-mirror.dh.bytemark.co.uk [dumpslastone] @@ -79,7 +79,7 @@ path = /data/xmldatadumps/public include = /*wik*/ exclude = **tmp/ **temp/ **bad/ **save/ **other/ **archive/ **not/ /* /*/ /*/*/ -include from = /data/xmldatadumps/public/rsync-incl-last-1.txt +include from = /data/xmldatadumps/public/rsync-inc-last-1.txt hosts allow = sagres.c3sl.ufpr.br odysseus.fi.muni.cz odysseus.linux.cz odysseus.ip6.fi.muni.cz poincare.acc.umu.se wikimedia-mirror.dh.bytemark.co.uk [dumpmirrorsother] -- To view, visit https://gerrit.wikimedia.org/r/341343 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I19a250d4577ea36d4cdc24a795a4a9af14e0422d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
