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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -22
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 298a4ded2a9e3ccf34af244f687ef160e15c56e69dc5bfd5de0ab8b8ce6b6cd4
4
- data.tar.gz: 1cc65e6c6da97dd68c682fcc9cf99b94aae029a1656b57c1b0030e05faaada4f
3
+ metadata.gz: accc4e0bf74438d17a7e8edf85bb6305618c831f584a37c872709933f374aafa
4
+ data.tar.gz: 25fff5bf90f7765a14aa185ef1e8a7b9384ad505cfedba7af146b82020874461
5
5
  SHA512:
6
- metadata.gz: 5850bf064859d181160bb35e06e05566f5316dc7ec529ec84a8bffd9ff99895743a1b0a12e0f9015a27992a006f706e6a3418953d1127d7cea155d28d012b0f9
7
- data.tar.gz: 363598f00f816e17623ab8ac08a4407cf24341832df8e6a96974ad96fdb048eb6b262430cdea8357f8daf4dc2ab5d900315c0efb47f5f960aebf662ff438224b
6
+ metadata.gz: 5d2f6c888753695530e152b4917ee009b5961972e214d7a3996d3ab509271ae0a58091041ec39fcaad69674ffa836ada2d346cfbdcf82d806d96d458e8048743
7
+ data.tar.gz: 9066c2b27090bcf03a1d3ce6485d7dadb467e07edd2ac6438d6aa6631583388bea23f447397e22948c7ffc95297b3474436be1a26656bbdb25a287cd35e4ae7c
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
- Fetch/update gitlab repositories automatically
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
- ### Configuration (config.yml)
37
-
38
- ```yaml
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-mirror-pull
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ochorocho