v0.10.1
[0.10.1] - 2023-04-17
Added
- gbasf2: New setting
gbasf2_setup_path
which can be used to customize the path to the gbasf2 setup file directly (default:"/cvmfs/belle.kek.jp/grid/gbasf2/pro/tools/setup.sh"
). It is a more flexible replacement for thegbasf2_install_directory
setting, which will be removed in the future, since we can't predict potential name and path changes of the setup script between gbasf2 releases. @meliache #162
Fixed
-
gbasf2: Fix the issues caused by
gbasf2
releasev5r7
#197. Thanks to @MarcelHoh. -
gbasf2: #197 also includes the removal of the
--new
flag forgb2_ds_get
when proxy group is notbelle
, as then the downloaded directory structure is different from what b2luigi expects. This is a hotfix, in the future we should aim to always use the new download style, therefore issue #200 was opened. -
gbasf2: Switch to the
--new
flag ingb2_ds_get
which downloads files significantly faster than previously. Gbasf2 release v5r6 (November 2022) is required. #190.
Full Changelog: v0.10.0...v0.10.1-rc1