Skip to content

Commit

Permalink
Add Cisco
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 31, 2023
1 parent 0412920 commit e9717e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions py/desitransfer/tucson.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@
'spectro/redux/daily/preproc',
'spectro/redux/daily/tiles',
'engineering/focalplane',
'software/AnyConnect']
'software/AnyConnect',
'software/CiscoSecureClient']


includes = {'engineering/focalplane': ["--exclude", "archive"],
includes = {'engineering/focalplane': ["--exclude", "archive", "--exclude", ".ipynb_checkpoints", "--exclude", "*.ipynb"],
'spectro/desi_spectro_calib': ["--exclude", ".svn"],
'spectro/data': (' '.join([f'--exclude {y:d}*' for y in range(2018, time.localtime().tm_year)])).split(),
'spectro/redux/daily': ["--exclude", "*.tmp", "--exclude", "attic", "--exclude", "exposures", "--exclude", "preproc", "--exclude", "temp", "--exclude", "tiles"],
Expand Down

0 comments on commit e9717e2

Please sign in to comment.