Update package scripts
This commit is contained in:
parent
a08187004a
commit
cebb851dec
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ echo "# by their target). Useful for FTP deployment"
|
|||
echo "#"
|
||||
echo "#"
|
||||
|
||||
BRANCH="flakemerge"
|
||||
BRANCH="master"
|
||||
SRCDIR="../../../../"
|
||||
TEMPDIR="/tmp/baikal-flat-`date +%Y-%m-%d-%H-%M-%S`-temp"
|
||||
TEMPDIRDEREFERENCE="/tmp/baikal-flat-`date +%Y-%m-%d-%H-%M-%S`"
|
||||
|
|
|
@ -7,7 +7,7 @@ echo "# Packaging project for regular distribution"
|
|||
echo "#"
|
||||
echo "#"
|
||||
|
||||
BRANCH="flakemerge"
|
||||
BRANCH="master"
|
||||
SRCDIR="../../../../"
|
||||
TEMPDIR="/tmp/baikal-regular-`date +%Y-%m-%d-%H-%M-%S`"
|
||||
|
||||
|
@ -33,4 +33,4 @@ mkdir -p Specific/db
|
|||
cp Core/Resources/Db/SQLite/db.sqlite Specific/db
|
||||
|
||||
# Displaying result
|
||||
echo "# "$TEMPDIR
|
||||
echo "# "$TEMPDIR
|
||||
|
|
Loading…
Reference in a new issue