projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89e929
)
really fixing utils/build-releasenote after the packaging reorganization.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 18 Nov 2008 06:33:44 +0000
(
01:33
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 18 Nov 2008 06:33:44 +0000
(
01:33
-0500)
utils/build-releasenote
patch
|
blob
|
history
diff --git
a/utils/build-releasenote
b/utils/build-releasenote
index 522917c04c7f7b8b81ed1daa2bc5e8913c9cd90c..b25a87c2c4cf9e7dc5f6e0122e91cc05f1f014be 100755
(executable)
--- a/
utils/build-releasenote
+++ b/
utils/build-releasenote
@@
-4,7
+4,7
@@
VERSION=`head -n1 packaging/debian/changelog | sed 's/.*(\([^)]*\)).*/\1/'`
{
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.header
- head -n$(( $(grep -n '^ --'
debian/changelog | head -n1 | cut -f1 -d:) - 2 ))
debian/changelog | tail -n+3
+ head -n$(( $(grep -n '^ --'
packaging/debian/changelog | head -n1 | cut -f1 -d:) - 2 )) packaging/
debian/changelog | tail -n+3
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.footer
} > "website/news/release-$VERSION.mdwn"