Bug 244457 - MASTER_SITES=LOCAL/0mp is not handled properly
Summary: MASTER_SITES=LOCAL/0mp is not handled properly
Status: Closed FIXED
Alias: None
Product: Services
Classification: Unclassified
Component: FTP/WWW Sites & Mirrors (show other bugs)
Version: unspecified
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Mirror Admin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-26 22:12 UTC by Mateusz Piotrowski
Modified: 2021-11-04 09:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!