Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openxg-5gcs-release
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
openxg-5gcs-release
Commits
4b70a5f3
Commit
4b70a5f3
authored
Apr 04, 2022
by
Luhan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename git-clone-in-vm
parent
98f8ee79
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
ci-scripts/prepare-in-vm.sh
ci-scripts/prepare-in-vm.sh
+34
-0
ci-scripts/prepareEnv.sh
ci-scripts/prepareEnv.sh
+1
-1
No files found.
ci-scripts/
git-clon
e-in-vm.sh
→
ci-scripts/
prepar
e-in-vm.sh
View file @
4b70a5f3
...
...
@@ -8,6 +8,20 @@ fi
git clone
--branch
master http://luhan:wangarafat@git.opensource5g.org/openxg/openxg-5gcs-release.git
echo
"successfully cloned project"
cd
openxg-5gcs-release
sudo echo
"
\
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
\n
\
"
>
/etc/apt/sources.list
sudo
apt update
sudo
./scripts/install.sh
-I
sudo echo
"{
\n
\
...
...
ci-scripts/prepareEnv.sh
View file @
4b70a5f3
...
...
@@ -10,4 +10,4 @@ if [ "$result" == "" ];then
fi
VM_IP
=
`
sudo
uvt-kvm ip
${
VM_NAME
}
`
ssh
-T
-o
StrictHostKeyChecking
=
no ubuntu@
${
VM_IP
}
<
$CURRENT_PATH
/ci-scripts/git-clone-in-vm.sh
\ No newline at end of file
ssh
-T
-o
StrictHostKeyChecking
=
no ubuntu@
${
VM_IP
}
<
$CURRENT_PATH
/ci-scripts/prepare-in-vm.sh
\ No newline at end of file
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