mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for comments
This commit is contained in:
parent
d929358cef
commit
6ea2b70591
1 changed files with 3 additions and 0 deletions
|
@ -98,15 +98,18 @@ class Repositories:
|
||||||
f"'mv {repositories_file_toml}.new {repositories_file_toml}'.\n"
|
f"'mv {repositories_file_toml}.new {repositories_file_toml}'.\n"
|
||||||
f"or '{cyan}slpkg_new-configs{endc}' command.\n")
|
f"or '{cyan}slpkg_new-configs{endc}' command.\n")
|
||||||
|
|
||||||
|
# Dictionary with the binaries repositories.
|
||||||
binaries_repositories_dict = {
|
binaries_repositories_dict = {
|
||||||
gnome_repo_name: gnome_repo,
|
gnome_repo_name: gnome_repo,
|
||||||
conraid_repo_name: conraid_repo
|
conraid_repo_name: conraid_repo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# All enabled binaries repositories.
|
||||||
for repo, enable in binaries_repositories_dict.items():
|
for repo, enable in binaries_repositories_dict.items():
|
||||||
if enable:
|
if enable:
|
||||||
bin_enabled_repositories.append(repo)
|
bin_enabled_repositories.append(repo)
|
||||||
|
|
||||||
|
# The enabled slackbuild repository.
|
||||||
sbo_enabled_repository: str = sbo_repo_name
|
sbo_enabled_repository: str = sbo_repo_name
|
||||||
if ponce_repo:
|
if ponce_repo:
|
||||||
sbo_enabled_repository: str = ponce_repo_name
|
sbo_enabled_repository: str = ponce_repo_name
|
||||||
|
|
Loading…
Add table
Reference in a new issue