Skip to content

Releases: fermitools/jobsub_lite

1.0

31 Jan 16:19
d79e3fe
Compare
Choose a tag to compare
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

23 Jan 20:42
e571a69
Compare
Choose a tag to compare
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)

Bugs

  • -f dropbox was putting in the wrong filename (#240, missed in #224)
  • Two retry bugs: Fixed retry logic if RCDS API call fails; Alert user and exit if RCDS tarball cannot be found after polling for it (#241)