Skip to content

Commit

Permalink
backend: show what command is being run on the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX authored and nikromen committed Oct 21, 2024
1 parent 5a922e5 commit 1d4005c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/copr_backend/background_worker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def _check_vm(self):
# generalize it into a separate package that we could eventually use
# here.
cmd = "copr-builder-ready " + self.job.chroot
self.log.info("Running remote command: %s", cmd)
rc, stdout, stderr = self.ssh.run_expensive(
cmd, subprocess_timeout=660)
self.log.info(stdout)
Expand Down

0 comments on commit 1d4005c

Please sign in to comment.