Setting tag BootCD-4.2-15
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 4 Sep 2009 22:59:08 +0000 (22:59 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 4 Sep 2009 22:59:08 +0000 (22:59 +0000)
record the ntp time to the hwclock.  this is a bootcd operation, but it is
repeated in the bootmanager to handle all CDs without this operation

bootcd.spec

index 98c2eda..77d7666 100644 (file)
@@ -7,7 +7,7 @@
 
 %define name bootcd-%{nodefamily}
 %define version 4.2
-%define taglevel 14
+%define taglevel 15
 
 # pldistro already in the rpm name
 #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
@@ -93,6 +93,10 @@ fi
 [ -f /etc/planetlab/nodefamily ] || { mkdir -p /etc/planetlab ; echo %{nodefamily} > /etc/planetlab/nodefamily ; }
 
 %changelog
+* Fri Sep 04 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - BootCD-4.2-15
+- record the ntp time to the hwclock.  this is a bootcd operation, but it is
+- repeated in the bootmanager to handle all CDs without this operation
+
 * Mon Jun 29 2009 Marc Fiuczynski <mef@cs.princeton.edu> - BootCD-4.2-14
 - Daniel's update to generalize the kvariant support.