Change to buildfarm.

Jeremy Allison jra at samba.org
Wed Aug 12 18:11:15 MDT 2009


Hi all,

	I'd like to change the buildfarm over to
testing with dos attributes stored in EA's instead
of the current testing which is still being done
with some dos attributes being mapped into unix
permission bits. IMHO having the DOS attributes
stored in EA's is a more common way of running
Samba (and much of our code testing relies on
correct handling of DOS attributes now).

Patch is attached. Let me know if anyone objects !

Jeremy.
-------------- next part --------------
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 3fcfa4d..ae856ca 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -240,8 +240,10 @@ cat >$SERVERCONFFILE<<EOF
 	read only = no
 	smbd:sharedelay = 100000
 	smbd:writetimeupdatedelay = 500000
-	map hidden = yes
-	map system = yes
+	map hidden = no
+	map system = no
+	map readonly = no
+	store dos attributes = yes
 	create mask = 755
 	store create time = yes
 	vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so


More information about the samba-technical mailing list