[pLog-svn] r6760 - plog/branches/lifetype-1.2/bin-devel

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Dec 22 11:45:43 EST 2008


Author: oscar
Date: 2008-12-22 11:45:43 -0500 (Mon, 22 Dec 2008)
New Revision: 6760

Removed:
   plog/branches/lifetype-1.2/bin-devel/build-plugins-nightly.sh
   plog/branches/lifetype-1.2/bin-devel/build-templates-nightly.sh
Log:
move these to specific directories - too many copies of these scripts floating around

Deleted: plog/branches/lifetype-1.2/bin-devel/build-plugins-nightly.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-plugins-nightly.sh	2008-12-22 16:43:09 UTC (rev 6759)
+++ plog/branches/lifetype-1.2/bin-devel/build-plugins-nightly.sh	2008-12-22 16:45:43 UTC (rev 6760)
@@ -1,42 +0,0 @@
-#!/bin/sh 
-
-# check parameters
-if [ $# -lt 2 ]; then
-    echo "Generates a build of all plugins and moves it to the specified folder"
-    echo ""
-    echo "Usage: build-plugins-nightly.sh label destination-folder"
-    echo ""
-    exit -1
-fi
-
-echo "*** Build plugins: starting process ***"
-date
-echo "***"
-
-SVNTAG=$1
-DESTFOLDER=$2
-BINPATH=/home/lifetype/bin
-
-pwd
-echo $DESTFOLDER
-echo $SVNTAG
-
-# make the package
-cd $BINPATH
-$BINPATH/build-plugins.sh $SVNTAG
-
-# move the file to the destination folder
-PACKAGENAME=lifetype-plugins-`date +%Y%m%d`
-mv -f $BINPATH/$PACKAGENAME.zip $DESTFOLDER
-
-# remove everything else
-rm -f $BINPATH/$PACKAGENAME.zip
-rm -f $BINPATH/$PACKAGENAME.tar.gz
-rm -f $BINPATH/$PACKAGENAME.tar.bz2
-
-# make the softlink
-rm $DESTFOLDER/lifetype-plugins-latest.zip
-ln -s $DESTFOLDER/$PACKAGENAME.zip $DESTFOLDER/lifetype-plugins-latest.zip 
-
-echo "*** Build: Nightly build complete!"
-echo "*** Build: build result available in $DESTFOLDER/$PACKAGENAME.zip"

Deleted: plog/branches/lifetype-1.2/bin-devel/build-templates-nightly.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-templates-nightly.sh	2008-12-22 16:43:09 UTC (rev 6759)
+++ plog/branches/lifetype-1.2/bin-devel/build-templates-nightly.sh	2008-12-22 16:45:43 UTC (rev 6760)
@@ -1,47 +0,0 @@
-#!/bin/sh 
-
-set -e 
-set -u
-
-# check parameters
-if [ $# -lt 2 ]; then
-    echo "Generates a build of all templates and moves it to the specified folder"
-    echo ""
-    echo "Usage: build-templates-nightly.sh label destination-folder"
-    echo ""
-    exit -1
-fi
-
-echo "*** Build templates: starting process ***"
-date
-echo "***"
-
-SVNTAG=$1
-DESTFOLDER=$2
-BINPATH=`dirname $0`
-PACKAGENAME=lifetype-templates-`date +%Y%m%d`
-
-pwd
-echo $DESTFOLDER
-echo $SVNTAG
-
-# make the package
-pushd $DESTFOLDER
-$BINPATH/build-templates.sh $SVNTAG $PACKAGENAME
-
-# move the file to the destination folder
-
-# remove everything else
-rm $PACKAGENAME.tar.gz
-rm $PACKAGENAME.tar.bz2
-
-# todo: diff today's build to the latest, and erase it if nothing has changed
-
-# make the softlink
-rm $DESTFOLDER/lifetype-templates-latest.zip
-ln -s $DESTFOLDER/$PACKAGENAME.zip $DESTFOLDER/lifetype-templates-latest.zip 
-
-echo "*** Build: Nightly build complete!"
-echo "*** Build: build result available in $DESTFOLDER/$PACKAGENAME.zip"
-
-popd > /dev/null



More information about the pLog-svn mailing list