Skip to content

Commit

Permalink
clear out tty
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Oct 7, 2020
1 parent 0adad08 commit 8281ee9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jobs/build-debs/build-debs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def get_kubernetes_source(self):
if not Path("k8s-internal-mirror").exists():
cmd_ok(f"git clone {self.base_url}/k8s-internal-mirror")
cmd_ok(f"git checkout {self.k8s_version}", cwd="k8s-internal-mirror")
else:
cmd_ok(f"git pull --ff-only", cwd="k8s-internal-mirror")

def get_packaging_repos(self):
"""Downloads the required packaging repos"""
Expand All @@ -47,7 +45,6 @@ def get_packaging_repos(self):
class BuildRepo:
def make_debs(self, sign_key):
"""Builds the debian packaging for each component"""
cmd_ok(f"script /dev/null")
for repo in DEB_REPOS:
cmd_ok(f"cp -a {repo}/* k8s-internal-mirror/.", shell=True)
cmd_ok(f"dpkg-buildpackage -S --sign-key={sign_key}", cwd="k8s-internal-mirror")
Expand Down

0 comments on commit 8281ee9

Please sign in to comment.