12 lines
		
	
	
		
			183 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | |
| 
 | |
| UPSTREAM=
 | |
| DEVELOP=dev74
 | |
| FEATURE=wip74/
 | |
| RELEASE=rel74-
 | |
| MAIN=dist74
 | |
| TAG_SUFFIX=p74
 | |
| HOTFIX=hotf74-
 | |
| DIST=
 | |
| NOAUTO=
 |