Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
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
Dmitry Puzyrkov
celllframe-node
Commits
a59bf70e
Commit
a59bf70e
authored
5 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fixed configs, updated deb version
parent
da22abd7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
dist/share/configs/kelvin-node.cfg.tpl
+2
-1
2 additions, 1 deletion
dist/share/configs/kelvin-node.cfg.tpl
dist/share/configs/network/kelvin-testnet.cfg.tpl
+1
-1
1 addition, 1 deletion
dist/share/configs/network/kelvin-testnet.cfg.tpl
with
4 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
a59bf70e
...
@@ -13,7 +13,7 @@ SET( CPACK_GENERATOR "DEB")
...
@@ -13,7 +13,7 @@ SET( CPACK_GENERATOR "DEB")
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 0
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 0
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 9
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 9
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
9
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
10
)
#SET( CPACK_SYSTEM_NAME "debian-9.5-amd64")
#SET( CPACK_SYSTEM_NAME "debian-9.5-amd64")
set
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
set
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
dist/share/configs/kelvin-node.cfg.tpl
+
2
−
1
View file @
a59bf70e
...
@@ -35,5 +35,6 @@ threads_cnt=0
...
@@ -35,5 +35,6 @@ threads_cnt=0
pid_path=/opt/kelvin-node/var/run/kelvin-node.pid
pid_path=/opt/kelvin-node/var/run/kelvin-node.pid
log_file=/opt/kelvin-node/var/log/kelvin-node.log
log_file=/opt/kelvin-node/var/log/kelvin-node.log
ca_folders=[/opt/kelvin-node/var/lib/ca,/opt/kelvin-node/share/ca]
ca_folders=[/opt/kelvin-node/var/lib/ca,/opt/kelvin-node/share/ca]
dap_global_db_path=/opt/kelvin-node/var/whitelist.ldb
dap_global_db_path=/opt/kelvin-node/var/global_db.sqlite
dap_global_db_driver=sqlite
This diff is collapsed.
Click to expand it.
dist/share/configs/network/kelvin-testnet.cfg.tpl
+
1
−
1
View file @
a59bf70e
...
@@ -6,7 +6,7 @@ name=kelvin-testnet
...
@@ -6,7 +6,7 @@ name=kelvin-testnet
type=development
type=development
# Possible values: light, full, archive, master, root
# Possible values: light, full, archive, master, root
node-role=full
node-role=full
node-alias=addr-%node_addr%
#
node-alias=addr-%node_addr%
gdb_groups_prefix=kelvin.testnet
gdb_groups_prefix=kelvin.testnet
seed_nodes_ipv4=[159.89.228.115,165.227.17.239,104.248.89.205,157.230.240.104,167.99.87.197,46.101.149.240,159.89.122.48]
seed_nodes_ipv4=[159.89.228.115,165.227.17.239,104.248.89.205,157.230.240.104,167.99.87.197,46.101.149.240,159.89.122.48]
seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4,kelvin.testnet.root.5,kelvin.testnet.root.6]
seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4,kelvin.testnet.root.5,kelvin.testnet.root.6]
...
...
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