From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.729.1585807151960844875 for ; Wed, 01 Apr 2020 22:59:12 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: iIRvF1Yzki6gxxiRSqrBhf+V87B43Qka6Q/JCxwdRjpudKHGdRVYEBlNU10eg6zRDt/biMrhaO 4MxY4ZBHj5dQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2020 22:59:11 -0700 IronPort-SDR: zU7ITpljeyx/l/c2rFbT9VTbPaZswUUO+xJ63VLDhE9vkML5LDnoQV1s43/aDLQ1n6T4Dw0/fn 5UZuvy9N9OIQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,334,1580803200"; d="scan'208";a="450813751" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by fmsmga006.fm.intel.com with ESMTP; 01 Apr 2020 22:59:10 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.205]) by ORSMSX106.amr.corp.intel.com ([169.254.1.230]) with mapi id 14.03.0439.000; Wed, 1 Apr 2020 22:59:09 -0700 From: "Nate DeSimone" To: "devel@edk2.groups.io" , "Bjorge, Erik C" CC: "Desimone, Ashley E" , "Pandya, Puja" , Bret Barkelew , "Agyeman, Prince" Subject: Re: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos Thread-Topic: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos Thread-Index: AQHWB62vxj8n84qsQku3n0OpdHagj6hlV8WQ Date: Thu, 2 Apr 2020 05:59:09 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5E308A1@ORSMSX114.amr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmJiZmZmMWQtNTEzZC00NGRiLThlODEtMzk0ZjgwMmU4YWViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMzZWclpHWVBLOEo3S2ZCc2pcL3VnT0V3Sk9McXd5WkI3MWdoYVlQY0JURm85T0xvNllXcVRhQ1NpbmRCOXZKUUYifQ== x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Erik, Please remember to Cc: the reviewers on the cover letter as well next time= . For the series... Reviewed-by: Nate DeSimone -----Original Message----- From: devel@edk2.groups.io On Behalf Of Bjorge, Eri= k C Sent: Tuesday, March 31, 2020 3:42 PM To: devel@edk2.groups.io Subject: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support= for archiving branch combos Adding the ability to mark a branch combination as archived. This will re= move it from the list of valid combinations by default. It should not limi= t users from accessing the branch combination. The archive flag will allow= users to list archived branch combinations in the combo command. Erik Bjorge (7): EdkRepo: Adding support for archiving combos EdkRepo: Added ability to display archived combinations EdkRepo: Update Checkout for archived combos EdkRepo: Update Sync for archived combos EdkRepo: Update Checkout Pin for archived combos EdkRepo: Update clone for archived combos EdkRepo: Update List Repos for archived combos edkrepo/commands/arguments/combo_args.py | 5 ++-- edkrepo/commands/chec= kout_pin_command.py | 4 +-- edkrepo/commands/clone_command.py | 6 ++-- edkrepo/commands/combo_command.py | 19 ++++++++++-- edkrepo/commands/list_repos_command.py | 37 +++++++++++++++++------- edkrepo/commands/sync_command.py | 16 +++++----- edkrepo/common/common_repo_functions.py | 10 +++++-- edkrepo_manifest_p= arser/edk_manifest.py | 10 ++++++- 8 files changed, 76 insertions(+), 31 deletions(-) -- 2.21.0.windows.1