forked from ungleich-public/cdist
		
	Ensure gpg-agent is running for tag signing.
This commit is contained in:
		
					parent
					
						
							
								42b5963c49
							
						
					
				
			
			
				commit
				
					
						c9f825d7ef
					
				
			
		
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -169,7 +169,8 @@ eof
 | 
				
			||||||
        # gpg verify signature
 | 
					        # gpg verify signature
 | 
				
			||||||
        # gpg --verify <asc-file> <file>
 | 
					        # gpg --verify <asc-file> <file>
 | 
				
			||||||
        # gpg --no-default-keyring --keyring <pubkey.gpg> --verify <asc-file> <file>
 | 
					        # gpg --no-default-keyring --keyring <pubkey.gpg> --verify <asc-file> <file>
 | 
				
			||||||
        #
 | 
					        # Ensure gpg-agent is running.
 | 
				
			||||||
 | 
					        gpg-agent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        git tag -s "$target_version" -m "$tagmessage"
 | 
					        git tag -s "$target_version" -m "$tagmessage"
 | 
				
			||||||
        git push --tags
 | 
					        git push --tags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -204,7 +204,8 @@ eof
 | 
				
			||||||
        # gpg verify signature
 | 
					        # gpg verify signature
 | 
				
			||||||
        # gpg --verify <asc-file> <file>
 | 
					        # gpg --verify <asc-file> <file>
 | 
				
			||||||
        # gpg --no-default-keyring --keyring <pubkey.gpg> --verify <asc-file> <file>
 | 
					        # gpg --no-default-keyring --keyring <pubkey.gpg> --verify <asc-file> <file>
 | 
				
			||||||
        #
 | 
					        # Ensure gpg-agent is running.
 | 
				
			||||||
 | 
					        gpg-agent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        git tag -s "$target_version" -m "$tagmessage"
 | 
					        git tag -s "$target_version" -m "$tagmessage"
 | 
				
			||||||
        git push --tags
 | 
					        git push --tags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue