Compare commits
No commits in common. "dd37ac7989970beae6fa69174e93c0efd84977c1" and "6cb658b76bc327ed5be1b3a55b14b3ce2e57bb61" have entirely different histories.
dd37ac7989
...
6cb658b76b
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
FROM d.xr.to/base:glibc
|
||||
RUN xbps-remote docker make tar
|
||||
RUN xbps-remote docker make
|
||||
|
|
1
flavor
1
flavor
|
@ -44,7 +44,6 @@ sub build {
|
|||
print 'ERROR: Failed running build for '.$running{$pid}." with exit code ".($? >> 8)."\n";
|
||||
} else {
|
||||
print "INFO: Finished build for $running{$pid}\n";
|
||||
sleep 1; # Make img catch up
|
||||
push @done, ($curr);
|
||||
if (defined($graph->{parents}{$curr})) {
|
||||
for my $dependee (@{$graph->{parents}{$curr}}) {
|
||||
|
|
Loading…
Reference in a new issue