Skip to content

Commit

Permalink
turn on gpg signing of uploaded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Feb 9, 2018
1 parent 6e2afd3 commit 39e8cab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ci/descriptor-deb-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"released": "RELEASEDATE",
"vcs_tag": "VERSION",
"attributes": [],
"gpgSign": false
"gpgSign": true
},
"files":
[
Expand Down
2 changes: 1 addition & 1 deletion src/ci/descriptor-deb.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"released": "RELEASEDATE",
"vcs_tag": "VERSION",
"attributes": [],
"gpgSign": false
"gpgSign": true
},
"files":
[
Expand Down
2 changes: 1 addition & 1 deletion src/ci/descriptor-rpm-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"released": "RELEASEDATE",
"vcs_tag": "VERSION",
"attributes": [],
"gpgSign": false
"gpgSign": true
},
"files":
[
Expand Down
2 changes: 1 addition & 1 deletion src/ci/descriptor-rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"released": "RELEASEDATE",
"vcs_tag": "VERSION",
"attributes": [],
"gpgSign": false
"gpgSign": true
},
"files":
[
Expand Down
2 changes: 1 addition & 1 deletion src/ci/descriptor-tarball-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"released": "RELEASEDATE",
"vcs_tag": "VERSION",
"attributes": [],
"gpgSign": false
"gpgSign": true
},
"files":
[
Expand Down
2 changes: 1 addition & 1 deletion src/ci/descriptor-tarball.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"released": "RELEASEDATE",
"vcs_tag": "VERSION",
"attributes": [],
"gpgSign": false
"gpgSign": true
},
"files":
[
Expand Down

0 comments on commit 39e8cab

Please sign in to comment.