mirror of
				https://src.koozali.org/infra/smeserver-koji.git
				synced 2025-11-03 15:51:27 +01:00 
			
		
		
		
	extra debug
This commit is contained in:
		@@ -10,8 +10,6 @@ for param in $1 $2 ; do
 | 
				
			|||||||
    case $param in
 | 
					    case $param in
 | 
				
			||||||
	    debug )
 | 
						    debug )
 | 
				
			||||||
		    DEBUG="debug" ;;
 | 
							    DEBUG="debug" ;;
 | 
				
			||||||
        * )
 | 
					 | 
				
			||||||
            KOJI_BUILD_FQDN=$param ;;
 | 
					 | 
				
			||||||
    esac
 | 
					    esac
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
	  break
 | 
						  break
 | 
				
			||||||
@@ -19,7 +17,7 @@ for param in $1 $2 ; do
 | 
				
			|||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ $DEBUG ] ; then
 | 
					if [ $DEBUG ] ; then
 | 
				
			||||||
    set -x
 | 
					    set -xe
 | 
				
			||||||
    SILENT=
 | 
					    SILENT=
 | 
				
			||||||
    QUIET="-v"
 | 
					    QUIET="-v"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user