-
I cant mirror the repository bidirectional so that commits to the mirrored repo will be also committed to the original repo.
I don't know if this is because I failed or because the design doesn't all…
-
None of my mirrored repos were pushing to gitlab. Had to edit update-mirror.sh to initialize no-remote-set to false before getting the configuration value (@ line 66).
-
Hi, we use gitlab-mirrors to mirror several repos from github to our gitlab install.
Our issue is that when we delete remote branches from our github repo, the corresponding mirrored branch is not r…
rdzah updated
10 years ago
-
Hi,
I am trying to set up a mirror from a Git repository to our local Git server. Both servers should be accessed using HTTPS, as we do not want ssh access to our local Git server.
The software vers…
-
Sorry to be dense, but it is not clear to me where I should be running the installs.
I have a central gitlab installed; have been using it for a couple of months, and I set up a system that I assumed…
-
Add a `--no-create` option which doesn't create a remote project or try to resolve a gitlab remote. It will require a git repository as an argument which already exists. This will be useful for usin…
-
Create an initial setup script which sets up most (or all) of the configuration for gitlab-mirrors.
WORK IN PROGRESS! This issue is reserved for the planning of writing the setup script. Specificat…
-
ls -1 "${repo_dir}/${gitlab_namespace}
should change to
ls -1 --ignore=*.git "${repo_dir}/${gitlab_namespace}"