Releasing 2.4.2

Rainer Müller raimue at macports.org
Fri Oct 6 16:53:26 UTC 2017


On 2017-10-06 18:30, Ryan Schmidt wrote:
> 
> On Oct 6, 2017, at 09:32, Rainer Müller wrote:
> 
>> mprsyncup [1] is supposed to handle that automatically. It seems
>> like the job failed or is stuck, as ports.tar was also not updated.
> 
> It seems to be having this problem:
> 
> 2017-10-05T15:12:56-0500 error: pathspec 'v2.4.2' did not match any file(s) known to git.
> 
> Any ideas? Maybe something about how the script was rewritten for git recently?

This should hopefully fix it:

https://github.com/macports/macports-infrastructure/commit/bb8f7886c9c086d80cfdde35d6c7402bd61675b6

'git fetch' only fetches tracked branches by default, but we keep master
checked out. This option tells git to also fetch all tags.

Rainer


More information about the macports-dev mailing list