diff options
-rw-r--r-- | lib/index.sh | 3 | ||||
-rw-r--r-- | locale/en_US/pro_archman.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/index.sh b/lib/index.sh index fa8aeb6..e3ed7ba 100644 --- a/lib/index.sh +++ b/lib/index.sh @@ -140,6 +140,9 @@ update_feeds() fi sect="${sect_dirent%/}" sect="${sect##*/}" + info_v "$(get_msg 'updating_feed')" \ + "${chan}" "${dist}" \ + "${arch}" "${plat}" "${sect}" sect="${archplat}/${sect}" # For each package name hash: for hash_dirent in "${sect_dirent}/"*; do diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index a6351ef..23511ad 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -93,6 +93,7 @@ msg_pro_archman_control_missing_fields='missing fields: %s' msg_pro_archman_feed_adding='Adding package %s to feed %s/%s/%s/%s/%s...' msg_pro_archman_feed_removing='Removing package %s to feed %s/%s/%s/%s/%s...' msg_pro_archman_updating_feeds='Updating feeds...' +msg_pro_archman_updating_feed='Updating feed %s/%s/%s/%s/%s...' # lib/garbage.sh msg_pro_archman_collecting_garbage='Collecting garbage...' |