[edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos

Bjorge, Erik C posted 7 patches 4 years ago
Failed in applying to current master (apply log)
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(-)
[edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos
Posted by Bjorge, Erik C 4 years ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56786): https://edk2.groups.io/g/devel/message/56786
Mute This Topic: https://groups.io/mt/72688762/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos
Posted by Nate DeSimone 4 years ago
Erik,

Please remember to Cc: the reviewers on the cover letter as well next time.

For the series...
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bjorge, Erik 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 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





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56884): https://edk2.groups.io/g/devel/message/56884
Mute This Topic: https://groups.io/mt/72688762/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos
Posted by Bjorge, Erik C 4 years ago
I will fix it next time.

-Erik

-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> 
Sent: Wednesday, April 1, 2020 10:59 PM
To: devel@edk2.groups.io; Bjorge, Erik C <erik.c.bjorge@intel.com>
Cc: Desimone, Ashley E <ashley.e.desimone@intel.com>; Pandya, Puja <puja.pandya@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Agyeman, Prince <prince.agyeman@intel.com>
Subject: RE: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos

Erik,

Please remember to Cc: the reviewers on the cover letter as well next time.

For the series...
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bjorge, Erik 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 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






-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56906): https://edk2.groups.io/g/devel/message/56906
Mute This Topic: https://groups.io/mt/72688762/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v1 0/7] Adding support for archiving branch combos
Posted by Nate DeSimone 4 years ago
Pushed: https://github.com/tianocore/edk2-staging/compare/d1cc427f...eaa400ac

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bjorge, Erik 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 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





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56957): https://edk2.groups.io/g/devel/message/56957
Mute This Topic: https://groups.io/mt/72688762/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-