[Pkg-ganeti-commits] r34 - trunk/ganeti/debian

ultrotter at alioth.debian.org ultrotter at alioth.debian.org
Wed Feb 13 18:05:27 UTC 2008


Author: ultrotter
Date: 2008-02-13 18:05:26 +0000 (Wed, 13 Feb 2008)
New Revision: 34

Modified:
   trunk/ganeti/debian/changelog
   trunk/ganeti/debian/rules
Log:
Actually install cron job as /etc/cron.d/ganeti 

The example cron job was copied to the wrong place and thus ignored



Modified: trunk/ganeti/debian/changelog
===================================================================
--- trunk/ganeti/debian/changelog	2008-02-08 13:35:18 UTC (rev 33)
+++ trunk/ganeti/debian/changelog	2008-02-13 18:05:26 UTC (rev 34)
@@ -1,8 +1,10 @@
 ganeti (1.2.2-2) unstable; urgency=low
 
   * Move mdadm from depends to recommends: it's only useful with drbd0.7
+  * Actually install example cron job as /etc/cron.d/ganeti 
+    The example cron job was copied to the wrong place and thus ignored.
 
- -- Guido Trotter <ultrotter at debian.org>  Fri, 08 Feb 2008 13:33:06 +0000
+ -- Guido Trotter <ultrotter at debian.org>  Wed, 13 Feb 2008 18:02:30 +0000
 
 ganeti (1.2.2-1) unstable; urgency=low
 

Modified: trunk/ganeti/debian/rules
===================================================================
--- trunk/ganeti/debian/rules	2008-02-08 13:35:18 UTC (rev 33)
+++ trunk/ganeti/debian/rules	2008-02-13 18:05:26 UTC (rev 34)
@@ -16,10 +16,10 @@
 
 clean::
 	rm -f debian/ganeti.init
-	rm -f debian/ganeti.cron
+	rm -f debian/ganeti.cron.d
 
 build/ganeti::
-	cp doc/examples/ganeti.cron debian/ganeti.cron
+	cp doc/examples/ganeti.cron debian/ganeti.cron.d
 	cp doc/examples/ganeti.initd debian/ganeti.init
 
 binary-install/ganeti::




More information about the Pkg-ganeti-commits mailing list