rcs-si / module_check

Check if environment variables within a module file are defined correctly
2 stars 0 forks source link

Functionality ideas #7

Open bu-bgregor opened 1 year ago

bu-bgregor commented 1 year ago

This is a wish list for module_check.py

bu-bgregor commented 1 year ago

-c flag: runs all checks -t flag: publishes to /share/module.8/test -p flag: publishes to /share/module.8/real_dir

bu-bgregor commented 1 year ago

Check that the long description in a module has been filled out.

bu-bgregor commented 1 year ago

Check for the presence of any globally writable files in the module, which is not allowed.

bu-bgregor commented 1 year ago

Be able to handle directories other than /share/pkg.8 and /share/module.8 We want to have a default defined but be able to change it as needed - this is useful for future upgrades ("/share/pkg.9") or for private module installations in projects.

bu-bgregor commented 5 months ago

Another feature: check that the URL provided for a module is a valid webpage.