gitlab-mirror-pull 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -22
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: accc4e0bf74438d17a7e8edf85bb6305618c831f584a37c872709933f374aafa
|
4
|
+
data.tar.gz: 25fff5bf90f7765a14aa185ef1e8a7b9384ad505cfedba7af146b82020874461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d2f6c888753695530e152b4917ee009b5961972e214d7a3996d3ab509271ae0a58091041ec39fcaad69674ffa836ada2d346cfbdcf82d806d96d458e8048743
|
7
|
+
data.tar.gz: 9066c2b27090bcf03a1d3ce6485d7dadb467e07edd2ac6438d6aa6631583388bea23f447397e22948c7ffc95297b3474436be1a26656bbdb25a287cd35e4ae7c
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
|
1
|
+
gitlab-mirror-pull
|
2
2
|
==============================================
|
3
|
+
Gitlab-mirror-pull automatically fetches and updates GitLab repositories.
|
3
4
|
|
4
5
|
Description
|
5
6
|
-----------
|
@@ -33,27 +34,9 @@ gem install gitlab-mirror-pull
|
|
33
34
|
|
34
35
|
:warning: Make sure you run the script/server as `git` user. This is default for omnibus installation but may differ. In case you run the binary directly use this command `sudo -u git -H gitlab-mirror-pull`
|
35
36
|
|
36
|
-
###
|
37
|
-
|
38
|
-
|
39
|
-
git:
|
40
|
-
path: "/usr/bin/git"
|
41
|
-
repos: "/var/opt/gitlab/git-data/repositories" # Default path of gitlab omnibus installation
|
42
|
-
ignore:
|
43
|
-
- "group-name/project-name" # Ignore single repo
|
44
|
-
- "group-name" # Ignore entire group
|
45
|
-
provider: # provider equals to "remote" set in your repository
|
46
|
-
- "github"
|
47
|
-
- "gitlab"
|
48
|
-
server:
|
49
|
-
port: 8088
|
50
|
-
bind: "localhost"
|
51
|
-
mail:
|
52
|
-
sender: "example@gmail.com"
|
53
|
-
receiver: "example@gmail.com"
|
54
|
-
send_on_error: false
|
55
|
-
send_report: false
|
56
|
-
```
|
37
|
+
### Example configuration
|
38
|
+
|
39
|
+
see [config.yml](https://github.com/ochorocho/gitlab-mirror-pull/blob/master/config.example.yml)
|
57
40
|
|
58
41
|
### Run
|
59
42
|
|