Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
febe4fc8
Commit
febe4fc8
authored
Mar 13, 2014
by
Gleb Fotengauer-Malinovskiy
Committed by
Michael Shigorin
Mar 17, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo: armh doesn't have noarch
This is about (a)synchronous package builder in fact.
parent
e07bfea2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
90-enable-repo
features.in/repo/image-scripts.d/90-enable-repo
+3
-1
No files found.
features.in/repo/image-scripts.d/90-enable-repo
View file @
febe4fc8
...
...
@@ -13,8 +13,10 @@ updates_re="${prefix_re}http:\/\/\([^[:space:]]\+\)[[:space:]]*"
# architectures
host_arch
=
"
$(
rpm
--eval
'%_host_cpu'
)
"
[
"
$host_arch
"
=
"x86_64"
]
&&
compat
=
"x86_64-i586"
||
compat
=
[
"
$host_arch
"
=
'armh'
]
&&
noarch
=
||
noarch
=
'noarch'
# turn on unconditionally
for
arch
in
"
$host_arch
"
noarch
"
$compat
"
;
do
for
arch
in
"
$host_arch
"
"
$noarch
"
"
$compat
"
;
do
[
-n
"
$arch
"
]
||
continue
sed
-i
"s/^#
\(
$updates_re$arch
\)
/
\1
/"
"
$repo_source
"
done
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