-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sourav Moitra <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libocispec
updated
25 files
+7 −12 | .github/workflows/test.yaml | |
+0 −3 | .gitmodules | |
+20 −0 | Containerfile | |
+2 −16 | Makefile.am | |
+1 −1 | README.md | |
+0 −2 | autogen.sh | |
+5 −17 | configure.ac | |
+1 −1 | image-spec | |
+1 −1 | ocispec.pc.in | |
+1 −1 | runtime-spec | |
+6 −6 | src/ocispec/headers.py | |
+255 −1,081 | src/ocispec/json_common.c | |
+47 −46 | src/ocispec/json_common.h | |
+229 −400 | src/ocispec/sources.py | |
+1 −1 | tests/test-1.c | |
+7 −7 | tests/test-10.c | |
+1 −1 | tests/test-11.c | |
+1 −1 | tests/test-3.c | |
+1 −1 | tests/test-4.c | |
+1 −1 | tests/test-5.c | |
+1 −1 | tests/test-6.c | |
+1 −1 | tests/test-7.c | |
+1 −1 | tests/test-8.c | |
+1 −1 | tests/test-9.c | |
+0 −1 | yajl |