re-added MongoDB, improved buildwin and release scripts

This commit is contained in:
Guenter Obiltschnig
2013-07-23 15:04:48 +02:00
parent 586c821a6d
commit f11145547b
10 changed files with 322 additions and 160 deletions

View File

@@ -72,8 +72,10 @@ fi
#
# Sync files
#
echo "Syncing files..."
p4 sync ./...$label
if [ "$label" != "" ] ; then
echo "Syncing files to ${label}..."
p4 sync ./...$label
fi
read version <$POCO_BASE/VERSION
release=$version$reltag