mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	Fix the default config.py descriptions following the tuple syntax
This commit is contained in:
		
							parent
							
								
									1a1bdfc3d9
								
							
						
					
					
						commit
						b0fef49328
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -33,10 +33,11 @@ repo_maxage = 0
 | 
			
		|||
repo_url = "https://MyFirstFDroidRepo.org/fdroid/repo"
 | 
			
		||||
repo_name = "My First FDroid Repo Demo"
 | 
			
		||||
repo_icon = "fdroid-icon.png"
 | 
			
		||||
repo_description = "This is a repository of apps to be used with FDroid. Applications in this "
 | 
			
		||||
"repository are either official binaries built by the original application "
 | 
			
		||||
"developers, or are binaries built from source by the admin of f-droid.org "
 | 
			
		||||
"using the tools on https://gitlab.com/u/fdroid."
 | 
			
		||||
repo_description = (
 | 
			
		||||
    "This is a repository of apps to be used with FDroid. Applications in this "
 | 
			
		||||
    + "repository are either official binaries built by the original application "
 | 
			
		||||
    + "developers, or are binaries built from source by the admin of f-droid.org "
 | 
			
		||||
    + "using the tools on https://gitlab.com/u/fdroid.")
 | 
			
		||||
 | 
			
		||||
# As above, but for the archive repo.
 | 
			
		||||
# archive_older sets the number of versions kept in the main repo, with all
 | 
			
		||||
| 
						 | 
				
			
			@ -46,10 +47,9 @@ archive_older = 3
 | 
			
		|||
archive_url = "https://f-droid.org/archive"
 | 
			
		||||
archive_name = "My First FDroid Archive Demo"
 | 
			
		||||
archive_icon = "fdroid-icon.png"
 | 
			
		||||
archive_description = """
 | 
			
		||||
The repository of older versions of applications from the main demo
 | 
			
		||||
repository.
 | 
			
		||||
"""
 | 
			
		||||
archive_description = (
 | 
			
		||||
    "The repository of older versions of applications from the main demo "
 | 
			
		||||
    + "repository.")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# The ID of a GPG key for making detached signatures for apks. Optional.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue