You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ruleqa@spamassassin.apache.org by John Hardin <jh...@impsec.org> on 2017/06/17 17:08:36 UTC

Update tarball master copy?

With the masscheck server rebuild, this no longer works:

    wget "http://buildbot.spamassassin.org/updatestage/${REV}.tar.gz"

That URL 404s.

Is that a detail that got overlooked in the rebuild, or is the host/path 
different now?


-- 
  John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
  jhardin@impsec.org    FALaholic #11174     pgpk -a jhardin@impsec.org
  key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
   One death is a tragedy; thirty is a media sensation;
   a million is a statistic.              -- Joseph Stalin, modernized
-----------------------------------------------------------------------
  Tomorrow: SWMBO's Birthday

Re: Update tarball master copy?

Posted by John Hardin <jh...@impsec.org>.
On Sat, 17 Jun 2017, Dave Jones wrote:

> On 06/17/2017 12:08 PM, John Hardin wrote:
>>
>>  With the masscheck server rebuild, this no longer works:
>>
>>      wget "http://buildbot.spamassassin.org/updatestage/${REV}.tar.gz"
>>
>>  That URL 404s.
>>
>>  Is that a detail that got overlooked in the rebuild, or is the host/path
>>  different now?
>
> The previous server had a number of symlinks in the DocumentRoot area. I 
> tried to consolidate down to:
>
> http://buildbot.spamassassin.org/updates/${REV}.tar.gz

That worked, thanks!


-- 
  John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
  jhardin@impsec.org    FALaholic #11174     pgpk -a jhardin@impsec.org
  key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
   I would buy a Mac today if I was not working at Microsoft.
                           -- James Allchin, Microsoft VP of Platforms
-----------------------------------------------------------------------
  Today: SWMBO's Birthday

Re: Update tarball master copy?

Posted by Dave Jones <da...@apache.org>.
On 06/17/2017 12:08 PM, John Hardin wrote:
> 
> With the masscheck server rebuild, this no longer works:
> 
>     wget "http://buildbot.spamassassin.org/updatestage/${REV}.tar.gz"
> 
> That URL 404s.
> 
> Is that a detail that got overlooked in the rebuild, or is the host/path 
> different now?
> 
> 

The previous server had a number of symlinks in the DocumentRoot area. 
I tried to consolidate down to:

http://buildbot.spamassassin.org/updates/${REV}.tar.gz

since the /updatestage and /updates were pointing to the same place on 
the filesystem from what I saw.

BTW, the timing of the masscheck runs and the daily rule promotions is a 
little confusing.  I setup the same timing (as best as I could tell) on 
the new server from old server's cron logs.

I wouldn't rule out that the component that tests sandbox rules and 
promots them could still be missing.  It's been very difficult to wrap 
my head around all of these different scripts and exactly what they do. 
I just followed my way through the known cron'd scripts and got each one 
running again without errors.

Dave