Releases: fermitools/jobsub_lite
Releases · fermitools/jobsub_lite
1.0
Features
- Set SAM_PROJECT and SAM_PROJECT_NAME when using --dataset-definition flag (#253)
Bugs
- Make dropbox directories for --use-pnfs-dropbox -f dropbox:// case (#250)
- Make dropbox directories for --use-pnfs-dropbox --tar-file-name dropbox:// case (#252)
Internal Changes
- Added integration tests for various dropbox cases (-f, -f dropbox://, --tar-file-name, etc.) (#252)
0.5
Features
- Allow for a default role file to be read in. This makes jobsub_lite more backward-compatible with jobsub_client, when the latter would try to read an old X509 proxy and figure out the role (#227)
- Sanitize --lines "" or --lines '""'. There were some widely-used scripts that would allow for the possibility of submitting jobs with --lines "" or --lines '""'. This used to work in jobsub_client, so we made jobsub_lite accept that too (#235)
Not user-facing
- Added release build script and README to the repository (INTERNAL) (#239)