Skip to content

Commit

Permalink
[backend] ignore deltastore in --remove-old-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Apr 14, 2016
1 parent fee812a commit 95f962c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_admin
Expand Up @@ -1053,6 +1053,7 @@ while (@ARGV) {
opendir(E, $srcrepdir.'/'.$dir) || die($!);
foreach my $file (readdir(E)) {
next if $file =~ /^\.{1,2}$/;
next if $file eq 'deltastore';
$sourcefiles{$file} = "$srcrepdir/$dir/$file";
}
closedir(E);
Expand Down

0 comments on commit 95f962c

Please sign in to comment.