[Bug 627638] Review Request: git2cl - Converts git logs to GNU ChangeLog format.

bugzilla at redhat.com bugzilla at redhat.com
Sun Aug 29 18:03:08 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=627638

Terje Røsten <terjeros at phys.ntnu.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terjeros at phys.ntnu.no

--- Comment #3 from Terje Røsten <terjeros at phys.ntnu.no> 2010-08-29 14:03:07 EDT ---
Just a small tip, using --prefix option in git archive and xz (to save som
bytes):

$ git archive --format=tar --prefix=%{name}-%{version}/ | xz -c >
git2cl-2.0.tar.xz

the -c option to %setup can then be removed. 

mkdir can be removed (if you like) by adding the -D option to install:

install -p -D -m 755 git2cl $RPM_BUILD_ROOT%{_bindir}/git2cl

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list