Build recipes don't expand svn keywords
Bug #780916 reported by
Darxus
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
https:/
This contains svn keywords: $LastChangedDate$ and $LastChangedRev
Because they aren't expanded, the X-Spam-
Relevant code lines as retrieved via svn client:
$SUB_VERSION = (split(
('r' . qw{$LastChanged
Same lines built with this recipe:
$SUB_VERSION = (split(
('r' . qw{$LastChanged
The buildds probably need bzr-svn installed, and may need a config file to turn on the expansion.