remove svn keywords and use %{SCMURL} in spec file
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Jan 2011 13:22:34 +0000 (14:22 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Jan 2011 13:22:34 +0000 (14:22 +0100)
commita0d22ecfe8b0fd6fd7b2363048919b6f0cdaa2ad
tree140a7edd035550b3fe1dba24e220439198b78b6c
parent9e284e61ae10163a48b33060c00ea2c02fd4e49b
remove svn keywords and use %{SCMURL} in spec file
39 files changed:
Makefile
bootmanager.spec
build.sh
nodeconfig/boot/getnodeid.php
nodeconfig/boot/index.php
nodeconfig/boot/upload-bmlog.php
plc.d/bootmanager
source/BootAPI.py
source/BootManager.py
source/BootServerRequest.py
source/Exceptions.py
source/ModelOptions.py
source/notify_messages.py
source/steps/AuthenticateWithPLC.py
source/steps/ChainBootNode.py
source/steps/CheckForNewDisks.py
source/steps/CheckHardwareRequirements.py
source/steps/ConfirmInstallWithUser.py
source/steps/GetAndUpdateNodeDetails.py
source/steps/InitializeBootManager.py
source/steps/InstallBootstrapFS.py
source/steps/InstallInit.py
source/steps/InstallPartitionDisks.py
source/steps/InstallUninitHardware.py
source/steps/InstallWriteConfig.py
source/steps/MakeInitrd.py
source/steps/ReadNodeConfiguration.py
source/steps/SendHardwareConfigToPLC.py
source/steps/StartDebug.py
source/steps/StartRunlevelAgent.py
source/steps/UpdateBootStateWithPLC.py
source/steps/UpdateNodeConfiguration.py
source/steps/UpdateRunLevelWithPLC.py
source/steps/ValidateNodeInstall.py
source/steps/WriteModprobeConfig.py
source/steps/WriteNetworkConfig.py
source/steps/__init__.py
source/systeminfo.py
source/utils.py