~quadrispro/codelite/trunk

1836 by eranif
removed execution permission from files under /usr/share/codelite
1
# export the current directory
1482 by eranif
- Repository clean up
2
3
################################################################################
1836 by eranif
removed execution permission from files under /usr/share/codelite
4
## This file is part of CodeLite IDE and is released
5
## under the terms of the GNU General Public License as published by
6
##    the Free Software Foundation; either version 2 of the License, or
7
##    (at your option) any later version.
1482 by eranif
- Repository clean up
8
################################################################################
9
1050 by eranif
added script to automatically tar-gz the environment, in addition fixed le_makervision script to work when not under svn
10
cur_rev=`svn info | grep Revision | awk '{print $2;}'`
11
curdir=`pwd`
1064 by eranif
12
rm -fr /tmp/codelite-${cur_rev}/
1050 by eranif
added script to automatically tar-gz the environment, in addition fixed le_makervision script to work when not under svn
13
3554 by eranif
- UI: minor UI layout to the find-in-files dialog
14
svn export . /tmp/codelite-2.8.0.${cur_rev}/
1836 by eranif
removed execution permission from files under /usr/share/codelite
15
16
## set correct permissions
17
3554 by eranif
- UI: minor UI layout to the find-in-files dialog
18
cp ./LiteEditor/svninfo.cpp /tmp/codelite-2.8.0.${cur_rev}/LiteEditor/
1050 by eranif
added script to automatically tar-gz the environment, in addition fixed le_makervision script to work when not under svn
19
echo "Creating tar-ball"
20
cd /tmp/
3554 by eranif
- UI: minor UI layout to the find-in-files dialog
21
rm -fr /tmp/codelite-2.8.0.${cur_rev}/sdk/curl
22
tar cvfz ${curdir}/codelite-2.8.0.${cur_rev}.tar.gz codelite-2.8.0.${cur_rev}/*