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
9b999087
Commit
9b999087
authored
Apr 11, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metadep-expander: enable stderr for apt-cache command
This will save time on identify the causes.
parent
9fc8689d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
metadep-expander
bin/metadep-expander
+1
-1
No files found.
bin/metadep-expander
View file @
9b999087
...
...
@@ -10,7 +10,7 @@ metapkgs="$(grep -e @META "$f" | grep -v '^#')"
for
metapkg
in
$metapkgs
;
do
metapkg
=
${
metapkg
%@META
}
if
!
"
$APT_CACHE
"
show
"
$metapkg
"
>
/dev/null
2>&1
;
then
if
!
"
$APT_CACHE
"
show
"
$metapkg
"
>
/dev/null
;
then
echo
"** warning: Metapackage '
$metapkg
' not available!!!"
1>&2
echo
"** warning: '
$metapkg
' removed from
$f
"
1>&2
continue
...
...
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