[Python-checkins] python/nondist/peps pep-0101.txt,1.46,1.47

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Oct 6 11:24:28 EDT 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv22734

Modified Files:
	pep-0101.txt 
Log Message:
when documentation is unpacked on the python.org server, directory
permissions must be updated so the other webmasters can help manage
the content


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** pep-0101.txt	3 Oct 2003 15:31:36 -0000	1.46
--- pep-0101.txt	6 Oct 2003 15:24:25 -0000	1.47
***************
*** 291,294 ****
--- 291,295 ----
            /ftp/ftp.python.org/pub/python/doc/$VERSION/html-$VERSION.tar.bz2
          $ mv Python-Docs-$VERSION $VERSION
+         $ find $VERSION -type d | xargs chmod g+s
  
        Now head back to your pydotorg checkout on your workstation, and





More information about the Python-checkins mailing list