quiet rsync motd
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 22 Nov 2007 05:19:52 +0000 (05:19 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 22 Nov 2007 05:19:52 +0000 (05:19 +0000)
vbuild-fedora-mirror.sh

index be4da8c..5533985 100755 (executable)
@@ -51,7 +51,7 @@ case $distroname in
 esac
 
 excludelist="debug/ iso/ ppc/ source/"
-options="$dry_run -avz --delete --delete-excluded"
+options="$dry_run -avz --delete --delete-excluded --no-motd"
 for e in $excludelist
 do
   options="$options --exclude $e"