summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2021-08-17 12:50:13 +0200
committerMarge Bot <emma+marge@anholt.net>2022-01-16 08:39:44 +0000
commit493f68833128959539a6e202a6cfb18ab76bcf12 (patch)
tree5a11a36e52671e3cc6ea6dda5bcd896f73a2ecf7
parentb8d37eb1bb99b795d370634a8eadcf83cf5a9d7d (diff)
downloadmesa-493f68833128959539a6e202a6cfb18ab76bcf12.tar.gz
mesa-493f68833128959539a6e202a6cfb18ab76bcf12.tar.bz2
mesa-493f68833128959539a6e202a6cfb18ab76bcf12.zip
ensure csv-files are crlf on disk
According to RFC 4189 CSV files should be encoded using CRLF newlines, not LF. This helps compatibility with tools, like python's csv module, who always uses CRLF. While we're at it, normalize the one CSV that was CRLF in-repo to LF, and let git do the newline-normalization when needed instead. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12405>
-rw-r--r--.gitattributes1
-rw-r--r--.gitlab-ci/test-source-dep.yml2
-rw-r--r--docs/release-calendar.csv14
3 files changed, 10 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000000..2d4b6ac4442
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.csv eol=crlf
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index f568f0c38d8..788d46b1824 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -18,6 +18,7 @@
- .gitlab-ci/**/*
- include/**/*
- meson.build
+ - .gitattributes
- src/*
- src/compiler/**/*
- src/drm-shim/**/*
@@ -126,6 +127,7 @@
- .gitlab-ci.yml
- .gitlab-ci/**/*
- meson.build
+ - .gitattributes
- include/**/*
- src/compiler/**/*
- src/include/**/*
diff --git a/docs/release-calendar.csv b/docs/release-calendar.csv
index d25c2a512f7..a209ea8b11d 100644
--- a/docs/release-calendar.csv
+++ b/docs/release-calendar.csv
@@ -1,7 +1,7 @@
-21.3,2022-01-26,21.3.5,Eric Engestrom,
-,2022-02-09,21.3.6,Eric Engestrom,
-,2022-02-23,21.3.7,Eric Engestrom,Last planned 21.3.x release.
-22.0,2022-02-02,22.0.0-rc1,Dylan Baker
-,2022-02-09,22.0.0-rc2,Dylan Baker
-,2022-02-16,22.0.0-rc3,Dylan Baker
-,2022-02-22,22.0.0-rc4,Dylan Baker,Or 22.0.0 final.
+21.3,2022-01-26,21.3.5,Eric Engestrom,
+,2022-02-09,21.3.6,Eric Engestrom,
+,2022-02-23,21.3.7,Eric Engestrom,Last planned 21.3.x release.
+22.0,2022-02-02,22.0.0-rc1,Dylan Baker
+,2022-02-09,22.0.0-rc2,Dylan Baker
+,2022-02-16,22.0.0-rc3,Dylan Baker
+,2022-02-22,22.0.0-rc4,Dylan Baker,Or 22.0.0 final.