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
17
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
be76d0b8
Commit
be76d0b8
authored
1 year ago
by
Dmitry Puzyrkov
Committed by
Constantin P.
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[*] osx install scripts: copy instead of move
parent
34a41ac6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1101
[*] osx install scripts: copy instead of move
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
os/macos/PKGINSTALL/postinstall
+6
-3
6 additions, 3 deletions
os/macos/PKGINSTALL/postinstall
version.mk
+1
-1
1 addition, 1 deletion
version.mk
with
9 additions
and
6 deletions
cellframe-sdk
@
a6688c4a
Compare
e3617ae9
...
a6688c4a
Subproject commit
e3617ae9dbe38cb1c4c14d0b551c2b668e6896eb
Subproject commit
a6688c4a9de4b5857ef4d6b6f658531d9abd9e0e
This diff is collapsed.
Click to expand it.
dap-sdk
@
049e297d
Compare
992051a8
...
049e297d
Subproject commit
992051a80e276d6d54f0f1c63f3947bbcc9c8496
Subproject commit
049e297d18d6be6bc5afa531aa363ce8522c9fa5
This diff is collapsed.
Click to expand it.
os/macos/PKGINSTALL/postinstall
+
6
−
3
View file @
be76d0b8
...
...
@@ -11,8 +11,11 @@ sudo killall -HUP mDNSResponder
EXEC_PREFIX
=
/Applications/
$APP_NAME
.app/Contents/Resources
mkdir
-p
$DAP_PREFIX
sudo mv
-f
/Applications/
$APP_NAME
.app/Contents/Resources/etc
$DAP_PREFIX
sudo mv
-f
/Applications/
$APP_NAME
.app/Contents/Resources/share
$DAP_PREFIX
mkdir
-p
$DAP_PREFIX
/etc
mkdir
-p
$DAP_PREFIX
/share
sudo cp
-rf
/Applications/
$APP_NAME
.app/Contents/Resources/etc/
*
$DAP_PREFIX
/etc
sudo cp
-rf
/Applications/
$APP_NAME
.app/Contents/Resources/share/
*
$DAP_PREFIX
/share
wd
=
$(
pwd
)
cd
$EXEC_PREFIX
/../MacOS
...
...
@@ -42,7 +45,7 @@ rm -r /Users/$USER/Applications/"$APP_NAME".app/Contents/Resources/var/lib/globa
sudo
-u
$USER
launchctl start
$NODE
sudo rm
$EXEC_PREFIX
/
*
.sh
#
sudo rm $EXEC_PREFIX/*.sh
echo
"node agent:
$(
launchctl list |
grep
cell
)
"
>
/tmp/cellframe-dashboard_install_logs.txt
...
...
This diff is collapsed.
Click to expand it.
version.mk
+
1
−
1
View file @
be76d0b8
VERSION_MAJOR
=
5
VERSION_MINOR
=
2
VERSION_PATCH
=
27
3
VERSION_PATCH
=
27
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