Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test stack package signing with all 3 main release branches of gpg #1960

Closed
dysinger opened this issue Mar 28, 2016 · 3 comments
Closed

test stack package signing with all 3 main release branches of gpg #1960

dysinger opened this issue Mar 28, 2016 · 3 comments
Assignees
Milestone

Comments

@dysinger
Copy link
Contributor

No description provided.

@dysinger
Copy link
Contributor Author

Tested successfully signing packages with all 3 main release branches of GnuPG.

user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ nix-env -S /nix/var/nix/profiles/gpg14                                                                                                          
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ gpg --version | grep GnuPG                                                                                                                      
gpg (GnuPG) 1.4.20
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ ./stack --no-docker sig sign sdist .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/stack-1.0.5.tar.gz                                              
Signing /home/user/src/github.com/commercialhaskell/stack/.stack-work/dist/x86_64-linux/Cabal-1.22.5.0/stack-1.0.5.tar.gz

You need a passphrase to unlock the secret key for
user: "Test User <test@fpcomplete.com>"
4000-bit RSA key, ID 0x3C5A635FEE210C25, created 2016-03-30
         (subkey on main key ID 0x1186B51369FC219E)

Signed successfully with key 6736B491940FFC7C8B1832C31186B51369FC219E
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ nix-env -S /nix/var/nix/profiles/gpg20
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ alias gpg=gpg2
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ gpg --version | grep GnuPG
gpg (GnuPG) 2.0.29
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ ./stack --no-docker sig sign sdist .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/stack-1.0.5.tar.gz                                              
Signing /home/user/src/github.com/commercialhaskell/stack/.stack-work/dist/x86_64-linux/Cabal-1.22.5.0/stack-1.0.5.tar.gz

You need a passphrase to unlock the secret key for
user: "Test User <test@fpcomplete.com>"
4000-bit RSA key, ID 0x3C5A635FEE210C25, created 2016-03-30
         (subkey on main key ID 0x1186B51369FC219E)

Signed successfully with key 6736B491940FFC7C8B1832C31186B51369FC219E
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ nix-env -S /nix/var/nix/profiles/gpg21
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ gpg --version | grep GnuPG
gpg (GnuPG) 2.1.11
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ ./stack --no-docker sig sign sdist .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/stack-1.0.5.tar.gz
Signing /home/user/src/github.com/commercialhaskell/stack/.stack-work/dist/x86_64-linux/Cabal-1.22.5.0/stack-1.0.5.tar.gz

You need a passphrase to unlock the secret key for
user: "Test User <test@fpcomplete.com>"
4000-bit RSA key, ID 0x3C5A635FEE210C25, created 2016-03-30
         (subkey on main key ID 0x1186B51369FC219E)

Signed successfully with key 6736B491940FFC7C8B1832C31186B51369FC219E
user@4d64a3bacbfb:~/src/github.com/commercialhaskell/stack$ 

@dysinger
Copy link
Contributor Author

I opened #1976 to deal with gpg vs gpg2 priority

@dysinger dysinger self-assigned this Mar 31, 2016
@dysinger
Copy link
Contributor Author

It should be noted that I tested with #1952 fixed. It should be merged and still needs to be merged.

@dysinger dysinger changed the title test with all 3 main release branches of gpg test stack package signing with all 3 main release branches of gpg Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants