Skip to content

BBS_BIOC_GIT_BRANCH=RELEASE_3_21 #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3.21/config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set TMPDIR=%BBS_WORK_TOPDIR%\tmpdir
@rem ---------------------------------------------------------------

set BBS_BIOC_VERSION=3.21
set BBS_BIOC_GIT_BRANCH=devel
set BBS_BIOC_GIT_BRANCH=RELEASE_3_21
set BBS_BIOC_VERSIONED_REPO_PATH=%BBS_BIOC_VERSION%/%BBS_BUILDTYPE%
set BBS_NON_TARGET_REPOS_FILE=%BBS_HOME%/%BBS_BIOC_VERSIONED_REPO_PATH%/non_target_repos.txt

Expand Down
2 changes: 1 addition & 1 deletion 3.21/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export BBS_RSCRIPT_CMD="$BBS_R_HOME/bin/Rscript"
# ---------------------------------------------------------------

export BBS_BIOC_VERSION="3.21"
export BBS_BIOC_GIT_BRANCH="devel"
export BBS_BIOC_GIT_BRANCH="RELEASE_3_21"
export BBS_BIOC_VERSIONED_REPO_PATH="$BBS_BIOC_VERSION/$BBS_BUILDTYPE"
export BBS_NON_TARGET_REPOS_FILE="$BBS_HOME/$BBS_BIOC_VERSIONED_REPO_PATH/non_target_repos.txt"

Expand Down