Skip to content

v0.10.1

Compare
Choose a tag to compare
@meliache meliache released this 17 Apr 09:30
· 25 commits to main since this release
3608c85

[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 the gbasf2_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 release v5r7 #197. Thanks to @MarcelHoh.

  • gbasf2: #197 also includes the removal of the --new flag for gb2_ds_get when proxy group is not belle, 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 in gb2_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