[Bug 222257] Review Request: pastebin - A collaborative debugging tool

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 11 16:32:14 UTC 2007


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 at ioa.s.u-tokyo.ac.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtasaka at ioa.s.u-tokyo.ac.jp




------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  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.




More information about the Fedora-package-review mailing list