mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Add 'fdroid gpgsign' command
Creates detached gpg signatures for any apks that don't have them yet. Relevant configuration fields need to be set first.
This commit is contained in:
		
							parent
							
								
									6cd21c108c
								
							
						
					
					
						commit
						ffdebd9516
					
				
					 2 changed files with 77 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								fdroid
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								fdroid
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -25,6 +25,7 @@ commands = {
 | 
			
		|||
    "build": "Build a package from source",
 | 
			
		||||
    "init": "Quickly start a new repository",
 | 
			
		||||
    "publish": "Sign and place packages in the repo",
 | 
			
		||||
    "gpgsign": "Add gpg signatures for packages in repo",
 | 
			
		||||
    "update": "Update repo information for new packages",
 | 
			
		||||
    "verify": "Verify the integrity of downloaded packages",
 | 
			
		||||
    "checkupdates": "Check for updates to applications",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue