~ssc-hpc-chp-spc/metpx-sarracenia/+git/trunk:v2_dev_part_check_fix

Last commit made on 2023-06-21
Get this branch:
git clone -b v2_dev_part_check_fix https://git.launchpad.net/~ssc-hpc-chp-spc/metpx-sarracenia/+git/trunk

Branch merges

Branch information

Name:
v2_dev_part_check_fix
Repository:
lp:~ssc-hpc-chp-spc/metpx-sarracenia/+git/trunk

Recent commits

0dcda29... by Reid Sunderland

Fix object has no attribute 'onfly_checksum' - msg has the attr, not parent

393143d... by Peter Silva

bugfix for #660 crasher... skip files that don't match the naming scheme.

7d418c5... by Reid Sunderland

Merge pull request #655 from MetPX/v2_dev_dateparserfix

Fix dateparser detection bug

7e00eb3... by Reid Sunderland

Fix dateparser detection bug

681cfcd... by petersilva <email address hidden>

remove ubuntu 18.04 from github workflows, since they dropped it.

f76c6cb... by Peter Silva

updating changelog

b1ded7e... by Peter Silva

adding network-online dep for v2, as per #645

3461621... by Reid Sunderland

Fix typo causing local variable 'ex' referenced before assignment

```
Traceback (most recent call last):
  File "/usr/bin/sr", line 11, in <module>
    load_entry_point('metpx-sarracenia===2.22.10p2', 'console_scripts', 'sr')()
  File "/usr/lib/python3/dist-packages/sarra/sr.py", line 1108, in main
    gs.start()
  File "/usr/lib/python3/dist-packages/sarra/sr.py", line 806, in start
    self._launch_instance(component_path, c, cfg, i)
  File "/usr/lib/python3/dist-packages/sarra/sr.py", line 106, in _launch_instance
    print( 'makedirs %s failed: %s' % ( os.path.dirname(lfn), ex ) )
UnboundLocalError: local variable 'ex' referenced before assignment
```

f7cb5b0... by Reid Sunderland

Remove dd_subscribe https://github.com/MetPX/sarracenia/pull/616#issuecomment-1416818643

457fa9f... by Reid Sunderland

Set `if_unused=True` for #382. Don't delete post_exchanges when they're in use.