diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-01-27 00:24:36 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-27 18:49:24 +0100 |
commit | f950c2630798e03bbee314c4a3f2749d1293a2b3 (patch) | |
tree | f533d299970f6e220c36295463f52e606565411e /lib/libalpm/server.c | |
parent | 11692e0eef79e016859bb182917e56a12a14f734 (diff) | |
download | pacman-f950c2630798e03bbee314c4a3f2749d1293a2b3.tar.gz pacman-f950c2630798e03bbee314c4a3f2749d1293a2b3.tar.xz |
makepkg : improve determination of svn revision.
The previous sed command matched every line starting with r.
For example, with mpd-svn package in aur, the svn log output was rather big,
and there were several lines starting with r (the actual revision : r7155,
but also other lines starting with reverting and run), so this broke makepkg:
> makepkg
==> Determining latest svn revision...
-> Version found: 7155
everting
un
sed: -e expression #1, char 27: unterminated `s' command
To make the sed command more bullet proof, I added the -q option of svn log,
which produces a quieter output, without the log.
And I changed the sed command to only match numbers for the revision.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/server.c')
0 files changed, 0 insertions, 0 deletions