Skip to content

Commit

Permalink
Fix ADR-0001 filename
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 18, 2018
1 parent 73c6b9a commit 71f13c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Do not base on any image
# Do not base on any tex image

## Context and Problem Statement

Expand All @@ -13,7 +13,7 @@ When choosing an existing one, which one should be taken?

## Considered Options

* Do not base on any image
* Do not base on any tex image
* base on https://github.com/janweinschenker/docker-texlive/blob/master/Dockerfile - Ubuntu 17.10, texlive-full
* base on https://github.com/thomasWeise/docker-texlive/blob/master/image/Dockerfile - Ubuntu 16.04, small installation
* base on https://github.com/sumandoc/TeXLive-2017/blob/master/Dockerfile - Debian sid, install-tl-unx.tar.gz, LaTeXML
Expand All @@ -31,7 +31,7 @@ When choosing an existing one, which one should be taken?

## Decision Outcome

Chosen option: "Do not base on any image", because [sumandoc/TeXLive-2017](https://github.com/sumandoc/TeXLive-2017) was the most promising, but it removed support for latexml at https://github.com/sumandoc/TeXLive-2017/commit/ef143d3d3396fdb243b7b7e1ff01f00a7eb26802 and https://github.com/sumandoc/TeXLive-2017/commit/6272e96f9b382ac3ba4b2338817fb80e5238ac5f.
Chosen option: "Do not base on any tex image", because [sumandoc/TeXLive-2017](https://github.com/sumandoc/TeXLive-2017) was the most promising, but it removed support for latexml at https://github.com/sumandoc/TeXLive-2017/commit/ef143d3d3396fdb243b7b7e1ff01f00a7eb26802 and https://github.com/sumandoc/TeXLive-2017/commit/6272e96f9b382ac3ba4b2338817fb80e5238ac5f.
The risk that other breaking changes come in cannot be taken.

We accept that
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This log lists the architectural decisions for *[project name]*.
<!-- adrlog -- Regenerate the content by using "adr-log -i". You can install it via "npm install -g adr-log" -->

- [ADR-0000](0000-use-markdown-architectural-decision-records.md) - Use Markdown Architectural Decision Records
- [ADR-0001](0001-base-on-sumandocTeXLive-2017.md) - Do not base on any image
- [ADR-0001](0001-do-not-base-on-any-tex-image.md) - Do not base on any tex image

<!-- adrlogstop -->

Expand Down

0 comments on commit 71f13c3

Please sign in to comment.