This is an automated email from the git hooks/post-receive script.
arrfab pushed a change to branch master
in repository centos/centos.org.
from 8350d8d Add aarch64 and ppc64le download links to stream-9
add e7e7cde Add .bundle directory to .gitignore
add d66007a Update visual presentation
add 4be1745 Change artistic motif from 9 to 8
add a139930 Merge branch 'master' of ssh://git.centos.org/centos/centos.org
add d6e6c21 Update image files based on recent build
add 36de125 Update gems to use jekyll-theme-centos (0.9.20211031215618)
add aa4aff3 Add _data/centos/project.yml
add 5ad6f07 Update stream-9 downloads
add 994ea3e Update news and events
add 7547290 Update CentOS Linux 8 release number
add 350db5c Update CentOS Linux 8 release email
add 34b0f04 Update to jekyll-theme-centos (0.9.20211202171349)
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
404.html | 11 -
404.md | 10 +
Gemfile | 18 +-
Gemfile.lock | 93 +-
_config.yml | 143 +-
_data/centos/distributions.yml | 152 ++
_data/centos/footer.yml | 27 +
_data/centos/identity.yml | 11 +
_data/centos/navbar.yml | 63 +
_data/centos/project.yml | 11 +
_includes/breadcrumbs.html | 11 -
_includes/centos-around.html | 13 -
_includes/centos-download-cards.html | 10 -
_includes/centos-linux-download.html | 140 --
_includes/centos-news.html | 24 -
_includes/centos-sponsorship.html | 10 -
_includes/centos-stream-download.html | 117 -
_includes/footer.html | 43 -
_includes/head.html | 11 -
_includes/header-home.html | 13 -
_includes/header-page.html | 10 -
_includes/header.html | 29 -
_includes/toc.html | 96 -
_layouts/default.html | 14 -
_layouts/home.html | 28 -
_layouts/page-download-mirror.html | 34 -
_layouts/page-download.html | 27 -
_layouts/page-single.html | 12 -
_layouts/page-sponsors.html | 19 -
_layouts/page.html | 18 -
...eminder-centos-linux-is-eol-on-december-31st.md | 8 +
.../2021-12-02-1322-october-centos-dojo-videos.md | 10 +
about.md | 4 +-
about/governance.md | 4 +-
about/governance/appendix-glossary.md | 4 +-
about/governance/board-responsibilities.md | 4 +-
about/governance/board.md | 7 +-
about/governance/director-requirements.md | 4 +-
about/governance/joining-the-project.md | 4 +-
about/governance/sigs.md | 4 +-
about/governance/voting.md | 4 +-
assets/bootstrap/css/bootstrap.min.css | 6 -
assets/bootstrap/js/bootstrap.min.js | 7 -
assets/css/styles.css | 46 -
assets/css/styles.min.css | 1 -
assets/fonts/fontawesome5-overrides.min.css | 1 -
assets/fonts/ionicons.eot | Bin 120724 -> 0 bytes
assets/fonts/ionicons.min.css | 11 -
assets/fonts/ionicons.svg | 2230 --------------------
assets/fonts/ionicons.ttf | Bin 188508 -> 0 bytes
assets/fonts/ionicons.woff | Bin 67904 -> 0 bytes
assets/img/centos-motif.png | Bin 24689 -> 0 bytes
assets/img/favicon.png | Bin 803 -> 743 bytes
assets/img/logo.png | Bin 0 -> 2239 bytes
assets/img/motif.png | Bin 0 -> 986624 bytes
assets/img/post.png | Bin 0 -> 33395 bytes
assets/js/bootstrap.min.js | 7 -
assets/js/script.min.js | 1 -
centos-linux-eol.md | 4 +-
centos-linux.md | 8 +-
centos-stream.md | 9 +-
cl-vs-cs.md | 4 +-
code-of-conduct.md | 4 +-
community/calendar.md | 4 +-
community/stories.md | 4 +-
distro-faq.md | 4 +-
download.md | 25 +-
download/aws-images.md | 12 +-
download/mirrors-altarch.md | 5 +-
download/mirrors.md | 5 +-
keys.md | 4 +-
legal.md | 4 +-
legal/licensing-policy.md | 4 +-
legal/privacy.md | 4 +-
legal/trademarks.md | 5 +-
sponsors.md | 3 +-
variants.md | 4 +-
78 files changed, 547 insertions(+), 3155 deletions(-)
delete mode 100644 404.html
create mode 100644 404.md
mode change 100644 => 100755 Gemfile.lock
create mode 100644 _data/centos/distributions.yml
create mode 100644 _data/centos/footer.yml
create mode 100644 _data/centos/identity.yml
create mode 100644 _data/centos/navbar.yml
create mode 100644 _data/centos/project.yml
delete mode 100644 _includes/breadcrumbs.html
delete mode 100644 _includes/centos-around.html
delete mode 100644 _includes/centos-download-cards.html
delete mode 100644 _includes/centos-linux-download.html
delete mode 100644 _includes/centos-news.html
delete mode 100644 _includes/centos-sponsorship.html
delete mode 100644 _includes/centos-stream-download.html
delete mode 100644 _includes/footer.html
delete mode 100644 _includes/head.html
delete mode 100644 _includes/header-home.html
delete mode 100644 _includes/header-page.html
delete mode 100644 _includes/header.html
delete mode 100644 _includes/toc.html
delete mode 100644 _layouts/default.html
delete mode 100644 _layouts/home.html
delete mode 100644 _layouts/page-download-mirror.html
delete mode 100644 _layouts/page-download.html
delete mode 100644 _layouts/page-single.html
delete mode 100644 _layouts/page-sponsors.html
delete mode 100644 _layouts/page.html
create mode 100644 _posts/2021-12-02-1321-reminder-centos-linux-is-eol-on-december-31st.md
create mode 100644 _posts/2021-12-02-1322-october-centos-dojo-videos.md
delete mode 100644 assets/bootstrap/css/bootstrap.min.css
delete mode 100644 assets/bootstrap/js/bootstrap.min.js
delete mode 100644 assets/css/styles.css
delete mode 100644 assets/css/styles.min.css
delete mode 100644 assets/fonts/fontawesome5-overrides.min.css
delete mode 100644 assets/fonts/ionicons.eot
delete mode 100644 assets/fonts/ionicons.min.css
delete mode 100644 assets/fonts/ionicons.svg
delete mode 100644 assets/fonts/ionicons.ttf
delete mode 100644 assets/fonts/ionicons.woff
delete mode 100644 assets/img/centos-motif.png
mode change 100644 => 100755 assets/img/favicon.png
create mode 100755 assets/img/logo.png
create mode 100755 assets/img/motif.png
create mode 100644 assets/img/post.png
delete mode 100644 assets/js/bootstrap.min.js
delete mode 100644 assets/js/script.min.js
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.