Skip to content

Commit a1b6c23

Browse files
committed
[all] remove $Id$ lines which were used by Subversion
1 parent d8a14a4 commit a1b6c23

File tree

81 files changed

+0
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+0
-81
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#/usr/bin/make
2-
# $Id$
32
export SHELL=/bin/bash
43

54
# Modules that can be builded

misc/db_converter.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/ruby
2-
# $Id$
32
# db_converter is a simple oar converter from 1.6 table schema to 2.0
43
#
54
#####################################################

sources/core/common-libs/lib/OAR/Conf.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
## > print "toto = ".get_conf("toto")."\n" if is_conf("toto");
2929
##
3030
###############################################################################
31-
# $Id$
3231
package OAR::Conf;
3332

3433
use strict;

sources/core/common-libs/lib/OAR/IO.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# - the list of the return values
88
# - the list of the side effects
99

10-
# $Id$
1110
package OAR::IO;
1211
require Exporter;
1312

sources/core/common-libs/lib/OAR/Modules/Judas.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package OAR::Modules::Judas;
22
require Exporter;
33

44
# this module allows to log on a file and stdout with three different level
5-
# $Id$
65

76
use strict;
87
use Data::Dumper;

sources/core/common-libs/lib/OAR/Schedulers/ResourceTree.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id$
21
package OAR::Schedulers::ResourceTree;
32

43
use warnings;

sources/core/common-libs/lib/OAR/Tools.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id$
21
{
32

43
package OAR::Tools;

sources/core/database/big_smp_admission_rules.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id$
21
# OAR Admission rules for big shared memory computer
32
# The first rule adds the quantitative concept for the memory property
43
# The second rule aims to match cpus on physical nodes to prevent

sources/core/database/mysql_default_admission_rules.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Default admission rules for OAR 2
2-
# $Id$
32

43
# Specify the default value for queue parameter
54
INSERT IGNORE INTO admission_rules (priority, enabled, rule) VALUES (1, 'YES', '# Set default queue is no queue is set

sources/core/database/mysql_structure.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id$
21
# Creation de la base de donnees
32
#CREATE DATABASE IF NOT EXISTS oar;
43

0 commit comments

Comments
 (0)