| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 'Examples' subheading that is currently at
https://docs.freebsd.org/en/articles/committers-guide/#_examples
has no subtext.
Hiding the subheading was considered. Instead, it is deleted.
https://bugs.freebsd.org/264080
PR: 264080
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D39384
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the vendor branch merge section to include the missing commands
and hopefully to make it more clear. Switch to using bogus branch names
that will stand out on purpose.
This rework 'play' tested on the lua branch merge, which needed dozens
of rebasing...
Also, indent by one space the conflict section so as to not confuse
automated tools (or me) that it's a real conflict that needs to be
resolved.
Sponsored by: Netflix
|
|
|
|
|
|
|
|
| |
"Fixes" and "MFC with" are used for approximately the same purpose, but
the former is standard in the Git-based deveopment world.
Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D39190
|
|
|
|
|
|
|
|
| |
Use the newly added syntax of the pacakge macro (in 1d899c1c6fc6).
While here, fix some wording and typo spotted by Pau Amma.
Differential Revision: https://reviews.freebsd.org/D39068
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Git: add the trademark line suggested by
https://git-scm.com/about/trademark
- GitLab: add the trademark line requested by
https://about.gitlab.com/handbook/marketing/brand-and-product-marketing/brand/brand-activation/trademark-guidelines/
- GitHub: it is a registered trademark according to the following links:
https://github.com/logos
https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions#githubs-logos
https://tmsearch.uspto.gov/bin/showfield?f=doc&state=4808:xvjz5y.2.4
Apply the newly introduced trademarks to the Committer's guide. Also add
a TM symbol immediately after the first reference to the GitLab Name as
requested by
https://about.gitlab.com/handbook/marketing/brand-and-product-marketing/brand/brand-activation/trademark-guidelines/
Approved by: doceng (carlavilla)
Differential Revision: https://reviews.freebsd.org/D38916
|
| |
|
|
|
|
|
|
|
|
|
| |
Document the range of compilers the project uses for building, CI and
external toolchain support, and try to assign the proper level of effort
developers should go to for each of them.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D38709
|
|
|
|
|
|
|
|
| |
It's been a couple of years since we transitioned to git. Remove this
transition information. Should people really need it, it will be in the
doc git repo history. Make minor tweaks to some adjacent material.
Sponsored by: Netflix
|
|
|
|
|
|
|
|
| |
amd64 is none of these things, so just remove the 'justifcation'
sentence. It's wrong and fixing it wouldn't add any value.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D38708
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recommend pushing HEAD:main in the vendor branch docs, since that's
always going to be right.
Stop recommending people set push.default to 'freebsd'. It's an
enumerated value that's not a branch name. Most likely correct value
here is 'upstream'. However, there's enough people with asymetrical
setups that I'm just removing the setup rather than describe all the
special cases.
Sponsored by: Netflix
|
|
|
|
|
|
|
|
|
| |
The instructions leave one on the merge_results branch, not on main, so
pushing the remote repo won't work. You have to specifically add the
branch name on the push for that to work.
Noticed by: sjg
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
PR below plus a few more I spotted while working on it.
While there, check nearby URLs still work and use https:.
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261812
Reviewed by: carlavlla, gjb, philip
Approved by: carlavilla (mentor), gjb (mentor, earlier version)
Differential Revision: https://reviews.freebsd.org/D37091
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BSD-2-Clause-FreeBSD has been deprecated as a separate
license. https://tools.spdx.org/app/check_license/ says that the text
matches BSD-2-Cluase. There's some history behind the mismatch, but it's
best to move forward now that our preferred license matches
BSD-2-Clause.
Sponsored by: Netflix
Reviewed by: pauamma, andrew
Differential Revision: https://reviews.freebsd.org/D37714
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
JetBrains is offering 100 licenses yearly for FreeBSD committers. Add it
to the Committer's Guide as perks.
- Remove trailing whitespaces
- Remove trailing blank lines
PR: 264764
Approved by: carlavilla (mentor)
|
| |
|
|
|
|
|
|
| |
Add a blank line after "====" subsection. The English version is rendered well
anyway, but translations get the wrong string mixing the title and the content
of the translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps the Weblate translation workflow and offline translations
through .po files, it's important to update these files constantly.
The goal here is to have a semi-automated translation workflow; Weblate
will pull updates automatically from the main repository and commit
translations to another repository.
Doc committers are encouraged to update the source .po files whenever
there are updates in the English documentation part.
$ ./tools/update_translate_template.sh documentation
Anyway, I'll keep doing this periodically.
Discussed with: doceng
|
|
|
|
|
| |
PR: 264562
Submitted by: Graham Perrin <grahamperrin (AT) gmail.com>
|
|
|
|
|
| |
PR: 264409
Submitted by: Graham Perrin <grahamperrin (AT) gmail.com>
|
|
|
|
|
| |
Approved by: carlavilla@, bapt@
Differential Revision: https://reviews.freebsd.org/D35273
|
| |
|
|
|
|
| |
Submitted by: pauamma@gundo.com
|
|
|
|
| |
PR: 262742 (based on)
|
|
|
|
|
|
| |
Reviewed by: dbaio, Pau Amma
Pull Request: https://github.com/freebsd/freebsd-doc/pull/69
Differential Revision: https://reviews.freebsd.org/D35224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
The script addport is not working anymore, it's based on SVN and
it's quite hard to port it to git.
Before its removal, we want to remove its references in the
documentation.
Related bugzilla entry:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261378
Reviewers: tcberner, se
Differential Revision: https://reviews.freebsd.org/D35071
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
- Move consideration about security vulnerabilities from instructions
for removing ports to instructions for moving ports.
- Reword the above consideration to take into account the splitting of
vuln.xml into one file per year.
Reviewed by: portmgr (rene), Pau Amma <pauamma@gundo.com>
Approved by: docs (carlavilla), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35112
|
|
|
|
|
|
|
| |
Removed with the wollman@ approval
PR: 261894
Submitted by: PauAmma <pauamma (AT) gundo.com>
|
|
|
|
|
|
|
| |
The correct syntax for git config --add does not want equality signs.
Approved by: doc (lwhsu), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35017
|
|
|
|
|
| |
Patch by: swills@
Differential Revision: https://reviews.freebsd.org/D31105
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove Google Analytics from the Website and from the
Documentation Portal.
Also upgrade the FreeBSD's privacy policy page to reflect the
Google Analytics removal.
In the near future it will be replace with an open source alternative
Approved by: core@, webmaster@
|
|
|
|
|
|
|
|
| |
Based on Ports Management Team charted the correct
description of the Team is Ports Management Team
PR: 261916
Submitted by: Graham Perrin <grahamperrin (AT) gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These files can be used by all languages, except
contrib-develinmemoriam.adoc.
- contrib-386bsd.adoc
- contrib-additional.adoc
- contrib-committers.adoc
- contrib-corealumni.adoc
- contrib-develalumni.adoc
- contrib-portmgralumni.adoc
Reviewed by: bcr, carlavilla
Differential Revision: https://reviews.freebsd.org/D32830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow to build the documentation offline using Hugo
* Fix link problems
* Remove SVN entities
* Fix lang problems to help weblate
* Move all the AsciiDoctor translations to the shared folder to
help weblate
* Allow the possibility to build each document. For example each
document can be edited in and watched the result in real time in
VS Code or Vim/NeoVim.
Breaking changes:
Eliminate the possibility of building books or articles.
They must be builded at the same time.
This functionality will be restored when version 0.89.0 is in the
repositories in a couple of weeks.
Reviewed by: dbaio@
Differential Revision: https://reviews.freebsd.org/D31926
|
|
|
|
|
|
|
|
| |
Due to how we do merge commits from the vendor branches, we don't want
git bisect selecting those revisions as a bisection point. Recommend
using 'git bisect start --first-parent' as a workaround.
Sponsored by: Netflix
|
|
|
|
| |
Add a space between the -m flag and its arguments.
|
|
|
|
|
|
|
| |
The process of merging ports commits from the main branch into a
quarterly branch is called MFH (Merge From Head) for historical reasons.
Mention MFH explicitly in the section describing the procedure so that
it's easier to find it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the gpg2(1) man page 'use-agent' option is explained as following.
----------------------------------------------------------------------
--use-agent
--no-use-agent
This is dummy option. gpg2 always requires the agent.
----------------------------------------------------------------------
It means adding 'use-agent' to gpg.conf is no-op. So remove it from
minimum acceptable defaults of gpg.conf.
Approved by: ygy (doc, mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our use of "Tier 4" to represent unsupported architectures has caused
confusion, especially when we did not explain what the tiers mean on
in the platform list itself. Just use "Unsupported" to describe the
architectures that are unsupported by a given release.
Reviewed by: imp (earlier), ygy
Approved by: ygy (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32030
|
| |
|
| |
|
|
|
|
|
| |
Suggested by: lwhsu
Approved by: doceng
|
|
|
|
|
|
|
|
|
| |
Differential Revision must be the last line of the commit message.
List it last in the table as well to help make this clear.
Reviewed by: imp, ygy
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D31309
|
|
|
|
| |
Approved by: ygy
|
| |
|
| |
|
|
|
|
| |
Pointy hat: me
|
| |
|