Change freeze request: Add strace to global packages, gix commit email unicode issue

Ricky Zhou ricky at fedoraproject.org
Sun Apr 20 21:29:31 UTC 2008


As mentioned on IRC, I'd like to add the strace package to global.pp:

Index: manifests/services/global.pp
===================================================================
RCS file: /cvs/puppet/manifests/services/global.pp,v
retrieving revision 1.79
diff -u -r1.79 global.pp
--- manifests/services/global.pp        4 Apr 2008 04:58:33 -0000
1.79
+++ manifests/services/global.pp        19 Apr 2008 22:52:47 -0000
@@ -110,6 +110,9 @@
     package { logrotate:
         ensure => latest
     }
+    package { strace:
+        ensure => latest
+    }
     package { logwatch:
         ensure => absent
     }

Also, I'd like to fix the problem that we've been having with unicode in
the from headers of git commit emails.  This would involve adding
send-unicode-email.py (in
http://ricky.fedorapeople.org/fedora-git-commit-mail-hook/) to puppet
and modifying git-commit-email-hook to call it instead of sendmail.  

Thanks,
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20080420/77cc1a2e/attachment.bin 


More information about the infrastructure mailing list