[Bug 969] New: Default values for sites catalogue
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=969 Summary: Default values for sites catalogue Product: Swift Version: trunk Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: General AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Sites catalog values preset to defaults. Ideally most, but in particular, the workdirectory element be set to a directory named after the script in format similar to .d directories: scriptname-xxxx.wd in cwd. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=969 ketan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from ketan <[email protected]> 2013-03-19 09:34:50 --- Workdirectory indeed gets the name of script-xxx. The issue was that the executable would fail with 127 when workdir was missing or a relative path. This happens for local execution provider in trunk. The fix in r6400 appends the workdir with the absolute path of cwd if a relative path is provided and replaces workdir with the cwd if no workdir is specified. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov