From nobody Mon Apr 29 07:28:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+59031+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+59031+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1589171855; cv=none; d=zohomail.com; s=zohoarc; b=d802mvk2nTOSof8weHivftM16qmzvnR6Zko8MMpn2OwJARyD9eUPClMugroIBU+5WxX8838n8cWv+vdqWoHKC15+3x42c72WkGD2eLQ4IasqlqgpR2IxdFGy6e5KYg47opF3lgVrlyORyR4cKomPVCSzONxs3JfJzPK5dZWHsMk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589171855; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=Vg9/Hr4FkleIbq4WxSSyUxHQ5CsEk77xEp36ifuctLQ=; b=Vb9X47DyIBeQn7hF2fEKW5DsZnU1s0m+ZmUNcOjih5fN+c4Xnkz7zmVclqjaImWfrcUD5AFIHVtHoG+MKi/FMi7ykQGx3w31tM4vRDlwSxlksLit3Oes4UdTmIufJ+2ANLZ9Z3p+3OcmpzfQSC6VLXPiAFUta8RvkSXhWR1cfVU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+59031+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1589171855754487.0120444276855; Sun, 10 May 2020 21:37:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id e0H5YY1788612x5YlqAThPYi; Sun, 10 May 2020 21:37:35 -0700 X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web12.6257.1589171854682224310 for ; Sun, 10 May 2020 21:37:34 -0700 IronPort-SDR: tOoIKZudzY4xU7EQ3c/GjvYdbCzHQuaELgiIV4kOV7pI/KCy/LSjYLlYV3dP2KpBJVOzk4XC61 +Xrhde64OgqQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2020 21:37:33 -0700 IronPort-SDR: rXa8DxmXyoChptIb18DtvJ6BSNC82DTbCkrY9IjCDJSBuzujcMPiSjrS87e8gq9Cqckhd4MDEI wX17D+wFYxCA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,378,1583222400"; d="scan'208";a="261631859" X-Received: from aedesimo-desk.amr.corp.intel.com ([10.212.208.216]) by orsmga003.jf.intel.com with ESMTP; 10 May 2020 21:37:33 -0700 From: "Ashley E Desimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew , Prince Agyeman Subject: [edk2-devel] [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add the manifest-repos command Date: Sun, 10 May 2020 21:37:31 -0700 Message-Id: <20200511043731.92716-1-ashley.e.desimone@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ashley.e.desimone@intel.com X-Gm-Message-State: HWzyT0ECrVtOhxnHfQC0ArW6x1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1589171855; bh=l6ePruMtC7pP+vAwYVIyeu4FjQscdvDw5gqjaBqIFFE=; h=Cc:Date:From:Reply-To:Subject:To; b=YVo02DZcVtunkT26NExGgOxug6pF57Nu57om+eJRgXl58pLgEt2FTXbHC5hLPhyGCA6 8QAVwudzMcSkBtxGGQNlIRd7gDBbYpvF5niQioSIc9fW2Njs2oXEqowbt6zG7FSzsbMNB 7TBqx2Yg7Gay2X+ig97f+a7cxgUc2Y/3a2s= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Add the manifest_repos_command to list, add, or remove manifest repositories in the ekdrepo_user.cfg Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Cc: Prince Agyeman --- edkrepo/commands/arguments/manifest_repo_args.py | 21 +++++ edkrepo/commands/humble/manifest_repos_humble.py | 21 +++++ edkrepo/commands/manifest_repos_command.py | 106 +++++++++++++++++++= ++++ 3 files changed, 148 insertions(+) create mode 100644 edkrepo/commands/arguments/manifest_repo_args.py create mode 100644 edkrepo/commands/humble/manifest_repos_humble.py create mode 100644 edkrepo/commands/manifest_repos_command.py diff --git a/edkrepo/commands/arguments/manifest_repo_args.py b/edkrepo/com= mands/arguments/manifest_repo_args.py new file mode 100644 index 0000000..b99d9d6 --- /dev/null +++ b/edkrepo/commands/arguments/manifest_repo_args.py @@ -0,0 +1,21 @@ +#!/usr/bin/env python3 +# +## @file +# manifest_repo_args.py +# +# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# + +''' Contains the help and description strings for arguments in the +manifest_repo command meta data. +''' + +COMMAND_DESCRIPTION =3D 'Lists, adds or removes a manifest repository.' +LIST_HELP =3D 'List all available manifest repositories.' +ADD_HELP =3D 'Add a manifest repository.' +REMOVE_HELP =3D 'Remove a manifest repository.' +NAME_HELP =3D 'The name of a manifest repository to add/remove. Required w= ith Add or Remove flags.' +URL_HELP =3D 'The URL of a manifest repository to add. Required with Add f= lag.' +LOCAL_PATH_HELP =3D 'The local path that a manifest is stored at in the ed= krepo global data directory. Required with Add flag.' +BRANCH_HELP =3D 'The branch of a manifest repository to use. Required with= Add flag.' diff --git a/edkrepo/commands/humble/manifest_repos_humble.py b/edkrepo/com= mands/humble/manifest_repos_humble.py new file mode 100644 index 0000000..bc00796 --- /dev/null +++ b/edkrepo/commands/humble/manifest_repos_humble.py @@ -0,0 +1,21 @@ +#!/usr/bin/env python3 +# +## @file +# manifest_repos_humble.py +# +# Copyright (c) 2019, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# + +''' +Contains user visible strings printed by the manifest_repos command. +''' + +CFG_LIST_ENTRY =3D 'Config File: edkrepo.cfg Manifest Repository Name: {}' +USER_CFG_LIST_ENTRY =3D 'Config File: edkrepo_user.cfg Manifest Repository= Name: {}' +NAME_REQUIRED =3D 'The "name" argument is required to add/remove a manifes= t repository' +ADD_REQUIRED =3D 'The "name", "url", "branch" and "local-path" arguments a= re required to add a manifest repository' +ADD_REMOVE =3D 'The "add" and "remove" flags cannot be used at the same ti= me.' +CANNOT_REMOVE_CFG =3D 'Manifest repositories cannot be removed from the ed= krepo.cfg file.' +REMOVE_NOT_EXIST =3D 'The selected manifest repository does note exist in = the edkrepo_user.cfg file.' +ALREADY_EXISTS =3D 'A manifest repository already exists with name: {}' diff --git a/edkrepo/commands/manifest_repos_command.py b/edkrepo/commands/= manifest_repos_command.py new file mode 100644 index 0000000..c43e9e6 --- /dev/null +++ b/edkrepo/commands/manifest_repos_command.py @@ -0,0 +1,106 @@ +#!/usr/bin/env python3 +# +## @file +# ,amofest+_repos_command.py +# +# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# + +import configparser + +from edkrepo.commands.edkrepo_command import EdkrepoCommand +import edkrepo.commands.arguments.manifest_repo_args as arguments +import edkrepo.commands.humble.manifest_repos_humble as humble +from edkrepo.common.edkrepo_exception import EdkrepoInvalidParametersExcep= tion +from edkrepo.common.workspace_maintenance.manifest_repos_maintenance impor= t list_available_manifest_repos + + + + +class ManifestRepos(EdkrepoCommand): + def __init__(self): + super().__init__() + + def get_metadata(self): + metadata =3D {} + metadata['name'] =3D 'manifest-repos' + metadata['help-text'] =3D arguments.COMMAND_DESCRIPTION + args =3D [] + metadata['arguments'] =3D args + args.append({'name': 'list', + 'positional': False, + 'required': False, + 'help-text': arguments.LIST_HELP}) + args.append({'name': 'add', + 'positional': False, + 'required': False, + 'help-text': arguments.ADD_HELP}) + args.append({'name': 'remove', + 'positional': False, + 'required': False, + 'help-text': arguments.REMOVE_HELP}) + args.append({'name': 'name', + 'positional': True, + 'required': False, + 'position': 0, + 'nargs' : 1, + 'help-text': arguments.NAME_HELP}) + args.append({'name': 'branch', + 'positional': True, + 'required': False, + 'position': 2, + 'nargs' : 1, + 'help-text': arguments.BRANCH_HELP}) + args.append({'name': 'url', + 'positional': True, + 'required': False, + 'position': 1, + 'nargs' : 1, + 'help-text': arguments.URL_HELP}) + args.append({'name': 'path', + 'positional': True, + 'required': False, + 'position': 3, + 'nargs' : 1, + 'help-text': arguments.LOCAL_PATH_HELP}) + return metadata + + def run_command(self, args, config): + cfg_repos, user_cfg_repos, conflicts =3D list_available_manifest_r= epos(config['cfg_file'], config['user_cfg_file']) + + if args.list: + for repo in cfg_repos: + print(humble.CFG_LIST_ENTRY.format(repo)) + for repo in user_cfg_repos: + print(humble.USER_CFG_LIST_ENTRY.format(repo)) + + if args.add and args.remove: + raise EdkrepoInvalidParametersException(humble.ADD_REMOVE) + elif (args.add or args.remove) and not args.name: + raise EdkrepoInvalidParametersException(humble.NAME_REQUIRED) + elif args.add and not (args.branch or args.url or args.local_path): + raise EdkrepoInvalidParametersException(humble.ADD_REQUIRED) + elif args.remove and args.name and args.name in cfg_repos: + raise EdkrepoInvalidParametersException(humble.CANNOT_REMOVE_C= FG) + elif args.remove and args.name not in config['user_cfg_file'].mani= fest_repo_list: + raise EdkrepoInvalidParametersException(humble.REMOVE_NOT_EXIS= T) + elif args.add and (args.name in cfg_repos or args.name in user_cfg= _repos): + raise EdkrepoInvalidParametersException(humble.ALREADY_EXISTS.= format(args.name)) + + user_cfg_file_path =3D config['user_cfg_file'].cfg_filename + + if args.add or args.remove: + user_cfg_file =3D configparser.ConfigParser(allow_no_value=3DT= rue) + user_cfg_file.read(user_cfg_file_path) + if args.add: + user_cfg_file.set('manifest-repos', args.name, None) + user_cfg_file.add_section(args.name) + user_cfg_file.set(args.name, 'URL', args.url) + user_cfg_file.set(args.name, 'Branch', args.branch) + user_cfg_file.set(args.name, 'LocalPath', args.path) + if args.remove: + user_cfg_file.remove_option('manifest-repos', args.name) + user_cfg_file.remove_section(args.name) + with open(user_cfg_file_path, 'w') as cfg_stream: + user_cfg_file.write(cfg_stream) --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#59031): https://edk2.groups.io/g/devel/message/59031 Mute This Topic: https://groups.io/mt/74129789/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-