diff --git a/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh b/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh new file mode 100755 index 0000000..3118257 --- /dev/null +++ b/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env sh +echo "########################################################################" +echo "#" +echo "# Baïkal Packaging script" +echo "#" +echo "# Packaging project for flat distribution (replacing symlinks" +echo "# by their target). Useful for FTP deployment" +echo "#" +echo "#" + +BRANCH="mongoose" +TARGETFILE="./package.zip" +TEMPDIR="/tmp/baikal-flat-`date +%Y-%m-%d-%H-%M-%S`/" +mkdir $TEMPDIR && cd ../../../../ && git archive $BRANCH | tar -x -C $TEMPDIR diff --git a/CoreVersions/0.2.0/Frameworks/Versions/SabreDAV.1.5.7-stable/baikal-cleanup.sh b/CoreVersions/0.2.0/Frameworks/Versions/SabreDAV.1.5.7-stable/baikal-cleanup.sh new file mode 100755 index 0000000..831e5f6 --- /dev/null +++ b/CoreVersions/0.2.0/Frameworks/Versions/SabreDAV.1.5.7-stable/baikal-cleanup.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +rm -Rf bin +rm -Rf examples +rm -Rf tests \ No newline at end of file