From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web10.413.1585694555281474912 for ; Tue, 31 Mar 2020 15:42:35 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: erik.c.bjorge@intel.com) IronPort-SDR: 28F+gVzpBpvfeFszbiWi4zNDgcR1HlLvPMz2OEF2IN64EnXKpUSS0c/eJ6043g4lyeBDsk+++K 6M6mIfpcCwKA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2020 15:42:35 -0700 IronPort-SDR: i+Ls4YUlUQjAn9nUuuHkfHhC9374Pqe73NVezS2RkCsFOTmtFnUtsN9GvO+KtVuPHZp8pigp/i DB4AJ05EC2wg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,329,1580803200"; d="scan'208";a="284168233" Received: from ecbjorge-mobl1.amr.corp.intel.com ([10.134.71.242]) by fmsmga002.fm.intel.com with ESMTP; 31 Mar 2020 15:42:34 -0700 From: "Bjorge, Erik C" To: devel@edk2.groups.io Subject: [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos Date: Tue, 31 Mar 2020 15:41:56 -0700 Message-Id: X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Adding the ability to mark a branch combination as archived. This will remove it from the list of valid combinations by default. It should not limit 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/checkout_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_parser/edk_manifest.py | 10 ++++++- 8 files changed, 76 insertions(+), 31 deletions(-) -- 2.21.0.windows.1