[torquedev] [Bug 199] New: pbs_mkdirs all is verbose
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Tue Jul 3 07:41:57 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=199
Summary: pbs_mkdirs all is verbose
Product: TORQUE
Version: 4.0.*
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: clients
AssignedTo: knielson at adaptivecomputing.com
ReportedBy: basv at sara.nl
CC: torquedev at supercluster.org
Estimated Hours: 0.0
I am in the process of building debian packages. I am making use of debian
templates so we can easily configure the package. This fails because
pbs_mkdirs is not quiet. It outputs:
{{{
pbs_mkdirs all
loadlibfile = no
loadlibfile = no
}}}
This small patch correct this: (tested with 4.0.2 and 4.1.0)
{{{
15:33 batch1.irc.sara.nl:/var/tmp/bas/torque/torque_trunk
root# svn diff buildutils/pbs_mkdirs.in
Index: buildutils/pbs_mkdirs.in
===================================================================
--- buildutils/pbs_mkdirs.in (revision 6501)
+++ buildutils/pbs_mkdirs.in (working copy)
@@ -350,7 +350,7 @@
mk_default_ld_lib_file()
{
- echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
+ test -n "$verbose" && echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
if [ "$HAVE_LOAD_LIB_FILE" = "yes" ]; then
test -n "$verbose" && echo Making libtorque.conf
}}}
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list