[Debconf-video-commits] r266 - in fai-config: class package_config
holger at alioth.debian.org
holger at alioth.debian.org
Sat Aug 23 15:21:00 UTC 2008
Author: holger
Date: 2008-08-23 15:21:00 +0000 (Sat, 23 Aug 2008)
New Revision: 266
Modified:
fai-config/class/28-debconf8-classes
fai-config/package_config/VIDEO
Log:
add new class STORAGE, add new system 'io' to do postprocessing on, put barney and io into STORAGE class
Modified: fai-config/class/28-debconf8-classes
===================================================================
--- fai-config/class/28-debconf8-classes 2008-08-23 13:28:54 UTC (rev 265)
+++ fai-config/class/28-debconf8-classes 2008-08-23 15:21:00 UTC (rev 266)
@@ -21,8 +21,9 @@
echo "REVIEW";;
lisa)
echo "ICECAST";;
+ barney)
+ echo "STORAGE";;
esac
-# "barney" is its own class
case $HOSTNAME in
selma|scratchy)
@@ -33,9 +34,15 @@
# echo "BRIDGE";;
#esac
-
case $HOSTNAME in
selma|patty|itchy|scratchy|marge|daffy|barney)
echo "DVSWITCHPUBKEY";;
esac
+# post-processing after debconf8 at home
+case $HOSTNAME in
+ io)
+ echo "FAIBASE DEBCONF DEBCONF8 VIDEO ENCODING STORAGE" ;;
+esac
+
+
Modified: fai-config/package_config/VIDEO
===================================================================
--- fai-config/package_config/VIDEO 2008-08-23 13:28:54 UTC (rev 265)
+++ fai-config/package_config/VIDEO 2008-08-23 15:21:00 UTC (rev 266)
@@ -30,7 +30,7 @@
debconf-video-encode
oggshout
-PACKAGES install barney
+PACKAGES install STORAGE
dvsink
debconf-video-store
nfs-kernel-server
More information about the Debconf-video-commits
mailing list