Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Commits
0fa90a9e
Commit
0fa90a9e
authored
5 years ago
by
Constantin Papizh
Browse files
Options
Downloads
Plain Diff
Local merge with master
parents
d68677e4
cc888895
No related branches found
No related tags found
2 merge requests
!35
Master
,
!31
various fixes, version up
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CMakeLists.txt
+0
-3
0 additions, 3 deletions
CMakeLists.txt
dist/etc/network/kelvin-testnet.cfg
+1
-1
1 addition, 1 deletion
dist/etc/network/kelvin-testnet.cfg
with
3 additions
and
5 deletions
.gitignore
+
1
−
0
View file @
0fa90a9e
# Prerequisites
build/*
build_stretch/*
test/build
*.d
*.txt.user
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
0fa90a9e
...
...
@@ -10,4 +10,4 @@ kelvin-node-schedule:
stage
:
build
tags
:
-
kelvin-node
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node && ~/production/integration/gitlab-CI/travis_test.sh
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node &&
~/production/integration/reprepro/publish.sh debian.pub.demlabs.net stretch main &&
~/production/integration/gitlab-CI/travis_test.sh
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
0
−
3
View file @
0fa90a9e
...
...
@@ -47,9 +47,6 @@ SET( CPACK_DEBIAN_PACKAGE_MAINTAINER "Dmitriy Gerasimov <naeper@demlabs.net>" )
SET
(
CPACK_DEBIAN_PACKAGE_DESCRIPTION_SUMMARY
"CellFrame Node software ( https://cellframe.net ) "
)
SET
(
CPACK_DEBIAN_PACKAGE_DESCRIPTION
"CellFrame Node"
)
SET
(
CPACK_DEBIAN_PACKAGE_SECTION
"extra"
)
#SET( CPACK_DEBIAN_PACKAGE_ARCHITECTURE "debian-9.7-amd64" )
#SET( CPACK_PACKAGE_FILE_NAME "${CPACK_DEBIAN_PACKAGE_NAME}-${CPACK_DEBIAN_PACKAGE_VERSION}-${CPACK_DEBIAN_PACKAGE_ARCHITECTURE}")
#SET( CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64" )
SET
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"debconf (>=1.5), dpkg (>=1.17), bash (>=4), debconf-utils, dconf-cli, less, pv, psmisc"
)
SET
(
CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON
)
SET
(
CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
...
...
This diff is collapsed.
Click to expand it.
dist/etc/network/kelvin-testnet.cfg
+
1
−
1
View file @
0fa90a9e
...
...
@@ -7,7 +7,7 @@ type=development
# Possible
values: light, full, archive, master, root
node-role=full
#node-alias=addr-%node_addr%
gdb_groups_prefix=kelvin
.
testnet
gdb_groups_prefix=kelvin
-
testnet
seed_nodes_hostnames=[0.root.testnet.klvn.io,1.root.testnet.klvn.io,2.root.testnet.klvn.io,3.root.testnet.klvn.io,4.root.testnet.klvn.io]
seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4]
...
...
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