Revision: 15228 http://gar.svn.sourceforge.net/gar/?rev=15228&view=rev Author: bonivart Date: 2011-07-28 14:57:03 +0000 (Thu, 28 Jul 2011)
Log Message: ----------- pdsh: initial commit Added Paths: ----------- csw/mgar/pkg/pdsh/ csw/mgar/pkg/pdsh/Makefile csw/mgar/pkg/pdsh/branches/ csw/mgar/pkg/pdsh/tags/ csw/mgar/pkg/pdsh/trunk/ csw/mgar/pkg/pdsh/trunk/Makefile csw/mgar/pkg/pdsh/trunk/checksums csw/mgar/pkg/pdsh/trunk/files/ csw/mgar/pkg/pdsh/trunk/files/0001-use-bash-for-tests.patch Added: csw/mgar/pkg/pdsh/Makefile =================================================================== --- csw/mgar/pkg/pdsh/Makefile (rev 0) +++ csw/mgar/pkg/pdsh/Makefile 2011-07-28 14:57:03 UTC (rev 15228) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/pdsh/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pdsh/trunk/Makefile =================================================================== --- csw/mgar/pkg/pdsh/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pdsh/trunk/Makefile 2011-07-28 14:57:03 UTC (rev 15228) @@ -0,0 +1,27 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = pdsh +VERSION = 2.26 +GARTYPE = v2 +CATEGORIES = utils + +DESCRIPTION = Parallel Distributed Shell +define BLURB + Parallel Distributed Shell +endef + +MASTER_SITES = $(GOOGLE_MIRROR) +DISTFILES = $(DISTNAME).tar.bz2 +PATCHFILES += 0001-use-bash-for-tests.patch + +# A few tests fail (4 out of 100+) +SKIPTEST = 1 + +# Alternatives? +CHECKPKG_OVERRIDES_CSWpdsh += file-collision|/opt/csw/bin/dshbak|CSWclusterit|CSWpdsh + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/pdsh/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/pdsh/trunk/checksums =================================================================== --- csw/mgar/pkg/pdsh/trunk/checksums (rev 0) +++ csw/mgar/pkg/pdsh/trunk/checksums 2011-07-28 14:57:03 UTC (rev 15228) @@ -0,0 +1 @@ +7c7860a8d5133eaf4561dae99d922261 pdsh-2.26.tar.bz2 Added: csw/mgar/pkg/pdsh/trunk/files/0001-use-bash-for-tests.patch =================================================================== --- csw/mgar/pkg/pdsh/trunk/files/0001-use-bash-for-tests.patch (rev 0) +++ csw/mgar/pkg/pdsh/trunk/files/0001-use-bash-for-tests.patch 2011-07-28 14:57:03 UTC (rev 15228) @@ -0,0 +1,27 @@ +From 0d6eca6feaade2c8c3d02b1b67585e1f1569bb22 Mon Sep 17 00:00:00 2001 +From: Peter Bonivart <boniv...@opencsw.org> +Date: Thu, 28 Jul 2011 16:22:43 +0200 +Subject: [PATCH] use-bash-for-tests + +--- + tests/runtests.sh | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/tests/runtests.sh b/tests/runtests.sh +index d7b1b95..f78d672 100755 +--- a/tests/runtests.sh ++++ b/tests/runtests.sh +@@ -1,7 +1,8 @@ +-#!/bin/sh ++#!/opt/csw/bin/bash + rm -rf test-results trash-directory* + ++PATH=/opt/csw/gnu:$PATH +-SHELL_PATH="/bin/sh" ++SHELL_PATH="/opt/csw/bin/bash" + + uname_s=$(uname -s) + case "${uname_s}" in +-- +1.7.6 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel