mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	update: remove -b / --buildreport which has done nothing since 2013
The functionality was removed in 48296df5b0
			
			
This commit is contained in:
		
							parent
							
								
									2952e74b71
								
							
						
					
					
						commit
						75cdb1fd97
					
				
					 2 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -125,8 +125,8 @@ __complete_install() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
__complete_update() {
 | 
			
		||||
	opts="-c -v -q -b -i -I -e -w"
 | 
			
		||||
	lopts="--create-metadata --verbose --quiet --buildreport
 | 
			
		||||
	opts="-c -v -q -i -I -e -w"
 | 
			
		||||
	lopts="--create-metadata --verbose --quiet
 | 
			
		||||
 --icons --wiki --pretty --clean --delete-unknown
 | 
			
		||||
 --nosign --rename-apks --use-date-from-apk"
 | 
			
		||||
	case "${prev}" in
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2270,8 +2270,6 @@ def main():
 | 
			
		|||
                        help=_("Add skeleton metadata files for APKs that are missing them"))
 | 
			
		||||
    parser.add_argument("--delete-unknown", action="store_true", default=False,
 | 
			
		||||
                        help=_("Delete APKs and/or OBBs without metadata from the repo"))
 | 
			
		||||
    parser.add_argument("-b", "--buildreport", action="store_true", default=False,
 | 
			
		||||
                        help=_("Report on build data status"))
 | 
			
		||||
    parser.add_argument("-I", "--icons", action="store_true", default=False,
 | 
			
		||||
                        help=_("Resize all the icons exceeding the max pixel size and exit"))
 | 
			
		||||
    parser.add_argument("-w", "--wiki", default=False, action="store_true",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue