Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by KevinMcGrail]

Dealing with SVN cert changes

Infrastructure have changed may change the SSL certificate used for svn.apache.org repeatedly. Since we use a an "https" SVN external, this causes problems: all users of SVN will be presented with a warning like the following:

...

No Format

sudo su - release
[type password]
cdsvn info /home/release/versions/cvshead
svn up

Fetching external item into 'rulesrc'
https://svn.apache.org/repos/asf/spamassassin/trunk
Error validating server certificate for 'https://svn.apache.org:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: svn.apache.org
 - Valid: from Jan 26 14:18:55 2007 GMT until Jan 26 14:18:55 2009 GMT
 - Issuer: http://www.starfieldtech.com/repository, Starfield Technologies, Inc., Scottsdale, Arizona, US
 - Fingerprint: a7:a5:3f:1a:ae:bb:98:b2:f3:ec:91:1b:63:29:2d:e8:58:b6:53:28
(R)eject, accept (t)emporarily or accept (p)ermanently? p
External at revision 513302.

At revision 513302.

[CTRL-D to log out of "release" uid]exit

cdrepeat ~release
sudothe tarabove cffor - .subversion/auth | ( cd ~automc ; sudo tar xfp - )
sudo chown -R automc ~automc/.subversion/auth

sudo tar cf - .subversion/auth | ( cd ~bbmass ; sudo tar xfp - )
sudo chown -R bbmass ~bbmass/.subversion/auth

sudo tar cf - .subversion/auth | ( cd ~buildbot ; sudo tar xfp - )
sudo chown -R buildbot ~buildbot/.subversion/auththe automc, updatesd, bbmass and buildbot accounts.