Skip to content

Commit

Permalink
Merge pull request #15289 from mlschroe/master
Browse files Browse the repository at this point in the history
[backend] bs_worker: delete obsolete symlink creation code
  • Loading branch information
mlschroe committed Nov 30, 2023
2 parents 4badee0 + 43fa5b4 commit 1a1ce35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/backend/BSServer.pm
Expand Up @@ -703,6 +703,7 @@ sub reply_error {
if ($reply_err) {
warn("$req->{'peer'} [$$]: $err\n");
$err = "reply_error: $reply_err";
chomp $err;
}
die("$req->{'peer'} [$$]: $err\n");
}
Expand Down
5 changes: 0 additions & 5 deletions src/backend/bs_worker
Expand Up @@ -4036,11 +4036,6 @@ sub dobuild {
print "final rename failed: $!\n";
return 1;
}
# XXX: extracted cpio is flat but code below expects those directories...
symlink('.', "$buildroot/.build.packages/SRPMS");
symlink('.', "$buildroot/.build.packages/DEBS");
symlink('.', "$buildroot/.build.packages/KIWI");
symlink('.', "$buildroot/.build.packages/PRODUCT");
# convert build statistics into xml
my $statsfile = "$buildroot/.build.packages/OTHER/_statistics";
updatestatsfromfile($stats, $statsfile) if -e $statsfile;
Expand Down

0 comments on commit 1a1ce35

Please sign in to comment.