Compare commits

..

No commits in common. "dd37ac7989970beae6fa69174e93c0efd84977c1" and "6cb658b76bc327ed5be1b3a55b14b3ce2e57bb61" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1,2 @@
FROM d.xr.to/base:glibc
RUN xbps-remote docker make tar
RUN xbps-remote docker make

1
flavor
View file

@ -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}}) {