Skip to content
Snippets Groups Projects
Commit 5b3ebfcd authored by Sam Gleske's avatar Sam Gleske
Browse files

Merge branch 'development' release v0.2.9

parents 53aae58e b79a0a2a
No related branches found
Tags v0.2.9
No related merge requests found
## gitlab-mirrors v0.2.9
* `git-mirrors.sh` major bugfix where working directory was not properly set before executing mirror updates. This caused the `cron` job to fail.
---
## gitlab-mirrors v0.2.8
* Fixed bug where `manage_gitlab_project.py` would attempt to move a project into the user namespace if the `gitlab_namespace` is equal to `gitlab_user`. No need to move a project from the same origin/destination group.
......
......@@ -9,6 +9,8 @@ git_mirrors_dir="$(dirname "${0}")"
. "${git_mirrors_dir}/lib/VERSION"
. "${git_mirrors_dir}/lib/functions.sh"
cd "${git_mirrors_dir}"
STATUS=0
ls -1 "${repo_dir}/${gitlab_namespace}" | while read mirror;do
......
VERSION="v0.2.8"
VERSION="v0.2.9"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment