arvados-cli 0.1.20131114085013 → 0.1.20131115001557

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crunch-job +4 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e68ce6a9906aba26710e4591bf4d43608b0e5ff
4
- data.tar.gz: 742cda5640c19cd389c8beec134e0bdc0a76098f
3
+ metadata.gz: ab7aa5541169e7e957095337d8e14e7ad71c1629
4
+ data.tar.gz: 95896126a1782b8d162a3606986543fc94271fcc
5
5
  SHA512:
6
- metadata.gz: 2323d5880f5f1428368d4160f3ea59dda103e17c3e3e165f7f3ddbf0e14d46a680ebbe89333762b3baca00bf441ac7217affd2cdf116a8cc5a6b2127706b4fa2
7
- data.tar.gz: a4c120daf48ede3cfcd5c2f968b92396635687e03626c6cbfadb14cdd71ef20db1a81cec5cb02c217ed05e0c1502cc2cacccccab75fb1c2a9213c20945cbb7c0
6
+ metadata.gz: fd2fd5f680e4bf708112abe0ffc0474a4b1d9916bf4179d474bb16e0aaa1e2a34e601164bc53dfba2f42bd7ccaee5b419c51d04ded6d799773e2e5b95fde535c
7
+ data.tar.gz: 516cfa8c15f8639c29b7ef3130dd8514bc6800f9c7370ebe20dfcb7bab88b86a0cd742bbb8d3fc5845a628c3695454a98e8ded1d071b7cff3485247b2ea29525
data/bin/crunch-job CHANGED
@@ -496,10 +496,8 @@ update_progress_stats();
496
496
 
497
497
 
498
498
  THISROUND:
499
- $main::please_continue = 0;
500
499
  for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
501
500
  {
502
-
503
501
  my $id = $jobstep_todo[$todo_ptr];
504
502
  my $Jobstep = $jobstep[$id];
505
503
  if ($Jobstep->{level} != $level)
@@ -679,7 +677,10 @@ map { $slot[$freeslot[$_]]->{node}->{losing_streak} = 0 } (0..$#freeslot);
679
677
  Log (undef, "wait for last ".(scalar keys %proc)." children to finish");
680
678
  while (%proc)
681
679
  {
682
- goto THISROUND if $main::please_continue;
680
+ if ($main::please_continue) {
681
+ $main::please_continue = 0;
682
+ goto THISROUND;
683
+ }
683
684
  $main::please_info = 0, freeze(), collate_output(), save_meta(1) if $main::please_info;
684
685
  readfrompipes ();
685
686
  if (!reapchildren())
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvados-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20131114085013
4
+ version: 0.1.20131115001557
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-14 00:00:00.000000000 Z
11
+ date: 2013-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 2.0.3
97
- description: This is the Arvados SDK CLI gem, git revision 79e8c389c980cc01db969d9dba2b06d6730edc14
97
+ description: This is the Arvados SDK CLI gem, git revision d0e8493dfe24f368ef1aaa0ffb2bc55a4b7d67dc
98
98
  email: gem-dev@clinicalfuture.com
99
99
  executables:
100
100
  - arv