Hi Kevin, On Wed, Apr 11, 2012 at 2:56 PM, Kevin A. McGrail <kmcgr...@pccc.com> wrote:
> As noted at https://issues.apache.org/**SpamAssassin/show_bug.cgi?id=** > 6689 <https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6689>, the > SVN snapshots were deprecated by Infra. > > As noted by joes4, "if your dev community still needs such a service then > I suggest you setup buildbot or jenkins to provide it". > > My skill with hudson/jenkins/buildbot is fairly minimal but we have a need > for SVN snapshots to have an "official" build for package maintainers to > test SA for release. > It's not so difficult to add a build step to a buildbot configuration that runs first "make tarball" on your project and then uploads the result to a server. (buildbot is distributed so the builds are run on slave servers, not on the central server) However, spamassasin doesn't have a buildbot config and I don't think it makes sense to create one just for this purpose, as I suppose you'll want the revision of the snapshot to match the revision being build. So you'll have to find a similar config for Jenkins which, although I guess won't be very difficult, I'm sorry to say I can't help you with. Assistance would be greatly appreciated. > > regards, > KAM > Lieven