mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	use rsync instead of less reliable scp to upload to sourceforge
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3889 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -193,7 +193,7 @@ if [ "$1" = "promote" -a "$REL" != "devel" ]; then | ||||
| 	#scp $TARNAME $UPLOADUSER@web.sourceforge.net:uploads/ | ||||
| 	echo "$TARNAME has been built.  Remember to upload it to sourceforge using its File Manager." | ||||
| else | ||||
| 	scp $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ | ||||
| 	rsync -v $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ | ||||
| fi | ||||
|  | ||||
| # Extract and upload the man pages in html format | ||||
|   | ||||
		Reference in New Issue
	
	Block a user