summaryrefslogtreecommitdiff
path: root/docs/HACKING.md
Commit message (Collapse)AuthorAgeFilesLines
* meson: make "developer" mode the defaultZbigniew Jędrzejewski-Szmek2020-09-171-0/+7
| | | | | | | This means that the dbus doc consistency checks will be enabled by default, including in the CI. I think that will work better than current state where people do not enable them and them follow-up patches for the docs like the parent commit must be had.
* mkosi: Keep mkosi.default out of the repository.Daan De Meyer2020-07-161-16/+20
| | | | | | | | Defaulting to fedora makes it a pain to override mkosi.default point to one of the other mkosi settings files. Instead, have every developer manually add the symlink to his distro of choice and don't commit the symlink to the repository by putting it in the .gitignore.
* turn off fuzzit part 2Evgeny Vereshchagin2020-06-111-5/+1
| | | | it's just a follow-up to https://github.com/systemd/systemd/pull/16064
* Change all fuzzing links to point to OSS-Fuzz siteLynn Kirby2020-02-181-4/+2
|
* docs: fix HACKING.md broken linksLynn Kirby2020-02-181-3/+3
|
* Revert "docs: rename HACKING → Hacking"Zbigniew Jędrzejewski-Szmek2020-01-151-0/+133
| | | | This reverts commit 8c5cd27dd155fbe71a6bf82096b8775c5ff453b8.
* docs: rename HACKING → HackingZbigniew Jędrzejewski-Szmek2020-01-151-133/+0
| | | | Let's see if this works at all.
* docs: make it prettyTobias Bernard2019-12-111-0/+1
| | | | | | | Add custom Jekyll theme, logo, webfont and .gitignore FIXME: the markdown files have some H1 headers which need to be replaced with H2
* docs: place all our markdown docs in rough categoriesLennart Poettering2019-12-111-0/+1
|
* Continuous Fuzzing Integration with FuzzitJeka Pats2019-06-141-2/+6
| | | | | | | | | | includes two travis ci steps: 1) Every pull-request/push all fuzzing targets will do a quick sanity run on the generated corpus and crashes (via Fuzzit) 2) On a daily basis the fuzzing targets will be compiled (from master) and will and their respectible fuzzing job on Fuzzit will be updated to the new binary.
* docs: add a "front matter" snippet to our markdown pagesFilipe Brandenburger2019-01-021-0/+4
| | | | | | | | | | | | | | | | It turns out Jekyll (the engine behind GitHub Pages) requires that pages include a "Front Matter" snippet of YAML at the top for proper rendering. Omitting it will still render the pages, but including it opens up new possibilities, such as using a {% for %} loop to generate index.md instead of requiring a separate script. I'm hoping this will also fix the issue with some of the pages (notably CODE_OF_CONDUCT.html) not being available under systemd.io Tested locally by rendering the website with Jekyll. Before this change, the *.md files were kept unchanged (so not sure how that even works?!), after this commit, proper *.html files were generated from it.
* Fix typo in hacking guide: "no possible" -> "not possible" (#10905)nikolas2018-11-241-1/+1
|
* docs: Convert HACKING to MarkdownFaheel Ahmad2018-10-301-0/+123
Also fix minor grammatical errors