[csw-devel] SF.net SVN: gar:[5703] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Jul 29 12:37:54 CEST 2009
Revision: 5703
http://gar.svn.sourceforge.net/gar/?rev=5703&view=rev
Author: wahwah
Date: 2009-07-29 10:37:54 +0000 (Wed, 29 Jul 2009)
Log Message:
-----------
buildbot: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/buildbot/trunk/Makefile
csw/mgar/pkg/buildbot/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/buildbot/
Property Changed:
----------------
csw/mgar/pkg/buildbot/trunk/Makefile
Modified: csw/mgar/pkg/buildbot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile 2009-07-26 01:36:46 UTC (rev 5658)
+++ csw/mgar/pkg/buildbot/trunk/Makefile 2009-07-29 10:37:54 UTC (rev 5703)
@@ -1,24 +1,49 @@
-GARNAME = mypkg
-GARVERSION = 1.0
-CATEGORIES = lib
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
-DESCRIPTION = This is a useful library
+GARNAME = buildbot
+GARVERSION = 0.7.11p1
+CATEGORIES = utils
+
+DESCRIPTION = A system to automate the compile/test cycle
define BLURB
- It does stuff with things
+ The BuildBot is a system to automate the compile/test cycle required by most
+ software projects to validate code changes. By automatically rebuilding and
+ testing the tree each time something has changed, build problems are pinpointed
+ quickly, before other developers are inconvenienced by the failure. The guilty
+ developer can be identified and harassed without human intervention. By running
+ the builds on a variety of platforms, developers who do not have the facilities
+ to test their changes everywhere before checkin will at least know shortly
+ afterwards whether they have broken the build or not. Warning counts, lint
+ checks, image size, compile time, and other build parameters can be tracked
+ over time, are more visible, and are therefore easier to improve.
endef
-MASTER_SITES =
+MASTER_SITES = $(SF_MIRROR)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-CONFIGURE_ARGS = $(DIRPATHS)
+SPKG_CLASSES = none cswpycompile
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
- @true
+REQUIRED_PKGS = CSWcswclassutils CSWpython
-#include gar/category.mk
+ARCHALL = 1
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = buildbot
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = buildbot
+
+PROTOTYPE_FILTER = awk ' \
+ $$$$3 ~/.*\.py$$$$/ { $$$$2 = "pycompile" } \
+ { print }'
+
+build-buildbot:
+ (cd $(WORKSRC); python setup.py build)
+
+install-buildbot:
+ (cd $(WORKSRC); python setup.py install --root=$(DESTDIR))
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/buildbot/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: csw/mgar/pkg/buildbot/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums 2009-07-26 01:36:46 UTC (rev 5658)
+++ csw/mgar/pkg/buildbot/trunk/checksums 2009-07-29 10:37:54 UTC (rev 5703)
@@ -0,0 +1 @@
+2f83cd6562f0288ec4f4d77027f3090f download/buildbot-0.7.11p1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list