Bug 244457

Summary: MASTER_SITES=LOCAL/0mp is not handled properly
Product: Services Reporter: Mateusz Piotrowski <0mp>
Component: FTP/WWW Sites & MirrorsAssignee: FreeBSD Mirror Admin <mirror-admin>
Status: Closed FIXED    
Severity: Affects Only Me CC: philip
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   

Description Mateusz Piotrowski freebsd_committer freebsd_triage 2020-02-26 22:12:33 UTC
I'd like to store a distfile for www/quark at LOCAL/0mp but the distfiles I upload to my ~/public_distfiles on Freefall never show up.

Could it be that there is a bug in the distcache infrastructure?
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2020-02-27 08:26:50 UTC
Not sure FTP/WWW is the best description, but this should send it to cluster adm who can debug the problem.
Comment 2 Philip Paeps freebsd_committer freebsd_triage 2021-08-31 05:38:28 UTC
I fixed the silly bug in the script on freefall that didn't like your username.  The distfiles in your $HOME/public_distfiles should appear on the mirrors soon.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-11-04 09:36:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cb46dbe44ebfd4e3d228394c60f40c8ad194c60

commit 0cb46dbe44ebfd4e3d228394c60f40c8ad194c60
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-04 09:34:32 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-04 09:34:32 +0000

    sysutils/terraform: Use LOCAL/0mp instead of people.freebsd.org

    PR:             244457

 sysutils/terraform/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Mateusz Piotrowski freebsd_committer freebsd_triage 2021-11-04 09:40:28 UTC
Seems to work, thanks!