Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Provides not working right?

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Martin Ruderer <martin AT lddd.org>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Provides not working right?
  • Date: Sun, 9 Nov 2003 13:40:22 +0100

On Sun, 09 Nov 2003 22:18:56 +1100
Hamish Greig <hgreig AT bigpond.net.au> wrote:

> SORCERY_URL=http://download.sourcemage.org/sorcery/
> your download url is wrong, and your version is three months out of
> date change the download URL, update sorcery, test again then close
> the bug you filed as INVALID
> Hamish
> ps I became aware of the && and provides listings in the
> provides.index today also, but that is an unrelated problem.

Yes, there's lots of strange stuff going on there.
Some people are using the "provides" keyword in the PROVIDES file, some
are not, some are using &&, some are not.

Run that script and see the mess. ;-)
source /etc/sorcery/config
grimoire="/home/martin/p4/test_grimoire"

for file in $(codex_find_in_grimoire $grimoire "PROVIDES"); do
echo "-----------$(dirname $file)"
cat "$file"
done | less



--
Martin




Archive powered by MHonArc 2.6.24.

Top of Page