SF.net SVN: gar:[22236] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Oct 16 21:56:54 CEST 2013


Revision: 22236
          http://gar.svn.sourceforge.net/gar/?rev=22236&view=rev
Author:   dmichelsen
Date:     2013-10-16 19:56:54 +0000 (Wed, 16 Oct 2013)
Log Message:
-----------
buildbot-slave: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/buildbot-slave/
    csw/mgar/pkg/buildbot-slave/trunk/Makefile
    csw/mgar/pkg/buildbot-slave/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/buildbot-slave/trunk/Makefile
    csw/mgar/pkg/buildbot-slave/trunk/checksums

Deleted: csw/mgar/pkg/buildbot-slave/trunk/Makefile
===================================================================
--- csw/mgar/pkg/buildbot/trunk/Makefile	2013-10-01 09:31:28 UTC (rev 22069)
+++ csw/mgar/pkg/buildbot-slave/trunk/Makefile	2013-10-16 19:56:54 UTC (rev 22236)
@@ -1,64 +0,0 @@
-# Copyright 2009 OpenCSW
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-NAME = buildbot
-VERSION = 0.7.12
-PATCHLEVEL =
-CATEGORIES = python
-GARTYPE = v2
-
-DESCRIPTION = A system to automate the compile/test cycle
-define BLURB
-  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 = $(SF_MIRROR)
-PATCHFILES  = buildbot-tail.patch
-PATCHFILES += buildbot-debug.patch
-DISTFILES  = $(NAME)-$(VERSION)$(PATCHLEVEL).tar.gz $(PATCHFILES)
-
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-PYCOMPILE = 1
-
-RUNTIME_DEP_PKGS += CSWcoreutils
-RUNTIME_DEP_PKGS += CSWtwisted
-RUNTIME_DEP_PKGS += CSWzope
-
-ARCHALL = 1
-CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = buildbot
-TEST_SCRIPTS =
-INSTALL_SCRIPTS = buildbot
-
-WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION)$(PATCHLEVEL)
-
-CHECKPKG_OVERRIDES_CSWbuildbot += unidentified-dependency|CSWcoreutils
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWtwisted
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWzope
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWcoreutils
-
-build-buildbot:
-	(cd $(WORKSRC); python setup.py build)
-	@$(MAKECOOKIE)
-
-install-buildbot:
-	(cd $(WORKSRC); python setup.py install --root=$(DESTDIR))
-	@$(MAKECOOKIE)
-
-post-install-modulated:
-	gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
-	@$(MAKECOOKIE)
-
-include gar/category.mk

Copied: csw/mgar/pkg/buildbot-slave/trunk/Makefile (from rev 22214, csw/mgar/pkg/buildbot/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/buildbot-slave/trunk/Makefile	2013-10-16 19:56:54 UTC (rev 22236)
@@ -0,0 +1,27 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+NAME = buildbot-slave
+VERSION = 0.8.8
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = BuildBot Slave Daemon
+
+MASTER_SITES = $(PYPI_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+
+PACKAGES += CSWbuildbot-slave
+SPKG_DESC_CSWbuildbot-slave = BuildBot Slave Daemon
+# PKGFILES is catchall
+ARCHALL_CSWbuildbot-slave = 1
+
+# This is more like an application than a python module
+CHECKPKG_OVERRIDES_CSWbuildbot-slave += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWbuildbot-slave += catalogname-does-not-start-with-py_
+
+# There seems to be 'trial' missing
+SKIPTEST ?= 1
+
+include gar/category.mk

Deleted: csw/mgar/pkg/buildbot-slave/trunk/checksums
===================================================================
--- csw/mgar/pkg/buildbot/trunk/checksums	2013-10-01 09:31:28 UTC (rev 22069)
+++ csw/mgar/pkg/buildbot-slave/trunk/checksums	2013-10-16 19:56:54 UTC (rev 22236)
@@ -1,3 +0,0 @@
-5ba9559e2ef0d4e34a26815d95fc2d68  buildbot-0.7.12.tar.gz
-4c70db04b3514157aa746370ad282eeb  buildbot-debug.patch
-a39720c9a13d73bbda054938d6a98c47  buildbot-tail.patch

Copied: csw/mgar/pkg/buildbot-slave/trunk/checksums (from rev 22214, csw/mgar/pkg/buildbot/trunk/checksums)
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/buildbot-slave/trunk/checksums	2013-10-16 19:56:54 UTC (rev 22236)
@@ -0,0 +1 @@
+9854d1df35cb09a5320b30b76eefd9ba  buildbot-slave-0.8.8.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