New commits:
commit d1210c7043673ebd41ee55eb293f81c476cc4fb2
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libqueue: removed the "missing index" warning #15085
diff --git a/ChangeLog b/ChangeLog
index 1a06ea8..7b4ff80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2009-04-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* dl_svn: check the prefix of the correct url
* dl_aria2: added no-check-certificate source hint
+ * libqueue: removed the "missing index" warning #15085
2009-04-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libdepends: fixed show_up_depends not printing matches that are also
diff --git a/var/lib/sorcery/modules/libqueue
b/var/lib/sorcery/modules/libqueue
index 79d96ff..4417736 100755
--- a/var/lib/sorcery/modules/libqueue
+++ b/var/lib/sorcery/modules/libqueue
@@ -290,14 +290,6 @@ function update_install_queue_sub() {
cat $grimoire/$VERSION_INDEX_FILE
else
# provide a dummy version index, treating all spells as
multiversioned
- if [[ $type != single ]]; then
- # don't whine for single spell lookups, so cast -Z is nicer
- local grimoire_name
- smgl_basename "$grimoire" grimoire_name
- error_message "${PROBLEM_COLOR}Grimoire $grimoire_name is missing"
\
- "the version index!$DEFAULT_COLOR"
- error_message "You can run scribe reindex-version $grimoire_name
to add one."
- fi
sed -n "s|^\(\S*\) .*$|\1 multiversioned|p"
$grimoire/$SPELL_INDEX_FILE
fi
done |
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d1210c7043673ebd41ee55eb293f81c476cc4fb2),
Jaka Kranjc, 04/22/2009