docker-registry-sync 0.2.13 → 0.2.14
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 +8 -8
- data/lib/docker/registry/sync/cmd.rb +1 -1
- data/lib/docker/registry/sync/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDVmY2E4OGM5NzA3YjU4NTRkZjZkMWRlYzg3NGM2YWI2N2FlYTk2OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjlkNTgyZGVlMDg4ZjQzMjAyNmFjNDhlNjZkYTYyOGQ5MmMwNmFmNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTFlMjEzNzU1ZWY3N2U2ZTQ3Mjc3NzRiOGQ3NGNmYWUwMDQ5OWIxYmJlODkw
|
|
10
|
+
ZmZkZWYwZjkwM2YwZGJhNTUwMWJkNTg5MDFlMzhmMzViNjA1MzFlMWYxODI4
|
|
11
|
+
MzQzYTg2OWI3NzE1YjM3OGM1NjAxNzNlNzEwZDc4NGQ2NzJhZDY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzIzZDFkNzlkOWVkZGI1NzgzMmRhMDdlOGU5Yzk5NTMyNzNlM2E0ZjZkNGE3
|
|
14
|
+
NzQ3OTYxZDI3MzlkMjhkMmI4OWY2ZGRmODUyNDFiYTUwNzVkOWZmMWU4MWE3
|
|
15
|
+
MmJhMGJhYTViZTQyNDdjOWFjY2E4ODk0MDJlN2UyZGQ5NGU0NzU=
|
|
@@ -99,7 +99,7 @@ module Docker
|
|
|
99
99
|
loop do
|
|
100
100
|
begin
|
|
101
101
|
# One job filure is a run failure
|
|
102
|
-
success
|
|
102
|
+
success = @status_queue.pop(true) && success
|
|
103
103
|
rescue ThreadError
|
|
104
104
|
@config.logger.info "Finished processing job results..."
|
|
105
105
|
break
|