[rkward-cvs] [rkward] scripts: Exclude .git-files, not .svn-files, now.

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Fri Jan 16 12:34:31 UTC 2015


Git commit 9f2414f224e78c8d9bc89f2be5bde0df861953b6 by Thomas Friedrichsmeier.
Committed on 16/01/2015 at 12:34.
Pushed by tfry into branch 'master'.

Exclude .git-files, not .svn-files, now.

M  +4    -4    scripts/makedist.sh

http://commits.kde.org/rkward/9f2414f224e78c8d9bc89f2be5bde0df861953b6

diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index c9d28e2..bca555f 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -26,10 +26,10 @@ mkdir $DISTDIR/i18n
 mkdir $DISTDIR/rkward
 mkdir $DISTDIR/tests
 
-rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/doc/* $DISTDIR/doc
-rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/i18n/* $DISTDIR/i18n
-rsync -a --exclude '*~' --exclude '*.svn*' --exclude 'templates' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
-rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/tests/* $DISTDIR/tests
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/doc/* $DISTDIR/doc
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/i18n/* $DISTDIR/i18n
+rsync -a --exclude '*~' --exclude '*.git*' --exclude 'templates' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/tests/* $DISTDIR/tests
 
 # make messages
 #cd $DISTDIR/po


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
rkward-cvs mailing list
rkward-cvs at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-cvs


More information about the rkward-tracker mailing list