mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 02:35:48 +00:00 
			
		
		
		
	* docker container definitions for package building * cmake targets for building packages * initial gitlab CI + artifactory integration
		
			
				
	
	
		
			11 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# For automatic updates, symlink this file to /etc/cron.d/
 | 
						|
# Do not remove the newline at the end of this cron script
 | 
						|
 | 
						|
# bash required for use of RANDOM below.
 | 
						|
SHELL=/bin/bash
 | 
						|
PATH=/sbin;/bin;/usr/sbin;/usr/bin
 | 
						|
 | 
						|
# invoke check/update script with random delay up to 59 mins
 | 
						|
0 * * * * root sleep $((RANDOM*3540/32768)) && /opt/ripple/bin/update-rippled.sh
 | 
						|
 |