[Greylist-users] Source control
Blair Zajac
blair at orcaware.com
Thu Jul 10 21:32:22 PDT 2003
Hello,
Checking for updates to the greylist code is a hassle right now.
To see what's changed since I last downloaded the code, I move
all the existing files away, run this script:
#!/bin/sh
test \! -d code && mkdir code
cd code
wget \
http://projects.puremagic.com/greylisting/source/CHANGELOG \
http://projects.puremagic.com/greylisting/source/Readme_First \
http://projects.puremagic.com/greylisting/source/dbdef.sql \
http://projects.puremagic.com/greylisting/source/relaydelay.conf \
http://projects.puremagic.com/greylisting/source/relaydelay.pl \
http://projects.puremagic.com/greylisting/source/whitelist_ip.txt
then do a recursive diff.
How about using a source control system to make updates and
tracking much easier.
I'm volunteering my Subversion repository, where I host my Orca
software. See
http://svn.orcaware.com/
Subversion is designed to be the successor to CVS. See
http://subversion.tigris.org/
for the improvements that Subversion has that make it better the
CVS. BTW, I'm on the Subversion dev team, so I'm just a little
biased :)
Best,
Blair
--
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
More information about the Greylist-users
mailing list