From: Michael Tremer Date: Sat, 5 Jun 2021 12:12:51 +0000 (+0000) Subject: builder: Drop unused variables X-Git-Tag: 0.9.28~1285^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=026d95a2a83beb5f83b163c34e80c2a2d7179648;p=pakfire.git builder: Drop unused variables Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/builder.py b/src/pakfire/builder.py index 3164b16a9..03ea2d64d 100644 --- a/src/pakfire/builder.py +++ b/src/pakfire/builder.py @@ -48,28 +48,6 @@ BUILD_LOG_HEADER = """ """ -BUILD_PACKAGES = [ - "@Build", - "ccache", - "pakfire-build", - "/bin/bash", - - # Handy shell tools - "elinks", - "less", - "vim", -] - -BUILD_SCRIPT = """#!/bin/bash --login - -set -e -set -x - -%%{_%s} - -exit 0 -""" - class Builder(object): def __init__(self, conf, arch=None, build_id=None, logfile=None, **kwargs): self.conf = conf