Revision: 25918 http://sourceforge.net/p/gar/code/25918 Author: janholzh Date: 2016-08-30 14:12:46 +0000 (Tue, 30 Aug 2016) Log Message: ----------- buildbot/trunk: add deps
Modified Paths: -------------- csw/mgar/pkg/buildbot/trunk/Makefile Modified: csw/mgar/pkg/buildbot/trunk/Makefile =================================================================== --- csw/mgar/pkg/buildbot/trunk/Makefile 2016-08-30 10:17:26 UTC (rev 25917) +++ csw/mgar/pkg/buildbot/trunk/Makefile 2016-08-30 14:12:46 UTC (rev 25918) @@ -41,6 +41,10 @@ RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-decorator RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-openssl RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-txgithub +RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-dateutil +RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-simplejson +RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-sqlalchemy-migrate +RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-sqlalchemy # This was a private version of the library which is no longer necessary. # The current buildbot version is compatible with the latest sqlalchemy. INCOMPATIBLE_PKGS_CSWbuildbot += CSWbuildbot-sqlalchemy @@ -52,6 +56,10 @@ CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-decorator CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-openssl CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-txgithub +CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-dateutil +CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-simplejson +CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-sqlalchemy-migrate +CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-sqlalchemy # That is the URI for the DTD CHECKPKG_OVERRIDES_CSWbuildbot += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/cswbuildbot.xml @@ -70,4 +78,5 @@ post-install: ginstall -D -m 0644 $(WORKDIR)/cswbuildbot.xml $(DESTDIR)/var/opt/csw/svc/manifest/cswbuildbot.xml + cd $(DESTDIR)/opt/csw/lib/python2.7/site-packages/buildbot && gfind . -type f ! -perm 0644 -print0 | gxargs -0 chmod 644 @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.