Set the git status after a git clone.

This commit is contained in:
Andrea Dell'Amico 2021-07-02 17:22:09 +02:00
parent 3667e8ac30
commit 170abf939b
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ function get_data_files_from_git() {
cd $R_PKGS_BASE_DIR
logger "update_r_packages: first git clone."
git clone $R_PKGS_URL >/dev/null 2>&1
GIT_UPDATE_STATUS=1
fi
PKGS_LIST=$R_PKGS_BASE_DIR/$R_PKGS_DIR/${R_PKGS_FILES_PREFIX}r_deb_pkgs.txt
R_PKGS_LIST=$R_PKGS_BASE_DIR/$R_PKGS_DIR/${R_PKGS_FILES_PREFIX}r_cran_pkgs.txt