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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Additional Comments From [EMAIL PROTECTED]  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@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to