Skip to content

Commit

Permalink
Updating the Name-Real + Name-Email to something we know
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Jun 3, 2017
1 parent 54e3436 commit e7ed6bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis/gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cat >gen-key-script <<EOF
Key-Length: 4096
Subkey-Type: 1
Subkey-Length: 4096
Name-Real: Opensource Idealo
Name-Email: [email protected]
Name-Real: Ashwanth Kumar
Name-Email: [email protected]
Expire-Date: 2y
Passphrase: ${GPG_PASSPHRASE}
%commit
Expand All @@ -35,6 +35,8 @@ gpg --batch --gen-key gen-key-script
# ssb 4096R/55B7CAA2 2016-09-08
export GPG_KEYNAME=$(gpg -K | grep ^sec | cut -d/ -f2 | cut -d\ -f1 | head -n1)

gpg -K

# cleanup local configuration
shred gen-key-script

Expand Down

0 comments on commit e7ed6bd

Please sign in to comment.