Commit graph

9 commits

Author SHA1 Message Date
Sergio Carlavilla Delgado
989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00
Eitan Adler
d44c419446 remove trailing comma
Problem / Solution

Remove the now-trailing comma introduced by my previous commit.
2020-12-13 08:57:46 -08:00
Eitan Adler
072b13ec97 configure arcanist for the git world
Problem

The documentation ("doc") repository has been converted to git but
arcanist does not yet understand how to interact with phabricator in
this world.

Solution

- remove the callsign "D" which should be inferable from having one of
  the cgit URLs as a remote
- remove "history.immutable" which was a workflow only required for
  subversion
2020-12-13 08:52:31 -08:00
Eitan Adler
f8920ab9ce arcconfig: add callsign again
Problem

When using git-svn or other non-pure-svn tooling the original subversion
URL is not present. This causes arcanist/phabricator to be unable to
determine which repository is being modified.

Solution

Restore callsign to .arcconfig to enable exact repository matching even
with git-svn.

Reported By:	jhb
2020-11-23 04:37:38 +00:00
Eitan Adler
f606c3e901 callsign isn't required anymore 2016-09-29 06:20:15 +00:00
Eitan Adler
3e9e59defa remove project.name which is a product of a bygone era 2016-04-21 04:33:39 +00:00
Mathieu Arnold
9282bf7c63 Add repository.callsign, to help arcanist figure out what repo it's
doing things on when not using Subversion.

With hat:	phabric-admin@
Sponsored by:	Absolight
2015-07-02 22:23:35 +00:00
Glen Barber
84ca4283ed Update the URL to the phabricator instance.
Sponsored by:	The FreeBSD Foundation
2014-08-14 16:24:38 +00:00
Baptiste Daroussin
ca143a1de2 Add .arcconfig so code review are automatically associated with the right
repository and to prevent people using git svn/hg svn to have arcanist
automatically modifying their history

Approved by:	gjb
2014-06-11 21:51:38 +00:00