manifest: seperate general repos

This commit is contained in:
Casper Chang
2021-01-21 10:37:19 +08:00
parent 251f546fd2
commit deaa1c5f70
4 changed files with 27 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ _mydir="$(pwd)"
if [ -z "$2" ]
then
echo "INFO: copy local manifests, No branch specified"
cp -R ${SCRIPT_DIR}/local_manifests ${_working_full_path}/.repo
cp -R ${SCRIPT_DIR}/local_manifests ${_working_full_path}/.repo/
else
echo "INFO: copy $2 local manifests"
local_manifest_dir="$2_local_manifests"
@@ -29,5 +29,7 @@ else
mv ${_working_full_path}/.repo/${local_manifest_dir} ${_working_full_path}/.repo/local_manifests
fi
echo "ls ${_working_full_path}/.repo"
ls ${_working_full_path}/.repo
echo "ls ${_working_full_path}/.repo/local_manifests"
ls ${_working_full_path}/.repo/local_manifests