no need for recursive removal of a single file
[monkeysphere.git] / utils / build-releasenote
index 522917c04c7f7b8b81ed1daa2bc5e8913c9cd90c..1dee649752008ef0405cf44e05c86a16dd891bbb 100755 (executable)
@@ -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"
 
@@ -39,3 +39,5 @@ set +e
 git add website/download.mdwn
 
 gpg --verify website/download.mdwn
+
+printf "please remember to add the new version to the bugtracker:\n  https://labs.riseup.net/code/projects/settings/monkeysphere\n"