Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
f62650f6
Commit
f62650f6
authored
Jun 27, 2024
by
fuyanbin
Browse files
打包时不再需要 manager_bin_file.zip
parent
cc945036
Changes
3
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
f62650f6
...
...
@@ -172,7 +172,6 @@ build_image() {
cp
-f
"
$build_dir
/hugep-all.zip"
"
$system_path
"
/bin/hugep-all.zip
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
-exec
install
-m
0777
-t
"
$system_path
"
/bin/
{}
\;
cp
-f
services/manager_bin_file.zip
"
$system_path
"
/bin/manager_bin_file.zip
for
file
in
$(
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
)
do
...
...
pack-system-part-ci.sh
View file @
f62650f6
...
...
@@ -144,7 +144,6 @@ build_image() {
cp
-f
"
$build_dir
/hugep-all.zip"
"
$system_path
"
/bin/hugep-all.zip
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
-exec
install
-m
0777
-t
"
$system_path
"
/bin/
{}
\;
cp
-f
services/manager_bin_file.zip
"
$system_path
"
/bin/manager_bin_file.zip
for
file
in
$(
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
)
do
...
...
services/manager_bin_file.zip
deleted
100644 → 0
View file @
cc945036
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment