Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 20, 2023
1 parent a6a9c4a commit c995bcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/bash_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ deb_setup_mariadb_mirror() {
exit 1
}
branch=$1
bb_log_info "using previous $branch released version for development branch $1"
bb_log_info "setup MariaDB repository for $branch branch"
command -v wget >/dev/null || {
bb_log_err "wget command not found"
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ sudo rm /etc/apt/preferences.d/release

# We also need official mirror for dependencies not available in BB artifacts
# (Galera)
deb_setup_mariadb_mirror "$master_branch"
# deb_setup_mariadb_mirror "$master_branch"
deb_setup_bb_artifacts_mirror
apt_get_update

Expand Down

0 comments on commit c995bcd

Please sign in to comment.