add sets and create branch based on origin/master
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								91ff7c76f4
							
						
					
				
			
			
				commit
				
					
						94968996c2
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -25,11 +25,13 @@ date="$(date +%Y%m%d)"
 | 
			
		|||
parallel="-j8"
 | 
			
		||||
 | 
			
		||||
(
 | 
			
		||||
   set -e
 | 
			
		||||
   set -x
 | 
			
		||||
   cd "$builddir"
 | 
			
		||||
 | 
			
		||||
   # update
 | 
			
		||||
   # update / change branch
 | 
			
		||||
   git-fetch
 | 
			
		||||
   git-checkout -b $date $date
 | 
			
		||||
   git-checkout -b "next-${date}" "origin/master"
 | 
			
		||||
 | 
			
		||||
   # clean
 | 
			
		||||
   make $parallel clean
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue