-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-9068] META-INF directory in root of ccpackage
-If there is a META-INF directory at the chaincode top level directory, packaging it including all subdirectories at the top level of the chaincode tar Change-Id: Ie36c88928cfacc0bb3035e87fee4ee721e9b9299 Signed-off-by: Sudesh Shetty <[email protected]>
- Loading branch information
1 parent
0404e72
commit ae5783a
Showing
6 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
test/fixtures/testdata/src/github.com/events_cc/META-INF/sample-json/event.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sample": { | ||
"title": "sample-json", | ||
"data": "sample text" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
test/fixtures/testdata/src/github.com/example_cc1/META-INF-foo/example1-foo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sample": { | ||
"title": "sample-json", | ||
"data": "sample text" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
test/fixtures/testdata/src/github.com/example_cc1/META-INF/example1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sample": { | ||
"title": "sample-json", | ||
"data": "sample text" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
test/fixtures/testdata/src/github.com/example_cc1/foo-META-INF/foo-example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sample": { | ||
"title": "sample-json", | ||
"data": "sample text" | ||
} | ||
} |