From a0d22ecfe8b0fd6fd7b2363048919b6f0cdaa2ad Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 3 Jan 2011 14:22:34 +0100 Subject: [PATCH] remove svn keywords and use %{SCMURL} in spec file --- Makefile | 2 -- bootmanager.spec | 6 +----- build.sh | 3 --- nodeconfig/boot/getnodeid.php | 5 ----- nodeconfig/boot/index.php | 5 ----- nodeconfig/boot/upload-bmlog.php | 3 --- plc.d/bootmanager | 3 --- source/BootAPI.py | 3 --- source/BootManager.py | 3 --- source/BootServerRequest.py | 3 --- source/Exceptions.py | 3 --- source/ModelOptions.py | 3 --- source/notify_messages.py | 3 --- source/steps/AuthenticateWithPLC.py | 3 --- source/steps/ChainBootNode.py | 3 --- source/steps/CheckForNewDisks.py | 3 --- source/steps/CheckHardwareRequirements.py | 3 --- source/steps/ConfirmInstallWithUser.py | 3 --- source/steps/GetAndUpdateNodeDetails.py | 3 --- source/steps/InitializeBootManager.py | 3 --- source/steps/InstallBootstrapFS.py | 3 --- source/steps/InstallInit.py | 3 --- source/steps/InstallPartitionDisks.py | 3 --- source/steps/InstallUninitHardware.py | 3 --- source/steps/InstallWriteConfig.py | 3 --- source/steps/MakeInitrd.py | 3 --- source/steps/ReadNodeConfiguration.py | 3 --- source/steps/SendHardwareConfigToPLC.py | 3 --- source/steps/StartDebug.py | 3 --- source/steps/StartRunlevelAgent.py | 3 --- source/steps/UpdateBootStateWithPLC.py | 3 --- source/steps/UpdateNodeConfiguration.py | 3 --- source/steps/UpdateRunLevelWithPLC.py | 3 --- source/steps/ValidateNodeInstall.py | 3 --- source/steps/WriteModprobeConfig.py | 3 --- source/steps/WriteNetworkConfig.py | 3 --- source/steps/__init__.py | 3 --- source/systeminfo.py | 3 --- source/utils.py | 3 --- 39 files changed, 1 insertion(+), 122 deletions(-) diff --git a/Makefile b/Makefile index 57c21d6..2d4054d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# -# $Id: Makefile 682 2007-07-19 09:00:25Z thierry $ # ########## sync diff --git a/bootmanager.spec b/bootmanager.spec index d8f7bcc..94a7050 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -1,8 +1,4 @@ # -# $Id$ -# -%define url $URL$ - %define name bootmanager %define version 5.0 %define taglevel 15 @@ -12,7 +8,7 @@ Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: The PlanetLab Boot Manager Name: %{name} diff --git a/build.sh b/build.sh index 162f73b..a00e363 100755 --- a/build.sh +++ b/build.sh @@ -10,9 +10,6 @@ # Marc E. Fiuczynski # Copyright (C) 2004-2007 The Trustees of Princeton University # -# $Id: build.sh,v 1.5 2006/04/03 19:40:55 mlhuang Exp $ -# $URL$ -# # Source PLC configuration . /etc/planetlab/plc_config diff --git a/nodeconfig/boot/getnodeid.php b/nodeconfig/boot/getnodeid.php index 4455962..f160bdd 100755 --- a/nodeconfig/boot/getnodeid.php +++ b/nodeconfig/boot/getnodeid.php @@ -1,16 +1,11 @@ // Copyright (C) 2006 The Trustees of Princeton University // -// $Id$ $ -// // Get admin API handle require_once 'plc_api.php'; diff --git a/nodeconfig/boot/index.php b/nodeconfig/boot/index.php index 1e166a7..97500ac 100755 --- a/nodeconfig/boot/index.php +++ b/nodeconfig/boot/index.php @@ -1,16 +1,11 @@ // Copyright (C) 2006 The Trustees of Princeton University // -// $Id$ $ -// // Get admin API handle require_once 'plc_api.php'; diff --git a/nodeconfig/boot/upload-bmlog.php b/nodeconfig/boot/upload-bmlog.php index 5fce590..6e29e23 100755 --- a/nodeconfig/boot/upload-bmlog.php +++ b/nodeconfig/boot/upload-bmlog.php @@ -1,8 +1,5 @@ # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# $URL$ -# # Source function library and configuration . /etc/plc.d/functions diff --git a/source/BootAPI.py b/source/BootAPI.py index 2ef649b..c7d8105 100644 --- a/source/BootAPI.py +++ b/source/BootAPI.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/BootManager.py b/source/BootManager.py index 29497fe..eae4c04 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -1,8 +1,5 @@ #!/usr/bin/python -u # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/BootServerRequest.py b/source/BootServerRequest.py index 8cb29f3..88cd081 100644 --- a/source/BootServerRequest.py +++ b/source/BootServerRequest.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/Exceptions.py b/source/Exceptions.py index e1591de..de2a670 100644 --- a/source/Exceptions.py +++ b/source/Exceptions.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/ModelOptions.py b/source/ModelOptions.py index 4825927..3eb89ba 100644 --- a/source/ModelOptions.py +++ b/source/ModelOptions.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/notify_messages.py b/source/notify_messages.py index dac7ad1..682c854 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/AuthenticateWithPLC.py b/source/steps/AuthenticateWithPLC.py index 7708268..72d5ec2 100644 --- a/source/steps/AuthenticateWithPLC.py +++ b/source/steps/AuthenticateWithPLC.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 8ee2a88..43f4688 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/CheckForNewDisks.py b/source/steps/CheckForNewDisks.py index 42bcd06..1502223 100644 --- a/source/steps/CheckForNewDisks.py +++ b/source/steps/CheckForNewDisks.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/CheckHardwareRequirements.py b/source/steps/CheckHardwareRequirements.py index 6fff627..3e8b0b5 100644 --- a/source/steps/CheckHardwareRequirements.py +++ b/source/steps/CheckHardwareRequirements.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ConfirmInstallWithUser.py b/source/steps/ConfirmInstallWithUser.py index b089e00..8890fcc 100644 --- a/source/steps/ConfirmInstallWithUser.py +++ b/source/steps/ConfirmInstallWithUser.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/GetAndUpdateNodeDetails.py b/source/steps/GetAndUpdateNodeDetails.py index 2a5ae96..849e25b 100644 --- a/source/steps/GetAndUpdateNodeDetails.py +++ b/source/steps/GetAndUpdateNodeDetails.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InitializeBootManager.py b/source/steps/InitializeBootManager.py index 96520c6..c98f960 100644 --- a/source/steps/InitializeBootManager.py +++ b/source/steps/InitializeBootManager.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 0bd8c2e..ed7c79b 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallInit.py b/source/steps/InstallInit.py index 06db6c3..2cf247a 100644 --- a/source/steps/InstallInit.py +++ b/source/steps/InstallInit.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index 5d8b5b6..9023b43 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallUninitHardware.py b/source/steps/InstallUninitHardware.py index 9d742b5..6497081 100644 --- a/source/steps/InstallUninitHardware.py +++ b/source/steps/InstallUninitHardware.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallWriteConfig.py b/source/steps/InstallWriteConfig.py index 1f9d882..d8b5a6e 100644 --- a/source/steps/InstallWriteConfig.py +++ b/source/steps/InstallWriteConfig.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index 4b63bac..d57c116 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ReadNodeConfiguration.py b/source/steps/ReadNodeConfiguration.py index ef1a944..5214612 100644 --- a/source/steps/ReadNodeConfiguration.py +++ b/source/steps/ReadNodeConfiguration.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/SendHardwareConfigToPLC.py b/source/steps/SendHardwareConfigToPLC.py index b4e2f3b..1f5dd4b 100644 --- a/source/steps/SendHardwareConfigToPLC.py +++ b/source/steps/SendHardwareConfigToPLC.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/StartDebug.py b/source/steps/StartDebug.py index 0bce46d..5cdf8f7 100644 --- a/source/steps/StartDebug.py +++ b/source/steps/StartDebug.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/StartRunlevelAgent.py b/source/steps/StartRunlevelAgent.py index f387bf8..00c5f08 100644 --- a/source/steps/StartRunlevelAgent.py +++ b/source/steps/StartRunlevelAgent.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/UpdateBootStateWithPLC.py b/source/steps/UpdateBootStateWithPLC.py index b519ec5..9271322 100644 --- a/source/steps/UpdateBootStateWithPLC.py +++ b/source/steps/UpdateBootStateWithPLC.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/UpdateNodeConfiguration.py b/source/steps/UpdateNodeConfiguration.py index 199d377..cbb0033 100644 --- a/source/steps/UpdateNodeConfiguration.py +++ b/source/steps/UpdateNodeConfiguration.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/UpdateRunLevelWithPLC.py b/source/steps/UpdateRunLevelWithPLC.py index 5bda681..5d083d3 100644 --- a/source/steps/UpdateRunLevelWithPLC.py +++ b/source/steps/UpdateRunLevelWithPLC.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index 143b49b..771813c 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/WriteModprobeConfig.py b/source/steps/WriteModprobeConfig.py index 9509d5e..38c9913 100644 --- a/source/steps/WriteModprobeConfig.py +++ b/source/steps/WriteModprobeConfig.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/WriteNetworkConfig.py b/source/steps/WriteNetworkConfig.py index a2d061f..bfc29b4 100644 --- a/source/steps/WriteNetworkConfig.py +++ b/source/steps/WriteNetworkConfig.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/__init__.py b/source/steps/__init__.py index d5f3912..d46c3e9 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/systeminfo.py b/source/systeminfo.py index 8e7a594..a11c79e 100755 --- a/source/systeminfo.py +++ b/source/systeminfo.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/utils.py b/source/utils.py index 4f96fd2..02a30cd 100644 --- a/source/utils.py +++ b/source/utils.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Copyright (c) 2003 Intel Corporation # All rights reserved. # -- 2.43.0