diff --git a/encryption.md b/encryption.md deleted file mode 100644 index a703f74b..00000000 --- a/encryption.md +++ /dev/null @@ -1,23 +0,0 @@ -# how to add/updated encrypted gpg to travis - -To use the rpm signing script, a gpg secring.gpg is required. - -We encrypt this file for Travis-ci, and add it to git. **Be sure not to add the unencrypted file to git** - -It is recommended to put it in the `scratch/` dir which is already in the .gitignore and will not be added to git. - -## prepare tar file - -put the secring.gpg into a directory "gpgdir" - - mkdir scratch/gpgdir - cd scratch/gpgdir - # create or copy the secring.gpg + pubring.gpg here - tar cvf ../gpg.tar * - -## encrypt file - -Use the `travis` cli tool, you can install with `gem install travis`. - - travis encrypt-file scratch/gpg.tar gpg.tar.enc - git add gpg.tar.enc \ No newline at end of file diff --git a/gpg.tar.enc b/gpg.tar.enc deleted file mode 100644 index 6b5d5deb..00000000 Binary files a/gpg.tar.enc and /dev/null differ