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
6a5eef44
Commit
6a5eef44
authored
4 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.demlabs.net:cellframe/cellframe-node into bugs-4158
Keep up-to-date
parents
b6cd9fb9
f6788f4e
No related branches found
No related tags found
4 merge requests
!169
features-4402
,
!168
Bugs-4158
,
!167
Bugs-4158
,
!164
bugs-4158
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
prod_build/general/chroot_wrap.sh
+1
-2
1 addition, 2 deletions
prod_build/general/chroot_wrap.sh
with
2 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
6a5eef44
...
@@ -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 3
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 5
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 5
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
9
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
14
)
# init CellFrame SDK
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
prod_build/general/chroot_wrap.sh
+
1
−
2
View file @
6a5eef44
...
@@ -5,8 +5,7 @@ CHROOT_PREFIX="builder"
...
@@ -5,8 +5,7 @@ CHROOT_PREFIX="builder"
CHROOTS_PATH
=
$1
CHROOTS_PATH
=
$1
PLATFORMS
=
""
PLATFORMS
=
""
PKG_FORMAT
=
$3
PKG_FORMAT
=
$3
SRC_PATH
=
$4
JOB
=
$4
JOB
=
$5
cd
$SRC_PATH
cd
$SRC_PATH
...
...
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