tools: rsync refactor
This commit is contained in:
		
							parent
							
								
									2b8d759db1
								
							
						
					
					
						commit
						e701c2b1cb
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @ -765,9 +765,10 @@ compressbinary: | |||||||
| compressbinarywin: | compressbinarywin: | ||||||
| 	cd bin; zip -9 $(BINARYFILENAME).zip $(BINARYFILENAME) | 	cd bin; zip -9 $(BINARYFILENAME).zip $(BINARYFILENAME) | ||||||
| 
 | 
 | ||||||
|  | RSYNC=rsync -e 'ssh -p 5022' | ||||||
| # push the last-updated platform binary to the public download directory
 | # push the last-updated platform binary to the public download directory
 | ||||||
| pushlatestbinary: | pushlatestbinary: | ||||||
| 	cd bin; rsync -aP `ls -t | head -1` simon@joyful.com:/repos/hledger/site/download/ | 	cd bin; $(RSYNC) -aP `ls -t | head -2` simon@joyful.com:/repos/hledger/site/download/ | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # show project stats useful for release notes
 | # show project stats useful for release notes
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user