Compare commits
	
		
			2 Commits
		
	
	
		
			fbf15c52b5
			...
			6d267dfd04
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					6d267dfd04 | ||
| 
						 | 
					b049833844 | 
@@ -522,7 +522,9 @@ get_repositories() {
 | 
				
			|||||||
            GIT_HTTP_CONNECT_TIMEOUT=10 GIT_HTTP_TIMEOUT=30 git clone $REPO /tmp/$BASE >/dev/null
 | 
					            GIT_HTTP_CONNECT_TIMEOUT=10 GIT_HTTP_TIMEOUT=30 git clone $REPO /tmp/$BASE >/dev/null
 | 
				
			||||||
        else
 | 
					        else
 | 
				
			||||||
            cd /tmp/$BASE
 | 
					            cd /tmp/$BASE
 | 
				
			||||||
            GIT_HTTP_CONNECT_TIMEOUT=10 GIT_HTTP_TIMEOUT=30 git pull >/dev/null
 | 
					            echo "Starting git pull for $BASE"
 | 
				
			||||||
 | 
					            GIT_HTTP_CONNECT_TIMEOUT=10 GIT_HTTP_TIMEOUT=30 git pull
 | 
				
			||||||
 | 
					            echo
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
        if [ -f "/tmp/$BASE/applications-tree.json" ]; then
 | 
					        if [ -f "/tmp/$BASE/applications-tree.json" ]; then
 | 
				
			||||||
            TREES=$TREES" /tmp/$BASE/applications-tree.json"
 | 
					            TREES=$TREES" /tmp/$BASE/applications-tree.json"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user