Merge pull request #262 from Mic92/revert-shamilton-block
This commit is contained in:
commit
d5dd3205c5
2 changed files with 0 additions and 7 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -76,9 +76,6 @@ def update_command(args: Namespace) -> None:
|
|||
manifest = load_manifest(MANIFEST_PATH, LOCK_PATH)
|
||||
|
||||
for repo in manifest.repos:
|
||||
if repo.name == "shamilton":
|
||||
print("Skip shamilton due to https://github.com/nix-community/nur-combined/commit/00b4f9809c#r41441760")
|
||||
|
||||
try:
|
||||
update(repo)
|
||||
except EvalError as err:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue