mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed for option -B=
This commit is contained in:
parent
1430e6700f
commit
7d4c0512e8
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ Fixed:
|
||||||
- Upgrade dependencies without -r option
|
- Upgrade dependencies without -r option
|
||||||
- Patch slackbuild repo tag
|
- Patch slackbuild repo tag
|
||||||
- File pattern '*' for find all installed
|
- File pattern '*' for find all installed
|
||||||
|
- Option -B= with command -u, update
|
||||||
|
|
||||||
4.7.1 - 02/04/2023
|
4.7.1 - 02/04/2023
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
|
@ -29,7 +29,7 @@ class CheckUpdates(Configs):
|
||||||
self.yellow: str = self.color['yellow']
|
self.yellow: str = self.color['yellow']
|
||||||
self.bgreen: str = f'{self.bold}{self.green}'
|
self.bgreen: str = f'{self.bold}{self.green}'
|
||||||
self.endc: str = self.color['endc']
|
self.endc: str = self.color['endc']
|
||||||
self.flag_bin_repository: list = ['-B', '--bin-repo=']
|
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
|
||||||
self.compare: dict = {}
|
self.compare: dict = {}
|
||||||
|
|
||||||
self.local_chg_txt = None
|
self.local_chg_txt = None
|
||||||
|
|
Loading…
Reference in a new issue