Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
6b2b749a
Commit
6b2b749a
authored
May 26, 2022
by
Antoine Kaufmann
Browse files
docker: make sure to remove submodule repo for qemu as well not just worktree
parent
c7748917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docker/cleanup_external.sh
docker/cleanup_external.sh
+3
-0
No files found.
docker/cleanup_external.sh
View file @
6b2b749a
...
@@ -7,6 +7,9 @@ mv sims/external/qemu/build/{qemu-img,qemu-system-x86_64,pc-bios} \
...
@@ -7,6 +7,9 @@ mv sims/external/qemu/build/{qemu-img,qemu-system-x86_64,pc-bios} \
mv
sims/external/qemu/pc-bios/
\
mv
sims/external/qemu/pc-bios/
\
sims/external/qemu-new/
sims/external/qemu-new/
rm
-rf
sims/external/qemu
rm
-rf
sims/external/qemu
git submodule deinit
-f
sims/external/qemu
rm
-rf
.git/modules/sims/external/qemu
rm
-rf
sims/external/qemu
mv
sims/external/qemu-new sims/external/qemu
mv
sims/external/qemu-new sims/external/qemu
ln
-s
/simbricks/sims/external/qemu/build/qemu-system-x86_64
\
ln
-s
/simbricks/sims/external/qemu/build/qemu-system-x86_64
\
sims/external/qemu/build/x86_64-softmmu/qemu-system-x86_64
sims/external/qemu/build/x86_64-softmmu/qemu-system-x86_64
...
...
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