BIND 10 #154: generate changelog from svn

BIND 10 Development do-not-reply at isc.org
Tue Apr 20 14:08:46 UTC 2010


#154: generate changelog from svn
--------------------------+-------------------------------------------------
 Reporter:  jreed         |       Owner:     
     Type:  defect        |      Status:  new
 Priority:  major         |   Milestone:     
Component:  Unclassified  |    Keywords:     
Sensitive:  0             |  
--------------------------+-------------------------------------------------
 for the subversion changelog included in tar ball, I may implement
 something like:

 {{{
 EXTRA_DIST= ChangeLog
 MAINTAINERCLEANFILES=ChangeLog

 .PHONY: ChangeLog

 ChangeLog:
       svn log -v > .changelog.tmp && mv .changelog.tmp ChangeLog || (rm -f
 .changelog.tmp; touch ChangeLog; echo "svn not found: installing possibly
 empty changelog." >&2)

 dist-hook: ChangeLog
 }}}

 The above is not completely tested. Also I don't even know if this will be
 used but putting into a ticket so not forgotten.

-- 
Ticket URL: <http://bind10.isc.org/ticket/154>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list