context team mailing list archive
-
context team
-
Mailing list archive
-
Message #00403
Re: famous periodic executable bits disappearence
On Fri, May 6, 2011 at 13:48, Piotr Kopszak wrote:
> Dear Mojca,
>
> I noticed yesterday that executable bits are missing on linux-ppc
> again. I wonder how about other architectures.
When did you last update the building scripts? (svn info)
I have changed them a while ago, so it might help to know whether you
are just using old scripts or if it is still a problem even after
explicit svn propset.
> svn diff -r306:r314 bin_commit.sh
Index: bin_commit.sh
===================================================================
--- bin_commit.sh (revision 306)
+++ bin_commit.sh (revision 314)
@@ -60,6 +60,7 @@
else
svn delete "$BINS/luatex/current/luatex"
svn cp "$BINS/luatex/$ver_new_luatex/luatex" "$BINS/luatex/current/"
+ svn propset svn:executable ON "$BINS/luatex/current/luatex"
fi
Mojca
References