gitlab-mirror-pull 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/init.d/gitlab-mirror-server.sh +1 -1
- 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: 1e343e194f74fb9e356de661a414b703f42071fdd1ff381b8b6bf8b08ab3721f
|
|
4
|
+
data.tar.gz: cbcf48554695a76c1dde6079332275a20db59a2ed9c188999b6df74c348a48c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bdfa1755e8395ff06e64b8e7986c3764a0973cb047cb720389fc670570e0067cc697ffc5f54e4636b60646ec02fcdab96d29f94fa7a05d95ae6b124bffcf206
|
|
7
|
+
data.tar.gz: 4690df4b67c1375dbf5ac055c0983a338d6205a97fb27d9508dced64f63b9d29d6ef16fbc4e25b9cb486b0316c35a93ffb94a2cf899e95b1139d613f1a04f0ed
|
data/README.md
CHANGED
|
@@ -30,6 +30,8 @@ Update your git repositories automatically when `remote` is set
|
|
|
30
30
|
gem install gitlab-mirror-pull
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
: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`
|
|
34
|
+
|
|
33
35
|
### Run
|
|
34
36
|
|
|
35
37
|
```bash
|
|
@@ -61,7 +63,7 @@ Go to your porject -> Settings -> Integrations:
|
|
|
61
63
|
* Leave Token empty
|
|
62
64
|
* Check `Enable SSL verification`
|
|
63
65
|
* Tick boxes to enable `Triggers`
|
|
64
|
-
* Run server `sudo /etc/init.d/gitlab-mirror-server start`
|
|
66
|
+
* Run server `sudo /etc/init.d/gitlab-mirror-server start`
|
|
65
67
|
|
|
66
68
|
**Logs**
|
|
67
69
|
|