Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
apk-tools
Commits
83b098d3
Commit
83b098d3
authored
Dec 27, 2011
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: report number of distinct packages available
parent
415e41a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/update.c
src/update.c
+3
-0
No files found.
src/update.c
View file @
83b098d3
...
...
@@ -35,6 +35,9 @@ static int update_main(void *ctx, struct apk_database *db, int argc, char **argv
db
->
repos
[
i
].
url
);
}
apk_message
(
"OK: %d distinct packages available"
,
db
->
available
.
packages
.
num_items
);
return
0
;
}
...
...
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