mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
run: prevent duplicates in missing archive warning
This commit is contained in:
parent
941f785b7f
commit
ee91d7339c
@ -296,6 +296,8 @@ proc check_for_missing_depot_archives { } {
|
||||
set local_user_archives {}
|
||||
set foreign_archives {}
|
||||
|
||||
set _missing_depot_archives [lsort -unique $_missing_depot_archives]
|
||||
|
||||
foreach archive $_missing_depot_archives {
|
||||
|
||||
set user [lindex $archive 0]
|
||||
|
Loading…
Reference in New Issue
Block a user