You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This is a quick doc I wrote up and used for 3.1 updates, it's possible to not be complete. - tvd


  • make a tar file that you're happy with (#.tar.gz) make sure that you only include files! ie:
tar cf #.tar *

and not

tar cf #.tar .
  • if you want, double check files-only with:
tar tvvf #.tar
  • compress the tar file with
     gzip -9 
  • log into the zones machine
  •  sudo -u updatesd -s 
  • copy the tar file into /var/www/buildbot.spamassassin.org/updatestage
/local/gnupg-1.4.2/bin/gpg --batch --homedir /home/updatesd/key -bas #.tar.gz
/local/perl586/bin/perl /home/updatesd/svn/spamassassin/build/sha1sum.pl #.tar.gz > #.tar.gz.sha1
  • update /var/named/updates.spamassassin.org.d/3.1.0 with #
  • run /home/updatesd/svn/spamassassin/build/mkupdates/tick_zone_serial
  • No labels