From 35e965bf1d45099f32e86972b422a6295edd1cd2 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 4 Dec 2006 17:15:43 +0000 Subject: [PATCH] Update build for new SVN Connection Method git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5047 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 5e1b79c54..c20074fad 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -298,11 +298,11 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then rm -rf $SHOREWALLDIR rm -rf $SHOREWALLLITEDIR - do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$SVNBRANCH $SHOREWALLDIR >> $LOGFILE 2>&1" + do_or_die "svn export --non-interactive --force https://shorewall.svn.sourceforge.net/svnroot/shorewall/$SVNBRANCH $SHOREWALLDIR >> $LOGFILE 2>&1" if [ -n "$HASLITE" ]; then progress_message "Exporting $LITESVNBRANCH from SVN..." - do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$LITESVNBRANCH $SHOREWALLLITEDIR >> $LOGFILE 2>&1" + do_or_die "svn export --non-interactive --force https://shorewall.svn.sourceforge.net/svnroot/shorewall/$LITESVNBRANCH $SHOREWALLLITEDIR >> $LOGFILE 2>&1" do_or_die "cp $SHOREWALLDIR/modules $SHOREWALLLITEDIR >> $LOGFILE 2>&1" if [ -f $SHOREWALLDIR/lib.base ]; then do_or_die "cp $SHOREWALLDIR/lib.base $SHOREWALLLITEDIR >> $LOGFILE 2>&1" @@ -326,14 +326,14 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then if [ -n "$SAMPLESTAG" ]; then cd $SHOREWALLDIR - do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$SAMPLESTAG Samples >> $LOGFILE 2>&1" + do_or_die "svn export --non-interactive --force https://shorewall.svn.sourceforge.net/svnroot/shorewall/$SAMPLESTAG Samples >> $LOGFILE 2>&1" cd $DIR fi if [ -n "$MANPAGETAG" ]; then cd $SHOREWALLDIR progress_message "Exporting $MANPAGETAG from SVN..." - do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$MANPAGETAG manpages >> $LOGFILE 2>&1" + do_or_die "svn export --non-interactive --force https://shorewall.svn.sourceforge.net/svnroot/shorewall/$MANPAGETAG manpages >> $LOGFILE 2>&1" cd manpages for f in *.xml; do if [ $f != shorewall-template.xml ]; then @@ -349,7 +349,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then cd $SHOREWALLLITEDIR progress_message "Exporting $LITEMANPAGETAG from SVN..." - do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$LITEMANPAGETAG manpages >> $LOGFILE 2>&1" + do_or_die "svn export --non-interactive --force https://shorewall.svn.sourceforge.net/svnroot/shorewall/$LITEMANPAGETAG manpages >> $LOGFILE 2>&1" cd manpages for f in *.xml; do if [ $f != shorewall-template.xml ]; then @@ -414,7 +414,7 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then rm -rf $XMLPROJ rm -rf shorewall-docs-xml-$VERSION - do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$DOCTAG $XMLPROJ >> $LOGFILE 2>&1" + do_or_die "svn export --non-interactive --force https://shorewall.svn.sourceforge.net/svnroot/shorewall/$DOCTAG $XMLPROJ >> $LOGFILE 2>&1" do_or_die mv $XMLPROJ shorewall-docs-xml-$VERSION rm -f shorewall-docs-xml-$VERSION/images/*.vsd