Opened 12 years ago

Closed 12 years ago

#35579 closed defect (fixed)

build slaves can't query packages server

Reported by: jmroot (Joshua Root) Owned by: wsiegrist@…
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc:
Port:

Description

The gather_archives script runs curl -I http://packages.macports.org/$portname/$archivename to check if archives have already been uploaded. This was working previously, but seems to have been broken in the recent upgrades.

Example: http://build.macports.org/builders/buildports-lion-x86_64/builds/3350/steps/deploy%20archives/logs/stdio

The archive is uploaded and signed, but rsync ends up doing nothing because it's already present at the destination.

Change History (1)

comment:1 Changed 12 years ago by wsiegrist@…

Resolution: fixed
Status: newclosed

Yes, broken when we moved packages due to a hardcoded IP on the slaves.

Fixed.

Note: See TracTickets for help on using tickets.