PTU5KAS/kas
Drew Reed 6b65de3e2f Enable gerrit/gitlab/github refspecs
By default git only fetches references under the refs/heads/ tree,
this patch adds support to kas to enable you to specify references
outside of the ref/heads tree.  This is useful as it allows you to
use uncommitted gerrit patchsets, Gitlab merge requests or github
pull requests that live under refs/changes/, refs/merge-requests
and refs/pull as the reference for a repo allowing the use of
in development changes.  When a refsepc is defined that starts
with refs/ an additional git fetch operation is preformed on the
repo to explicitly fetch the reference given so it can be checked
out for use.

Signed-off-by: Drew Reed <drew.reed@arm.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2021-07-19 07:57:32 +02:00
..
plugins kas: drop bitbakes "-k" from the default args 2021-01-19 18:14:59 +01:00
__init__.py __init__: Better support introspection 2018-12-07 09:56:09 +01:00
__main__.py Correct grammar, spelling and copyright year in files 2018-09-05 12:46:35 +02:00
__version__.py Release 2.5 2021-05-26 07:27:23 +02:00
config.py Add build_system property to config file 2020-11-16 11:53:25 +01:00
configschema.py Add build_system property to config file 2020-11-16 11:53:25 +01:00
context.py Introduce KAS_BUILD_DIR environment variable 2021-03-10 07:53:09 +01:00
includehandler.py Declare proxy_config obsolete 2021-07-12 08:03:40 +02:00
kas.py Account for removal of aynchio.Tasks.all_tasks 2020-11-13 08:53:33 +01:00
libcmds.py Add environment variable SSH_PRIVATE_KEY_FILE 2021-07-10 11:25:40 +02:00
libkas.py Add environment variable SSH_PRIVATE_KEY_FILE 2021-07-10 11:25:40 +02:00
repos.py Enable gerrit/gitlab/github refspecs 2021-07-19 07:57:32 +02:00