[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Nov 22 16:35:20 MST 2010


The branch, master has been updated
       via  624e578 kill makefile.pl.
       via  34d42f5 Set CPU limit.
      from  6ea0d69 Automatically show revision history, don't require selecting author.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 624e57860a4bbc1c80767890373feef3cc11787f
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Nov 23 00:34:12 2010 +0100

    kill makefile.pl.

commit 34d42f5cf026cf9cfc73820920dd98670f16b695
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Nov 23 00:33:56 2010 +0100

    Set CPU limit.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.PL   |    8 --------
 web/build.cgi |    1 +
 2 files changed, 1 insertions(+), 8 deletions(-)
 delete mode 100755 Makefile.PL


Changeset truncated at 500 lines:

diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100755
index 62d41d8..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,8 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-    'NAME'	=> 'BuildFarm',
-    'VERSION_FROM' => 'build.pm',
-	'EXE_FILES' => [ 'fill_db.pl', 'web/build.pl' ],
-	'test' => { 'TESTS' => 'tests/*.pl' }
-);
diff --git a/web/build.cgi b/web/build.cgi
index 8b919ff..99c7e14 100755
--- a/web/build.cgi
+++ b/web/build.cgi
@@ -26,6 +26,7 @@ import resource
 
 resource.setrlimit(resource.RLIMIT_RSS, (300000, 300000))
 resource.setrlimit(resource.RLIMIT_DATA, (300000, 300000))
+resource.setrlimit(resource.RLIMIT_CPU, (60, 60))
 
 handler = wsgiref.handlers.CGIHandler()
 CGI_DEBUG = False


-- 
build.samba.org


More information about the samba-cvs mailing list