Added usage information.
This commit is contained in:
parent
040cc92fd5
commit
75f17be9de
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#Copyright 2008 Steffen Jobbagy-Felso
|
#Copyright 2008 Steffen Jobbagy-Felso
|
||||||
|
#Copyright 2009 Ray E. Barker
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU Affero General Public License as published by
|
#it under the terms of the GNU Affero General Public License as published by
|
||||||
#the Free Software Foundation, version 3 of the License.
|
#the Free Software Foundation, version 3 of the License.
|
||||||
|
@ -15,6 +16,14 @@
|
||||||
#In the "official" distribution you can find the license in
|
#In the "official" distribution you can find the license in
|
||||||
#agpl-3.0.txt in the docs folder of the package.
|
#agpl-3.0.txt in the docs folder of the package.
|
||||||
|
|
||||||
|
# This script prepares the compressed distribution files for
|
||||||
|
# uploading to sourceforge.
|
||||||
|
#
|
||||||
|
# Run from the root of your git repo (the folder that has .git in it)
|
||||||
|
|
||||||
|
# USAGE: $ utils/create-release.sh V
|
||||||
|
# where V is the current version. e.g. utils/create-release.sh 0.55
|
||||||
|
|
||||||
#get rid of extraneous stuff
|
#get rid of extraneous stuff
|
||||||
rm regression-test/*.found.txt
|
rm regression-test/*.found.txt
|
||||||
rm regression-test/*.pyc
|
rm regression-test/*.pyc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user