- New updatechecker.sh

- Fix up updateheads.sh and reviewfromrelease.sh
This commit is contained in:
zzz
2011-02-05 14:53:30 +00:00
parent 8f796922a4
commit 9b8866efab
4 changed files with 98 additions and 6 deletions

View File

@ -3,10 +3,13 @@
# this includes local changes not checked in
# zzz 2008-10
#
PREF=0.7
LAST=7
REL=$PREF$LAST
REL=`grep 'public final static String VERSION' core/java/src/net/i2p/CoreVersion.java | cut -d '"' -f2`
if [ -z "$REL" ]
then
echo "Cannot find current version"
exit 1
fi
echo "Diffing from $REL"
mtn diff -r t:i2p-$REL > 7$LAST.diff
$EDITOR 7$LAST.diff
mtn diff -r t:i2p-$REL > $REL.diff
$EDITOR $REL.diff