From 64839cd44480cdbb0fcebe6047fae05ef3e24378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 13 Aug 2020 21:53:17 +0100 Subject: [PATCH] Revert "nur combine: also skip shamilton" This reverts commit d9f7db4c38579dfeba9ad6581004eb3798824df1. --- nur/combine.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nur/combine.py b/nur/combine.py index 48f93cca4..365429ea9 100644 --- a/nur/combine.py +++ b/nur/combine.py @@ -130,10 +130,6 @@ def update_combined(path: Path) -> List[str]: for repo in manifest.repos: combined_repo = None - if repo.name == "shamilton": - logger.info("Skip shamilton due to https://github.com/nix-community/nur-combined/commit/00b4f9809c#r41441760") - continue - if repo.name in combined_repos: combined_repo = combined_repos[repo.name] del combined_repos[repo.name]