Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5962df2

Browse files
committed
Do not generate test_package_index.json
1 parent bd172e6 commit 5962df2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,4 @@ postpackaging:
8383
@echo "PACKAGE_SIZE = $(PACKAGE_SIZE)"
8484
@echo "PACKAGE_FILENAME = $(PACKAGE_FILENAME)"
8585
cat extras/package_index.json.template | sed s/%%VERSION%%/$(PACKAGE_VERSION)/ | sed s/%%FILENAME%%/$(PACKAGE_FILENAME)/ | sed s/%%CHECKSUM%%/$(PACKAGE_CHKSUM)/ | sed s/%%SIZE%%/$(PACKAGE_SIZE)/ > package_$(PACKAGE_NAME)_$(PACKAGE_VERSION)_index.json
86-
cp package_$(PACKAGE_NAME)_$(PACKAGE_VERSION)_index.json test_package_$(PACKAGE_NAME)_$(PACKAGE_VERSION)_index.json
8786
@echo "package_$(PACKAGE_NAME)_$(PACKAGE_VERSION)_index.json created"

0 commit comments

Comments
 (0)