Skip to content

Commit

Permalink
xcp-ng-linstor is now a default repo of updater.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ronan Abhamon <[email protected]>
  • Loading branch information
Wescoeur committed Apr 17, 2023
1 parent b80636d commit 31357d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SOURCES/etc/xapi.d/plugins/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from xcpngutils.filelocker import FileLocker


DEFAULT_REPOS = ('xcp-ng-base', 'xcp-ng-updates')
DEFAULT_REPOS = ('xcp-ng-base', 'xcp-ng-updates', 'xcp-ng-linstor')


class OperationException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion tests/mocked_yum.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def disableRepo(self, repos):
return 0

def listEnabled(self):
repos = ['xcp-ng-base', 'xcp-ng-updates', 'totoro', 'lalala', 'riri', 'fifi', 'loulou']
repos = ['xcp-ng-base', 'xcp-ng-updates', 'xcp-ng-linstor', 'totoro', 'lalala', 'riri', 'fifi', 'loulou']

class RepoObject:
def __init__(self, repo):
Expand Down

0 comments on commit 31357d8

Please sign in to comment.