[Python-apps-commits] r10458 - in packages/slapos.core/trunk/debian (2 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Feb 3 08:27:32 UTC 2014


    Date: Monday, February 3, 2014 @ 08:27:31
  Author: arnau
Revision: 10458

Update cron file and add NEWS entry following upstream renaming of commands.

Modified:
  packages/slapos.core/trunk/debian/slapos-client.NEWS
  packages/slapos.core/trunk/debian/slapos-node-unofficial.cron.d

Modified: packages/slapos.core/trunk/debian/slapos-client.NEWS
===================================================================
--- packages/slapos.core/trunk/debian/slapos-client.NEWS	2014-02-03 08:21:32 UTC (rev 10457)
+++ packages/slapos.core/trunk/debian/slapos-client.NEWS	2014-02-03 08:27:31 UTC (rev 10458)
@@ -1,10 +1,23 @@
+slapos.core (1.0.2.1-1) unstable; urgency=medium
+
+    There is now a single unified command, namely 'slapos' instead of several
+    'slap*' commands. For example, slapgrid-sr commands is now 'slapos node
+    software'.
+
+    Also, in contrary to upstream release, deprecated commands
+    are not shipped with this package as it would require heavy patching
+    to set default configuration file and especially because some options
+    are only available in new commands.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 03 Feb 2014 17:19:11 +0900
+
 slapos.core (0.25-1) unstable; urgency=low
 
     Node part of slapos-client has been moved to a separate package,
-    slapos-node-unofficial, which must solely be used by experienced
-    SlapOS users because some issues may arised upon building Software
-    Releases as this package relies upon Debian packages instead of the
-    official tested way relying as little as possible on the guest
-    operating system by building almost everything from scratch.
+    slapos-node-unofficial, which must solely be used by experienced SlapOS
+    users because some issues may arised upon building Software Releases as
+    this package relies upon Debian packages instead of the official tested
+    way relying as little as possible on the guest operating system by
+    building almost everything from scratch.
 
  -- Arnaud Fontaine <arnau at debian.org>  Sat, 19 May 2012 20:38:35 +0900

Modified: packages/slapos.core/trunk/debian/slapos-node-unofficial.cron.d
===================================================================
--- packages/slapos.core/trunk/debian/slapos-node-unofficial.cron.d	2014-02-03 08:21:32 UTC (rev 10457)
+++ packages/slapos.core/trunk/debian/slapos-node-unofficial.cron.d	2014-02-03 08:27:31 UTC (rev 10458)
@@ -2,7 +2,7 @@
 PATH=/usr/bin:/usr/sbin:/sbin:/bin
 MAILTO=root
 
-*/5 * * * *	root	/usr/sbin/slapgrid-cp --pidfile=/var/run/slapgrid-cp.pid --logfile=/var/log/slapos/slapgrid-cp.log
-*/5 * * * *	root	/usr/sbin/slapgrid-sr --pidfile=/var/run/slapgrid-sr.pid --logfile=/var/log/slapos/slapgrid-sr.log
-0   0 * * *	root	/usr/sbin/slapgrid-ur --pidfile=/var/run/slapgrid-ur.pid --logfile=/var/log/slapos/slapgrid-ur.log
-0 0 * * *	root	/usr/sbin/slapformat
+*/5 * * * *	root	/usr/bin/slapos node software --log-file=/var/log/slapos/slapos-node-software.log
+*/5 * * * *	root	/usr/bin/slapos node instance --log-file=/var/log/slapos/slapos-node-instance.log
+0   0 * * *	root	/usr/bin/slapos node report --log-file=/var/log/slapos/slapos-node-report.log
+0 0 * * *	root	/usr/bin/slapos node format




More information about the Python-apps-commits mailing list