You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/19 18:24:59 UTC

[GitHub] [accumulo-website] dlmarion commented on issue #350: Add svn instructions to Making a Release web page

dlmarion commented on issue #350:
URL: https://github.com/apache/accumulo-website/issues/350#issuecomment-1284408597

   I was able to update the KEYS file by doing the following:
   
   ```
   sudo yum install -y git-svn
   git svn clone https://dist.apache.org/repos/dist/release/accumulo accumulo-dist-gitsvn
   >> make changes to KEYS file
   git add KEYS
   git commit
   git svn dcommit --username=<ASF_Username>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org