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
6bbfcdcc
Commit
6bbfcdcc
authored
3 years ago
by
Aleksandr Vodianov
Committed by
dmitriy.gerasimov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Feature 4803
parent
9f5ec202
No related branches found
No related tags found
2 merge requests
!226
Release 4.4
,
!217
Feature 4803
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
prod_build
+1
-1
1 addition, 1 deletion
prod_build
with
4 additions
and
1 deletion
CMakeLists.txt
+
3
−
0
View file @
6bbfcdcc
...
...
@@ -73,6 +73,9 @@ if(UNIX)
SET
(
CPACK_SYSTEM_ARCH
"amd64"
)
SET
(
CPACK_SYSTEM_CODENAME
"
${
DEBIAN_OS_NAME
}
"
)
SET
(
CPACK_SYSTEM_NAME
"
${
CPACK_SYSTEM_TYPE
}
-
${
CPACK_SYSTEM_VERSION
}
-
${
CPACK_SYSTEM_ARCH
}
-
${
CPACK_SYSTEM_CODENAME
}
"
)
if
(
CMAKE_BUILD_TYPE MATCHES Debug
)
SET
(
CPACK_SYSTEM_NAME
"
${
CPACK_SYSTEM_NAME
}
-dbg"
)
endif
()
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
SET
(
CPACK_DEBIAN_PACKAGE_MAINTAINER
"Dmitriy Gerasimov <naeper@demlabs.net>"
)
SET
(
CPACK_DEBIAN_PACKAGE_DESCRIPTION_SUMMARY
"CellFrame Node software https://cellframe.net"
)
...
...
This diff is collapsed.
Click to expand it.
prod_build
@
c9ae3214
Compare
41ca66d2
...
c9ae3214
Subproject commit
41ca66d2e7b4d1b0c31d42557e2d07dffbca953d
Subproject commit
c9ae3214bea53992bbc93acb660f5ca5f8dc85a7
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