mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
				synced 2025-11-04 06:03:35 +00:00 
			
		
		
		
	contrib/jenkins.sh: fix 'publish' target
Executing 'maintainer-clean' before 'publish' makes the later fail: + make -C /build/doc/manuals publish make: Entering directory '/build/doc/manuals' make: Leaving directory '/build/doc/manuals' make: *** No rule to make target 'publish'. Stop. Execute 'maintainer-clean' after 'publish', like other projects do. Change-Id: I16cc855ee05726938e1542f481488364c5e47a95 Fixes: I2fe0de9bcb372333da1e5c81712a511cda34858c
This commit is contained in:
		@@ -53,10 +53,10 @@ $MAKE $PARALLEL_MAKE
 | 
			
		||||
DISTCHECK_CONFIGURE_FLAGS="--enable-external-tests $CONFIG" \
 | 
			
		||||
  $MAKE $PARALLEL_MAKE distcheck \
 | 
			
		||||
  || cat-testlogs.sh
 | 
			
		||||
$MAKE $PARALLEL_MAKE maintainer-clean
 | 
			
		||||
 | 
			
		||||
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
 | 
			
		||||
	make -C "$base/doc/manuals" publish
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
$MAKE $PARALLEL_MAKE maintainer-clean
 | 
			
		||||
osmo-clean-workspace.sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user