Trying to get things ship-shape.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3627 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
9
tools/release.sh
Executable file
9
tools/release.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=$1
|
||||
NICKNAME=$2
|
||||
rm -rfv tildefriends-$VERSION
|
||||
svn export . tildefriends-$VERSION
|
||||
echo "tildefriends-$VERSION: $NICKNAME" > tildefriends-$VERSION/VERSION
|
||||
tar -caf tildefriends-$VERSION.tar.xz tildefriends-$VERSION
|
||||
rm -rfv tildefriends-$VERSION
|
Reference in New Issue
Block a user