From: Thierry Parmentelat Date: Sat, 26 Jun 2010 06:13:27 +0000 (+0000) Subject: Setting tag NodeManager-2.0-12 X-Git-Tag: NodeManager-2.0-12~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=38c9d7b9c84a89a43c72c702dc6fe1d64b3dfc84;p=nodemanager.git Setting tag NodeManager-2.0-12 working version of reservable nodes sliverauth generates an ssh keypair and export pub part as 'ssh_key' tag dismantled the -s|--startup option (no convincing need for that) simpler and more robust init.d/nm initscript content management through replace_file_with_string sliverauth uses replace_file_with_string curlwrapper has a debug mode --- diff --git a/NodeManager.spec b/NodeManager.spec index b50ff08..5caf317 100644 --- a/NodeManager.spec +++ b/NodeManager.spec @@ -7,7 +7,7 @@ %define name NodeManager %define version 2.0 -%define taglevel 11 +%define taglevel 12 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -136,6 +136,15 @@ rm -rf $RPM_BUILD_ROOT /var/lib/ %changelog +* Sat Jun 26 2010 Thierry Parmentelat - NodeManager-2.0-12 +- working version of reservable nodes +- sliverauth generates an ssh keypair and export pub part as 'ssh_key' tag +- dismantled the -s|--startup option (no convincing need for that) +- simpler and more robust init.d/nm +- initscript content management through replace_file_with_string +- sliverauth uses replace_file_with_string +- curlwrapper has a debug mode + * Wed Jun 23 2010 Thierry Parmentelat - NodeManager-2.0-11 - pretty-printing/normalized python code - hopefully neutral