#1217 backend: drop unused build_deleting_without_createrepo
Merged 4 years ago by praiskup. Opened 4 years ago by praiskup.

@@ -284,9 +284,6 @@

  

          opts.prune_days = _get_conf(cp, "backend", "prune_days", None, mode="int")

  

-         opts.build_deleting_without_createrepo = _get_conf(

-                 cp, "backend", "build_deleting_without_createrepo", "")

- 

          # ssh options

          opts.ssh = Munch()

          opts.ssh.builder_config = _get_conf(

@@ -90,10 +90,6 @@

  #redis_port=6379

  #redis_db=0

  

- # Don't run createrepo after build delete action in those (space separate list)

- # projects.  Notify users before adding them here.

- #build_deleting_without_createrepo=user1/projectFoo @python/python3.8

- 

  [builder]

  # default is 1800

  timeout=3600

@@ -56,7 +56,6 @@

  

              do_sign=False,

  

-             build_deleting_without_createrepo="",

              keygen_host="example.com"

          )

  

+1, we just set these, but they are not used anywhere (anymore)

Pull-Request has been merged by praiskup

4 years ago