Added new script for building sources only.

Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
Jan Vidar Krey 2009-03-23 22:51:53 +01:00
parent 9186b441aa
commit 015c3368bd
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,5 @@
. admin/common.sh
# Git Export
export_sources
export_binaries

9
admin/release_sources.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# set -x
. admin/common.sh
# Git Export
export_sources