Skip to content
Snippets Groups Projects
Commit 51fc2d3d authored by Abhinav Singh's avatar Abhinav Singh
Browse files

disable logging into file for github action

parent 1683bbc0
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ if (CPACK_RUN_INSTALL_DEPENDENCIES)
set(CPACK_RPM_POST_INSTALL_SCRIPT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/src/scripts/postinst)
set(CPACK_POSTFLIGHT_OPENFPM_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/src/scripts/postflight)
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA ${CMAKE_CURRENT_SOURCE_DIR}/src/scripts/postinst)
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.txt")
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
install(FILES $ENV{DEP_PACKING}/openfpm_vars
$ENV{DEP_PACKING}/.openfpm.mk
......
#!/bin/bash
short_date=$(/bin/date +%m%d%y)
exec 2>>"install$short_date.log"
#short_date=$(/bin/date +%m%d%y)
#exec 2>>"install$short_date.log"
set -x
source script/help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment