Bug 264086 - Future-proof "Build Your Own FreeBSD Update Server" by moving away from svn.f.o now
Summary: Future-proof "Build Your Own FreeBSD Update Server" by moving away from svn.f...
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason Helfman
URL: https://docs.freebsd.org/en/articles/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-19 22:07 UTC by Pau Amma
Modified: 2022-05-25 15:54 UTC (History)
1 user (show)

See Also:
pauamma: maintainer-feedback? (jgh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pau Amma 2022-05-19 22:07:20 UTC
Section 4 starts with:

> % svn co https://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server

The server code still exists in that SVN repo, but not in any of the git repos that I know of. Following IRC discussion with the article author jgh, the code and its change history should probably (if not already available somewhere else) be moved to git both to ease confusion and in case it needs an urgent change, and the install command updated accordingly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-25 15:52:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a9607c3d4645595c15dc7fb1fb1b1fbd8863254e

commit a9607c3d4645595c15dc7fb1fb1b1fbd8863254e
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-25 15:45:47 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-25 15:50:20 +0000

    articles/freebsd-update-server: Shift code references and adjust instructions

    PR:     264086

 .../content/en/articles/freebsd-update-server/_index.adoc         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2022-05-25 15:54:42 UTC
Committed! Thanks for report :)

-jgh