[SCM] debian-live/autotesting branch, master, updated. ed8514bc49f0da62ea66241cd19d6e547b8f9fe8

Brendan M. Sleight bms.debian at barwap.com
Sun Aug 3 20:16:27 UTC 2008


The following commit has been merged in the master branch:
commit ed8514bc49f0da62ea66241cd19d6e547b8f9fe8
Author: Brendan M. Sleight <bms.debian at barwap.com>
Date:   Sun Aug 3 20:15:59 2008 +0000

    Minor tweaks

diff --git a/autotesting.cron.txt b/autotesting.cron.txt
index f4a4bc3..2c14f92 100644
--- a/autotesting.cron.txt
+++ b/autotesting.cron.txt
@@ -10,4 +10,4 @@
 0 0 * * * /bin/bash /home/autotesting/debian-live/autotesting/clean-old-files.sh
 
 # webwml
-0 */1 * * * cd /var/www && touch index.wml && make > /dev/null 2>&1
+0 */1 * * * cd /var/www && touch ./index.wml ./*/index.wml && make > /dev/null 2>&1
diff --git a/daily-cron-script.sh b/daily-cron-script.sh
index 730fcee..2482c3d 100755
--- a/daily-cron-script.sh
+++ b/daily-cron-script.sh
@@ -11,5 +11,5 @@ echo "New Day " >/home/autotesting/log/daily/autotesting.log
 /home/autotesting/debian-live/autotesting/local_build_debian-live.sh /home/autotesting/iso/local/debian-live lenny xfce >/home/autotesting/log/local/autobuild.log  2>&1
 /home/autotesting/debian-live/autotesting/local_build_debian-live.sh /home/autotesting/iso/local/debian-live sid xfce   >/home/autotesting/log/local/autobuild.log  2>&1
 
-/home/autotesting/debian-live/autotesting/run-batch-autotesting.sh /home/autotesting/debian-live/autotesting/daily.lst /home/autotesting/iso/local/ /home/autotesting/video/local/ /var/www/local-build/debian-live/i386/ >/home/autotesting/log/local/autotesting.log 2>&1
+/home/autotesting/debian-live/autotesting/run-batch-autotesting.sh /home/autotesting/debian-live/autotesting/local.lst /home/autotesting/iso/local/ /home/autotesting/video/local/ /var/www/local-build/debian-live/i386/ >/home/autotesting/log/local/autotesting.log 2>&1
 
diff --git a/homepage/video-page.wml b/homepage/video-page.wml
index 6a130e8..6f724e9 100644
--- a/homepage/video-page.wml
+++ b/homepage/video-page.wml
@@ -1,7 +1,5 @@
 #!wml
 #include <main.wmi>
-#
-# Not the best perl I ever written.
 
 <title "Autotesting LiveCD Org">
 <description "Autotesting LiveCD Images">
@@ -48,8 +46,8 @@ print "$tested";
 
 <define-tag tested-long whitespace=delete>
 <:{
-my $tested = GetSetting('tested_long','details.txt','Today');
-print "$tested_long";
+my $tested_long = GetSetting('tested_long','details.txt','Today');
+print "$tested_long"; 
 }:>
 </define-tag>
 
@@ -60,6 +58,8 @@ print "$basename";
 }:>
 </define-tag>
 
+#video-booting.theora_${TODAY}.ogg"
+
 
 <h1>Autesting of <basename></h1>
 <p>Download: <a href=<dlurl>><dlurl></a><p>
@@ -105,7 +105,7 @@ Note the first part of the boot up can appear slow, this is to avoid a qemu bug.
  	<param name="video" value="true" />
  	<param name="audio" value="false" />
  	<param name="showStatus" value="true" />
- 	<param name="bufferSize" value="200" />
+ 	<param name="bufferSize" value="500" />
         <param name="statusHeight" VALUE="36" />
         <param name="autoPlay" VALUE="false" />
         <param name="duration" VALUE="140" />
diff --git a/local_build_debian-live.sh b/local_build_debian-live.sh
index 1317d96..fed6d9f 100755
--- a/local_build_debian-live.sh
+++ b/local_build_debian-live.sh
@@ -3,7 +3,7 @@
 # Locally build a debian-live image.
 #  as crontab from root
 #  Kick auotesting to test..
-# debian-live-lenny-i386-gnome-desktop.iso
+# debian-live-sid-i386-xfce.iso
 
 if [ -z "$1" -a -z "$2" ]
 then
@@ -27,7 +27,7 @@ cd $TMP_DIR
 
 lh_config --distribution $2  $PACKAGES_LISTS
 sudo lh_build
-cp ./binary.iso ${1}-${2}-${3}.iso
+cp ./binary.iso ${1}-${2}-i386-${3}.iso
 ls ./ "$1"
 #chmod a+w "$1"
 sudo rm $TMP_DIR -R

-- 
debian-live/autotesting



More information about the debian-live-changes mailing list