Skip to content

V0.26.1 #80

Merged
merged 3 commits into from
Jan 29, 2020
Merged

V0.26.1 #80

merged 3 commits into from
Jan 29, 2020

Commits on Jan 29, 2020

  1. mxqd: Use environment MXQ_JOB_TMPDIR

    It might be usefull for a  script to know, if it has a job-specific
    temporary filesystem or not.
    
    If the job was submitted with --tmpdir then set both MXQ_JOB_TMPDIR and
    TMPDIR to the path of the temporary space.
    
    If a program is run without --tmpdir or outside of mxqd, then TMPDIR
    usually points to some (non-private) temporary space as well, but
    MXQ_JOB_TMPDIR will not be set.
    donald committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    90b866e View commit details
    Browse the repository at this point in the history
  2. web: Fix hrefs when called without path_info

    If the cgi-scripts was references without path-info e.g.
    
        http://server/path/script
    
    instead of
    
        http://server/path/script/
    
    than wrong self-referencing urls are created, because the last path
    component is replaces by the module ("/groups","/server" or "/active_jobs").
    
    Reuse existings selfurl() function to generate the self-referencing
    urls. This function replaces the path_info, not the last path component.
    donald committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9d625a2 View commit details
    Browse the repository at this point in the history
  3. web: Don't show "0 GB" in group table

    If no tmpdir was requested, show "-" in the "req.tmpdir" column instead
    of "0 GB".
    donald committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0473d02 View commit details
    Browse the repository at this point in the history