#
2abc4a48 |
| 03-Feb-2021 |
Patrick Williams <patrick@stwcx.xyz> |
build-unit-test-docker: simplify fetching Most packages we use come from github, except for boost. Create a 'pkg_url' function to get the URL for a revision for curl calls. This fun
build-unit-test-docker: simplify fetching Most packages we use come from github, except for boost. Create a 'pkg_url' function to get the URL for a revision for curl calls. This function automatically creates the URL from the package name, unless the package has a 'url' property. If the 'url' property exists, treat it as a function that generates the URL from the package name and revision (to handle the boost case and any future non-github packages). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifc47a1b580e6ec3728d8deeaa4c568017a80e03f
show more ...
|
#
e1398742 |
| 02-Feb-2021 |
Patrick Williams <patrick@stwcx.xyz> |
build-unit-test-docker: use docker stagename everywhere In some cases the script used a 'stagename' as the temporary docker image used to create dependencies. Use this throughout for
build-unit-test-docker: use docker stagename everywhere In some cases the script used a 'stagename' as the temporary docker image used to create dependencies. Use this throughout for consistency. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8b2d8624747b8a36630dd27f6aee32ddf10defa7
show more ...
|
#
7204324c |
| 02-Feb-2021 |
Patrick Williams <patrick@stwcx.xyz> |
build-unit-test-docker: automatically lookup HEAD rev Switch from a special 'head_pkgs' list to automatically looking up the HEAD revision of any package that doesn't have a specified
build-unit-test-docker: automatically lookup HEAD rev Switch from a special 'head_pkgs' list to automatically looking up the HEAD revision of any package that doesn't have a specified revision. Also, switch the 'pkg_rev' to a dictionary so we can add additional fields later on. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8ead996469966f087845c6b3cbd6eb5226f3e235
show more ...
|
#
02871c91 |
| 01-Feb-2021 |
Patrick Williams <patrick@stwcx.xyz> |
build-unit-test-docker: convert to Python Do a near identical conversion from bash to Python for the script which builds the unit-test docker containers. I plan to do additional enh
build-unit-test-docker: convert to Python Do a near identical conversion from bash to Python for the script which builds the unit-test docker containers. I plan to do additional enhancements to build the sub-containers in parallel, so I needed to first do this conversion to Python in order to make that implementation sane. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6df6f294b41f3a01f95fbe23a6dcd1ea21a315a9
show more ...
|