SF.net SVN: morphix: [2461] trunk/mmaker/utils/auto-testing
[email protected] Thu, 22 Feb 2007 06:42:29 -0800
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2461
http://svn.sourceforge.net/morphix/?rev=2461&view=rev
Author: bmsleight
Date: 2007-02-22 06:42:28 -0800 (Thu, 22 Feb 2007)
Log Message:
-----------
Bigger logo
Modified Paths:
--------------
trunk/mmaker/utils/auto-testing/auto_testing.sh
trunk/mmaker/utils/auto-testing/run_testing.sh
Modified: trunk/mmaker/utils/auto-testing/auto_testing.sh
===================================================================
--- trunk/mmaker/utils/auto-testing/auto_testing.sh 2007-02-21 23:21:18 UTC (rev 2460)
+++ trunk/mmaker/utils/auto-testing/auto_testing.sh 2007-02-22 14:42:28 UTC (rev 2461)
@@ -70,7 +70,7 @@
# This ensures that there is no completely back jpg with no info
# as mencode seg fautls if a jpg is completly empty
# Hey - it also looks pretty :)
-convert $MINILOGO -negate -gravity South -background Black -font Helvetica-Bold -fill white -splice 0x14 -draw "text 0,0 'AutoTesting'" -transparent black $TMP_D/minilogo.gif
+convert $MINILOGO -resize 200x200 -negate -gravity South -background Black -font Helvetica-Bold -fill white -splice 0x36 -pointsize 35 -draw "text 0,0 'AutoTesting'" -transparent black $TMP_D/minilogo.gif
convert $TMP_D/minilogo.gif -fill grey50 -colorize 40 $TMP_D/minilogo.gif
l=16
while [ $l -lt $FRAMES ]
Modified: trunk/mmaker/utils/auto-testing/run_testing.sh
===================================================================
--- trunk/mmaker/utils/auto-testing/run_testing.sh 2007-02-21 23:21:18 UTC (rev 2460)
+++ trunk/mmaker/utils/auto-testing/run_testing.sh 2007-02-22 14:42:28 UTC (rev 2461)
@@ -21,7 +21,8 @@
# 7 - Relax until the next day
SKIP_DOWNLOADS="$1"
-DEBUG_MINI=/home/morph/minimods/Morphix-Mini-Debug-Auto-Testing.mod
+TODAY=$(date +"%F")
+DEBUG_MINI=/home/morph/autobuilds/minimod/Morphix-Mini-Debug-Auto-Testing.$TODAY.mod
TMP_ISO_DIR=/tmp/iso
TMP_TAR_DIR=/tmp/iso/tar/
TMP_ISO_1=$TMP_ISO_DIR/tmp1.iso
@@ -46,7 +47,6 @@
echo "Getting AutoBuilds from Morphix.org"
echo $TITLED
date
-TODAY=$(date +"%F")
find /home/morph/autobuilds/mainmod/sarge/ -not -type d -mtime +1 -print0 | xargs --null --no-run-if-empty sudo rm -f
find /home/morph/autobuilds/mainmod/sid/ -not -type d -mtime +1 -print0 | xargs --null --no-run-if-empty sudo rm -f
find /home/morph/autobuilds/base/ -not -type d -mtime +1 -print0 | xargs --null --no-run-if-empty sudo rm -f
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV