From 51fc2d3de64211f691345439f4c826acfd10b001 Mon Sep 17 00:00:00 2001 From: absingh <absingh@mpi-cbg.de> Date: Sun, 21 May 2023 00:30:48 +0200 Subject: [PATCH] disable logging into file for github action --- CMakeLists.txt | 2 +- install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e05ecac5..0ee2817b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/install b/install index 1fd7c148c..0fc2712e9 100755 --- a/install +++ b/install @@ -1,7 +1,7 @@ #!/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 -- GitLab