Skip to content

prun: Allow profile filename as package name #432

Merged
merged 2 commits into from
Jan 13, 2025

Commits on Jan 10, 2025

  1. prun: Add whitespace

    donald committed Jan 10, 2025
    Copy the full SHA
    fa877a1 View commit details
  2. prun: Allow profile filename as package name

    Allow the package profile filename to be specified directly. If the
    first parameter contains a "/" character, it is interpreted as a
    filename and not as a package name.
    
    Original usage example:
    
        prun python-3.9
    
    New usage example:
    
        prun /project/mx/profile postsuper
    donald committed Jan 10, 2025
    Copy the full SHA
    2d36140 View commit details