gitlab-mirror-pull 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/extconf.rb +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: da50e0ead5518b906f4a0f6145552cf940d10a19731fae90bc46dd1e43e2eadd
|
4
|
+
data.tar.gz: b31b48c6097ccd001a009820975d07da9cafe31d08f43a3ea33900003c1c3383
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 220e81b5d205fdb2a4df2e5188265927fa666495dcf5613dec0662d27f475151bfd86f70929f411f18f36701d7e88fb664a278ef2cd80a042461a454b54e0c94
|
7
|
+
data.tar.gz: f89d0b48fe779083514710b84f0b6c31b7dc8aa4eb8b29f1bdc00f090a58432a21446863cfe2109714cd27f4fc8b11fcadf89dd88994db30d45e30cc40db726e
|
data/extconf.rb
CHANGED
@@ -14,5 +14,5 @@ FileUtils.cp("./config.example.yml",config_copy) unless File.exists?(config_copy
|
|
14
14
|
|
15
15
|
# Copy init script into place
|
16
16
|
init_copy = "/etc/init.d/gitlab-mirror-server"
|
17
|
-
FileUtils.rm(init_copy) unless File.exists?(init_copy)
|
17
|
+
FileUtils.rm(init_copy) unless !File.exists?(init_copy)
|
18
18
|
FileUtils.cp("./init.d/gitlab-mirror-server.sh",init_copy)
|