Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7b7537fd6ef6fbd2006427fb366182f430022c87)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7b7537fd6ef6fbd2006427fb366182f430022c87)
  • Date: Sat, 9 Jan 2016 06:44:57 -0500

Sure, it will. Jaka came up with a more polished fix thoygh.

On Sat, Jan 09, 2016 at 12:38:50PM +0100, Florian Franzmann wrote:
> On Fr 2016-01-08 21:20:13 -0500, Pavel Vinogradov wrote:
> > Sorcery crashes after findutils update. Fix:
> >
> > diff --git a/var/lib/sorcery/modules/libcodex
> > b/var/lib/sorcery/modules/libcodex
> > index 70a6dca..aaa8cf6 100755
> > --- a/var/lib/sorcery/modules/libcodex
> > +++ b/var/lib/sorcery/modules/libcodex
> > @@ -922,7 +922,7 @@ function codex_create_in_memory_cache_all() {
> > ##
> > #---------------------------------------------------------------------
> > function codex_find_in_grimoire () {
> > - find "$1" -follow -maxdepth 3 -mindepth 3 -perm +700 -name "$2"
> > + find "$1" -follow -maxdepth 3 -mindepth 3 -perm /700 -name "$2"
> If somebody uses devel sorcery with stable grimoire (unlikely, I
> know), will this break for them?
>
> regards
> Florian
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Sincerely,
Pavel Vinogradov

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page