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
87709001
Commit
87709001
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fixed permissions for cli - now it could run everybody who has access to local socket
[*] Submodules updates
parent
2f8fcf06
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
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
prod_build/linux/debian/essentials/rules
+1
-0
1 addition, 0 deletions
prod_build/linux/debian/essentials/rules
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
4 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
87709001
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 14
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
6
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
7
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
089e7789
Compare
f25dc854
...
089e7789
Subproject commit
f25dc85439c571a10f40195e3791896b513a473c
Subproject commit
089e77898b3b073ec6578358eda99fe52c49ecc8
This diff is collapsed.
Click to expand it.
prod_build/linux/debian/essentials/rules
+
1
−
0
View file @
87709001
...
...
@@ -2,6 +2,7 @@
override_dh_fixperms:
dh_fixperms -X/opt/cellframe-node
chmod 777 /opt/cellframe-node/bin/cellframe-node-cli
override_dh_auto_install:
dh_auto_install -- prefix=/opt/cellframe-node
%:
...
...
This diff is collapsed.
Click to expand it.
python-cellframe
@
268d0cb2
Compare
d234e400
...
268d0cb2
Subproject commit
d234e400f1029db23da4a8d82ad4bac90bfb59b6
Subproject commit
268d0cb2829e66f6c0e3b79f2b2fd4741ed51ef7
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