bug-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-arch] [bug #7223] add-id's detects of automatic changelog ids f


From: Elmar Hoffmann
Subject: [Bug-gnu-arch] [bug #7223] add-id's detects of automatic changelog ids fails if the revision is not of the form 0.1
Date: Tue, 25 Jul 2006 17:30:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.4) Gecko/20060608 (Debian-1.8.0.4-1) Galeon/2.0.1 (Debian package 2.0.1-3)

Follow-up Comment #3, bug #7223 (project gnu-arch):

The workaround I have been using ever since reporting this bug is to do the
following instead of 'tla add-id ChangeLog':

ID=$(grep '^# arch-tag: ' ChangeLog | sed 's/^# arch-tag: //') && echo $ID
tla add-id --id $ID ChangeLog

Which forces tla to use the original id from the tagline that does match
arch_changelog_id_re. No need to change the tagging method. (The echo $ID is
only there to see what's going on :))

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7223>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]