parent
acc6427324
commit
9e5af08f7e
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ TEMPDIRDEREFERENCE="/tmp/baikal-flat-`date +%Y-%m-%d-%H-%M-%S`"
|
||||||
|
|
||||||
# Export Project
|
# Export Project
|
||||||
mkdir $TEMPDIR
|
mkdir $TEMPDIR
|
||||||
cd $SRCDIR
|
|
||||||
|
BASEDIR="`dirname $0`"
|
||||||
|
PATH_this="`cd $BASEDIR && cd $SRCDIR && pwd`/"
|
||||||
git archive $BRANCH | tar -x -C $TEMPDIR
|
git archive $BRANCH | tar -x -C $TEMPDIR
|
||||||
|
|
||||||
# Dereferencig symlinks
|
# Dereferencig symlinks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue