SF.net SVN: gar:[23842] csw/mgar/pkg/buildbot/branches

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Jul 13 10:58:42 CEST 2014


Revision: 23842
          http://sourceforge.net/p/gar/code/23842
Author:   dmichelsen
Date:     2014-07-13 08:58:40 +0000 (Sun, 13 Jul 2014)
Log Message:
-----------
buildbot/branches/buildbot-0.8.9: Branch for new version

Modified Paths:
--------------
    csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/Makefile
    csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/checksums

Added Paths:
-----------
    csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/
    csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml

Removed Paths:
-------------
    csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot

Modified: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/Makefile
===================================================================
--- csw/mgar/pkg/buildbot/trunk/Makefile	2014-06-29 21:22:43 UTC (rev 23825)
+++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/Makefile	2014-07-13 08:58:40 UTC (rev 23842)
@@ -3,7 +3,7 @@
 # $Id$
 
 NAME = buildbot
-VERSION = 0.8.8
+VERSION = 0.8.9
 CATEGORIES = python
 GARTYPE = v2
 
@@ -24,9 +24,10 @@
 
 MASTER_SITES = $(PYPI_MIRROR)
 DISTFILES += $(DISTNAME).tar.gz
-# Wrapper
-DISTFILES += buildbot
 
+# http://wadofstuff.googlecode.com/svn/trunk/solaris/smf/buildbot.xml
+DISTFILES += buildbot.xml
+
 # Buildbot is 2.7 only and the server is Solaris 10 only
 MODULATIONS_PYTHON_VERSION = 2_7
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
@@ -40,10 +41,6 @@
 RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-tempita
 RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-decorator
 RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-openssl
-# This is in fact an old 0.7.10 version private to buildbot. The documentation says
-#   "The requirement to install SQLAlchemy-0.7.10 is due to a conflict between newer
-#    versions of SQLAlchemy and SQLAlchemy-Migrate."
-RUNTIME_DEP_PKGS_CSWbuildbot += CSWbuildbot-sqlalchemy
 
 CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-twisted
 CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-zope-interface
@@ -51,7 +48,6 @@
 CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-tempita
 CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-decorator
 CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-openssl
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWbuildbot-sqlalchemy
 
 # This is more like an application than a python module
 CHECKPKG_OVERRIDES_CSWbuildbot += pkgname-does-not-start-with-CSWpy-
@@ -66,13 +62,7 @@
 REINPLACE_FILES_tail += buildbot/scripts/logwatcher.py
 
 # There seems to be 'trial' missing
-SKIPTEST ?= 1
+#SKIPTEST ?= 1
 
 include gar/category.mk
 
-post-install:
-	ginstall -d $(DESTDIR)$(libexecdir)
-	mv $(DESTDIR)$(bindir)/buildbot $(DESTDIR)$(libexecdir)/buildbot
-	ginstall -m 0755 $(WORKDIR)/buildbot $(DESTDIR)$(bindir)/buildbot
-	@$(MAKECOOKIE)
-	

Modified: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/checksums
===================================================================
--- csw/mgar/pkg/buildbot/trunk/checksums	2014-06-29 21:22:43 UTC (rev 23825)
+++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/checksums	2014-07-13 08:58:40 UTC (rev 23842)
@@ -1 +1 @@
-472f512584bbb18cc677ca2ec3b3a905  buildbot-0.8.8.tar.gz
+b4c723d1e0324ea19511e622e420c6e7  buildbot-0.8.9.tar.gz

Deleted: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/buildbot	2014-06-29 21:22:43 UTC (rev 23825)
+++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot	2014-07-13 08:58:40 UTC (rev 23842)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-PYTHONPATH=/opt/csw/share/buildbot/lib/python2.7/site-packages
-export PYTHONPATH
-exec /opt/csw/libexec/buildbot "$@"

Added: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml
===================================================================
(Binary files differ)

Index: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/buildbot.xml	2014-06-29 21:22:43 UTC (rev 23825)
+++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml	2014-07-13 08:58:40 UTC (rev 23842)

Property changes on: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/xml
\ No newline at end of property
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