Skip to content

Commit

Permalink
#13: Generate the pubring.gpg and secring.gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Apr 9, 2019
1 parent 83f816c commit 8e21f4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ architect:
readers:
- "urn:github:1651114"

# @todo #/DEV Generate the pubring.gpg and secring.gpg for rultor.
# Define a new mvn profile `ossrh-mbox4j` for integration with mvn central.

# @todo #/DEV Configure the deployment to staging environment in order to work with RC
# https://help.sonatype.com/repomanager2/staging-releases/staging-overview
# https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment
Expand All @@ -17,8 +14,8 @@ readers:
# https://danielkummer.github.io/git-flow-cheatsheet/index.html
assets:
settings.xml: "dgroup/ossrh#settings.xml"
pubring.gpg: "dgroup/ossrh#1B112A24-term4j-pubring.gpg"
secring.gpg: "dgroup/ossrh#1B112A24-term4j-secring.gpg"
pubring.gpg: "dgroup/ossrh#8F0C7E69-mbox4j-pubring.gpg"
secring.gpg: "dgroup/ossrh#8F0C7E69-mbox4j-secring.gpg"

merge:
env:
Expand Down

1 comment on commit 8e21f4a

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 8e21f4a Apr 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle DEV-f2339a91 disappeared from .rultor.yml, that's why I closed #13. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.