ports git repo frozen - anything important I missed?

Summer holiday season?
It is true that there are few committers in the Southern Hemisphere.
capt.png
captn.png
 
I remember that time when a ports committer made a random import with lots of build artifacts including a work/ directory - and an emacs *.core file :)
 
Somebody fatfingered something. This also caused the inability to `pkg update` on releases this week.
yeah, happens a lot more than people care to admit..

Suffered this also on the past, bfg was of help to remove the blobs from the tree with minimum fuss (though it doesn't help people that had already pulled the affected repo).
As for the *.core file, that has to go on the .gitignore root file from the start of the repo. Maximum file size is a pain because you can only reliably block that server side (which github does but apparently cgit.freebsd did not).

Learning experiences all around ;)
 
Back
Top