Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dapcash-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DapCash
dapcash-node
Commits
a93638e4
Commit
a93638e4
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[+] logrotate script
[*] Android build fixes [*] SDK update
parent
826e9bf6
No related branches found
No related tags found
No related merge requests found
Pipeline
#6883
passed with stages
Stage: analyze
Stage: build
in 6 minutes and 7 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+3
-2
3 additions, 2 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dist/share/logrotate/dapcash-node
+9
-0
9 additions, 0 deletions
dist/share/logrotate/dapcash-node
with
13 additions
and
3 deletions
CMakeLists.txt
+
3
−
2
View file @
a93638e4
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 1
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 8
0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 8
1
)
#
#
# init CellFrame SDK
# init CellFrame SDK
...
@@ -16,7 +16,6 @@ SET( CPACK_PACKAGE_VERSION_PATCH 80)
...
@@ -16,7 +16,6 @@ SET( CPACK_PACKAGE_VERSION_PATCH 80)
#
#
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
set
(
SUBMODULES_NO_BUILD ON
)
set
(
SUBMODULES_NO_BUILD ON
)
set
(
SUPPORT_PYTHON_PLUGINS ON
)
if
(
NOT
(
WIN32
))
if
(
NOT
(
WIN32
))
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic srv-vpn"
)
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic srv-vpn"
)
...
@@ -27,8 +26,10 @@ endif()
...
@@ -27,8 +26,10 @@ endif()
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
add_subdirectory
(
cellframe-sdk
)
add_subdirectory
(
cellframe-sdk
)
if
(
UNIX
)
if
(
UNIX
)
if
(
LINUX
)
if
(
LINUX
)
set
(
SUPPORT_PYTHON_PLUGINS ON
)
message
(
"[*] Linux package setup"
)
message
(
"[*] Linux package setup"
)
SET
(
CMAKE_INSTALL_PREFIX
"/opt/
${
PROJECT_NAME
}
"
)
SET
(
CMAKE_INSTALL_PREFIX
"/opt/
${
PROJECT_NAME
}
"
)
SET
(
CPACK_INSTALL_PREFIX
"/opt/
${
PROJECT_NAME
}
"
)
SET
(
CPACK_INSTALL_PREFIX
"/opt/
${
PROJECT_NAME
}
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
07430ae3
Compare
6d4acbc8
...
07430ae3
Subproject commit
6d4acbc866a807f8ef04e831bbbef6b1c007d5cf
Subproject commit
07430ae3d01f86406883d035c63f0718d5f13ed1
This diff is collapsed.
Click to expand it.
dist/share/logrotate/dapcash-node
0 → 100644
+
9
−
0
View file @
a93638e4
"/opt/dapcash-node/var/log/*.log" {
copytruncate
daily
rotate 7
compress
delaycompress
missingok
notifempty
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment