3 currdir
=`dirname $0`/..
5 olddir
=$
(basename $
(pwd -P))
6 echo currdir
=$currdir olddir
=$olddir
9 git log HEAD..origin
#optional, shows you the changes
10 echo -n "Hit enter to continue and merge changes or hit Ctrl-C to abort."
13 version
=0.9~git
`date +%y%m%d`
14 echo -n "Hit enter to rename directory from $olddir to conkeror-$version\nand generate source tar ball or hit Ctrl-C to abort."
16 rm -f spawn-process-helper conkeror-spawn-helper
19 mv -vi $olddir conkeror-
$version
20 tar cvzf conkeror_
$version.orig.
tar.gz
--exclude=debian
--exclude=.git
--exclude=.pc
--exclude=configure-stamp conkeror-
$version