[Debconf-video-commits] r336 - package/branches/pycon09/debian

benh at alioth.debian.org benh at alioth.debian.org
Thu Mar 19 01:07:23 UTC 2009


Author: benh
Date: 2009-03-19 01:07:22 +0000 (Thu, 19 Mar 2009)
New Revision: 336

Added:
   package/branches/pycon09/debian/debconf-video-store.cron.daily
Modified:
   package/branches/pycon09/debian/rules
Log:
Install pycon-import-events and run it daily.


Added: package/branches/pycon09/debian/debconf-video-store.cron.daily
===================================================================
--- package/branches/pycon09/debian/debconf-video-store.cron.daily	                        (rev 0)
+++ package/branches/pycon09/debian/debconf-video-store.cron.daily	2009-03-19 01:07:22 UTC (rev 336)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Update events table from the published schedule
+pycon-import-events

Modified: package/branches/pycon09/debian/rules
===================================================================
--- package/branches/pycon09/debian/rules	2009-03-19 01:03:31 UTC (rev 335)
+++ package/branches/pycon09/debian/rules	2009-03-19 01:07:22 UTC (rev 336)
@@ -25,13 +25,14 @@
 	mkdir -p -m 755 debian/debconf-video-encode
 	# debconf-video-store: scripts for the storage server
 	mkdir -p -m 755 debian/debconf-video-store/usr/bin debian/debconf-video-store/usr/share/debconf-video-store
-	install src/dc-import-recordings src/dc-do-transcoding src/dc-publish debian/debconf-video-store/usr/bin/
+	install src/dc-import-recordings src/dc-do-transcoding src/dc-publish src/pycon-import-events debian/debconf-video-store/usr/bin/
 	install -m 644 src/shellconfig.py debian/debconf-video-store/usr/share/debconf-video-store/
 
 binary-indep: install
 	dh_testdir -i
 	dh_testroot -i
 	dh_python -i
+	dh_installcron -i
 	dh_installchangelogs -i
 	dh_installdocs -i
 	dh_fixperms -i -X/etc/default/debconf-video




More information about the Debconf-video-commits mailing list