3 Commits

Author SHA1 Message Date
254c8bf42e adoc
Semi automated conversion, in part because Pandoc is kind of buggy for adoc:

Some of the commands were along the lines:

    for f in *.md; do pandoc --atx-headers --base-header-level=3 -o ${f%.md}.adoc --wrap=none $f; done
    sed -Ei '/\[\[.*\]\]/d' *.adoc
    while read -r f; do cat $f; echo; done <f >g
2018-02-14 04:26:07 +00:00
5393299433 Make global_patch_dir empty 2017-07-29 07:58:33 +01:00
850df45295 Add sample qemu patch preparing for later changes 2017-06-03 11:54:27 +01:00