summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-04-30 19:38:30 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-04-30 19:38:30 (EDT)
commitc91fe2bd673b10aa49efaea4c351f5e70938a4e6 (patch)
tree99c3db21f86e612738db2d3e29ccf789ec8968c6
parent4992be852f13083e1ec3c5185e9fd8c6a5abc455 (diff)
lib/index.sh: Add another verbose message.
-rw-r--r--lib/index.sh3
-rw-r--r--locale/en_US/pro_archman.sh1
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...'