[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/APP-PYTHON3] Update deps.json formatting.
This commit updates the format of the deps.json file such that the "core" component is not an object and solely reflects the commit of the main Unikraft repsository itself. Additional whitespace was reduced. Signed-off-by: Alexander Jung <a.jung@xxxxxxxxxxx> --- deps.json | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/deps.json b/deps.json index 12e83d7..eab1cfb 100644 --- a/deps.json +++ b/deps.json @@ -1,18 +1,12 @@ { - "core": - { - "unikraft" : "d8ada116" - }, - "libs": - { - "pthread-embedded" : "b50dedc", - "lwip" : "06bd023", - "zlib" : "ddcf43f", - "libuuid" : "51dd7bf", - "python3" : "f8f3705", - "newlib" : "78469b5" - }, - "plats": - { } + "core": "d8ada116", + "libs": { + "pthread-embedded": "b50dedc", + "lwip": "06bd023", + "zlib": "ddcf43f", + "libuuid": "51dd7bf", + "python3": "f8f3705", + "newlib": "78469b5" + } } -- 2.24.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |