|
From: Jonathan L. <le...@us...> - 2009-03-11 16:44:56
|
Update of /cvsroot/pyxida/Pyxida/web In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7306/web Modified Files: index.html rsync.pl Log Message: updated files for doing releases Index: index.html =================================================================== RCS file: /cvsroot/pyxida/Pyxida/web/index.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.html 5 Feb 2009 19:56:17 -0000 1.21 --- index.html 11 Mar 2009 16:44:48 -0000 1.22 *************** *** 160,164 **** <ul> ! <li><a href="dist/pyxida-0.1.4.jar">pyxida-0.1.4.jar</a></li> </ul> --- 160,164 ---- <ul> ! <li><a href="dist/pyxida-0.1.5.jar">pyxida-0.1.5.jar</a></li> </ul> *************** *** 166,170 **** <ul> ! <li><a href="dist/pyxida-0.1.4.tar.gz">pyxida-0.1.4.tar.gz</a></li> </ul> --- 166,170 ---- <ul> ! <li><a href="dist/pyxida-0.1.5.tar.gz">pyxida-0.1.5.tar.gz</a></li> </ul> *************** *** 268,272 **** <ul> ! <li><a href="#download">Download libpyxida.jar</a></li> <li>Create an instance of NCClient on each node</li> <li>Piggyback the following information between neighbors: --- 268,272 ---- <ul> ! <li><a href="#download">Download pyxida.jar</a></li> <li>Create an instance of NCClient on each node</li> <li>Piggyback the following information between neighbors: Index: rsync.pl =================================================================== RCS file: /cvsroot/pyxida/Pyxida/web/rsync.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rsync.pl 2 Mar 2007 12:07:36 -0000 1.4 --- rsync.pl 11 Mar 2009 16:44:48 -0000 1.5 *************** *** 17,24 **** } ! my $cmd = "rsync -r --delete . $USER\@shell.sourceforge.net:/home/groups/p/py/pyxida/htdocs"; if (defined($para{'i'})) { ! $cmd = "scp index.html $USER\@shell.sourceforge.net:/home/groups/p/py/pyxida/htdocs"; } --- 17,26 ---- } ! #my $cmd = "rsync -r --delete . $USER\@shell.sourceforge.net:/home/groups/p/py/pyxida/htdocs"; ! ! my $cmd = "rsync -ravP -e ssh . $USER,py...@we...:htdocs/"; if (defined($para{'i'})) { ! $cmd = "rsync -avP -e ssh index.html $USER,py...@we...:htdocs/"; } *************** *** 26,34 **** system ($cmd); ! print "Fixing ownerships and permissions...\n"; ! ! system "ssh $USER\@shell.sourceforge.net chown -v -R $USER:pyxida /home/groups/p/py/pyxida/htdocs"; ! ! system "ssh $USER\@shell.sourceforge.net chmod -v -R g+w /home/groups/p/py/pyxida/htdocs"; --- 28,34 ---- system ($cmd); ! #print "Fixing ownerships and permissions...\n"; ! #system "ssh $USER\@shell.sourceforge.net chown -v -R $USER:pyxida /home/groups/p/py/pyxida/htdocs"; ! #system "ssh $USER\@shell.sourceforge.net chmod -v -R g+w /home/groups/p/py/pyxida/htdocs"; |