Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
build-system
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
certo
build-system
Commits
f0ca31a4
Commit
f0ca31a4
authored
Jun 21, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Escaped ampersands in xml
parent
907c5ec5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common.xml
common.xml
+3
-3
No files found.
common.xml
View file @
f0ca31a4
...
@@ -27,17 +27,17 @@
...
@@ -27,17 +27,17 @@
<exec
executable=
"bash"
outputproperty=
"ENABLE_KVM_X86_64"
>
<exec
executable=
"bash"
outputproperty=
"ENABLE_KVM_X86_64"
>
<arg
value=
"-c"
/>
<arg
value=
"-c"
/>
<arg
value=
"if [ -c /dev/kvm ] &
&
[ `uname -m` = 'x86_64' ] ; then echo -n '-enable-kvm' ; fi"
/>
<arg
value=
"if [ -c /dev/kvm ] &
amp;&
[ `uname -m` = 'x86_64' ] ; then echo -n '-enable-kvm' ; fi"
/>
</exec>
</exec>
<exec
executable=
"bash"
outputproperty=
"ENABLE_KVM_ARM"
>
<exec
executable=
"bash"
outputproperty=
"ENABLE_KVM_ARM"
>
<arg
value=
"-c"
/>
<arg
value=
"-c"
/>
<arg
value=
"if [ -c /dev/kvm ] &
&
[ `uname -m` = 'armv7l' ] ; then echo -n '-enable-kvm' ; fi"
/>
<arg
value=
"if [ -c /dev/kvm ] &
amp;&
[ `uname -m` = 'armv7l' ] ; then echo -n '-enable-kvm' ; fi"
/>
</exec>
</exec>
<exec
executable=
"bash"
outputproperty=
"ENABLE_KVM_AARCH64"
>
<exec
executable=
"bash"
outputproperty=
"ENABLE_KVM_AARCH64"
>
<arg
value=
"-c"
/>
<arg
value=
"-c"
/>
<arg
value=
"if [ -c /dev/kvm ] &
&
[ `uname -m` = 'aarch64' ] ; then echo -n '-enable-kvm' ; fi"
/>
<arg
value=
"if [ -c /dev/kvm ] &
amp;&
[ `uname -m` = 'aarch64' ] ; then echo -n '-enable-kvm' ; fi"
/>
</exec>
</exec>
<target
name=
"copy-to-secondary"
>
<target
name=
"copy-to-secondary"
>
...
...
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