Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: pastebin - A collaborative debugging tool https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222257 mtasaka@xxxxxxxxxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtasaka@xxxxxxxxxxxxxxxxxxx ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-01-11 11:32 EST ------- Well, some notes: Keep timestamps for text files as possible. ( Timestamps in http://fedoraproject.org/wiki/Packaging/Guidelines ) * Use "cp -p" or "install -p" instead of just "cp" or "install" * for sed usage: ---------------------------------------------------- find . -type f| xargs sed -i 's/\r//' ---------------------------------------------------- Well, this usage of find -> sed change timestamps of all files under the directory ".", even some (many) files are actually not necessary to be fixed. Just use "sed" to the files which are _actually_ needed to be changed. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review