mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 19:04:15 +02:00
[fix][flatpak] downgrade: ignoring no related updates
This commit is contained in:
@@ -175,7 +175,7 @@ def list_updates_as_str(version: str):
|
|||||||
|
|
||||||
|
|
||||||
def downgrade(app_ref: str, commit: str, root_password: str) -> subprocess.Popen:
|
def downgrade(app_ref: str, commit: str, root_password: str) -> subprocess.Popen:
|
||||||
return new_root_subprocess([BASE_CMD, 'update', '--commit={}'.format(commit), app_ref, '-y'], root_password)
|
return new_root_subprocess([BASE_CMD, 'update', '--no-related', '--commit={}'.format(commit), app_ref, '-y'], root_password)
|
||||||
|
|
||||||
|
|
||||||
def get_app_commits(app_ref: str, origin: str) -> List[str]:
|
def get_app_commits(app_ref: str, origin: str) -> List[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user