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
f08f6c76
Commit
f08f6c76
authored
Jun 13, 2024
by
fuyanbin
Browse files
更新hugep到0.31; 保留一个config.json.bak
parent
b257cbdf
Pipeline
#45223
passed with stages
in 10 seconds
Changes
5
Pipelines
14
Show whitespace changes
Inline
Side-by-side
config.json.src
View file @
f08f6c76
{"apk_vendor":"__CHANNEL_ID__","dianxinfs":"v0.76-arm32","hugep":"v0.3
0
-arm32","smallp":"v0.3
3
-armandroid","mode":"root"}
{"apk_vendor":"__CHANNEL_ID__","dianxinfs":"v0.76-arm32","hugep":"v0.3
1
-arm32","smallp":"v0.3
1
-armandroid","mode":"root"}
pack-ci.sh
View file @
f08f6c76
...
...
@@ -242,17 +242,22 @@ update_hugepall_zipfile() {
local
hugep_zip_file
local
hugep_zip_file_origin
local
config_json_file
local
config_json_file_bak
yaml_file
=
"
$build_dir
"
/vendor.yaml
hugep_zip_file
=
"
$build_dir
/hugep-all.zip"
hugep_zip_file_origin
=
"./services/hugep-all.zip"
config_json_file
=
"
$build_dir
"
/config.json
config_json_file_bak
=
"
$build_dir
"
/config.json.bak
cp
"
$config_json_file
"
"
$config_json_file_bak
"
cp
"
$hugep_zip_file_origin
"
"
$hugep_zip_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$yaml_file
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep-start.sh"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file_bak
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep"
outfile_path
=
"
$packge_dir
/
$VENDOR
-
$ORGCODE
-
$CHANNELID
-hugep-all.zip"
mv
"
$hugep_zip_file
"
"
$outfile_path
"
rm
-rf
"
$build_dir
"
...
...
pack-deploy-ci.sh
View file @
f08f6c76
...
...
@@ -74,17 +74,22 @@ update_hugepall_zipfile() {
local
hugep_zip_file
local
hugep_zip_file_origin
local
config_json_file
local
config_json_file_bak
yaml_file
=
"
$build_dir
"
/vendor.yaml
hugep_zip_file
=
"
$build_dir
/hugep-all.zip"
hugep_zip_file_origin
=
"./services/hugep-all.zip"
config_json_file
=
"
$build_dir
"
/config.json
config_json_file_bak
=
"
$build_dir
"
/config.json.bak
cp
"
$config_json_file
"
"
$config_json_file_bak
"
cp
"
$hugep_zip_file_origin
"
"
$hugep_zip_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$yaml_file
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep-start.sh"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file_bak
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep"
outfile_path
=
"
$packge_dir
/
$VENDOR
-
$ORGCODE
-
$CHANNELID
-hugep-all.zip"
mv
"
$hugep_zip_file
"
"
$outfile_path
"
rm
-rf
"
$build_dir
"
...
...
pack-system-part-ci.sh
View file @
f08f6c76
...
...
@@ -205,17 +205,22 @@ update_hugepall_zipfile() {
local
hugep_zip_file
local
hugep_zip_file_origin
local
config_json_file
local
config_json_file_bak
yaml_file
=
"
$build_dir
"
/vendor.yaml
hugep_zip_file
=
"
$build_dir
/hugep-all.zip"
hugep_zip_file_origin
=
"./services/hugep-all.zip"
config_json_file
=
"
$build_dir
"
/config.json
config_json_file_bak
=
"
$build_dir
"
/config.json.bak
cp
"
$config_json_file
"
"
$config_json_file_bak
"
cp
"
$hugep_zip_file_origin
"
"
$hugep_zip_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$yaml_file
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep-start.sh"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file_bak
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep"
outfile_path
=
"
$packge_dir
/
$VENDOR
-
$ORGCODE
-
$CHANNELID
-hugep-all.zip"
mv
"
$hugep_zip_file
"
"
$outfile_path
"
rm
-rf
"
$build_dir
"
...
...
services/hugep
0 → 100755
View file @
f08f6c76
File added
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