Skip to content

Commit

Permalink
[ci-skip][packaging] Removing useless json generation
Browse files Browse the repository at this point in the history
Signed-off-by: Thibaut VIARD <aethaniel@sam-geek.org>
  • Loading branch information
aethaniel committed Apr 10, 2017
1 parent b6d27bc commit 26936cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ print_info_travis:
@echo "TRAVIS_BUILD_ID = $(TRAVIS_BUILD_ID)"
@echo "TRAVIS_BUILD_NUMBER = $(TRAVIS_BUILD_NUMBER)"

#build_variants
#build_variants
packaging: packaging_clean $(PACKAGE_TO_BE_PROCESSED)

build_variants:
Expand Down Expand Up @@ -193,7 +193,7 @@ postpackaging:
@echo "TRAVIS_BUILD_NUMBER = $(TRAVIS_BUILD_NUMBER)"
@echo "PACKAGE_OS_FILENAME = $(PACKAGE_OS_FILENAME)"
cat extras/package_index.json.template | sed s/%%VERSION%%/$(CORE_VERSION)/ | sed s/%%FILENAME%%/$(PACKAGE_OS_FILENAME)/ | sed s/%%CHECKSUM%%/$(PACKAGE_CHKSUM)/ | sed s/%%SIZE%%/$(PACKAGE_SIZE)/ > package_$(PACKAGE_NAME)_$(CORE_VERSION)_$(PACKAGE_OS)_index.json
cp package_$(PACKAGE_NAME)_$(CORE_VERSION)_$(PACKAGE_OS)_index.json test_package_$(PACKAGE_NAME)_$(CORE_VERSION)_$(PACKAGE_OS)_index.json
# cp package_$(PACKAGE_NAME)_$(CORE_VERSION)_$(PACKAGE_OS)_index.json test_package_$(PACKAGE_NAME)_$(CORE_VERSION)_$(PACKAGE_OS)_index.json
@echo "package_$(PACKAGE_NAME)_$(CORE_VERSION)_$(PACKAGE_OS)_index.json created"

packaging_clean:
Expand Down

0 comments on commit 26936cd

Please sign in to comment.