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
14
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
eeace918
Commit
eeace918
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[+] new submodule libdap-chain-common
[*] Movements between submodules [-] Some useless files
parent
30b0623c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+4
-0
4 additions, 0 deletions
.gitmodules
CMakeLists.txt
+3
-2
3 additions, 2 deletions
CMakeLists.txt
libdap-chain-common
+1
-0
1 addition, 0 deletions
libdap-chain-common
libdap-chain-net-srv-vpn
+1
-1
1 addition, 1 deletion
libdap-chain-net-srv-vpn
with
9 additions
and
3 deletions
.gitmodules
+
4
−
0
View file @
eeace918
...
...
@@ -122,3 +122,7 @@
path = libdap-server-http-db
url = https://gitlab.demlabs.net/cellframe/libdap-server-http-db
branch = master
[submodule "libdap-chain-common"]
path = libdap-chain-common
url = https://gitlab.demlabs.net/cellframe/libdap-chain-common
branch = master
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
3
−
2
View file @
eeace918
...
...
@@ -48,7 +48,7 @@ SET( CPACK_GENERATOR "DEB")
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 6
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 2
3
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 2
4
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.9-amd64"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
...
...
@@ -141,8 +141,9 @@ add_subdirectory(libdap-server-udp)
add_subdirectory
(
libdap-server
)
add_subdirectory
(
libdap-chain
)
add_subdirectory
(
libdap-chain-crypto
)
add_subdirectory
(
libdap-chain-common
)
add_subdirectory
(
libdap-chain
)
add_subdirectory
(
libdap-chain-wallet
)
add_subdirectory
(
libdap-chain-cs-dag
)
add_subdirectory
(
libdap-chain-cs-dag-poa
)
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-common
@
cea7aa6e
Subproject commit cea7aa6e47002f5aa65451689d0dea37d108b80c
This diff is collapsed.
Click to expand it.
libdap-chain-net-srv-vpn
@
6d8da648
Compare
ecabf1c8
...
6d8da648
Subproject commit
ecabf1c82b2f2ad3acd28b00833238b03a7d34ac
Subproject commit
6d8da648ced7801cbbe78956051021bba24eae49
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