mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	fix syntax error in manual generation and add ./gendocs.sh to the tests
This commit is contained in:
		
							parent
							
								
									46b1f09de3
								
							
						
					
					
						commit
						6db6433e97
					
				
					 3 changed files with 9 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -12,6 +12,7 @@ env/
 | 
			
		|||
fdroidserver.egg-info/
 | 
			
		||||
pylint.parseable
 | 
			
		||||
/.testfiles/
 | 
			
		||||
docs/html/
 | 
			
		||||
 | 
			
		||||
# files generated by tests
 | 
			
		||||
tests/local.properties
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1509,7 +1509,7 @@ SDK including these:
 | 
			
		|||
@example
 | 
			
		||||
cd /path/to/android-sdk/platforms
 | 
			
		||||
tar czf android-19.tar.gz android-19
 | 
			
		||||
mv android-19.tar.gz /path/to/buildserver/addons/cache/platforms/}
 | 
			
		||||
mv android-19.tar.gz /path/to/buildserver/addons/cache/platforms/
 | 
			
		||||
@end example
 | 
			
		||||
 | 
			
		||||
If you have already built a buildserver it is also possible to get this
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -102,6 +102,13 @@ for testcase in $WORKSPACE/tests/*.TestCase; do
 | 
			
		|||
done
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#------------------------------------------------------------------------------#
 | 
			
		||||
echo_header "build the TeX manual"
 | 
			
		||||
 | 
			
		||||
cd $WORKSPACE/docs
 | 
			
		||||
./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#------------------------------------------------------------------------------#
 | 
			
		||||
echo_header "create a source tarball and use that to build a repo"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue