summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-06-01 18:16:03 -0500
committerJames Turnbull <james@lovedthanlost.net>2009-06-03 07:34:27 +1000
commit4ef7bbae5130605ddfbdab80e0c73d2088004b11 (patch)
treea88f6e6b1d8594a6d816266083857564c13bea43 /Rakefile
parent508934b11cdad82ed1022bffcdb88e66f4d5e4d8 (diff)
downloadpuppet-4ef7bbae5130605ddfbdab80e0c73d2088004b11.tar.gz
puppet-4ef7bbae5130605ddfbdab80e0c73d2088004b11.tar.xz
puppet-4ef7bbae5130605ddfbdab80e0c73d2088004b11.zip
Removing --no-thread from the mail_patches rake target
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7cc2959cb..dc40b724f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -124,7 +124,7 @@ task :mail_patches do
end
# Now send the mail.
- sh "git send-email #{compose} --no-chain-reply-to --no-signed-off-by-cc --suppress-from --no-thread --to puppet-dev@googlegroups.com 00*.patch"
+ sh "git send-email #{compose} --no-chain-reply-to --no-signed-off-by-cc --suppress-from --to puppet-dev@googlegroups.com 00*.patch"
# Finally, clean up the patches
sh "rm 00*.patch"