Skip to content

Commit

Permalink
Update md for codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jul 3, 2019
1 parent b6ea6d2 commit 3ded42d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

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**
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
## prepare tar file

put the secring.gpg into a directory "gpgdir"

Expand All @@ -17,7 +15,7 @@ put the secring.gpg into a directory "gpgdir"
# create or copy the secring.gpg + pubring.gpg here
tar cvf ../gpg.tar *

# encrypt file
## encrypt file

Use the `travis` cli tool, you can install with `gem install travis`.

Expand Down

0 comments on commit 3ded42d

Please sign in to comment.