diff --git a/404.md b/404.md deleted file mode 100644 index 5669972..0000000 --- a/404.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Page not found -layout: aside ---- - -The requested page could not be found. - -This happens when the page has been moved, removed, or had its name and address -changed. It might otherwise be temporarily unavailable for technical -reasons. diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 9d80a76..0000000 --- a/Gemfile +++ /dev/null @@ -1,38 +0,0 @@ -source "https://rubygems.org" -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 4.0.0" - -# This is CentOS default website theme for new Jekyll based web sites. You may -# change this to anything you like. -gem "jekyll-theme-centos", "0.9.20220201124228" - -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. gem -# "github-pages", group: :jekyll_plugins -# -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jekyll-feed" - gem "jekyll-toc" - gem "jekyll-paginate-v2" - gem "jekyll-tidy" - gem "jekyll-algolia" - gem "webrick" -end - -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do - gem "tzinfo", "~> 1.2" - gem "tzinfo-data" -end - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100755 index 5c4c448..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,124 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - algolia_html_extractor (2.6.4) - json (~> 2.0) - nokogiri (~> 1.10) - algoliasearch (1.27.5) - httpclient (~> 2.8, >= 2.8.3) - json (>= 1.5.1) - colorator (1.1.0) - concurrent-ruby (1.1.9) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.15.5) - filesize (0.2.0) - forwardable-extended (2.6.0) - htmlbeautifier (1.4.1) - htmlcompressor (0.4.0) - http_parser.rb (0.8.0) - httpclient (2.8.3) - i18n (1.9.1) - concurrent-ruby (~> 1.0) - jekyll (4.0.1) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (>= 0.9.5, < 2) - jekyll-sass-converter (~> 2.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (~> 3.0) - safe_yaml (~> 1.0) - terminal-table (~> 1.8) - jekyll-algolia (1.7.1) - algolia_html_extractor (~> 2.6) - algoliasearch (~> 1.26) - filesize (~> 0.1) - jekyll (>= 3.6, < 5.0) - json (~> 2.0) - nokogiri (~> 1.6) - progressbar (~> 1.9) - verbal_expressions (~> 0.1.5) - jekyll-feed (0.16.0) - jekyll (>= 3.7, < 5.0) - jekyll-paginate-v2 (3.0.0) - jekyll (>= 3.0, < 5.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) - jekyll-theme-centos (0.9.20220201124228) - jekyll (~> 4.0) - jekyll-tidy (0.2.2) - htmlbeautifier - htmlcompressor - jekyll - jekyll-toc (0.17.1) - jekyll (>= 3.9) - nokogiri (~> 1.11) - jekyll-watch (2.2.1) - listen (~> 3.0) - json (2.6.1) - kramdown (2.3.1) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.3.6) - mini_portile2 (2.7.1) - nokogiri (1.13.1) - mini_portile2 (~> 2.7.0) - racc (~> 1.4) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - progressbar (1.11.0) - public_suffix (4.0.6) - racc (1.6.0) - rb-fsevent (0.11.0) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (3.27.0) - safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - tzinfo-data (1.2021.5) - tzinfo (>= 1.0.0) - unicode-display_width (1.8.0) - verbal_expressions (0.1.5) - wdm (0.1.1) - webrick (1.7.0) - -PLATFORMS - ruby - -DEPENDENCIES - jekyll (~> 4.0.0) - jekyll-algolia - jekyll-feed - jekyll-paginate-v2 - jekyll-theme-centos (= 0.9.20220201124228) - jekyll-tidy - jekyll-toc - tzinfo (~> 1.2) - tzinfo-data - wdm (~> 0.1.1) - webrick - -BUNDLED WITH - 2.2.24 diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 5380b54..0000000 --- a/_config.yml +++ /dev/null @@ -1,160 +0,0 @@ ---- -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the -# server process. -# -# If you need help with YAML syntax, here are some quick references for you: -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml -# https://learnxinyminutes.com/docs/yaml/ - -# ---------------------------------------------------------------------- -# Site settings -# ---------------------------------------------------------------------- -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be -# accessible in the templates via {{ site.myvariable }}. - -title: The CentOS Project -email: centos@centos.org -description: "Community-driven free software effort focused around the goal of providing a rich base platform for open source communities to build upon." - -# The subpath of your site, e.g. /blog -baseurl: "" - -# The base hostname & protocol for your site, e.g. http://example.com -url: "https://www.centos.org" - -# ---------------------------------------------------------------------- -# Build settings -# ---------------------------------------------------------------------- -theme: jekyll-theme-centos - -plugins: - - jekyll-feed - - jekyll-toc - - jekyll-paginate-v2 - - jekyll-tidy - -permalink: /:path/:basename/ - -collections: - sponsors: - posts: - permalink: /:categories/:title/ - -exclude: - - .sass-cache/ - - .jekyll-cache/ - - gemfiles/ - - Gemfile - - Gemfile.lock - - .bundle - - node_modules/ - - vendor/bundle/ - - vendor/cache/ - - vendor/gems/ - - vendor/ruby/ - - .git - -sass: - sass_dir: _sass - style: compressed - -# ---------------------------------------------------------------------- -# Jekyll Pagination -# ---------------------------------------------------------------------- -pagination: - # Site-wide kill switch, disabled here it doesn't run at all - enabled: true - - # Set to 'true' to enable pagination debugging. This can be enabled in the - # site config or only for individual pagination pages - debug: true - - # The default document collection to paginate if nothing is specified - # ('posts' is default) - collection: 'posts' - - # How many objects per paginated page, used to be `paginate` (default: 0, - # means all) - per_page: 6 - - # The permalink structure for the paginated pages (this can be any level - # deep) - #permalink: '/page/:num.html' # Pages are simple html files - #permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style. - #permalink: '/news-and-events/:num/' # Pages are index.html inside this folder (default) - permalink: '/:category/:num/' # Pages are index.html inside this folder (default) - - # Optional the title format for the paginated pages (supports :title for - # original page title, :num for pagination page number, :max for total number - # of pages) - title: ':title - page :num' - - # Limit how many pagenated pages to create (default: 0, means all) - limit: 0 - - # Optional, defines the field that the posts should be sorted on (omit to - # default to 'date') - sort_field: 'date' - - # Optional, sorts the posts in reverse order (omit to default decending or - # sort_reverse: true) - sort_reverse: true - - # Optional, the default category to use, omit or just leave this as 'posts' - # to get a backwards-compatible behavior (all posts) - category: 'posts' - - # Optional, the default tag to use, omit to disable - tag: '' - - # Optional, the default locale to use, omit to disable (depends on a field - # 'locale' to be specified in the posts, in reality this can be any value, - # suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the - # ISO-639 language code). - locale: '' - - # Optional, omit or set both before and after to zero to disable. Controls - # how the pagination trail for the paginated pages look like. - trail: - before: 2 - after: 2 - - # Optional, the default file extension for generated pages (e.g html, json, xml). - # Internally this is set to html by default - extension: html - - # Optional, the default name of the index file for generated pages (e.g. - # 'index.html') Without file extension. - indexpage: 'index' - -# ---------------------------------------------------------------------- -# Jekyll Tidy -# ---------------------------------------------------------------------- -jekyll_tidy: - exclude: [] - compress_html: false - -# ---------------------------------------------------------------------- -# Jekyll Algolia -# ---------------------------------------------------------------------- -algolia: - application_id: "" - index_name: "www.centos.org" - search_only_api_key: "" - -# ---------------------------------------------------------------------- -# Jekyll ToC -# ---------------------------------------------------------------------- -toc: - min_level: 2 # default: 1 - max_level: 5 # default: 6 diff --git a/_data/aws-images.csv b/_data/aws-images.csv deleted file mode 100644 index a15dc58..0000000 --- a/_data/aws-images.csv +++ /dev/null @@ -1,41 +0,0 @@ -"Version","Region","Architecture","AMI ID","Deploy link" -" CentOS Linux 7 ","us-east-2","x86_64","ami-033adaf0b583374d4","https://console.aws.amazon.com/ec2/v2/home?region=us-east-2#LaunchInstanceWizard:ami=ami-033adaf0b583374d4" -" CentOS Linux 7 ","us-east-1","x86_64","ami-0aedf6b1cb669b4c7","https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-0aedf6b1cb669b4c7" -" CentOS Linux 7 ","us-west-1","x86_64","ami-0bcd12d19d926f8e9","https://console.aws.amazon.com/ec2/v2/home?region=us-west-1#LaunchInstanceWizard:ami=ami-0bcd12d19d926f8e9" -" CentOS Linux 7 ","us-west-2","x86_64","ami-04f798ca92cc13f74","https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#LaunchInstanceWizard:ami=ami-04f798ca92cc13f74" -" CentOS Linux 7 ","af-south-1","x86_64","ami-0cf2f235226a4d1f2","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-0cf2f235226a4d1f2" -" CentOS Linux 7 ","ap-east-1","x86_64","ami-039ac400e94785a1d","https://console.aws.amazon.com/ec2/v2/home?region=ap-east-1#LaunchInstanceWizard:ami=ami-039ac400e94785a1d" -" CentOS Linux 7 ","ap-south-1","x86_64","ami-09f129ee53d3523c0","https://console.aws.amazon.com/ec2/v2/home?region=ap-south-1#LaunchInstanceWizard:ami=ami-09f129ee53d3523c0" -" CentOS Linux 7 ","ap-northeast-1","x86_64","ami-06e6d2122baa563c4","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-1#LaunchInstanceWizard:ami=ami-06e6d2122baa563c4" -" CentOS Linux 7 ","ap-northeast-2","x86_64","ami-061f5322ab2662c82","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-2#LaunchInstanceWizard:ami=ami-061f5322ab2662c82" -" CentOS Linux 7 ","ap-southeast-1","x86_64","ami-03bfba2e75432064e","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-03bfba2e75432064e" -" CentOS Linux 7 ","ap-southeast-2","x86_64","ami-0264ead5294ad1773","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-2#LaunchInstanceWizard:ami=ami-0264ead5294ad1773" -" CentOS Linux 7 ","ca-central-1","x86_64","ami-01ebef6e00efb2c20","https://console.aws.amazon.com/ec2/v2/home?region=ca-central-1#LaunchInstanceWizard:ami=ami-01ebef6e00efb2c20" -" CentOS Linux 7 ","eu-central-1","x86_64","ami-0afcbcee3dfbce929","https://console.aws.amazon.com/ec2/v2/home?region=eu-central-1#LaunchInstanceWizard:ami=ami-0afcbcee3dfbce929" -" CentOS Linux 7 ","eu-west-1","x86_64","ami-00d464afa64e1fc69","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:ami=ami-00d464afa64e1fc69" -" CentOS Linux 7 ","eu-west-2","x86_64","ami-0de2f45684e59282c","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-2#LaunchInstanceWizard:ami=ami-0de2f45684e59282c" -" CentOS Linux 7 ","eu-west-3","x86_64","ami-051806c39fa542e22","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-3#LaunchInstanceWizard:ami=ami-051806c39fa542e22" -" CentOS Linux 7 ","eu-south-1","x86_64","ami-0a3a6d4d737db3bc1","https://console.aws.amazon.com/ec2/v2/home?region=eu-south-1#LaunchInstanceWizard:ami=ami-0a3a6d4d737db3bc1" -" CentOS Linux 7 ","eu-north-1","x86_64","ami-0e5125a0f19c52a2b","https://console.aws.amazon.com/ec2/v2/home?region=eu-north-1#LaunchInstanceWizard:ami=ami-0e5125a0f19c52a2b" -" CentOS Linux 7 ","me-south-1","x86_64","ami-09ce1cd69cab28540","https://console.aws.amazon.com/ec2/v2/home?region=me-south-1#LaunchInstanceWizard:ami=ami-09ce1cd69cab28540" -" CentOS Linux 7 ","sa-east-1","x86_64","ami-015f6bf0657816a2d","https://console.aws.amazon.com/ec2/v2/home?region=sa-east-1#LaunchInstanceWizard:ami=ami-015f6bf0657816a2d" -" CentOS Linux 7 ","us-east-2","aarch64","ami-0fb25f99cfe1c665e","https://console.aws.amazon.com/ec2/v2/home?region=us-east-2#LaunchInstanceWizard:ami=ami-0fb25f99cfe1c665e" -" CentOS Linux 7 ","us-east-1","aarch64","ami-0144a5a84f5699847","https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-0144a5a84f5699847" -" CentOS Linux 7 ","us-west-1","aarch64","ami-0de261f921415431f","https://console.aws.amazon.com/ec2/v2/home?region=us-west-1#LaunchInstanceWizard:ami=ami-0de261f921415431f" -" CentOS Linux 7 ","us-west-2","aarch64","ami-0fbf55055efe5787e","https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#LaunchInstanceWizard:ami=ami-0fbf55055efe5787e" -" CentOS Linux 7 ","af-south-1","aarch64","ami-0e88079e08c51419c","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-0e88079e08c51419c" -" CentOS Linux 7 ","ap-east-1","aarch64","ami-04b61d6a053ad2539","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-04b61d6a053ad2539" -" CentOS Linux 7 ","ap-south-1","aarch64","ami-0a69d3ff816398377","https://console.aws.amazon.com/ec2/v2/home?region=ap-south-1#LaunchInstanceWizard:ami=ami-0a69d3ff816398377" -" CentOS Linux 7 ","ap-northeast-1","aarch64","ami-0052528bdd809d899","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-1#LaunchInstanceWizard:ami=ami-0052528bdd809d899" -" CentOS Linux 7 ","ap-northeast-2","aarch64","ami-052d9a481ce0de50a","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-2#LaunchInstanceWizard:ami=ami-052d9a481ce0de50a" -" CentOS Linux 7 ","ap-southeast-1","aarch64","ami-091062b883853b295","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-091062b883853b295" -" CentOS Linux 7 ","ap-southeast-2","aarch64","ami-0cfdc63b39f103cab","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-2#LaunchInstanceWizard:ami=ami-0cfdc63b39f103cab" -" CentOS Linux 7 ","ca-central-1","aarch64","ami-052a1a6ef4db58dd8","https://console.aws.amazon.com/ec2/v2/home?region=ca-central-1#LaunchInstanceWizard:ami=ami-052a1a6ef4db58dd8" -" CentOS Linux 7 ","eu-central-1","aarch64","ami-0162ae2b9d245b9a5","https://console.aws.amazon.com/ec2/v2/home?region=eu-central-1#LaunchInstanceWizard:ami=ami-0162ae2b9d245b9a5" -" CentOS Linux 7 ","eu-west-1","aarch64","ami-0c47424ef2c94b774","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:ami=ami-0c47424ef2c94b774" -" CentOS Linux 7 ","eu-west-2","aarch64","ami-02868404201349f83","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-2#LaunchInstanceWizard:ami=ami-02868404201349f83" -" CentOS Linux 7 ","eu-west-3","aarch64","ami-07dd7b23f721e7bbc","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-3#LaunchInstanceWizard:ami=ami-07dd7b23f721e7bbc" -" CentOS Linux 7 ","eu-south-1","aarch64","ami-0c28ae8b6a03e9904","https://console.aws.amazon.com/ec2/v2/home?region=eu-south-1#LaunchInstanceWizard:ami=ami-0c28ae8b6a03e9904" -" CentOS Linux 7 ","eu-north-1","aarch64","ami-00658799cfc32659e","https://console.aws.amazon.com/ec2/v2/home?region=eu-north-1#LaunchInstanceWizard:ami=ami-00658799cfc32659e" -" CentOS Linux 7 ","me-south-1","aarch64","ami-02d946c5a59126c32","https://console.aws.amazon.com/ec2/v2/home?region=me-south-1#LaunchInstanceWizard:ami=ami-02d946c5a59126c32" -" CentOS Linux 7 ","sa-east-1","aarch64","ami-05b835a95ace17eee","https://console.aws.amazon.com/ec2/v2/home?region=sa-east-1#LaunchInstanceWizard:ami=ami-05b835a95ace17eee" diff --git a/_data/centos/distributions.yml b/_data/centos/distributions.yml deleted file mode 100644 index 00a4b49..0000000 --- a/_data/centos/distributions.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -# -# site.data.centos.distributions - This file controls the information related -# to CentOS Project distributions. -# -- name: "CentOS Linux" - page: "centos-linux" - description: "Consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon." - releases: - 7-2009: - downloads: - - arch: "x86_64" - iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/" - rpm: "http://mirror.centos.org/centos/7/" - cloud: "" - containers: "https://hub.docker.com/_/centos/" - vagrant: "https://app.vagrantup.com/centos/boxes/7" - - arch: "ARM64 (aarch64)" - iso: "http://isoredirect.centos.org/altarch/7/isos/aarch64/" - rpm: "http://mirror.centos.org/altarch/7/" - cloud: "" - containers: "https://hub.docker.com/_/centos/" - vagrant: "" - - arch: "IBM Power BE (ppc64)" - iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64/" - rpm: "http://mirror.centos.org/altarch/7/" - cloud: "" - containers: "" - vagrant: "" - - arch: "IBM Power (ppc64le)" - iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64le/" - rpm: "http://mirror.centos.org/altarch/7/" - cloud: "" - containers: "https://hub.docker.com/_/centos/" - vagrant: "" - - arch: "ARM32 (armhfp)" - iso: "http://isoredirect.centos.org/altarch/7/isos/armhfp/" - rpm: "http://mirror.centos.org/altarch/7/" - cloud: "" - containers: "https://hub.docker.com/_/centos/" - vagrant: "" - - arch: "i386" - iso: "http://isoredirect.centos.org/altarch/7/isos/i386/" - rpm: "http://mirror.centos.org/altarch/7/" - cloud: "" - containers: "" - vagrant: "" - docs: - - release_notes: https://wiki.centos.org/action/show/Manuals/ReleaseNotes/CentOS7 - release_email: https://lists.centos.org/pipermail/centos-announce/2020-November/035820.html - website: https://docs.centos.org/ - eol: - - overview: > - 2024-06-30 - (end of RHEL 7 Maintenance Support 2 Phase) - date: "" - url: "" - -- name: "CentOS Stream" - page: "centos-stream" - description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation." - releases: - 9: - downloads: - - arch: "x86_64" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "ARM64 (aarch64)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Power (ppc64le)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Z (s390x)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/s390x/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - docs: - - release_notes: "https://blog.centos.org/2021/12/introducing-centos-stream-9/" - release_email: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html" - website: "https://docs.centos.org/en-US/docs/" - eol: - - overview: > - 2027-05-31 - (end of RHEL 9 Full Support Phase) - date: "" - url: "" diff --git a/_data/centos/footer.yml b/_data/centos/footer.yml deleted file mode 100644 index a802053..0000000 --- a/_data/centos/footer.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -# -# site.data.centos.footer - Control footer section. -# -columns: - - "About" - - "Community" -social: - - icon: "fab fa-facebook-f" - link: "https://www.facebook.com/groups/centosproject/" - - icon: "fab fa-twitter" - link: "https://twitter.com/CentOS" - - icon: "fab fa-youtube" - link: "https://youtube.com/TheCentOSProject" - - icon: "fab fa-linkedin" - link: "https://www.linkedin.com/groups/22405" - - icon: "fab fa-reddit" - link: "https://www.reddit.com/r/CentOS/" -copyright: - author: "The CentOS Project" - legals: - - text: "Legal" - link: "/legal" - - text: "Privacy" - link: "/legal/privacy" - - text: "Site source" - link: "https://git.centos.org/centos/centos.org" diff --git a/_data/centos/identity.yml b/_data/centos/identity.yml deleted file mode 100644 index 8114286..0000000 --- a/_data/centos/identity.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# -# site.data.centos.identity - Control the site branding (corporate visual -# identity) information. -# -logo: - link: "/" - image: "/assets/img/logo.png" - manifestation: "" -motif: - image: "/assets/img/motif.png" diff --git a/_data/centos/navbar.yml b/_data/centos/navbar.yml deleted file mode 100644 index d940f06..0000000 --- a/_data/centos/navbar.yml +++ /dev/null @@ -1,63 +0,0 @@ ---- -# -# site.data.centos.navbar - Control top navigation bar -# -- name: "Download" - icon: "fas fa-download" - link: "/download" - menu: [] -- name: "About" - icon: "fas fa-info-circle" - link: "#" - menu: - - name: "About CentOS" - link: "/about" - - name: "Frequently Asked Questions (FAQs)" - link: "https://wiki.centos.org/FAQ.html" - - name: "Special Interest Groups (SIGs)" - link: "https://wiki.centos.org/SpecialInterestGroup.html" - - name: "CentOS Variants" - link: "/variants" - - name: "Governance" - link: "/about/governance" - - name: "Code of Conduct" - link: "/code-of-conduct" -- name: "Community" - icon: "fas fa-users" - link: "#" - menu: - - name: "Contribute" - link: "https://wiki.centos.org/Contribute.html" - icon: "fas fa-hands-helping" - - name: "Forums" - link: "https://www.centos.org/forums/" - icon: "fas fa-comments" - - name: "Mailing Lists" - link: "https://lists.centos.org/hyperkitty/" - icon: "fas fa-envelope" - - name: "IRC" - link: "https://wiki.centos.org/irc" - icon: "fas fa-hashtag" - - name: "Calendar & IRC Meeting List" - link: "/community/calendar/" - icon: "fas fa-calendar-alt" - - name: "Blog" - link: "https://blog.centos.org/" - icon: "fas fa-newspaper" - - name: "Submit Bug" - link: "https://wiki.centos.org/ReportBugs" - icon: "fas fa-bug" -- name: "Documentation" - icon: "fas fa-book" - link: "#" - menu: - - name: "Wiki" - link: "https://wiki.centos.org/" - - name: "Manuals" - link: "https://docs.centos.org/" - - name: "GPG Key Info" - link: "/keys" -- name: "Help" - icon: "fas fa-life-ring" - link: "https://wiki.centos.org/GettingHelp.html" - menu: [] diff --git a/_data/centos/project.yml b/_data/centos/project.yml deleted file mode 100644 index b842946..0000000 --- a/_data/centos/project.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# -# site.data.centos.project - This file controls the information related -# to CentOS Project as organization. -# -title: "The CentOS Project" -email: "centos@centos.org" -url: "https://www.centos.org" -description: | - Community-driven free software effort focused on delivering a robust open - source ecosystem around a Linux platform. diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index da9093a..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,20 +0,0 @@ - - - {% include head.html -%} - - {% include navbar.html -%} -
- {% include header/home.html %} - {{ content }} - {% include home/news-and-events.html %} - {% include home/planet.html %} -
- - {% include footer.html -%} - - - - - - - diff --git a/_posts/2023-12-08-connect.md b/_posts/2023-12-08-connect.md deleted file mode 100644 index 9b159d9..0000000 --- a/_posts/2023-12-08-connect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Connect at FOSDEM" -layout: "aside" -category: news-and-events ---- - -Join us at [CentOS Connect](https://connect.centos.org/) on February 1-2, 2024, right before FOSDEM. CentOS Connect features presentations and meetups around CentOS Stream, Special Interest Groups, and the entire Enterprise Linux ecosystem. The event is free, but please register to ensure we have space for you. diff --git a/_sponsors/altushost.md b/_sponsors/altushost.md deleted file mode 100644 index f76ed90..0000000 --- a/_sponsors/altushost.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: AltusHost -country: usa -logo: /assets/img/sponsors/altushost.png -address: https://www.altushost.com/ ---- - diff --git a/_sponsors/art-motion.md b/_sponsors/art-motion.md deleted file mode 100644 index 27c3cc5..0000000 --- a/_sponsors/art-motion.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: artmotion -country: eu -logo: /assets/img/sponsors/am-logo.png -address: http://www.artmotion.eu -status: active ---- diff --git a/_sponsors/aws.md b/_sponsors/aws.md deleted file mode 100644 index 04c88c2..0000000 --- a/_sponsors/aws.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Amazon Web Services -country: usa -logo: /assets/img/sponsors/aws.png -address: https://aws.amazon.com ---- - diff --git a/_sponsors/baseip.md b/_sponsors/baseip.md deleted file mode 100644 index 451c23c..0000000 --- a/_sponsors/baseip.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: baseip -country: usa -logo: /assets/img/sponsors/baseip_240x60.jpg -address: http://www.baseip.com/ ---- - diff --git a/_sponsors/binaryracks.md b/_sponsors/binaryracks.md deleted file mode 100644 index c2dfe0c..0000000 --- a/_sponsors/binaryracks.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: BinaryRacks -country: uk -logo: /assets/img/sponsors/binaryracks.png -address: http://www.binaryracks.com/ ---- diff --git a/_sponsors/cdn77.md b/_sponsors/cdn77.md deleted file mode 100644 index a1008e1..0000000 --- a/_sponsors/cdn77.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: cdn77 -country: usa -logo: /assets/img/sponsors/cdn77.png -address: http://www.cdn77.com/ ---- - diff --git a/_sponsors/clientvps.md b/_sponsors/clientvps.md deleted file mode 100644 index 3cc75c7..0000000 --- a/_sponsors/clientvps.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: ClientVPS -country: Finland -logo: /assets/img/sponsors/clientvps.png -address: https://www.clientvps.com/ ---- diff --git a/_sponsors/codero.md b/_sponsors/codero.md deleted file mode 100644 index a3e5190..0000000 --- a/_sponsors/codero.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: codero -country: usa -logo: /assets/img/sponsors/codero.png -address: http://www.codero.com ---- - diff --git a/_sponsors/coloamerica.md b/_sponsors/coloamerica.md deleted file mode 100644 index cee5d51..0000000 --- a/_sponsors/coloamerica.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Colocation America -country: usa -logo: /assets/img/sponsors/colocation-america.png -address: http://www.colocationamerica.com/dedicated_servers ---- diff --git a/_sponsors/cpanel.md b/_sponsors/cpanel.md deleted file mode 100644 index 02f28fa..0000000 --- a/_sponsors/cpanel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: cPanel -country: usa -logo: /assets/img/sponsors/cpanel.png -address: http://www.cpanel.com/ ---- - diff --git a/_sponsors/dedicatedsolutions.md b/_sponsors/dedicatedsolutions.md deleted file mode 100644 index abf0c84..0000000 --- a/_sponsors/dedicatedsolutions.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Dedicated Solutions -country: usa -logo: /assets/img/sponsors/dedicatedsolutions.png -address: https://www.dedicatedsolutions.com/ ---- - diff --git a/_sponsors/dtsnet.md b/_sponsors/dtsnet.md deleted file mode 100644 index 8612f50..0000000 --- a/_sponsors/dtsnet.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Dts-Net -country: usa -logo: /assets/img/sponsors/dtsnet.png -address: https://dts-net.com/portal/link.php?id=3 ---- diff --git a/_sponsors/equinix.md b/_sponsors/equinix.md deleted file mode 100644 index 411d1eb..0000000 --- a/_sponsors/equinix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Equinix Metal -country: usa -logo: /assets/img/sponsors/equinix.png -address: https://metal.equinix.com/ ---- - diff --git a/_sponsors/eukhost.md b/_sponsors/eukhost.md deleted file mode 100644 index 2b9c204..0000000 --- a/_sponsors/eukhost.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: eukhost -country: usa -logo: /assets/img/sponsors/eukhost.png -address: http://www.eukhost.com/ ---- - diff --git a/_sponsors/fasthosts.md b/_sponsors/fasthosts.md deleted file mode 100644 index 6f8bc0a..0000000 --- a/_sponsors/fasthosts.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: FastHosts -country: uk -logo: /assets/img/sponsors/fasthosts.png -address: https://www.fasthosts.co.uk/ ---- - diff --git a/_sponsors/gamehost.md b/_sponsors/gamehost.md deleted file mode 100644 index a78cd50..0000000 --- a/_sponsors/gamehost.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: GameHost -country: Finland -logo: /assets/img/sponsors/GameHost.png -address: https://gamehost.io/ ---- diff --git a/_sponsors/heficed.md b/_sponsors/heficed.md deleted file mode 100644 index c6b10e0..0000000 --- a/_sponsors/heficed.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Heficed -country: usa -logo: /assets/img/sponsors/heficed.png -address: http://www.heficed.com/ ---- - diff --git a/_sponsors/host-stage.md b/_sponsors/host-stage.md deleted file mode 100644 index e60d943..0000000 --- a/_sponsors/host-stage.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: HostStage -country: france -logo: /assets/img/sponsors/host-stage.png -address: http://www.host-stage.net/ ---- - diff --git a/_sponsors/hostiserver.md b/_sponsors/hostiserver.md deleted file mode 100644 index 5bf4368..0000000 --- a/_sponsors/hostiserver.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: hostiserver -country: usa -logo: /assets/img/sponsors/hostiserver.png -address: https://www.hostiserver.com/ ---- - diff --git a/_sponsors/hostkey.md b/_sponsors/hostkey.md deleted file mode 100644 index 6f6d2e1..0000000 --- a/_sponsors/hostkey.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: hostkey -country: Netherlands -logo: /assets/img/sponsors/hostkey.png -address: https://www.hostkey.com/ ---- diff --git a/_sponsors/internetx.md b/_sponsors/internetx.md deleted file mode 100644 index e2828ba..0000000 --- a/_sponsors/internetx.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: InterNetX -country: usa -logo: /assets/img/sponsors/internetx.gif -address: http://www.internetx.com ---- diff --git a/_sponsors/introserv.md b/_sponsors/introserv.md deleted file mode 100644 index fa35308..0000000 --- a/_sponsors/introserv.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Introserv -country: netherlands -logo: /assets/img/sponsors/introserv.png -address: https://www.introserv.com/ ---- diff --git a/_sponsors/itsyndicate.md b/_sponsors/itsyndicate.md deleted file mode 100644 index 303ff91..0000000 --- a/_sponsors/itsyndicate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: ITsyndicate -country: Ukraine -logo: /assets/img/sponsors/itsyndicate.png -address: https://itsyndicate.org/ ---- - diff --git a/_sponsors/leaseweb.md b/_sponsors/leaseweb.md deleted file mode 100644 index f1925eb..0000000 --- a/_sponsors/leaseweb.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: leaseweb -country: netherlands -logo: /assets/img/sponsors/leaseweb.png -address: http://www.leaseweb.com/ ---- - diff --git a/_sponsors/liquidweb.md b/_sponsors/liquidweb.md deleted file mode 100644 index 99c16a9..0000000 --- a/_sponsors/liquidweb.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: liquidweb -country: usa -logo: /assets/img/sponsors/liquidweb.png -address: http://www.liquidweb.com/ ---- - diff --git a/_sponsors/lyrahosting.md b/_sponsors/lyrahosting.md deleted file mode 100644 index fcb3f39..0000000 --- a/_sponsors/lyrahosting.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Lyrahosting -country: germany -logo: /assets/img/sponsors/lyrahosting.png -address: https://www.lyrahosting.com/ ---- diff --git a/_sponsors/multacom.md b/_sponsors/multacom.md deleted file mode 100644 index ea061a0..0000000 --- a/_sponsors/multacom.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: multacom -country: usa -logo: /assets/img/sponsors/multacom-240x60.gif -address: http://www.multacom.com/ ---- diff --git a/_sponsors/ndchost.md b/_sponsors/ndchost.md deleted file mode 100644 index 3514be5..0000000 --- a/_sponsors/ndchost.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: NDCHost -country: usa -logo: /assets/img/sponsors/NDCHost.png -address: https://www.ndchost.com/ ---- diff --git a/_sponsors/nexcess.md b/_sponsors/nexcess.md deleted file mode 100644 index a3f5011..0000000 --- a/_sponsors/nexcess.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: nexcess -country: usa -logo: /assets/img/sponsors/nexcess.png -address: http://www.nexcess.net/ ---- - diff --git a/_sponsors/psw.md b/_sponsors/psw.md deleted file mode 100644 index b0da1f8..0000000 --- a/_sponsors/psw.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: psw group -country: usa -logo: /assets/img/sponsors/PSW_Banner_240x60.jpg -address: http://www.psw.net/ ---- - diff --git a/_sponsors/securedservers.md b/_sponsors/securedservers.md deleted file mode 100644 index 4c3e733..0000000 --- a/_sponsors/securedservers.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Phoenix NAP -country: usa -logo: /assets/img/sponsors/PNAP_Banner.gif -address: http://www.securedservers.com/landing/linux-hosting/ ---- diff --git a/_sponsors/serverel.md b/_sponsors/serverel.md deleted file mode 100644 index 9572fc8..0000000 --- a/_sponsors/serverel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: serverel -country: usa -logo: /assets/img/sponsors/serverel.png -address: http://www.serverel.com/ ---- - diff --git a/_sponsors/serverhub.md b/_sponsors/serverhub.md deleted file mode 100644 index 9dfba91..0000000 --- a/_sponsors/serverhub.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: ServerHub -country: usa -logo: /assets/img/sponsors/centos-serverhub.png -address: http://www.serverhub.com ---- diff --git a/_sponsors/servermania.md b/_sponsors/servermania.md deleted file mode 100644 index df5b536..0000000 --- a/_sponsors/servermania.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: ServerMania -country: usa -logo: /assets/img/sponsors/servermania.gif -address: http://servermania.com/ ---- - diff --git a/_sponsors/serverpoint.md b/_sponsors/serverpoint.md deleted file mode 100644 index cfe7082..0000000 --- a/_sponsors/serverpoint.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: serverpoint -country: us -logo: /assets/img/sponsors/serverpoint.png -address: http://www.serverpoint.com ---- - diff --git a/_sponsors/serverpronto.md b/_sponsors/serverpronto.md deleted file mode 100644 index 83a5e98..0000000 --- a/_sponsors/serverpronto.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: serverpronto -country: usa -logo: /assets/img/sponsors/serverpronto_small.gif -address: http://www.serverpronto.com/ ---- - diff --git a/_sponsors/shinjiru.md b/_sponsors/shinjiru.md deleted file mode 100644 index 8c31424..0000000 --- a/_sponsors/shinjiru.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: shinjiru -country: usa -logo: /assets/img/sponsors/shinjirubanner260x60.gif -address: http://shinjiru.com/ ---- diff --git a/_sponsors/stablepoint.md b/_sponsors/stablepoint.md deleted file mode 100644 index 6cd5e8d..0000000 --- a/_sponsors/stablepoint.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Stablepoint -country: usa -logo: /assets/img/sponsors/stablepoint.png -address: https://www.stablepoint.com/ ---- - diff --git a/_sponsors/steadfast.md b/_sponsors/steadfast.md deleted file mode 100644 index a335a82..0000000 --- a/_sponsors/steadfast.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: steadfast -country: usa -logo: /assets/img/sponsors/steadfast.png -address: http://steadfast.net/ ---- - diff --git a/_sponsors/tailoredservers.md b/_sponsors/tailoredservers.md deleted file mode 100644 index aa63f5b..0000000 --- a/_sponsors/tailoredservers.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Tailor Made Servers -country: usa -logo: /assets/img/sponsors/tailoredservers.png -address: http://www.tailoredservers.com ---- - diff --git a/_sponsors/trabia.md b/_sponsors/trabia.md deleted file mode 100644 index 0931054..0000000 --- a/_sponsors/trabia.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: trabia network -country: usa -logo: /assets/img/sponsors/trabia.png -address: https://www.trabia.com/ ---- - diff --git a/_sponsors/vhostvn.md b/_sponsors/vhostvn.md deleted file mode 100644 index f09ba86..0000000 --- a/_sponsors/vhostvn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: vHost -logo: /assets/img/sponsors/vhostvn.gif -address: http://vhost.vn/ ---- - diff --git a/_sponsors/virtualsystems.md b/_sponsors/virtualsystems.md deleted file mode 100644 index ab38b50..0000000 --- a/_sponsors/virtualsystems.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Virtual Systems -country: ukraine -logo: /assets/img/sponsors/vsys.png -address: https://vsys.host/ ---- diff --git a/_sponsors/vultr.md b/_sponsors/vultr.md deleted file mode 100644 index 9116619..0000000 --- a/_sponsors/vultr.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Vultr -country: usa -logo: /assets/img/sponsors/vultr.png -address: https://www.vultr.com/ ---- diff --git a/_sponsors/webnx.md b/_sponsors/webnx.md deleted file mode 100644 index 1e84bdb..0000000 --- a/_sponsors/webnx.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: webnx -country: usa -logo: /assets/img/sponsors/webnx1.png -address: http://www.webnx.com ---- - diff --git a/_sponsors/wehaveservers.md b/_sponsors/wehaveservers.md deleted file mode 100644 index 9943e89..0000000 --- a/_sponsors/wehaveservers.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: WeHaveServers -country: romania -logo: /assets/img/sponsors/wehaveservers.png -address: https://www.wehaveservers.com/ ---- diff --git a/_sponsors/whitelabelitsolutions.md b/_sponsors/whitelabelitsolutions.md deleted file mode 100644 index 40812f5..0000000 --- a/_sponsors/whitelabelitsolutions.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Whitelabel ITSolutions -country: usa -logo: /assets/img/sponsors/whitelabelitsolutions.gif -address: http://whitelabelitsolutions.com/ ---- - diff --git a/_sponsors/wowrack.md b/_sponsors/wowrack.md deleted file mode 100644 index 3c4eca7..0000000 --- a/_sponsors/wowrack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: wowrack -country: usa -logo: /assets/img/sponsors/wowrack.png -address: http://www.wowrack.com/ ---- diff --git a/about.md b/about.md deleted file mode 100644 index 84ac372..0000000 --- a/about.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: About CentOS -layout: aside ---- - -## CentOS Linux - -The CentOS Linux distribution is a stable, predictable, manageable and -reproducible platform derived from the sources of Red Hat Enterprise Linux -(RHEL). We are now looking to expand on that by creating the resources needed -by other communities to come together and be able to build on the CentOS Linux -platform. And today we start the process by delivering a clear governance -model, increased transparency and access. In the coming weeks we aim to publish -our own roadmap that includes variants of the core CentOS Linux. - -Since March 2004, CentOS Linux has been a community-supported distribution -derived from sources freely provided to the public by Red Hat. As such, CentOS -Linux aims to be functionally compatible with RHEL. We mainly change packages -to remove upstream vendor branding and artwork. CentOS Linux is no-cost and -[free to redistribute](/legal). - -CentOS Linux is developed by a small but growing team of core developers. In -turn the core developers are supported by an active user community including -system administrators, network administrators, managers, core Linux -contributors, and Linux enthusiasts from around the world. - -Over the coming year, the CentOS Project will expand its mission to establish -CentOS Linux as a leading community platform for emerging open source -technologies coming from other projects such as OpenStack. These technologies -will be at the center of multiple variations of CentOS, as individual downloads -or accessed from a custom installer. Read more about the [variants](/variants) -and [Special Interest Groups](http://wiki.centos.org/SpecialInterestGroup) that -produce them. - -## The CentOS Project - -The CentOS Project is a community-driven free software effort focused around -the goal of providing a rich base platform for open source communities to build -upon. We will provide a development framework for cloud providers, the hosting -community, and scientific data processing, as a few examples. We work with -several 'upstream' communities to help them layer and distribute their software -more effectively on a platform they can rely on. - - -### The Governing Board - -The CentOS Governing Board is made up of members of the CentOS Project, many of -whom have been around since the creation of the Project, as well as new members -from Red Hat who were instrumental in bringing the new relationship together. -The focus of the Governing Board is to curate the CentOS Project, assist and -guide in the progress and development of the various SIGs, as well as to -promote CentOS Linux. For more information read the [governance -page](/about/governance). - -### The Project Structure - -The CentOS Project is modelled on the structure of the [Apache -Foundation](http://apache.org), with a governing board that oversees various -semi-autonomous [Special Interest Groups or -'SIGs'](http://wiki.centos.org/SpecialInterestGroup). These groups are focused -on providing various enhancements, addons, or replacements for core CentOS -Linux functionality. A few notable examples of SIGs are: - -* [Core](http://wiki.centos.org/SpecialInterestGroup/Core) - Building and releasing the core CentOS Linux platform. -* [Xen4CentOS](http://wiki.centos.org/Manuals/ReleaseNotes/Xen4-01) - Providing Xen4 support for CentOS 6 -* [CentOS Design](http://wiki.centos.org/ArtWork) - Improving the user experience with high quality artwork diff --git a/about/governance.md b/about/governance.md deleted file mode 100644 index 287d76a..0000000 --- a/about/governance.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: "Governance" -layout: aside ---- - -The CentOS Project has two main levels of governance - The Board of Directors (“The Board”), and Special Interest Groups (SIGs). - -The Board is responsible for the governance and administration of the project as a whole, and the overall vision and direction of the project. - -SIGs are responsible for technical work, and the direction of that work. - -In addition to these formal tiers of governance, the project is driven by volunteer developers who sustain the project by their work and contributions. - -## The CentOS Project Mission Statement - -CentOS aims to make Enterprise Linux better by providing project -resources for contributors with similar interests to collaborate -and/or communicate about the experience for everyone within our -ecosystem. Whether it is artwork, development, discussion, or -troubleshooting - CentOS should provide a clear way to get involved -for contributors of all skill and interest levels. - -## The CentOS Board of Directors - -The focus of the Governing Board is to assist and guide in the progress and -development of the various SIGs, as well as to lead and promote CentOS. - -The CentOS Governing Board is the governing body responsible for the overall -oversight of the CentOS Project and SIGs, the creation of new SIGs, and the -election (and re-election) of new board members. The Board also has the -responsibility to ensure the goals, brands, and marks of the CentOS Project and -community are protected. The Board serves as the final authority within the -CentOS Project. - -[Structure and Policies of the Board of Directors](board/) - -The current membership of the CentOS Governing Board is: - -* Josh Boyer -* Davide Cavalca -* Troy Dawson -* Brian Exelbierd ([Liaison](/about/governance/board-responsibilities/#red-hat-liaison-responsibilities)) -* Johnny Hughes -* Amy Marrich (Chair) -* Mike McLean -* Jeffrey Osier-Mixon -* Thomas Oulevey (Secretary) -* Pat Riehecky (Co-Chair) - -Also in regular attendance: - -* Shaun McCance (Community Architect, attendee ex-officio) - -## Special Interest Groups - -Special Interest Groups (SIGs) are smaller groups within the CentOS community that focus on a -small set of issues, in order to either create awareness or to focus on development along a specific topic. - -[Further details, and list of SIGs](https://wiki.centos.org/SpecialInterestGroup) - - -## More information - -* [Governing Board responsibilities](/about/governance/board-responsibilities) -* [SIGs](/about/governance/sigs) -* [Joining the project](/about/governance/joining-the-project) -* [Voting](/about/governance/voting) -* [Appendix: Glossary](/about/governance/appendix-glossary) - diff --git a/about/governance/appendix-glossary.md b/about/governance/appendix-glossary.md deleted file mode 100644 index 582c2f3..0000000 --- a/about/governance/appendix-glossary.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Glossary" -layout: aside ---- - -## Meritocracy - -In the free and open source software communities, meritocracy is one of the 3 -main governance models in use and is likely the most popular, powerful, and -successful. However, there is still, at times, confusion over how exactly this -model works. - -First and foremost, the basic tenet behind meritocracy is that people gain -merit by their actions and activities within the community. What actually -comprises that merit is determined by the pre-existing community itself, and so -there exists an internal, stabilizing feedback system that prevents a healthy -meritocracy from going askew. This basis of "what is merit" and "how one earns -it" is self-defined and known within the community and can, and does, vary from -community and project. For example, one FOSS project/community may value simple -coding capability above all, and thus heavy-coders will gain merit quickly, -whether they do so as volunteers or are paid to do so, and whether they work -well with others or not. Other communities value a healthy balance of coding -skills with consensus-based collaboration skills, whereas others also include -the individual's personal stake in the project (how much they are personally -involved and invested). - -As the above shows, a meritocracy is not, therefore, a democracy proper but a -pseudo-republic. The wants and desires of the community are weighed in the -atmosphere of merit that enables access and control. - -## Consensus decision making - -One practice of meritocracy is the consensus-based decision model. From -http://en.wikipedia.org/wiki/Consensus_decision-making, "Consensus -decision-making is a group decision making process that seeks the consent of -all participants." In practice, it is different from a majority-vote-wins -approach. In the CentOS Project a discussion toward a decision follows this -process: - -1. A proposal is put forth and a check for consensus is made. - 1. Consensus is signified through a +1 vote. -1. A check is made for any dissent on the proposal. - 1. Reservations? State reservation, sometimes with a '-1' signifier - 1. Reservations about the proposal are worked through, seeking consensus to resolve the reservations. - 1. A reservation is not a vote against the proposal, but may turn into a vote against if unresolved. It is often expressed with an initial -1 vote to indicate reservations and concerns. This indicates there is still discussion to be had. - 1. Stand aside? No comment, or state concerns without a -1 reservation; sometimes the '-0' signifier is used. - 1. This option allows a member to have issues with the proposal without choosing to block the proposal, by instead standing aside with a +/-0 vote. - 1. The stated concerns may influence other people to have or release reservations. - 1. Block? Vote '-1' with reasons for the block. - 1. This is a complete block on a proposal, refusing to let it pass. A block is a -1 vote and must be accompanied with substantive arguments that are rooted in the merit criteria of the Project -- protecting the community, the upstream, technical reasons, and so forth. - -Block (-1) votes used as a veto are typically used only when consensus cannot otherwise be met, and are effectively a veto that any sitting Board member can utilize with sufficient substantiation. diff --git a/about/governance/board-diagram-involvement.png b/about/governance/board-diagram-involvement.png deleted file mode 100644 index dafd110..0000000 Binary files a/about/governance/board-diagram-involvement.png and /dev/null differ diff --git a/about/governance/board-responsibilities.md b/about/governance/board-responsibilities.md deleted file mode 100644 index c323295..0000000 --- a/about/governance/board-responsibilities.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Responsibilities" -layout: aside ---- - -## CentOS Governing Board Responsibilities -* Guidance and leadership over the ultimate Project roadmap. -* Community outreach. -* Maintenance of health and viability of CentOS community. -* Maintenance of a healthy and proactive relationship with the Project users and consider those needs and uses in decisions. -* Coordination of Project messaging. -* Overall Project leadership as the final escalation point for decisions unable to be resolved effectively at the SIG level. -* Approval of new SIGs and changes to SIGs charters. -* Approval of new contributors as requested by SIGs. -* Approval of SIG graduations. -* Oversight of SIG variants, including those that may fork or drive the core base OS. At a minimum, - * There must be overwhelming community support for this; - * It must be net-positive or, at least, net-neutral to the core. -* Trademark and brand oversight. - * Create Git licensing and contribution policies. -* Appointment of Board Chair. -* Appointment of new Board members. -* Re-appointment of Board members after 12 month term of service. - -## Individual Governing Board Member Responsibilities -* Work with SIGs as mentors to help SIGs reach effective stability and self-sustainability. -* Act as leaders across the community, generally and as appropriate. - * Continue to be active in one or more SIGs. -* Attend Board meetings on a regular basis via the agreed-upon meeting methods. - * Occasionally be available on short notice or for important Board business, electronically or in person. - * Be responsive to highly important or critical items raised by the Chair or Liaison (both defined below), including attending urgent or emergency Board meetings, to provide a quorum and conduct voting or other necessary actions. -* Strive to conduct Board business transparently following the principles of the open source way. - -[More detail on director requirements and responsibilities](/about/governance/director-requirements) - -The CentOS Governing Board shall include two named roles: a Chair and a Liaison, which shall be present at all times on the Board. The Board is responsible for appointing one Board member as Chair. Red Hat is responsible for appointing the Liaison role to a Board member, who must be a Red Hat employee. - -## Chair Responsibilities -* Organize and run the Board meetings. -* Be the coordinating and lead voice for the Project. -* Coordinate the Board to set direction and articulation thereof. -* Focus on helping the Board to reach consensus. -* Guide the Board in transparency and practicing the open source way in leadership and decision making. - -## Red Hat Liaison Responsibilities -* Provide the perspective and insights to the Board on Red Hat business (including potential legal, ecosystem, and security concerns) by acting as the interface for various Red Hat constituencies. -* Allow for the Board to bring concerns or perspectives from the community to Red Hat. -* The Liaison may be requested by the Board Chair to escalate a decision beyond the Board in some cases when the Board cannot reach consensus. This is discussed in the section on The Role of the Liaison. - -The Liaison is required to be a Red Hat employee, which will enable this person to be an effective bi-directional conduit between Red Hat and the CentOS Project. The Chair, however, can be anyone selected by the Board from among its members. The Liaison may be rotated at any time to an alternate Red Hat employee who is a Board member. Newly appointed Board members may also hold the Liaison seat. The Chair and the Liaison cannot be the same person. - -The Board will operate under the principles of [meritocracy](/about/governance/appendix-glossary/#meritocracy), having the Board be driven by a [consensus-based decision model](/about/governance/appendix-glossary/#consensus-decision-making). This model fosters an active healthy debate that furthers the Project while recognising its relationship to Red Hat's product source, the new formal relationship with Red Hat, and preserving the viability of the key upstream that feeds it. diff --git a/about/governance/board.md b/about/governance/board.md deleted file mode 100644 index c86ee3d..0000000 --- a/about/governance/board.md +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: "Board of Directors" -title_lead: Structure and Policies -layout: aside ---- - -**This document is a work in progress.** - -## The Board of Directors - -The board consists of 8-11 members, tasked with the oversight of the CentOS Project as a whole. The current membership of the board shall be published on the CentOS Website, and in the Board git repository. - -### Director/Board responsibilities - -The Board provides guidance and leadership over the project roadmap as a whole. They are responsible for the health of the entire CentOS Project, and ensuring that it operates legally, ethically, and by the principles of open source communities. - -Directors are individually, and collectively, responsible for the transparent and ethical behavior of the Board as a whole. Directors are expected at all times to act in the best interests of the project as a whole. Directors must therefore have the ability to debate, understand, and balance sometimes opposing CentOS Project objectives. - -The Board is responsible for overseeing the project's image, outreach, and public statements. The Board are the custodians of the project brand and public image. - -The Board is responsible for setting and enforcing policies, including things such as governance, contribution, and licensing policies. Legal policies or aspects are discussed with Red Hat Legal through the Red Hat Liaison as needed. - -They are responsible for ensuring that the project serves its users, and remains in a healthy productive relationship with Red Hat, on which the project depends for its continued success. The board may be called on to act as liaison to other external stakeholders, such as software projects which rely on CentOS as their deployment platform. - -#### Relationship to SIGs - -The Board will evaluate new SIG proposals, and determine whether a SIG is a good fit for the CentOS Project. They will work with the Red Hat Liaison to ensure that SIGs are not created that cause a direct conflict with Red Hat business interests. Once a SIG is approved, The Board will work with the SIG to ensure that it is operating according to the principles of the CentOS Project, until such time as it reaches maturity and is self-governing. The Board’s role in SIGs is discussed in greater detail in the section ‘Special Interest Groups’, below. - -Directors are the leaders of the community, both internally, and in the eyes of the public. Directors are expected to represent the consensus of the CentOS Project, and the Board as a whole, when they speak externally, especially to the press, at events, or in other public statements. - -Directors will attend Board meetings. It is understood that life may sometimes intervene and make this impossible. However, directors are expected to make every reasonable effort to attend all meetings. Additionally, directors may occasionally be asked to respond on shorter notice to Board business, either via email, or in impromptu meetings. They are expected to make every reasonable effort to do so in a timely manner. If a director expects to be absent at a meeting where a major decision is to be made, they are responsible for indicating their position via email, or by designating a proxy for their vote. - -Directors are expected to consider, and respond to, email sent to the board mailing list(s) in a timely manner, so that issues raised between meetings can be addressed without the community having to wait for another meeting. However, it’s important to remember that this is a volunteer position, and it is always understood that other things (family, job, vacation time) take precedence sometimes. - -Directors are expected to subscribe to, and periodically check on new issues raised on the Board issue tracker - https://git.centos.org/centos/board/issues - which is the primary way that the community raises issues to the Board. - -While SIGs and other parts of the community are expected to be largely self-governing, the Board serves as the final point of appeal for any disagreements or conflicts that arise in other parts of the community. - -The CentOS Governing Board is the governing body responsible for the overall oversight of the CentOS Project, CentOS Linux and CentOS Stream, and Special Interest Groups (SIGs). They are responsible for creation of new SIGs, and the election (and re-election) of board members. - -#### Brands and Trademarks - -The Board also has the responsibility to ensure the goals, brands, and marks of the CentOS Project and community are protected. - -#### Relationship to Red Hat - -The Board is responsible for managing the relationship with Red Hat, and, more specifically, the Red Hat Enterprise Linux (RHEL) team and Community Platform Engineering (CPE). - -#### Directors are Individuals - -Board membership is an individual role. Directors do not act on behalf of their employer, with the important exception of the Red Hat Liaison (See below). If a director feels that they cannot act in the best interests of the project, even when it might not be the preferred decision of their employer, or if doing so may negatively impact their employment, they are probably not an ideal candidate. Nominated candidates should discuss this with their employer and management, and make this expectation clear to them, so that this does not come as a surprise to them at some later date. Furthermore, a director’s employer should not issue public statements that imply that their employee is acting as a representative of the corporation. - -Board membership is a volunteer role, and is not compensated. - -The board may delegate any of these responsibilities to a SIG or board-appointed Officer, whose work they will then oversee. - -### Term - -The term of board shall be 12 months. There are no limits on the number of terms that an individual director can serve. However, the 12 month cadence allows board members to commit to a short term of service, and reevaluate their availability and interest at regular intervals. - -In order to ensure that, at most, half of the board is replaced at any one time, the Board will be divided into two cohorts, which will be staggered by six months, such that half of the board members are either reconfirmed, or replaced, every six months. This is done in order to ensure continuity of knowledge, even if a majority of the board turns over in a given term. - -The Board Chair will be responsible for ensuring that this is on the agenda at six month intervals, or as soon thereafter as scheduling is possible, and that a nomination period is announced prior to this meeting, in the event that there are directors stepping down. (See also, “[Mid-term appointments](#mid-term-appointments)” below, for directors that depart before the usual end of term.) - -### Appointment of Board members. - -The Board shall consist of 8 to 11 members, the exact number to be determined, and announced, prior to the appointment of a new board. - -Board members are selected by the existing board members, from a pool of candidates proposed by the larger community. The community should be notified of an upcoming term at least 30 days in advance of the meeting in which the new board will be selected. - -#### Nomination - -The CentOS Community (specifically, the centos-devel mailing list) will be asked for nominations, 31 days prior to a board meeting in which directors will be appointed. At this time, the board will determine how many seats will be available, based on whether any directors are stepping down, and how many seats, total, the board wishes to have on the next board. - -It is important to remember that the Board selects directors, and that the decision is made by the sitting board, not by the larger community. - -Suggested names shall be collected, and presented to the board for deliberation and voting. - -Directors will typically be nominated based on their merit in the community. This includes, but is not limited to, active participation in the CentOS Project, and a clear understanding of project goals and governance. The community may decide, however, to nominate an “outsider”, if they believe that the new perspective of a potential candidate will be in the best interests of the project. - -#### Vote/Appointment process - -The sitting board, being presented with the list of nominated directors, will determine, in a process to be decided by the chair and the sitting board, which of the nominated individuals will be selected for the available seats. (Specific mechanics of voting are a matter of implementation, not a matter of bylaws. Current process is documented [here](____)) - -Directors are expected to carefully weigh the balance between welcoming new members, and maintaining continuity between terms, with the interests of the entire community as their highest priority. - -#### Mid-term appointments - -In the event that the number of active directors drops below the minimum number, due to a director leaving the board for whatever reason, the board shall replace that seat by holding an out-of-schedule appointment, using the usual process defined above, in order to retain the desired number of seats. - -### Out-of cadence removal - -A director may be removed by the board by resignation, death, or by an act of the other directors. - -#### Resignation - -A director may also, at any time, resign for reasons of their own, without being expected to provide a reason either to the board or the larger community, as this is a volunteer position. They are requested to provide a 30 day notice of such resignation if this is at all possible. - -#### Activity - -All directors are contacted by the Community Architect towards the end of their cohort period during the year to determine if they wish to continue serving. It is important for the community and the project that directors are -active and participating. While it is understood that members of the board (not including the laison) are volunteers, it is important that directors are accessible. As such not attaining the following criteria could result in a director being considered inactive: - -* Absence from 3 consecutive Board meetings without prior communication -* Lack of response to the Community Architect participation inquiry within 2 months -* No response to direct communication in multiple forms for 3 months - -Note: Communication can be public, or privately to the Community Architect or Chair - -#### Removal by the board - -A director may be removed from their seat by consensus of sitting directors minus the director in question, for dereliction of duty, misconduct, conflict of interests, violation of the project Code of Conduct, or other offence to be determined by the board, or reported via the Code of Conduct process. The board is reminded that their highest duty is to the CentOS Project as a whole, and are instructed to put this duty above personal allegiances, in the event that such an eventuality arises. - -### Named roles - -The CentOS Governing Board shall include three named roles: a Chair, a Secretary and a Liaison, which shall be present at all times on the Board. The Board is responsible for appointing one Board member as Chair. Red Hat is responsible for appointing the Liaison role to a Board member, who must be a Red Hat employee. The Board will determine a Secretary from among its members. Any given individual may serve in only one of these positions. - -In addition to these named Board roles, Red Hat may provide a full-time Community Architect to the project. The Community Architect has a standing invitation to all board meetings, and to the board mailing list. - -These four roles are discussed in greater detail below. - -#### Chair - -Each time new directors are seated, a Chair shall be selected from the sitting directors. - -The Chair shall organize and run the Board meetings, at least once a month, and provide advance notice thereof to directors, and to the larger CentOS Community. The Chair is responsible for maintaining the standing invitation list, and extending that invitation, with attendance details, to those individuals. - -The Chair is the final spokesperson for the project. As the “voice of the project”, the Chair is the final arbiter and approver of public statements made by the Project. They may, however, delegate that role to others from time to time, or on particular topics. - -The Chair will act as the driver in board meetings, and in on-list discussions, in order to help the Board to reach consensus and resolve conflicts, and keep the discussion on track and on topic. This may include calling a vote to decide contentious issues. - -The Chair will guide the Board in transparency, and practicing the open source way, in leadership and decision making. - -#### Secretary - -At the beginning of each term, a Secretary shall be selected for that term. The Secretary may be a director, but this is not required. A Secretary selected from outside of the directors need only be someone that the directors all trust to keep confidentiality of meeting details when necessary. - -The Secretary’s responsibilities shall be as follows. - -The Secretary will schedule meetings at times agreed upon by the directors, will announce these meetings to attendees at least a week in advance of the meeting, and will provide invited attendees with the agenda for the meeting. (Meetings are typically held on the Second Wednesday of each month, but this may be changed at the desire of the directors.) - -The Secretary will determine when quorum has been reached, and advise the Chair of such, so that meetings may be called into session. They will note what directors are present and absent, and when directors arrive late or leave early, so as to track who was involved in which parts of the discussion. - -The Secretary will act as the Chair, in the absence of the Chair, or delegate this role to another attendee selected from the directors or other roles named in this document. - -The Secretary will take minutes during the meeting, and, upon approval of the board, publish those minutes to a public location such as the CentOS Blog, for inspection by the community. Minutes shall also be stored in git.centos.org/centos/board for permanent archival. - -Between meetings, the Secretary will collect items for the next meeting’s agenda. - -#### Red Hat Liaison - -Red Hat will appoint one Director to serve as the Red Hat Liaison. - -The Liaison will provide the perspective and insights to the Board on Red Hat business (including potential legal, ecosystem, and security concerns) by acting as the interface for various Red Hat constituencies. - -Conversely, the Liaison will also allow for the Board to bring concerns or perspectives from the community to Red Hat. They will notify the board when a topic under discussion is likely to cause concern with some group within Red Hat. - -The Liaison may be requested by the Board Chair to escalate a decision beyond the Board in some cases when the Board cannot reach consensus. - -The Liaison is required to be a Red Hat employee, which will enable this person to be an effective bi-directional conduit between Red Hat and the CentOS Project. The Liaison may be rotated at any time to an alternate Red Hat employee who is a Board member. Newly appointed Board members may also hold the Liaison seat. The Liaison may not serve as Chair. - -The Liaison also has the role of dealing with issues such as security, export, or items that have a direct legal or other Red Hat business connection for the Project, and on issues of such business may have an additional role as defined by the following: -A. If a decision/solution cannot be found on an issue that is deemed time and/or business critical by Red Hat then, after a reasonable time, the Liaison may be requested by the Chair to seek assistance from Red Hat in making the decision, obtaining additional input from Red Hat executives, engineers, and stakeholders. -B. The Liaison may, in exceptional circumstances, make a decision on behalf of the Board if a consensus has not been reached on an issue that is deemed time or business critical by Red Hat if: (1) a board quorum (i.e., a majority) is present or a quorum of Board members has cast their votes; or (2) after 3 working days if a Board quorum is not present at a meeting or a quorum has not cast their votes (list votes); provided that the Chair may (or at the request of the Liaison, will) call a meeting and demand that a quorum be present. -The Board of Directors may, at any time, petition the Red Hat RHEL BU to replace or remove the Liaison for dereliction of duty, violation of the Code of Conduct, or other reasons agreed upon by the Board and presented to the Liaison’s management. - -#### Community Architect - -The Community Architect serves as an ex-officio member of the board of directors - that is, attends board meetings and may speak on issues there, but does not have a vote on Board matters. - -The Community Architect’s primary responsibility is to be the voice of the CentOS Community, to the Board of Directors, to the world at large, and to Red Hat. In this last regard, the Community Architect serves as the counterpart to the Red Liaison. Specifically, the Community Architect does not represent Red Hat’s interests to the community, the board, and the world. - -The Community Architect is an employee of the Open Source Program Office at Red Hat. - -The Community Architect’s day to day responsibilities include, but are not limited to: - -* Chairing the Promo SIG, and, specifically, running events on behalf of the CentOS Community -* Primary editor/publisher of the monthly community newsletter -* Representing the interests of the community, and the SIGs, to the Board of Directors, and advocating for the complaints of these constituents -* Managing the budget provided by Red Hat OSPO, for the benefit of the community - -The Board of Directors may, at any time, petition the Red Hat OSPO to replace or remove the Community Architect for dereliction of duty, violation of the Code of Conduct, or other reasons agreed upon by the Board and presented to the CA’s management. - - diff --git a/about/governance/director-requirements.md b/about/governance/director-requirements.md deleted file mode 100644 index b1301c3..0000000 --- a/about/governance/director-requirements.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Director Requirements" -layout: aside ---- - -## Director Requirements - -The CentOS Board of Directors provides oversight and direction for the CentOS Project. As such, certain things are expected of Board members. The following are the high-level expectations for Directors, which should guide who should be nominated for Director positions, and should guide whether one should accept such a nomination in good faith. - -You are expected to have read and understood documentation related to governance of the project. At this time, that consists of: - - * [centos.org/about](https://www.centos.org/about/) - * [centos.org/about/governance/](https://www.centos.org/about/governance/) - * [centos.org/about/governance/board-responsibilities](https://www.centos.org/about/governance/board-responsibilities/) - * [wiki.centos.org/SIGGuide](https://wiki.centos.org/SIGGuide) - * [centos.org/about/governance/joining-the-project](https://www.centos.org/about/governance/joining-the-project/) - * [centos.org/about/governance/voting](https://www.centos.org/about/governance/voting/) - -*We are working on updated, consolidated governance documents at this -time, so the above list is subject to change.* - -Directors are expected to attend the monthly meetings, which, at present, are scheduled on the second Wednesday of each month. Each new Board cohort is at liberty to change the exact timing of Board meetings to best accommodate the currently-sitting members. Board meetings typically run one hour. - -Directors are expected to consider, and respond to, email sent to the Board mailing list(s) in a timely manner, so that issues raised between meetings can be addressed without the community having to wait for another meeting. However, it’s important to remember that this is a volunteer position, and it is always understood that other things (family, job, vacation time) takes precedence sometimes. - -Directors are expected to subscribe to, and periodically check on new issues raised on the [Board issue tracker](https://git.centos.org/centos/board/issues), which is the primary way that the community raises issues to the Board. - -Directors *do not* act on behalf of their employer, with the important exception of the [Red Hat Liaison](https://www.centos.org/about/governance/board-responsibilities/#red-hat-liaison-responsibilities). Board membership is an individual role. If you feel that you cannot act in the best interests of the project, even when it might not be the preferred decision of your employer, or if doing so may negatively impact your employment, this is not the role for you. You should discuss this with your employer and your management, and make this expectation clear to them, so that this does not come as a surprise to them at some later date. Furthermore, your employer should not issue public statements that imply that you are their representative. - -Directors will typically be nominated based on their merit in the community. This includes, but is not limited to, active participation in the CentOS Project, and a clear understanding of project goals and governance. The community may decide, however, to nominate an “outsider”, if they believe that the new perspective of a potential candidate will be in the best interests of the project. - diff --git a/about/governance/governance-greenhouse.png b/about/governance/governance-greenhouse.png deleted file mode 100644 index abefde2..0000000 Binary files a/about/governance/governance-greenhouse.png and /dev/null differ diff --git a/about/governance/governance-structure-diagram.png b/about/governance/governance-structure-diagram.png deleted file mode 100644 index 5ded58d..0000000 Binary files a/about/governance/governance-structure-diagram.png and /dev/null differ diff --git a/about/governance/joining-the-project.md b/about/governance/joining-the-project.md deleted file mode 100644 index 4bd6961..0000000 --- a/about/governance/joining-the-project.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Joining the Project" -layout: aside ---- - -There are 3 primary paths within the CentOS Project for individuals to obtain and grow merit. -The main path is by proving yourself within a SIG or between SIGs (if the SIGs are related in such a way that merit would be transferred.) -A second path is to get involved in the primary technical SIG, CentOS Core. -A third path is to be part of the Governing Board. - -## Variant or Functional SIGs -Individuals wishing to participate in the CentOS Project typically start as users then contributors and eventually committers to a SIG. A contributor is anyone who contributes something to the Project, such as documentation, code, forum help, wiki edits, IRC moderating, and so forth. A committer is a contributor who has gained the right through merit to commit their own contributions directly to Project source repositories, such as git.centos.org (code) and wiki.centos.org (documentation.) - -The initial level of effort required is quite low, and generally consists of those who use CentOS and submit bug reports and patches to the build, or other contributions as per a SIG's needs. By creating a steady reputation in helping out a SIG, the SIG team may decide to provide that person with commit access (to any stream of contributions required to show and gain merit, such as code, wiki articles, design artifacts, etc.) under the watchful eye of an assigned mentor. The individual is expected to grow in merit enough that the mentor is no longer required, and at the request of the mentor, the individual becomes a peer within the SIG committer group. The structure in a SIG is flat and a peer with 1 month of experience has as much of a voice about project direction as one with 1 or more years. - -## CentOS Core SIG -A SIG with a higher barrier to entry is the CentOS Core SIG, which has the ultimate say in technical and directional decisions related to the build and components in the core. The CentOS Core SIG team is selected for membership from the CentOS Core SIG committer group, as voted on by the current team. Obtaining core team membership requires current members to give at least 3 +1 votes and no -1 votes. A -1 vote on core team membership must be based on a substantive reason, such as technical, Project merit, community behavior, etc. - -A SIG that consistently has a significant number of -1 votes, especially from a single person, indicates an issue that should be brought to the attention of the Board , as it may be an indicator of a dis-functional SIG and may adversely impact the meritocracy. - -## Board Members -Each Board member appointed or reconfirmed by the Board will be selected based on merit. Merit criteria have been defined to recognize, among other things, active participation in the CentOS Project, an understanding of the Project, and an understanding and ability to balance the objectives derived from the relationship with its Red Hat-based upstream. In this regard, Candidate Board members must: - -* Have demonstrated, including through active participation and contribution to the broader aspects of running the CentOS Project for an extended period of time, a solid understanding of and motivation to foster a healthy relationship to its upstream, the factors that influence and guide that ecosystem, and the need to maintain the health and vitality of that ecosystem. -* Promote CentOS and the needs of the community projects in CentOS to achieve active and vibrant adoption in the community for CentOS. -* Have the ability to debate, understand, and balance sometimes opposing CentOS Project objectives. -* Have a solid understanding of meritocracy, the merit criteria and running, operating, and/or governing a large scale FOSS community project. - -Based upon the merit criteria, the existing Board may nominate additional Board members. The Board must consist of at least 8 members and is capped at a total of 11 members. The Board values user representation on the Board directly through members seated on the Board who have met the merit criteria. This is in addition to the indirect user community influence via interactions with individual Board members. - -As the new CentOS grows and learns, the CentOS community may propose to the Board and/or the Board may propose its own changes to the governance and/or the merit criteria to account for, among other things, confusion or inadequacies. diff --git a/about/governance/sig-maturity-crossover.png b/about/governance/sig-maturity-crossover.png deleted file mode 100644 index 6339755..0000000 Binary files a/about/governance/sig-maturity-crossover.png and /dev/null differ diff --git a/about/governance/sigs.md b/about/governance/sigs.md deleted file mode 100644 index e79168a..0000000 --- a/about/governance/sigs.md +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: "The CentOS SIGs" -title_lead: | - The Special Interest Groups (SIGs), are the teams responsible for their - specific CentOS Project variants. Variants are specialized and focused rebuilds - of CentOS to meet the needs and requirements of their corresponding communities - and the technology associated with those communities. -layout: aside ---- - -SIGs are usually self-forming around a technology by a small community of -enthusiasts and interested parties. In addition to the existing CentOS SIGs, it -is expected that additional SIGs, as approved by the CentOS Board, will be -created. - -Each group will be responsible for its own variant in CentOS that is -specifically targeted towards its community (e.g., The CentOS FooBar SIG -creates a CentOS variant targeted to FooBar users and developers, the CentOS -Hosting SIG builds a variant for web hosters, included in the CentOS -distribution). The SIG is the deciding authority on what is required in their -variant to satisfy the needs of their community, with the understanding that -the Board has ultimate oversight as explained elsewhere. If required, the -CentOS Board will help the individual SIGs to reach consensus on any issues or -problems. - -SIGs are the only way for an entity to use and associate the CentOS brand with -a variant. You can always use Git and the repo to fork and try-out ideas, but -only those packages in git.centos.org and released and signed by CentOS can be -called 'CentOS'. - -Another type of SIG is functional, focused on maintaining parts of the Project -itself, such as infrastructure, documentation, and design. A unique SIG is the -Core SIG that builds and maintains the core CentOS derivative of Red Hat -Enterprise Linux. It is unique because it is the central, orchestrating -platform that all other variants are built from. - -## CentOS Core SIG Responsibilities - -* Build the CentOS release. -* _Sign_ the CentOS release. -* Push official CentOS releases to the initial mirror. -* Coordinate with upstream as required. -* Accept changes into Git. - * Manage Git licensing and contribution policies. - -## Variant SIG Responsibilities - -* Create and maintain one or more variations with technology in CentOS on top of or modifications to the core base. -* Foster a user community as a primary purpose of the variant. - * Keep the Project artifacts (the variant) relevant and useful to the user community. -* Ensure the software brought in to support the variant is licensed and prepared properly for packaging and distribution as part of the CentOS Project. -* Oversee inclusions of code related to the variant in to git.centos.org. -* Conduct the business of the SIG following accepted open source practices around meritocracy and consensus decision making. - -## Functional SIG Responsibilities -* Accountable for designing, building, and maintaining key Project component(s). -* Make the functional area open for participation, with barriers to contribution as low as feasible and reasonable. -* Foster a community of users and doers around the functional aspect, to share the responsibility, workload, and innovation. -* Work within given legal constraints and requirements. - -## SIG Governance - -
- SIG Governance -
- -The SIGs themselves also have a merit path toward autonomy and accountability -for Project aspects. The determination of merit level is reflected in the -amount of oversight required by the Board and the SIGs ability to self-sign and -release software builds. As merit increases, Board oversight goes down, with a -transition spot in the middle where the SIG naturally obtains more autonomy, -usually toward the end of the "Early" phase. - -__Sandboxes__ are the entry point for all proposed SIGs. To enter, there must -be a Champion from or approved by the Board and a proposal (which indicates the -reason for the SIG, the expected audience, initial team, risks, etc.) For a SIG -to be created, there must be at least 3 +1 votes from the Board (NOT including -the Champion) and zero (nil) -1 votes. When approved, the Champion becomes the -formal Mentor of the Sandbox SIG. - -Sandboxes cannot make formal releases, but can create releases that allow -people, developers, etc. to use, test, and play with the build. Sandboxes are -also closely monitored by the Board to ensure that they are attracting interest -and developers and users are learning the ropes regarding SIG operation. All -new committers, developers, SIG core team members, etc. must be approved by the -Board. - -SIGs that have expressed a level of merit, as determined by the Board, will -move to the __Early__ SIG stage (Sandboxes can request graduation to Early, if -they like). These SIGs are allowed to create formal releases, but the release -must be approved by the Board and signed by the Mentor. In all other matters, -however, they are self-sufficient and no longer require Board approval, such as -as in adding committers and so forth. Movement from Sandbox to Early is via 3 -+1 vote of the Board (Mentor not included) and zero (nil) -1 votes. - -The final stage is the __Mature__ SIG. Again, this graduation is based on the -judgment and determination of the Board, but this movement must be a unanimous -decision of the Board. The Mature SIG has full control over the SIG, pulling in -its own sources to git.centos.org, its releases, its internal governance, and -has the ability to self-sign releases. The Board members may vote in, or -participate in any SIG decision at any time. - -In both the Sandbox and Early SIGs, the role of the Board is primarily to -facilitate the movement of those SIGs towards the Mature level; it serves as an -initial gateway with the goal of getting out of the way of the SIGs. - -Note that in all cases, maturity is a measure of the community itself, and not -the codebase or the actual SIG variant release. A mature SIG could create a -non-mature (e.g., Alpha or Beta release) distribution and, conversely, a -Sandbox SIG could produce a very mature (robust and reliable) distro. - -## Community and SIGs - -SIGs represent the true power and value of the CentOS Project. As seen in the -current CentOS Dojos, and in the CentOS community itself, the builds provide a -safe, neutral, and communal central meeting place for major technology areas. -This is the reason why SIGs should not be program/project specific (e.g., a -MariaDB rebuild), but rather technology-area focused (e.g., the "Hoster's" -rebuild). By creating a central point where all projects and communities can -interact, using the OS as the common foundation, upstream projects will be able -to reach and interface with a much larger audience. - -It is expected that SIGs may propose significant forking of the base CentOS -core, such as introducing a new Python version or Linux kernel. It is the job -of the Board and CentOS Core SIG to oversee and approve any forks that are -pulled back into Git, including to ensure that these forks are supportable. -This support is best done by an active and engaged variant SIG. The Board or -CentOS Core SIG can pull a variant from release if they reasonably believe the -variant SIG is unable to support the variant. Another option is reassigning an -active variant from a dead SIG to a willing living SIG. The Board is -specifically not limited in what it can do to protect the quality of the CentOS -mark where it comes to the content and quality of a variant. - -## Creating a new SIG - -The process of creating a new SIG involves two major components: -community building and the administrative side. - -Bring your SIG proposal first to the centos-devel mailing list to find -other like-minded people who wish to start the SIG with you. Also look -around outside of the CentOS project for people who may want to -distribute projects on CentOS - -Once you have a core group that wants to make this happen, open a ticket -on the [board issue tracker](https://git.centos.org/centos/board/issues) -with your proposed SIG, and someone there will walk you through the -process. - -For the current list of active SIGs, refer to -[http://wiki.centos.org/SpecialInterestGroup](http://wiki.centos.org/SpecialInterestGroup) diff --git a/about/governance/voting.md b/about/governance/voting.md deleted file mode 100644 index c6b44a3..0000000 --- a/about/governance/voting.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: "CentOS Governance - Voting" -layout: aside ---- - -The voting system used by all SIGs and the Governing Board uses a -[consensus-based decision -model](/about/governance/appendix-glossary/#consensus-decision-making) except -where noted. - -Except where noted, decisions require 3 yes votes (+1) and no objections (-1's) -and, except as noted below, votes should be left open for at least 72 hours. -Any Board member may cast a vote in any SIG vote and it is considered binding -(counted against the vote). If a vote is held on a public list (e.g., to test -the broader consensus of a group) only the votes of the Board members for Board -votes or SIG committers or Board members for SIG votes are considered binding. -All other votes are just considered as valuable data in the decision process. -Board business may be conducted on a private or public list, whichever is more -appropriate for the issue at hand. - -All -1s votes require reason/ explanation, -1's with no substantiation may be -overturned. - -## When do votes need to be called? - -Votes need to be called for all substantial business. Votes need to be left -open for a reasonable period (not less than 72 hours) if members of the Board -are not available to participate in the vote; provided that for votes/matters -that have been deemed time or business critical by Red Hat, as noted below, -voting must be held open until the Liaison has voted. - -_Lazy consensus_ may be used for non-substantial business. Lazy consensus is -defined as asking for objections as opposed to calling for a vote. Any -objection on lazy consensus is considered the same as a -1 on a vote. There is -no minimum +1 vote requirement. - -## Role of the Liaison - -The Liaison also has the role of dealing with issues such as security, export, -or items that have a direct legal or other Red Hat business connection for the -Project, and on issues of such business may have an additional role as defined -by the following: - -A. If a decision/solution cannot be found on an issue that is deemed time -and/or business critical by Red Hat then, after a reasonable time, the Liaison -may be requested by the Chair to seek assistance from Red Hat in making the -decision, obtaining additional input from Red Hat executives, engineers, and -stakeholders. - -B. The Liaison may, in exceptional circumstances, make a decision on behalf of -the Board if a consensus has not been reached on an issue that is deemed time -or business critical by Red Hat if: (1) a board quorum (i.e., a majority) is -present or a quorum of Board members has cast their votes; or (2) after 3 -working days if a Board quorum is not present at a meeting or a quorum has not -cast their votes (list votes); provided that the Chair may (or at the request -of the Liaison, will) call a meeting and demand that a quorum be present. - -Unless the Liaison specifically indicates on a specific issue that they are -acting in their official capacity as Liaison, either prior to a vote or later -(e.g., after an issue has been deemed time or business critical), the Liaison's -voice and vote is treated the same as any other member of the Board. Decisions -indicated as Liaison decisions made on behalf of the Board by the Liaison may -not be overturned. diff --git a/assets/img/centos-logo-white.png b/assets/img/centos-logo-white.png deleted file mode 100644 index e6c89cf..0000000 Binary files a/assets/img/centos-logo-white.png and /dev/null differ diff --git a/assets/img/cs9_youtube_banner.jpg b/assets/img/cs9_youtube_banner.jpg deleted file mode 100644 index 1e7fe93..0000000 Binary files a/assets/img/cs9_youtube_banner.jpg and /dev/null differ diff --git a/assets/img/el9.dia b/assets/img/el9.dia deleted file mode 100644 index 668f096..0000000 Binary files a/assets/img/el9.dia and /dev/null differ diff --git a/assets/img/el9.png b/assets/img/el9.png deleted file mode 100644 index 8cb1226..0000000 Binary files a/assets/img/el9.png and /dev/null differ diff --git a/assets/img/favicon.png b/assets/img/favicon.png deleted file mode 100644 index 907e1fb..0000000 Binary files a/assets/img/favicon.png and /dev/null differ diff --git a/assets/img/logo.png b/assets/img/logo.png deleted file mode 100644 index e487ac8..0000000 Binary files a/assets/img/logo.png and /dev/null differ diff --git a/assets/img/motif.png b/assets/img/motif.png deleted file mode 100755 index 54defb5..0000000 Binary files a/assets/img/motif.png and /dev/null differ diff --git a/assets/img/path_to_rhel.png b/assets/img/path_to_rhel.png deleted file mode 100644 index 2836bd8..0000000 Binary files a/assets/img/path_to_rhel.png and /dev/null differ diff --git a/assets/img/path_to_rhel_thumb.png b/assets/img/path_to_rhel_thumb.png deleted file mode 100644 index 21e0292..0000000 Binary files a/assets/img/path_to_rhel_thumb.png and /dev/null differ diff --git a/assets/img/post.png b/assets/img/post.png deleted file mode 100644 index 6cd3887..0000000 Binary files a/assets/img/post.png and /dev/null differ diff --git a/assets/img/sponsors/15minuteservers.png b/assets/img/sponsors/15minuteservers.png deleted file mode 100644 index d387216..0000000 Binary files a/assets/img/sponsors/15minuteservers.png and /dev/null differ diff --git a/assets/img/sponsors/2014-11-10-vi.gif b/assets/img/sponsors/2014-11-10-vi.gif deleted file mode 100644 index 618d52d..0000000 Binary files a/assets/img/sponsors/2014-11-10-vi.gif and /dev/null differ diff --git a/assets/img/sponsors/Banner_Castlegem_240x60.gif b/assets/img/sponsors/Banner_Castlegem_240x60.gif deleted file mode 100644 index ed3fe28..0000000 Binary files a/assets/img/sponsors/Banner_Castlegem_240x60.gif and /dev/null differ diff --git a/assets/img/sponsors/CentOS-CBSL-02.png b/assets/img/sponsors/CentOS-CBSL-02.png deleted file mode 100644 index 1f7f04c..0000000 Binary files a/assets/img/sponsors/CentOS-CBSL-02.png and /dev/null differ diff --git a/assets/img/sponsors/GameHost.png b/assets/img/sponsors/GameHost.png deleted file mode 100644 index fb91c53..0000000 Binary files a/assets/img/sponsors/GameHost.png and /dev/null differ diff --git a/assets/img/sponsors/HOST1PLUS_240x60.jpg b/assets/img/sponsors/HOST1PLUS_240x60.jpg deleted file mode 100644 index ac31eac..0000000 Binary files a/assets/img/sponsors/HOST1PLUS_240x60.jpg and /dev/null differ diff --git a/assets/img/sponsors/NDCHost.png b/assets/img/sponsors/NDCHost.png deleted file mode 100644 index a48c416..0000000 Binary files a/assets/img/sponsors/NDCHost.png and /dev/null differ diff --git a/assets/img/sponsors/OffshoreServers.png b/assets/img/sponsors/OffshoreServers.png deleted file mode 100644 index e47a31d..0000000 Binary files a/assets/img/sponsors/OffshoreServers.png and /dev/null differ diff --git a/assets/img/sponsors/OffshoreVPS.png b/assets/img/sponsors/OffshoreVPS.png deleted file mode 100644 index cb3a398..0000000 Binary files a/assets/img/sponsors/OffshoreVPS.png and /dev/null differ diff --git a/assets/img/sponsors/PNAP-Logo-CMYK.JPG b/assets/img/sponsors/PNAP-Logo-CMYK.JPG deleted file mode 100644 index b70e793..0000000 Binary files a/assets/img/sponsors/PNAP-Logo-CMYK.JPG and /dev/null differ diff --git a/assets/img/sponsors/PNAP_Banner.gif b/assets/img/sponsors/PNAP_Banner.gif deleted file mode 100644 index 278dad0..0000000 Binary files a/assets/img/sponsors/PNAP_Banner.gif and /dev/null differ diff --git a/assets/img/sponsors/PSW_Banner_240x60.jpg b/assets/img/sponsors/PSW_Banner_240x60.jpg deleted file mode 100644 index f8e6990..0000000 Binary files a/assets/img/sponsors/PSW_Banner_240x60.jpg and /dev/null differ diff --git a/assets/img/sponsors/ad_lfcpxen_240x60.png b/assets/img/sponsors/ad_lfcpxen_240x60.png deleted file mode 100644 index 45e62bc..0000000 Binary files a/assets/img/sponsors/ad_lfcpxen_240x60.png and /dev/null differ diff --git a/assets/img/sponsors/altushost.png b/assets/img/sponsors/altushost.png deleted file mode 100644 index db87303..0000000 Binary files a/assets/img/sponsors/altushost.png and /dev/null differ diff --git a/assets/img/sponsors/am-logo.png b/assets/img/sponsors/am-logo.png deleted file mode 100644 index 298f0be..0000000 Binary files a/assets/img/sponsors/am-logo.png and /dev/null differ diff --git a/assets/img/sponsors/aws.png b/assets/img/sponsors/aws.png deleted file mode 100644 index 1bfac00..0000000 Binary files a/assets/img/sponsors/aws.png and /dev/null differ diff --git a/assets/img/sponsors/baseip_240x60.jpg b/assets/img/sponsors/baseip_240x60.jpg deleted file mode 100644 index cacd664..0000000 Binary files a/assets/img/sponsors/baseip_240x60.jpg and /dev/null differ diff --git a/assets/img/sponsors/binaryracks.png b/assets/img/sponsors/binaryracks.png deleted file mode 100644 index 3ecc747..0000000 Binary files a/assets/img/sponsors/binaryracks.png and /dev/null differ diff --git a/assets/img/sponsors/cdn77.png b/assets/img/sponsors/cdn77.png deleted file mode 100644 index e73ad91..0000000 Binary files a/assets/img/sponsors/cdn77.png and /dev/null differ diff --git a/assets/img/sponsors/centos-serverhub.png b/assets/img/sponsors/centos-serverhub.png deleted file mode 100644 index 3b183a5..0000000 Binary files a/assets/img/sponsors/centos-serverhub.png and /dev/null differ diff --git a/assets/img/sponsors/clientvps.png b/assets/img/sponsors/clientvps.png deleted file mode 100644 index 14358b0..0000000 Binary files a/assets/img/sponsors/clientvps.png and /dev/null differ diff --git a/assets/img/sponsors/codero.png b/assets/img/sponsors/codero.png deleted file mode 100644 index 4f7982b..0000000 Binary files a/assets/img/sponsors/codero.png and /dev/null differ diff --git a/assets/img/sponsors/codero_small.gif b/assets/img/sponsors/codero_small.gif deleted file mode 100644 index bf9bc88..0000000 Binary files a/assets/img/sponsors/codero_small.gif and /dev/null differ diff --git a/assets/img/sponsors/colocation-america.png b/assets/img/sponsors/colocation-america.png deleted file mode 100644 index e48baed..0000000 Binary files a/assets/img/sponsors/colocation-america.png and /dev/null differ diff --git a/assets/img/sponsors/cpanel.png b/assets/img/sponsors/cpanel.png deleted file mode 100644 index 3b04850..0000000 Binary files a/assets/img/sponsors/cpanel.png and /dev/null differ diff --git a/assets/img/sponsors/dbd_240_60.jpg b/assets/img/sponsors/dbd_240_60.jpg deleted file mode 100644 index 78e84ad..0000000 Binary files a/assets/img/sponsors/dbd_240_60.jpg and /dev/null differ diff --git a/assets/img/sponsors/dedicatedsolutions.png b/assets/img/sponsors/dedicatedsolutions.png deleted file mode 100644 index dbe694e..0000000 Binary files a/assets/img/sponsors/dedicatedsolutions.png and /dev/null differ diff --git a/assets/img/sponsors/dtsnet.png b/assets/img/sponsors/dtsnet.png deleted file mode 100644 index 3decddb..0000000 Binary files a/assets/img/sponsors/dtsnet.png and /dev/null differ diff --git a/assets/img/sponsors/equinix.png b/assets/img/sponsors/equinix.png deleted file mode 100644 index 8033ed2..0000000 Binary files a/assets/img/sponsors/equinix.png and /dev/null differ diff --git a/assets/img/sponsors/eukhost.png b/assets/img/sponsors/eukhost.png deleted file mode 100644 index e2c70f4..0000000 Binary files a/assets/img/sponsors/eukhost.png and /dev/null differ diff --git a/assets/img/sponsors/exabytes.png b/assets/img/sponsors/exabytes.png deleted file mode 100644 index 92c9ead..0000000 Binary files a/assets/img/sponsors/exabytes.png and /dev/null differ diff --git a/assets/img/sponsors/fasthosts.png b/assets/img/sponsors/fasthosts.png deleted file mode 100644 index 5843792..0000000 Binary files a/assets/img/sponsors/fasthosts.png and /dev/null differ diff --git a/assets/img/sponsors/galaxy_small.gif b/assets/img/sponsors/galaxy_small.gif deleted file mode 100644 index fd4b2bf..0000000 Binary files a/assets/img/sponsors/galaxy_small.gif and /dev/null differ diff --git a/assets/img/sponsors/godaddy.jpg b/assets/img/sponsors/godaddy.jpg deleted file mode 100644 index dd51fd7..0000000 Binary files a/assets/img/sponsors/godaddy.jpg and /dev/null differ diff --git a/assets/img/sponsors/heficed.png b/assets/img/sponsors/heficed.png deleted file mode 100644 index 395268e..0000000 Binary files a/assets/img/sponsors/heficed.png and /dev/null differ diff --git a/assets/img/sponsors/host-engine.png b/assets/img/sponsors/host-engine.png deleted file mode 100644 index 860bdfd..0000000 Binary files a/assets/img/sponsors/host-engine.png and /dev/null differ diff --git a/assets/img/sponsors/host-stage.png b/assets/img/sponsors/host-stage.png deleted file mode 100644 index a270c92..0000000 Binary files a/assets/img/sponsors/host-stage.png and /dev/null differ diff --git a/assets/img/sponsors/host1plus_logo.png b/assets/img/sponsors/host1plus_logo.png deleted file mode 100644 index 554e280..0000000 Binary files a/assets/img/sponsors/host1plus_logo.png and /dev/null differ diff --git a/assets/img/sponsors/hostasaurus240x60banner.gif b/assets/img/sponsors/hostasaurus240x60banner.gif deleted file mode 100644 index 4cd1dc3..0000000 Binary files a/assets/img/sponsors/hostasaurus240x60banner.gif and /dev/null differ diff --git a/assets/img/sponsors/hostingswift240x60.gif b/assets/img/sponsors/hostingswift240x60.gif deleted file mode 100644 index ea17e32..0000000 Binary files a/assets/img/sponsors/hostingswift240x60.gif and /dev/null differ diff --git a/assets/img/sponsors/hostiserver.png b/assets/img/sponsors/hostiserver.png deleted file mode 100644 index 133f6ad..0000000 Binary files a/assets/img/sponsors/hostiserver.png and /dev/null differ diff --git a/assets/img/sponsors/hostkey.png b/assets/img/sponsors/hostkey.png deleted file mode 100644 index 0a9d2dd..0000000 Binary files a/assets/img/sponsors/hostkey.png and /dev/null differ diff --git a/assets/img/sponsors/internap.png b/assets/img/sponsors/internap.png deleted file mode 100644 index 3f04b80..0000000 Binary files a/assets/img/sponsors/internap.png and /dev/null differ diff --git a/assets/img/sponsors/internetx.gif b/assets/img/sponsors/internetx.gif deleted file mode 100644 index 0fff043..0000000 Binary files a/assets/img/sponsors/internetx.gif and /dev/null differ diff --git a/assets/img/sponsors/introserv.png b/assets/img/sponsors/introserv.png deleted file mode 100644 index bf695dc..0000000 Binary files a/assets/img/sponsors/introserv.png and /dev/null differ diff --git a/assets/img/sponsors/itsyndicate.png b/assets/img/sponsors/itsyndicate.png deleted file mode 100644 index a39328b..0000000 Binary files a/assets/img/sponsors/itsyndicate.png and /dev/null differ diff --git a/assets/img/sponsors/leaseweb.png b/assets/img/sponsors/leaseweb.png deleted file mode 100644 index 606012f..0000000 Binary files a/assets/img/sponsors/leaseweb.png and /dev/null differ diff --git a/assets/img/sponsors/liquidweb.png b/assets/img/sponsors/liquidweb.png deleted file mode 100644 index 6bc5989..0000000 Binary files a/assets/img/sponsors/liquidweb.png and /dev/null differ diff --git a/assets/img/sponsors/lyrahosting.png b/assets/img/sponsors/lyrahosting.png deleted file mode 100644 index 2abdd54..0000000 Binary files a/assets/img/sponsors/lyrahosting.png and /dev/null differ diff --git a/assets/img/sponsors/miva.png b/assets/img/sponsors/miva.png deleted file mode 100644 index e08ccb1..0000000 Binary files a/assets/img/sponsors/miva.png and /dev/null differ diff --git a/assets/img/sponsors/multacom-240x60.gif b/assets/img/sponsors/multacom-240x60.gif deleted file mode 100644 index 50d030e..0000000 Binary files a/assets/img/sponsors/multacom-240x60.gif and /dev/null differ diff --git a/assets/img/sponsors/ndc_host_240.gif b/assets/img/sponsors/ndc_host_240.gif deleted file mode 100644 index fabea0d..0000000 Binary files a/assets/img/sponsors/ndc_host_240.gif and /dev/null differ diff --git a/assets/img/sponsors/netelligent_small.png b/assets/img/sponsors/netelligent_small.png deleted file mode 100644 index 8f5f438..0000000 Binary files a/assets/img/sponsors/netelligent_small.png and /dev/null differ diff --git a/assets/img/sponsors/nexcess.png b/assets/img/sponsors/nexcess.png deleted file mode 100644 index 149770f..0000000 Binary files a/assets/img/sponsors/nexcess.png and /dev/null differ diff --git a/assets/img/sponsors/packet.png b/assets/img/sponsors/packet.png deleted file mode 100644 index 9c3814c..0000000 Binary files a/assets/img/sponsors/packet.png and /dev/null differ diff --git a/assets/img/sponsors/pidginhost.png b/assets/img/sponsors/pidginhost.png deleted file mode 100644 index 97f8259..0000000 Binary files a/assets/img/sponsors/pidginhost.png and /dev/null differ diff --git a/assets/img/sponsors/profvds.png b/assets/img/sponsors/profvds.png deleted file mode 100644 index 06d300a..0000000 Binary files a/assets/img/sponsors/profvds.png and /dev/null differ diff --git a/assets/img/sponsors/scaleway_logo.png b/assets/img/sponsors/scaleway_logo.png deleted file mode 100644 index dd8fecc..0000000 Binary files a/assets/img/sponsors/scaleway_logo.png and /dev/null differ diff --git a/assets/img/sponsors/seedvps.png b/assets/img/sponsors/seedvps.png deleted file mode 100644 index b833291..0000000 Binary files a/assets/img/sponsors/seedvps.png and /dev/null differ diff --git a/assets/img/sponsors/serverel.png b/assets/img/sponsors/serverel.png deleted file mode 100644 index e65610d..0000000 Binary files a/assets/img/sponsors/serverel.png and /dev/null differ diff --git a/assets/img/sponsors/servermania.gif b/assets/img/sponsors/servermania.gif deleted file mode 100644 index a995941..0000000 Binary files a/assets/img/sponsors/servermania.gif and /dev/null differ diff --git a/assets/img/sponsors/serverpoint.png b/assets/img/sponsors/serverpoint.png deleted file mode 100644 index 2ebb8fb..0000000 Binary files a/assets/img/sponsors/serverpoint.png and /dev/null differ diff --git a/assets/img/sponsors/serverpronto_small.gif b/assets/img/sponsors/serverpronto_small.gif deleted file mode 100644 index f74b5f1..0000000 Binary files a/assets/img/sponsors/serverpronto_small.gif and /dev/null differ diff --git a/assets/img/sponsors/shinjirubanner260x60.gif b/assets/img/sponsors/shinjirubanner260x60.gif deleted file mode 100644 index 7eef4af..0000000 Binary files a/assets/img/sponsors/shinjirubanner260x60.gif and /dev/null differ diff --git a/assets/img/sponsors/sponsor_placeholder-240-60.png b/assets/img/sponsors/sponsor_placeholder-240-60.png deleted file mode 100644 index ca0aaf9..0000000 Binary files a/assets/img/sponsors/sponsor_placeholder-240-60.png and /dev/null differ diff --git a/assets/img/sponsors/stablepoint.png b/assets/img/sponsors/stablepoint.png deleted file mode 100644 index 4930f66..0000000 Binary files a/assets/img/sponsors/stablepoint.png and /dev/null differ diff --git a/assets/img/sponsors/steadfast.png b/assets/img/sponsors/steadfast.png deleted file mode 100644 index 978e43e..0000000 Binary files a/assets/img/sponsors/steadfast.png and /dev/null differ diff --git a/assets/img/sponsors/steadfast_234x60.gif b/assets/img/sponsors/steadfast_234x60.gif deleted file mode 100644 index cbd5888..0000000 Binary files a/assets/img/sponsors/steadfast_234x60.gif and /dev/null differ diff --git a/assets/img/sponsors/tailoredservers.png b/assets/img/sponsors/tailoredservers.png deleted file mode 100644 index 70cf887..0000000 Binary files a/assets/img/sponsors/tailoredservers.png and /dev/null differ diff --git a/assets/img/sponsors/trabia.png b/assets/img/sponsors/trabia.png deleted file mode 100644 index 6cae5e5..0000000 Binary files a/assets/img/sponsors/trabia.png and /dev/null differ diff --git a/assets/img/sponsors/vhostvn.gif b/assets/img/sponsors/vhostvn.gif deleted file mode 100644 index 840b024..0000000 Binary files a/assets/img/sponsors/vhostvn.gif and /dev/null differ diff --git a/assets/img/sponsors/vsys.png b/assets/img/sponsors/vsys.png deleted file mode 100644 index eb6de3e..0000000 Binary files a/assets/img/sponsors/vsys.png and /dev/null differ diff --git a/assets/img/sponsors/vultr.png b/assets/img/sponsors/vultr.png deleted file mode 100644 index 0720a1d..0000000 Binary files a/assets/img/sponsors/vultr.png and /dev/null differ diff --git a/assets/img/sponsors/webnx1.png b/assets/img/sponsors/webnx1.png deleted file mode 100644 index f8511ba..0000000 Binary files a/assets/img/sponsors/webnx1.png and /dev/null differ diff --git a/assets/img/sponsors/wehaveservers.png b/assets/img/sponsors/wehaveservers.png deleted file mode 100644 index e24a857..0000000 Binary files a/assets/img/sponsors/wehaveservers.png and /dev/null differ diff --git a/assets/img/sponsors/whitelabelitsolutions.gif b/assets/img/sponsors/whitelabelitsolutions.gif deleted file mode 100644 index 423dc89..0000000 Binary files a/assets/img/sponsors/whitelabelitsolutions.gif and /dev/null differ diff --git a/assets/img/sponsors/wowrack.png b/assets/img/sponsors/wowrack.png deleted file mode 100644 index adcadd8..0000000 Binary files a/assets/img/sponsors/wowrack.png and /dev/null differ diff --git a/centos-linux-eol.md b/centos-linux-eol.md deleted file mode 100644 index 68e1d0f..0000000 --- a/centos-linux-eol.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: CentOS Linux EOL -title_lead: | - CentOS Linux 8 will reach End of Life on December 31, 2021. Here's - what that means. -layout: aside ---- - -CentOS Linux 8 will reach End Of Life (EOL) on December 31st, 2021. Here's what that means. - -In line with the EOL of previous releases, we will **NOT** be automatically migrating anyone to the next version (which is CentOS Stream 8 in this case). - -We **will** be shipping a rebuild of Red Hat Enterprise Linux (RHEL) 8.5 once it is released, even if that means that this is released slightly after the EOL date. - -The release of a RHEL point release is often accompanied, immediately afterwards, by a set of zero-day updates. We **will** be providing this content as part of the final CentOS Linux 8 release. There will, however, be no more updates to the CentOS Linux 8 content after that time. - -Additionally, with this deadline falling during a time when many of our team, as well as many of our users, will be out of the office, we intend to bend the usual EOL process by keeping this content available until January 31st. - -At that time, or in the event of a serious security bug in this time window (Defined as anything with a VCSS v3 score of 9 or greater), this content will be removed from our mirrors, and moved to [vault.centos.org](https://vault.centos.org) where it will be archived permanently, since we will not be able to provide updates to the content after the EOL date. - -See also: - -* [CentOS Project shifts focus to CentOS Stream](https://blog.centos.org/2020/12/future-is-centos-stream/) -* [How CentOS Linux compares to CentOS Stream](/cl-vs-cs) - diff --git a/centos-linux.md b/centos-linux.md deleted file mode 100644 index f1ffe1e..0000000 --- a/centos-linux.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: CentOS Linux -title_lead: | - Consistent, manageable platform that suits a wide variety - of deployments. For some open source communities, it is a solid, predictable - base to build upon. -layout: aside ---- - - - -## Download - -{% include download/cards.html distribution="centos-linux" %} diff --git a/centos-stream.md b/centos-stream.md deleted file mode 100644 index 140cad0..0000000 --- a/centos-stream.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: CentOS Stream -title_lead: | - Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux - (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. - For anyone interested in participating and collaborating in the RHEL - ecosystem, CentOS Stream is your reliable platform for innovation. -layout: aside ---- - - - -## Download - -{% include download/cards.html distribution="centos-stream" %} - -## FAQ - -We've got some answers to the most [frequently asked -questions](https://www.redhat.com/en/blog/faq-centos-stream-updates) -about CentOS Stream. diff --git a/cl-vs-cs.md b/cl-vs-cs.md deleted file mode 100644 index 29c44b4..0000000 --- a/cl-vs-cs.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Comparing CentOS Stream and CentOS Linux -title_lead: | - What's the difference between CentOS Stream and CentOS Linux? -layout: aside ---- - -# Comparing Centos Linux and CentOS Stream - -The CentOS Project produces two variants: CentOS Linux and CentOS Stream. They are alike in many ways. Here's what sets them apart. - -See also: [CentOS Stream FAQ](https://www.redhat.com/en/blog/faq-centos-stream-updates) - -## End of Life - -As [announced in December of 2020](https://blog.centos.org/2020/12/future-is-centos-stream/), The CentOS Project has shifted focus from CentOS Linux to CentOS Stream. Here are the expected end of life (EOL) dates for our various releases. - -* CentOS Linux 7 EOL: 2024-06-30 -* CentOS Linux 8 EOL: 2021-12-31 -* CentOS Stream 8 EOL: 2024-05-31 -* CentOS Stream 9 EOL: 2027-05-31 - -## Upstream vs downstream - -CentOS Linux is a rebuild of Red Hat Enterprise Linux (RHEL). As such, it is downsteam from RHEL. CentOS Linux release version numbers reflect the date of the RHEL release on which they are based. For example, CentOS 8.2105 is a rebuild of RHEL 8.3, which released in May of 2021. - -CentOS Stream, on the other hand, is the upstream, public development branch for RHEL. Specifically, CentOS Stream 8 is the upstream for the next minor release of RHEL 8, CentOS Stream 9 for the next minor release of RHEL 9, and so on. - -## Frequency of updates - -CentOS Linux is a rebuild of the current released RHEL content. New minor versions consist of large batches of updates. Smaller batches of updates are delivered between minor versions. - -CentOS Stream contains content planned for upcoming RHEL minor releases. The updates are not batched up into minor releases, but rather are released as they are ready. - -## Contribution model - -Getting changes into CentOS Linux involves contributing to the upstream projects that are included in the distribution. This includes, but is not necessarily limited to, contributing to Fedora. Change that make it into Fedora might be in the next release of RHEL, which will then be in the next CentOS rebuild. This process can take years. - -CentOS Stream provides a way to [contribute directly](https://docs.centos.org/en-US/stream-contrib/), cutting this process down to weeks or days. - -## Testing - -Testing for CentOS Linux and CentOS Stream is very similar, and differs mostly in the timing in which things happen. - -Changes hit CentOS Stream and RHEL only once they have undergone [rigorous testing](https://blog.centos.org/2020/12/centos-stream-is-continuous-delivery/). These tests occur both internally to Red Hat, and in our public distro-wide test suite. As such, you can [contribute your tests](https://github.com/CentOS/sig-core-t_functional) to that system, so that future changes don't break the things you care about. - -As a rebuild, CentOS Linux benefits from all of these same tests, but, prior to CentOS Stream, lacked a way for you to influence what was tested and how. - diff --git a/code-of-conduct.md b/code-of-conduct.md deleted file mode 100644 index 49f0b6f..0000000 --- a/code-of-conduct.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: "CentOS Code of Conduct" -layout: aside ---- - -## CentOS Community Code of Conduct - -The CentOS Code of Conduct is a set of guidelines that explains how our community behaves and what we value to members and outsiders. The Code of Conduct is a living document and will be updated when and if it is deemed necessary. - -The Code of Conduct is not “code” in the sense of being an algorithm or a computer program. The Code of Conduct is not “blindly and algorithmically” executed but is instead enforced by humans making real decisions based on all of the available information and using all available context. - -The Code of Conduct does not seek to restrict speech or penalize non-native speakers of English. Instead the Code of Conduct spells out the kinds of behaviors we, as a community, find to be acceptable or unacceptable. -Our Pledge -In the interest of fostering an open and welcoming environment, we as the CentOS community pledge to collaborate in a respectful and constructive manner, and welcome everyone willing to join us in that pledge. We welcome individuals regardless of ability, age, background, body size, education, ethnicity, family status, gender identity and expression, geographic location, level of experience, marital status, nationality, national origin, native language, personal appearance, race and/or ethnicity, religion, sexual identity and orientation, socioeconomic status, or any other dimension of diversity. - -Our channels, mailing lists, and posts should focus on CentOS and on free and open source software and content. We pledge to make participation in our project and our community a harassment-free experience for everyone. We pledge to avoid personal attacks on others, and to avoid inflammatory language and speech that perpetuates discrimination. Furthermore, we pledge to not use the CentOS Project and its platforms as a basis to engage in personal campaigns against other organizations or individuals. - -### Our Standards - -Examples of behavior that contributes to creating a positive environment include: - -* Using welcoming and inclusive language -* Being kind to others -* Behaving with civility -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Initiating controversy for controversy’s sake (including but not limited to [sealioning](https://everydayfeminism.com/2017/01/sealioning/)). -* Saying insulting/derogatory comments and making personal attacks. -* Repeatedly instigating conflict, and baiting people into arguments -* Public or private harassment -* Publishing someone else’s private information, such as a physical or electronic - address, without explicit permission -* Deliberate intimidation, stalking, or following -* Violent threats or language directed against another person -* Sexist, racist, homophobic, transphobic, ableist, or exclusionary statements, even if they were meant as jokes -* Excessive swearing -* Unwelcome physical contact -* Sustained disruption of talks or other events -* Other conduct which could reasonably be considered inappropriate in a professional setting even if the conduct may be legal under the laws of some jurisdiction. - -### Our Responsibilities - -The CentOS Community Architect is the responsible party for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to reported instances of behavior that is not aligned to this Code of Conduct, along with the Red Hat Legal team, as appropriate. - -The responsibility of enforcing the Code of Conduct falls with these parties for several reasons. It provides more security and protection to the reporter and any parties involved. As this role is full time and paid, they are able to act on the issues in a timely manner. Red Hat is in a position to protect the Community Architect legally if complications arose from attempts at resolution. - -The CentOS Community has the right in its sole discretion and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Where editing is not practical we shall post a follow up explaining that this does not reflect our standards. - -### Scope - -This Code of Conduct applies in all online and offline project spaces and in all online and offline spaces where an individual is representing the project, its community, or is acting as a community member. - -Examples of acting as a community member include: -* Posting to a CentOS mailing list, -* Filing a bug with CentOS, -* Participating in a CentOS communication channel, such as IRC or telegram -* Contributing to the CentOS Project in any form -* Using an official project email address -* Posting via an official social media account -* Acting as an appointed representative at an online or offline event -* speaking for CentOS or its subprojects at a public event or online video -* working in a CentOS or related booth or table at an event -* Participating in a CentOS or related technical meetup -* Serving as an elected or appointed leader in CentOS, including being a member of the CentOS Board of Directors - -### Reporting and Enforcement - -Instances of behavior inconsistent with this code may be reported by contacting the CentOS project by filing a private CentOS Code of Conduct ticket at [https://git.centos.org/centos/board](https://git.centos.org/centos/board). This issue will only be visible by [the Board of Directors and the Community Architect](https://www.centos.org/about/governance/). If the incident occurs at an event, the local event staff should be contacted in addition to opening a ticket. - -Individuals without access to [https://git.centos.org/centos/board](https://git.centos.org/centos/board) may send an email to the following address: shaunm@redhat.com. This email will be converted into a private Code of Conduct ticket by the CentOS Community Architect. Information about the current CentOS Community Architect, Shaun McCance, can be found at [https://wiki.centos.org/ShaunMcCance](https://wiki.centos.org/ShaunMcCance). - -All reports will be kept confidential. When we discuss incidents with anyone we will anonymize details as much as we can. This means that the identities of all involved parties will remain confidential unless those individuals instruct us otherwise or we are required to make disclosures under the law. Additionally, in some cases we may need to disclose this information to other parties at Red Hat. CentOS is not a separate legal entity and therefore has to comply with all requirements imposed upon Red Hat. - -Upon our review/investigation of the reported incident, we will determine what action is appropriate based on this Code and its clarifying statements. An incident review will include communication with the reporter and the individual being reported, and an opportunity for both parties to provide an account of the incident. - -All complaints will be reviewed and will result in a response. Failure to follow this Code may result in actions including, but not limited to, warnings, temporary suspension, and in extreme circumstances, banning from the CentOS Project. Please note, while we take all concerns/reported incidents raised seriously, we will use our discretion to determine when and how to follow up on reported incidents. - -### Attribution & License - -This Code of Conduct is an edited form of the [Contributor Covenant](https://www.contributor-covenant.org/version/1/4/code-of-conduct), version 1.4 along with material from the [PyCon Code of Conduct and others](https://us.pycon.org/2018/about/code-of-conduct/). The process of dealing with reports is inspired by ideas from the [Mozilla CPG Incident Process](https://medium.com/mozilla-open-innovation/how-were-making-code-of-conduct-enforcement-real-and-scaling-it-3e382cf94415). - -Additional material is drawn from many sources, including: - -* [https://docs.fedoraproject.org/en-US/project/code-of-conduct/](https://docs.fedoraproject.org/en-US/project/code-of-conduct/) -* [http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports) -* [http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy_resources](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy_resources) -* [https://www.ashedryden.com/blog/codes-of-conduct-101-faq](https://www.ashedryden.com/blog/codes-of-conduct-101-faq) -* [http://safetyfirstpdx.org/training/code_of_conduct/TemplateIncidentResponseGuide.pdf](http://safetyfirstpdx.org/training/code_of_conduct/TemplateIncidentResponseGuide.pdf) -* [https://www.washingtonpost.com/opinions/how-my-restaurant-successfully-dealt-with-harassment-from-customers/2018/03/29/3d9d00b8-221a-11e8-badd-7c9f29a55815_story.html](https://www.washingtonpost.com/opinions/how-my-restaurant-successfully-dealt-with-harassment-from-customers/2018/03/29/3d9d00b8-221a-11e8-badd-7c9f29a55815_story.html) -* [https://www.shrm.org/hr-today/news/hr-magazine/Pages/1214-workplace-investigations.aspx](https://www.shrm.org/hr-today/news/hr-magazine/Pages/1214-workplace-investigations.aspx) -* [https://www.eeoc.gov/policy/docs/harassment.html](https://www.eeoc.gov/policy/docs/harassment.html) - - diff --git a/community/calendar.md b/community/calendar.md deleted file mode 100644 index 9165204..0000000 --- a/community/calendar.md +++ /dev/null @@ -1,188 +0,0 @@ ---- -title: "CentOS IRC meetings" -title_lead: "" -layout: page -permalink: /:path/:basename/index.html -toc: true ---- - -## Meeting schedule - -The IRC meetings schedule is driven by the [github.com/CentOS/Calendar](https://github.com/CentOS/Calendar) repository. To propose a change or add a meeting, please submit a pull-request to that github repository. This repository is mirrored to git.centos.org. - -The calendar is also available as an `.ical` file containing all CentOS IRC meetings, for use in your favorite calendaring app: [iCalendar Meeting Schedule](/community/irc-meetings.ical) - -Note that you should *subscribe* to this link, rather than *import* it, -because it is subject to change. - -A [list of all meetings](#meeting-list) is available below. - -## Logging - -CentOS IRC channels and meetings are often logged using a [https://wiki.centos.org/SIGGuide#SIGGuide.2FSIGProcess.2FDailyWorkings.Meetbot_Commands](meeting bot), for the purpose of taking minutes. -You can find meeting minutes [here](http://www.centos.org/minutes/). - -## Meeting List - -Here is a list of current meetings with their descriptions: - -* [Alternate Images SIG](#alternate-images-sig) -* [Automotive SIG](#automotive-sig) -* [Board of Directors](#board-of-directors) -* [CentOS Stream Office Hours (meet.opensuse, not IRC)](#centos-stream-office-hours-meetopensuse-not-irc) -* [Cloud SIG](#cloud-sig) -* [CPE Infra and Releng Team stand-up](#cpe-infra-and-releng-team-stand-up) -* [Hyperscale SIG](#hyperscale-sig) -* [Hyperscale SIG monthly hangout](#hyperscale-sig-monthly-hangout) -* [Infrastructure SIG](#infrastructure-sig) -* [ISA SIG](#isa-sig) -* [Kmods SIG](#kmods-sig) -* [NFV SIG](#nfv-sig) -* [Software Collections SIG Sync-up](#software-collections-sig-sync-up) -* [Storage SIG](#storage-sig) -* [Virtualization SIG](#virtualization-sig) - -### Alternate Images SIG - -* Monthly, in the second week, on Thursday at [1900 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=19&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Troy Dawson (tdawson) -* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/AltImages) -* The Alternate Images SIG's goal is to build and provide alternate iso images for CentOS Stream - - -### Automotive SIG - -* Monthly, in the first week, on Wednesday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #google-meet -* Chair (to contact for more information): Jefro Osier-Mixon (JeffreyOsierMixon), acting -* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/Automotive) -* The purpose of the Automotive SIG is two-fold. First, it is meant to be a neutral public space for collaboration between third parties interested in open development of software targeted at in-vehicle automotive use cases. Second, it is meant to provide such projects with build and test infrastructure. (This second purpose is, as we understand it, common to many SIGs) - -The goal of the SIG is to provide an open-source home for RHEL-oriented automotive work, and to attract and encourage open development of automotive software between commercial and non-commercial partners. - -Please join us! - -Dialup: https://meet.google.com/hkx-btgd-dyc - -Working agenda: - -- introduction & action items -- technical update -- open discussion - - -### Board of Directors - -* Monthly, in the third week, on Wednesday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Rich Bowen (rbowen) and Thomas Oulevey (alphacc) -* Board of Directors open discussion. Scheduled for one week after the monthly Board of Directors meeting - - -### CentOS Stream Office Hours (meet.opensuse, not IRC) - -* Monthly, in the second week, on Wednesday at [1700 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=17&min=00&sec=0) in #google-meet -* Chair (to contact for more information): Shaun McCance (shaunm) -* [Link to Project Site](https://centos.org) -* Monthly CentOS Stream office hours on meet.opensuse: https://meet.opensuse.org/centosstream Come with your CentOS Stream questions, or just to hang out. We meet on the second Wednesday of each month. - - -### Cloud SIG - -* Monthly, in the second week, on Thursday at [1500 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=15&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Alfredo Moralejo Alonso (amoralej) -* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/Cloud) -* The CentOS Cloud SIG (CCS) is a group of people coming together to focus on packaging and maintaining different FOSS based Private cloud infrastructure applications that one can install and run natively on CentOS. We are a non vendor, non technology and non agent specific focus group, but we will gladly work with and build content to suit relevant niches or vendor ecosystems. This group specifically targets users who wish to install and run their own, independent ( or hybrid ) cloud infrastructure on CentOS. - -The CCS intends to take ownership of existing CentOS Project relationships with vendors, and help to maintain the updated package repositories for all participating cloud projects. - - -### CPE Infra and Releng Team stand-up - -* Weekly on Monday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting -* Weekly on Tuesday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting -* Weekly on Wednesday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting -* Weekly on Thursday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting -* Chair (to contact for more information): Each CPE team member, on rotation -* [Link to Project Site](docs.fedoraproject.org/en-US/cpe/working_with_us/) -* Infra and Releng is a sub team of Community Platform Engineering in Red Hat. They maintain and develop applications for CentOS and Fedora - - -### Hyperscale SIG - -* Every two weeks (on odd weeks) on Wednesday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Davide Cavalca (dcavalca) and Neal Gompa (ngompa) -* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Hyperscale) -* The Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling. - - -### Hyperscale SIG monthly hangout - -* Monthly, in the third week, on Wednesday at [2200 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=22&min=00&sec=0) in #zoom-vc -* Chair (to contact for more information): Davide Cavalca (dcavalca) and Neal Gompa (ngompa) -* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Hyperscale) -* Monthly Hyperscale SIG hangout (Zoom VC, not IRC): https://us06web.zoom.us/j/84411093900?pwd=RUxKUFAxVlJnQWVMODhobThLU3BHdz09 -The Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling. This is a monthly VC to work together on a common project, ask questions, or just hang out. This occurs on the third Wednesday of each month. If Zoom asks for a passcode, use 550255 (the meeting ID is 844 1109 3900). - - -### Infrastructure SIG - -* Every two weeks (on odd weeks) on Monday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Aoife Moloney (amoloney) or Brian Stinson (bstinson) -* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Infrastructure) -* The CentOS Infrastructure SIG will provide a working group to manage all -CentOS infrastructure. It will be responsible for oversight of all -infrastructure resources, and providing guidelines for who may be granted -administrative access to shared services. - - -### ISA SIG - -* Every two weeks (on odd weeks) on Friday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Josh Boyer (jwboyer) and Florian Weimer (fweimer) -* [Link to Project Site](https://sigs.centos.org/isa/) -* The ISA SIG explores potential benefits of applying existing compiler technology to distribution packages, targeting more recent CPUs, and evaluating different options for how these optimizations can be maintained in a scalable way, and delivered to end users. - - -### Kmods SIG - -* Monthly, in the first week, on Monday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Peter Georg (pjgeorg) -* [Link to Project Site](https://sigs.centos.org/kmods) -* The kmods SIG focuses on providing kernel modules currently not available in Enterprise Linux. - - -### NFV SIG - -* Monthly, in the first week, on Wednesday at [1500 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=15&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Alfredo Moralejo (amoralej) -* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/NFV) -* The goal of NFV SIG is to provide a set of packages related to virtual networking and Network Function Virtualization for CentOS and pursue the cooperation between different users and projects sharing the interest on these software pieces. - -* [Link to Agenda](https://hackmd.io/oRe_HVJiTteDI4H332ApMw) - -### Software Collections SIG Sync-up - -* Every two weeks (on even weeks) on Tuesday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): Jan Staněk (jstanek) -* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/SCLo) -* The Software Collections SIG will provide an upstream development area for various software collections and related tools. Developers can build on and extend existing SCLs, so they don't need to re-invent the wheel or take responsibility for packaging unnecessary dependencies. - - -### Storage SIG - -* Monthly, in the first week, on Tuesday at [1000 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=10&min=00&sec=0) in #centos-meeting2 -* Chair (to contact for more information): Karanbir Singh (kbsingh), Niels de Vos (ndevos), Giulio Fidente (gfidente) -* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/Storage) -* The CentOS Storage Special Interest Group (SIG) is a collection of like-minded individuals coming together to ensure that CentOS is a suitable platform for many different storage solutions. This group will ensure that all Open Source storage options seeking to utilize CentOS as a delivery platform have a voice in packaging, orchestration, deployment, and related work. We meet monthly on the first Tuesday of the month. - -* [Link to Agenda](https://hackmd.io/@qItv4l_CSAOOoigrY3dOGA/rkAGV6Lpr) - -### Virtualization SIG - -* Every two weeks (on even weeks) on Wednesday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting -* Chair (to contact for more information): George Dunlap (gwd) -* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Virtualization) -* The CentOS Virtualisation Special Interest Group ( virt-sig ) is a group of people coming together to promote and use CentOS Linux as a base platform as a suitable platform for various virtualisation efforts. This includes type-1 and type-2 hypervisors like Xen and KVM, containers and containment based technologies like LXC and other system and process level virtualisation technologies in the future. - - - -Page generated on 2023-09-13 17:30:55.950002 UTC \ No newline at end of file diff --git a/community/irc-meetings.ical b/community/irc-meetings.ical deleted file mode 100644 index 1c1aa00..0000000 --- a/community/irc-meetings.ical +++ /dev/null @@ -1,288 +0,0 @@ -BEGIN:VCALENDAR -VERSION:2.0 -PRODID:-//yaml2ical agendas//EN -X-WR-CALDESC:Meeting schedule for the CentOS Project and SIGS -X-WR-CALNAME:CentOS Meetings -BEGIN:VEVENT -SUMMARY:Alternate Images SIG -DTSTART:20231012T190000Z -DURATION:PT1H -DTSTAMP:20230727T145547Z -UID:alternateimagessig-20231012 -RRULE:FREQ=MONTHLY;BYDAY=2TH -DESCRIPTION:Project: Alternate Images SIG\nChair: Troy Dawson (tdawson)\ - nDescription: The Alternate Images SIG's goal is to build and provide alt - ernate iso images for CentOS Stream\n\nProject URL: https://wiki.centos.o - rg/SpecialInterestGroup/AltImages -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Automotive SIG -DTSTART:20231004T140000Z -DURATION:PT1H -DTSTAMP:20221123T130408Z -UID:automotivesig-20231004 -RRULE:FREQ=MONTHLY;BYDAY=1WE -DESCRIPTION:Project: Automotive SIG\nChair: Jefro Osier-Mixon (JeffreyOs - ierMixon)\, acting\nDescription: The purpose of the Automotive SIG is two - -fold. First\, it is meant to be a neutral public space for collaboration - between third parties interested in open development of software targeted - at in-vehicle automotive use cases. Second\, it is meant to provide such p - rojects with build and test infrastructure. (This second purpose is\, as w - e understand it\, common to many SIGs)\n\nThe goal of the SIG is to provid - e an open-source home for RHEL-oriented automotive work\, and to attract a - nd encourage open development of automotive software between commercial an - d non-commercial partners.\n\nPlease join us!\n\nDialup: https://meet.goog - le.com/hkx-btgd-dyc\n\nWorking agenda:\n\n- introduction & action items\n- - technical update\n- open discussion\n\nProject URL: http://wiki.centos.o - rg/SpecialInterestGroup/Automotive -LOCATION:#google-meet -END:VEVENT -BEGIN:VEVENT -SUMMARY:Board of Directors -DTSTART:20231018T140000Z -DURATION:PT1H -DTSTAMP:20210908T105120Z -UID:boardofdirectors-20231018 -RRULE:FREQ=MONTHLY;BYDAY=3WE -DESCRIPTION:Project: Board of Directors\nChair: Rich Bowen (rbowen) and - Thomas Oulevey (alphacc)\nDescription: Board of Directors open discussion - . Scheduled for one week after the monthly Board of Directors meeting\n\nP - roject URL: None -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:CPE Infra and Releng Team stand-up -DTSTART:20230918T083000Z -DURATION:PT30M -DTSTAMP:20220327T233956Z -UID:cpeinfraandrelengteamstand-up-20230918 -RRULE:FREQ=WEEKLY -DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE - team member\, on rotation\nDescription: Infra and Releng is a sub team o - f Community Platform Engineering in Red Hat. They maintain and develop app - lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en - -US/cpe/working_with_us/ -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:CPE Infra and Releng Team stand-up -DTSTART:20230919T083000Z -DURATION:PT30M -DTSTAMP:20220327T233956Z -UID:cpeinfraandrelengteamstand-up-20230919 -RRULE:FREQ=WEEKLY -DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE - team member\, on rotation\nDescription: Infra and Releng is a sub team o - f Community Platform Engineering in Red Hat. They maintain and develop app - lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en - -US/cpe/working_with_us/ -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:CPE Infra and Releng Team stand-up -DTSTART:20230913T083000Z -DURATION:PT30M -DTSTAMP:20220327T233956Z -UID:cpeinfraandrelengteamstand-up-20230913 -RRULE:FREQ=WEEKLY -DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE - team member\, on rotation\nDescription: Infra and Releng is a sub team o - f Community Platform Engineering in Red Hat. They maintain and develop app - lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en - -US/cpe/working_with_us/ -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:CPE Infra and Releng Team stand-up -DTSTART:20230914T083000Z -DURATION:PT30M -DTSTAMP:20220327T233956Z -UID:cpeinfraandrelengteamstand-up-20230914 -RRULE:FREQ=WEEKLY -DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE - team member\, on rotation\nDescription: Infra and Releng is a sub team o - f Community Platform Engineering in Red Hat. They maintain and develop app - lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en - -US/cpe/working_with_us/ -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:CentOS Stream Office Hours (meet.opensuse\, not IRC) -DTSTART:20231011T170000Z -DURATION:PT1H -DTSTAMP:20220302T131018Z -UID:centosstreamofficehours(meet.opensuse\,notirc)-20231011 -RRULE:FREQ=MONTHLY;BYDAY=2WE -DESCRIPTION:Project: CentOS Stream Office Hours (meet.opensuse\, not IRC) - \nChair: Shaun McCance (shaunm)\nDescription: Monthly CentOS Stream offi - ce hours on meet.opensuse: https://meet.opensuse.org/centosstream Come wit - h your CentOS Stream questions\, or just to hang out. We meet on the secon - d Wednesday of each month.\n\nProject URL: https://centos.org -LOCATION:#google-meet -END:VEVENT -BEGIN:VEVENT -SUMMARY:Cloud SIG -DTSTART:20231012T150000Z -DURATION:PT1H -DTSTAMP:20220119T094548Z -UID:cloudsig-20231012 -RRULE:FREQ=MONTHLY;BYDAY=2TH -DESCRIPTION:Project: Cloud SIG\nChair: Alfredo Moralejo Alonso (amoralej - )\nDescription: The CentOS Cloud SIG (CCS) is a group of people coming to - gether to focus on packaging and maintaining different FOSS based Private - cloud infrastructure applications that one can install and run natively on - CentOS. We are a non vendor\, non technology and non agent specific focus - group\, but we will gladly work with and build content to suit relevant n - iches or vendor ecosystems. This group specifically targets users who wish - to install and run their own\, independent ( or hybrid ) cloud infrastruc - ture on CentOS.\n\nThe CCS intends to take ownership of existing CentOS Pr - oject relationships with vendors\, and help to maintain the updated packag - e repositories for all participating cloud projects. \n\nProject URL: htt - p://wiki.centos.org/SpecialInterestGroup/Cloud -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Hyperscale SIG -DTSTART:20230913T160000Z -DURATION:PT1H -DTSTAMP:20220921T180840Z -UID:hyperscalesig-20230913 -RRULE:FREQ=WEEKLY;INTERVAL=2 -DESCRIPTION:Project: Hyperscale SIG\nChair: Davide Cavalca (dcavalca) an - d Neal Gompa (ngompa)\nDescription: The Hyperscale SIG focuses on enablin - g CentOS Stream deployment on large-scale infrastructures and facilitating - collaboration on packages and tooling.\n\nProject URL: https://wiki.cent - os.org/SpecialInterestGroup/Hyperscale -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Hyperscale SIG monthly hangout -DTSTART:20231018T220000Z -DURATION:PT1H -DTSTAMP:20230214T105943Z -UID:hyperscalesigmonthlyhangout-20231018 -RRULE:FREQ=MONTHLY;BYDAY=3WE -DESCRIPTION:Project: Hyperscale SIG monthly hangout\nChair: Davide Caval - ca (dcavalca) and Neal Gompa (ngompa)\nDescription: Monthly Hyperscale SI - G hangout (Zoom VC\, not IRC): https://us06web.zoom.us/j/84411093900?pwd=R - UxKUFAxVlJnQWVMODhobThLU3BHdz09\nThe Hyperscale SIG focuses on enabling Ce - ntOS Stream deployment on large-scale infrastructures and facilitating col - laboration on packages and tooling. This is a monthly VC to work together - on a common project\, ask questions\, or just hang out. This occurs on the - third Wednesday of each month. If Zoom asks for a passcode\, use 550255 ( - the meeting ID is 844 1109 3900).\n\nProject URL: https://wiki.centos.org - /SpecialInterestGroup/Hyperscale -LOCATION:#zoom-vc -END:VEVENT -BEGIN:VEVENT -SUMMARY:ISA SIG -DTSTART:20230915T160000Z -DURATION:PT1H -DTSTAMP:20230630T174120Z -UID:isasig-20230915 -RRULE:FREQ=WEEKLY;INTERVAL=2 -DESCRIPTION:Project: ISA SIG\nChair: Josh Boyer (jwboyer) and Florian We - imer (fweimer)\nDescription: The ISA SIG explores potential benefits of a - pplying existing compiler technology to distribution packages\, targeting - more recent CPUs\, and evaluating different options for how these optimiza - tions can be maintained in a scalable way\, and delivered to end users.\n\ - nProject URL: https://sigs.centos.org/isa/ -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Infrastructure SIG -DTSTART:20230925T140000Z -DURATION:PT1H -DTSTAMP:20210719T092451Z -UID:infrastructuresig-20230925 -RRULE:FREQ=WEEKLY;INTERVAL=2 -DESCRIPTION:Project: Infrastructure SIG\nChair: Aoife Moloney (amoloney) - or Brian Stinson (bstinson)\nDescription: The CentOS Infrastructure SIG - will provide a working group to manage all\nCentOS infrastructure. It will - be responsible for oversight of all\ninfrastructure resources\, and provi - ding guidelines for who may be granted\nadministrative access to shared se - rvices.\n\nProject URL: https://wiki.centos.org/SpecialInterestGroup/Infr - astructure -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Kmods SIG -DTSTART:20231002T160000Z -DURATION:PT1H -DTSTAMP:20220307T174012Z -UID:kmodssig-20231002 -RRULE:FREQ=MONTHLY;BYDAY=1MO -DESCRIPTION:Project: Kmods SIG\nChair: Peter Georg (pjgeorg)\nDescriptio - n: The kmods SIG focuses on providing kernel modules currently not availa - ble in Enterprise Linux.\n\nProject URL: https://sigs.centos.org/kmods -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:NFV SIG -DTSTART:20231004T150000Z -DURATION:PT1H -DTSTAMP:20210728T173932Z -UID:nfvsig-20231004 -RRULE:FREQ=MONTHLY;BYDAY=1WE -DESCRIPTION:Project: NFV SIG\nChair: Alfredo Moralejo (amoralej)\nDescri - ption: The goal of NFV SIG is to provide a set of packages related to vir - tual networking and Network Function Virtualization for CentOS and pursue - the cooperation between different users and projects sharing the interest - on these software pieces.\n\nAgenda URL: https://hackmd.io/oRe_HVJiTteDI4 - H332ApMw\nProject URL: http://wiki.centos.org/SpecialInterestGroup/NFV -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Software Collections SIG Sync-up -DTSTART:20230919T140000Z -DURATION:PT1H -DTSTAMP:20200731T142602Z -UID:softwarecollectionssigsync-up-20230919 -RRULE:FREQ=WEEKLY;INTERVAL=2 -DESCRIPTION:Project: Software Collections SIG Sync-up\nChair: Jan Staně - k (jstanek)\nDescription: The Software Collections SIG will provide an up - stream development area for various software collections and related tools - . Developers can build on and extend existing SCLs\, so they don't need to - re-invent the wheel or take responsibility for packaging unnecessary depe - ndencies.\n\nProject URL: http://wiki.centos.org/SpecialInterestGroup/SCL - o -LOCATION:#centos-meeting -END:VEVENT -BEGIN:VEVENT -SUMMARY:Storage SIG -DTSTART:20231003T100000Z -DURATION:PT1H -DTSTAMP:20210706T115543Z -UID:storagesig-20231003 -RRULE:FREQ=MONTHLY;BYDAY=1TU -DESCRIPTION:Project: Storage SIG\nChair: Karanbir Singh (kbsingh)\, Niel - s de Vos (ndevos)\, Giulio Fidente (gfidente)\nDescription: The CentOS St - orage Special Interest Group (SIG) is a collection of like-minded individu - als coming together to ensure that CentOS is a suitable platform for many - different storage solutions. This group will ensure that all Open Source s - torage options seeking to utilize CentOS as a delivery platform have a voi - ce in packaging\, orchestration\, deployment\, and related work. We meet m - onthly on the first Tuesday of the month.\n\nAgenda URL: https://hackmd.i - o/@qItv4l_CSAOOoigrY3dOGA/rkAGV6Lpr\nProject URL: http://wiki.centos.org/ - SpecialInterestGroup/Storage -LOCATION:#centos-meeting2 -END:VEVENT -BEGIN:VEVENT -SUMMARY:Virtualization SIG -DTSTART:20230920T160000Z -DURATION:PT1H -DTSTAMP:20200331T170143Z -UID:virtualizationsig-20230920 -RRULE:FREQ=WEEKLY;INTERVAL=2 -DESCRIPTION:Project: Virtualization SIG\nChair: George Dunlap (gwd)\nDes - cription: The CentOS Virtualisation Special Interest Group ( virt-sig ) i - s a group of people coming together to promote and use CentOS Linux as a b - ase platform as a suitable platform for various virtualisation efforts. Th - is includes type-1 and type-2 hypervisors like Xen and KVM\, containers an - d containment based technologies like LXC and other system and process lev - el virtualisation technologies in the future.\n\nProject URL: https://wik - i.centos.org/SpecialInterestGroup/Virtualization -LOCATION:#centos-meeting -END:VEVENT -END:VCALENDAR diff --git a/community/stories.md b/community/stories.md deleted file mode 100644 index fad00d8..0000000 --- a/community/stories.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: "CentOS community stories" -title_lead: | - The CentOS ecosystem has been built up with and around people. With no real - commercial ambition we set out to try and solve problems for people as they - exist in the sysadmin / operations trenches around the world. -layout: aside ---- - -This page will try and collect some of the user stories over the next few -months. If you have one you'd like to offer up, get in touch with me at -[http://wiki.centos.org/KaranbirSingh](http://wiki.centos.org/KaranbirSingh). - -## Major Hayden's story - -I started with Linux in 1998 and my first distribution was Mandrake. My -PowerPC machines (older Macs) ran Yellow Dog Linux and I really started -to enjoy using YUP (YUM's predecessor). I transitioned later to Gentoo -Linux and spent quite a few sleepless nights testing the effects of USE -flags as I compiled various software packages. Eventually, I stumbled -upon some of the early Red Hat releases (prior to Enterprise Linux) and -I enjoyed the ease of use and stability of the releases. It seemed like -so many other distributions were being pulled in multiple directions but -the group working on Red Hat was highly organized. - -When Red Hat switched to the Enterprise Linux model, I didn't have the -large sums of money available to purchase the support licenses. After -all, I was just a college student at the time. CentOS was a welcomed -find and I was able to get it running quickly with my previous Red Hat -knowledge. - -Linux has always been enjoyable for me because I don't have to fork over -large sums of money for Windows licenses on multiple machines. It's also -really rewarding to teach other people how to use Linux-based operating -systems and I love seeing the smiles on their faces when they see how -much they can do with a free, open source operating system. - -When I started at Rackspace six years ago, I worked in support and spent -much of my time assisting customers with servers running Red Hat. That -led me to a position in our Cloud Servers product group as a Linux -Engineer. We worked through the Slicehost acquisition and eventually -created a brand new cloud compute offering with OpenStack. My -contributions were a small part of what became The Rackspace Open Cloud -servers product. The knowledge we gained from operating such a large -multi-tenant virtualization solution was poured into our new offering -and we're excited to be working closely with the OpenStack community for -features and bug fixes. My focus has shifted a bit as the Chief -Security Architect at Rackspace but I'm still a big fan of CentOS for my -personal projects. - -If you'd like to get in touch with me, find me on Twitter[1] or on IRC -(mhayden on Freenode). I've made plenty of posts regarding CentOS, -Red Hat, and Fedora tips on my blog[2] and I maintain some Fedora/EPEL -packages[3] that may be of interest. - -1. [http://twitter.com/majorhayden/](http://twitter.com/majorhayden/) -2. [http://major.io/](http://major.io/) -3. [https://admin.fedoraproject.org/pkgdb/users/packages/mhayden](https://admin.fedoraproject.org/pkgdb/users/packages/mhayden) - -## Christoph Galuschka - -My name is Christoph Galuschka - tigalch on IRC and in the fora - and I'm part of the CentOS QA team. I'm from Innsbruck, Austria, 36 years old and I'm working for a local utility company in their IT operations department. My responsibilities include VMware, everything VPN and firewall-related, the companywide internet access including security, and operating the company network. Previously to that I was working for an IT consulting company, which also operated its own WAN network to interconnect various customers. Apart from consulting I also handled most of the network related things (FrameRelay, ISDN- and ADSL-dialup, running internet related services like bind, apache, sendmail and the corporate firewall). As we also provided internet access and related services to our customers, we used Linux as the OS of choice for our servers. At was Slackware at that time, and OpenSuSE later. My first contact with CentOS was in 2007 or 2008. A company selling opengroupware.org as a ready to deploy collaboration server used CentOS5 as OS of choice. - -Within the CentOS Project I'm doing QA. I'm also contributing to the wiki (German release notes) and the fora. Together with Athmane Madjoudj I'm also handling the t_functional stack (take a look at [http://ci.dev.centos.org](http://ci.dev.centos.org)) which helps us automate tests around CentOS-QA and Updates and the infra behind that setup. - -At my current company we used to use OpenSuSE for various tasks i.e. syslog, rsync, local update repositories, internal firewalls or as base OS for virus scanners. The change in OpenSuSEs lifecycle policy forced us to reconsider the Distro of our choice, and so I recommended CentOS (C6 at that time). Within the time of 2 years I replaced almost every Linux installation (3 SLES servers are still left, but working on that) with CentOS6. Locking back, this was the right choice, which is proven by stability, easy applying of updates/point releases, manageability by using funcd and in general ease of use. Also the lifecycle expansion to 10 years and the joining of forces with RedHat are a big plus for CentOS in my view. - -For the foreseeable future, the core SIG will probably be the part of CentOS in which I will be most interested/most used by me. - -It is also looking like we will be deploying some more machines with CentOS6 at work, as running typo3 and wordpress is starting to pick up momentum there. - diff --git a/distro-faq.md b/distro-faq.md deleted file mode 100644 index 45a00eb..0000000 --- a/distro-faq.md +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: FAQ - CentOS Project shifts focus to CentOS Stream -layout: aside ---- - -The future of the CentOS Project is CentOS Stream, and over the next year we’ll be shifting focus from CentOS Linux, the rebuild of Red Hat Enterprise Linux (RHEL), to CentOS Stream, which tracks just ahead of a current RHEL release. CentOS Linux 8, as a rebuild of RHEL 8, will end at the end of 2021. CentOS Stream continues after that date, serving as the upstream (development) branch of Red Hat Enterprise Linux. [Read the rest of our announcement](https://blog.centos.org/2020/12/future-is-centos-stream/). - -The following are some of the questions that we’ve been asked about this transition. - - -### Question 1: What is the future of CentOS? - -**Answer:** - -While the word “CentOS” (Community ENTerprise Operating System) has long meant a reliable Linux distribution in the Red Hat ecosystem, it also means the people who create and use the technology. With this move to CentOS Stream as the project focus, the CentOS community will continue to bring the same features to our Linux distro. If you are a CentOS Linux user, don’t worry! There will be a CentOS distribution here in the future. - -Our goal is to have a distribution which is influenced more by the community, but to retain the strong focus on security, stability, and a clear developer workflow. - - -### Q2: What about the other releases of CentOS Linux? - -**A:** - - * Updates for the CentOS Linux 6 distribution [ended November 30, 2020](https://wiki.centos.org/About/Product). - * Updates for the CentOS Linux 7 distribution continue as before until the [end of support for RHEL7](https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates). - * Updates for the CentOS Linux 8 distribution continue until the end of 2021; users can choose to switch over directly to CentOS Stream 8 - * Updates for the CentOS Stream 8 distribution continue through the [RHEL 8 "full support" phase](https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates). - -We will not be producing a CentOS Linux 9, as a rebuild of RHEL 9. Instead CentOS Stream 9 fulfills this role. (See Q6 below regarding the overlap between concurrent streams.) - - -### Q3: Will the source code for Red Hat Enterprise Linux continue to appear on git.centos.org? - -**A:** Yes, the source code for Red Hat Enterprise Linux will continue to be published on git.centos.org. Nothing will change about how the source code is published. This change is only related to the binaries the CentOS Project is building and how they are published. - -**A, June 2023 Update:** [CentOS Stream](https://gitlab.com/redhat/centos-stream) is now the location for public RHEL source code, sources will no longer be published to git.centos.org. [Announcement](https://www.redhat.com/en/blog/furthering-evolution-centos-stream) - - -### Q4: How will CVEs be handled in CentOS Stream? - -**A:** Security issues will be updated in CentOS Stream after they are solved in the current RHEL release. Obviously, embargoed security releases can not be publicly released until after the embargo is lifted. While there will not be any SLA for timing, Red Hat Engineers will be building and testing other packages against these releases. If they do not roll in the updates, the other software they build could be impacted and therefore need to be redone. There is therefore a vested interest for them to get these updates in so as not to impact their other builds and there should be no issues getting security updates. - - -### Q5: Does this mean that CentOS Stream is the RHEL BETA test platform now? - -**A:** No. CentOS Stream will be getting fixes and features ahead of RHEL. Generally speaking we expect CentOS Stream to have fewer bugs and more runtime features as it moves forward in time but always giving direct indication of what is going into a RHEL release - - -### Q6: Will there be separate/parallel/simultaneous streams for 8, 9, 10, etc? - -**A:** Each major release will have a branch, similar to how CentOS Linux is currently structured; however, CentOS Stream is designed to focus on RHEL development, so only the latest Stream will have the marketing focus of the CentOS Project. - -Because RHEL development cycles overlap, there will be times when there are multiple code branches in development at the same time.This allows users time to plan migrations and development work without being surprised by sudden changes. - -Specifically, since the RHEL release cadence is every 3 years, and the full support window is 5 years, this gives an overlap of approximately 2 years between one stream and the next. - - -### Q7: How do I migrate my CentOS Linux 8 installation to CentOS Stream? - -**A:** Instructions to convert from the CentOS Linux 8 distribution to CentOS Stream 8 are published at -[https://www.centos.org/centos-stream/](https://www.centos.org/centos-stream/) -and are also below for your convenience. - -
-[root@centos ~]# dnf swap centos-linux-repos centos-stream-repos
-
-[root@centos ~]# dnf distro-sync
-
- -This will result in some package updates and new packages being installed, which is expected. - -### Q8: I need to build/test my packages for EPEL locally which I used CentOS for. CentOS Stream will have different ABI/API at times so my builds won't work with that. - -**A:** EPEL is part of the Fedora Project. We know they are looking into the cases where this happens and are working on a solution. Initial testing showed that only a few packages are affected. We encourage you to get involved there. The CentOS Project cannot and does not speak for Fedora: We encourage you to [engage with the EPEL community instead](https://fedoraproject.org/wiki/EPEL#Communicating_with_the_EPEL_SIG). We encourage you also to read [this proposal](https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/thread/NYXQNQFAY44RNCJTP6WLYUGJSQX5XSIX/) for EPEL Next with further addresses this question. - - -### Q9. EPEL 8 needs access to packages which are not shipped by RHEL but were made available by CentOS. How is this going to be solved? - -**A:** EPEL is part of the Fedora Project. We know they are looking into the cases where this happens and are working on a solution. Initial testing showed that only a few packages are affected. We encourage you to get involved there.The CentOS Project cannot and does not speak for Fedora: you should instead [engage with the EPEL community](https://fedoraproject.org/wiki/EPEL#Communicating_with_the_EPEL_SIG). - - -### Q10: When will SIGs start building against CentOS Stream rather than CentOS Linux? - -**A:** SIGs can start using CentOS Stream today. Each SIG should determine when they would like to begin the migration. The opportunity here is for the SIG communities to join the collaboration and contribute into improving processes and focusing resources leading up to the final migration in November 2021. Once a SIG has a plan in place, each SIG can request the relevant tags on our Community Build System. - - -### Q11: My CI provider uses containers. I currently use CentOS Linux images to test for RHEL compatibility. I cannot use UBI because it does not include the packages I need. What will be my options in the future? - -**A:** Today, you should request those packages in UBI to help you with your current release testing. The UBI team has more details. If you’re testing for RHEL, RHEL is the best operating system to use. We also encourage you to begin using CentOS Stream as part of your testing process as well so that you’re always ready for the next RHEL. CentOS Stream will provide a full complement of content, including containers. - - -### Q12: I used CentOS for CI because I could not use RHEL developer licenses for this. CentOS Stream is aimed at the next generation when I need the last/current one. What is my alternative? - -**A:** Red Hat is aware of these concerns and we encourage you to [talk to them](mailto:centos-questions@redhat.com). If you’re testing for RHEL, RHEL is the best operating system to use. We also think that CentOS Stream has a place in your CI testing to help you be ready for the next RHEL. - - -### Q13: Can I start up a SIG that will maintain CentOS Stream 8 after RHEL8 reaches the end of Full Support? -**A:** We will not be putting hardware, resources, or asking volunteers to work towards that effort, nor will we allow the CentOS brand to be used for such a project. Once RHEL8 reaches the end of full support, CentOS Stream 8 will be retired from build servers, community build systems, primary mirror sites (copies will remain on vault.centos.org), and other places within our ecosystem. Having SIGs build against multiple streams, and packaging/distributing multiple streams, once they are no longer active, is a distraction from what we want to be our main focus - the active stream that precedes the next RHEL release. - -### Q14: Can the CentOS community continue to develop/rebuild CentOS linux? -**A:** We will not be putting hardware, resources, or asking for volunteers to work towards that effort, nor will we allow the CentOS brand to be used for such a project, as we feel that it dilutes what we are trying to do with the refocus on CentOS Stream. That said, the code is open source and we wouldn't try to stop anyone from choosing to use it or build their own packages from the code. - -### Q15: How does CentOS Stream differ from [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/)? - -**A:** CentOS Stream is focused on the next RHEL minor release. This means we are improving and influencing the shipping releases of RHEL. Fedora ELN is a testing area for changes that may occur in the next *major* release of RHEL.The CentOS Project cannot and does not speak for Fedora. We encourage you to [speak with them directly](https://ask.fedoraproject.org/). - - -### Q16: Where can I ask more questions? - -**A:** Since many people will have the same questions, we encourage you to ask your questions on the public project mailing list, [devel](https://lists.centos.org/hyperkitty/list/devel@lists.centos.org/), where everyone can benefit from the questions and answers being publicly archived. However, we will also be watching our various social media accounts for questions and comments. - diff --git a/download.md b/download.md deleted file mode 100644 index 5db6bb2..0000000 --- a/download.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: Download -layout: aside ---- - - - -{% include download/cards.html %} - -As you download and use CentOS Linux or CentOS Stream \([What's the -difference?](/cl-vs-cs/)\), the CentOS Project invites you to [be a part of the -community as a contributor](http://wiki.centos.org/Contribute). -There are many ways to contribute to the project, from documentation, QA, and -testing to coding changes for -[SIGs](http://wiki.centos.org/SpecialInterestGroup), providing mirroring or -hosting, and helping other users. - -ISOs are also available [via Torrent](http://isoredirect.centos.org/centos/8-stream/isos/x86_64/). - -How to [verify](https://wiki.centos.org/TipsAndTricks/sha256sum) your ISO. - -If you plan to create USB boot media, please [read this first](https://wiki.centos.org/HowTos/InstallFromUSBkey) to avoid damage to your system. - -If the above is not for you, [alternative downloads](http://wiki.centos.org/Download) might be. - -The [CentOS Stream release notes](https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream) are continuously updated to include issues and incorporate feedback from users. - - -## Cloud and container images - -We build, maintain and update Cloud images that you can find on our [Cloud Images server](https://cloud.centos.org/centos). - -These images are built and made available for all the architectures that corresponding version supports. - -People interested in importing 'GenericCloud' images into their own cloud solution can find corresponding images on the link above. - -Worth knowing that you can also import (through Skopeo or other methods) container images the same way, and such .tar.xz files can be found on the same mirror. - -Parallel to that, we have also official images that are available directly to be deployed for the following solutions: - - * [Amazon Web Services](/download/aws-images) - * [Quay Registry](https://quay.io/repository/centos/centos) - * [Docker Registry](https://hub.docker.com/_/centos) - -If the above is not for you, [alternative downloads](http://wiki.centos.org/Download) might be. - -## Geographical mirrors - -If you're looking for a specific (or geographically local) mirror, please check out our [list of current mirrors](/download/mirrors/). - -To check the status of a mirror, please visit [mirror-status.centos.org](http://mirror-status.centos.org/). - -## Sources - -The CentOS project hosts some sources at [git.centos.org](https://git.centos.org). -CentOS Stream hosts its sources on [Gitlab](https://gitlab.com/redhat/centos-stream). -This is documented in greater detail in the [CentOS wiki](https://wiki.centos.org/Sources). - -In order to help ease the workload for our primary mirror network, the source -rpms are not kept in the same tree as the binary packages. If you need the -source packages used to build CentOS, you can find them in our vault -[vault.centos.org](http://vault.centos.org). - -## Older Versions - -Legacy versions of CentOS are no longer supported. For historical purposes, -CentOS keeps an archive of older versions. If you're absolutely sure you need -an older version [then click here](http://wiki.centos.org/Download). - -## Export Regulations - -By downloading CentOS software, you acknowledge that you understand all of the -following: CentOS software and technical information may be subject to the U.S. -Export Administration Regulations (the "EAR") and other U.S. and foreign laws -and may not be exported, re-exported or transferred (a) to any country listed -in Country Group E:1 in Supplement No. 1 to part 740 of the EAR (currently, -Cuba, Iran, North Korea, Sudan & Syria); (b) to any prohibited destination or -to any end user who has been prohibited from participating in U.S. export -transactions by any federal agency of the U.S. government; or (c) for use in -connection with the design, development or production of nuclear, chemical or -biological weapons, or rocket systems, space launch vehicles, or sounding -rockets, or unmanned air vehicle systems. You may not download CentOS software -or technical information if you are located in one of these countries or -otherwise subject to these restrictions. You may not provide CentOS software or -technical information to individuals or entities located in one of these -countries or otherwise subject to these restrictions. You are also responsible -for compliance with foreign law requirements applicable to the import, export -and use of CentOS software and technical information. diff --git a/download/aws-images.md b/download/aws-images.md deleted file mode 100644 index a4a2b76..0000000 --- a/download/aws-images.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: "CentOS AWS AMI Cloud Images" -layout: download-mirror ---- - -CentOS Amazon AMI images -=========================== - -Here is the list of current/up2date AMI images IDs that we made public. - -So far we build/update/maintain the following CentOS variants and architectures: - - * CentOS Stream 9 (x86_64 and aarch64) - * CentOS Linux 7 (x86_64 and aarch64) - -You can search for architecture or region through search bar. - -Please note that you can also directly use then the "Deploy Link" function to deploy in specific region, one click away. - - - - - - - - - - - - - - - - -{% for row in site.data.aws-images %} - - - - - - - -{% endfor %} - - - - - - - - - - -
VersionRegionArchitectureAMI IDDeploy link
{{ row["Version"] }}{{ row["Region"] }}{{ row["Architecture"] }}{{ row["AMI ID"] }} Deploy link
diff --git a/download/mirrors-altarch.md b/download/mirrors-altarch.md deleted file mode 100644 index 3c40de9..0000000 --- a/download/mirrors-altarch.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: AltArch Mirror List -title_lead: List of CentOS Mirrors providing alternative arquitectures. -layout: download-mirror ---- - -CentOS welcomes new mirror sites. If you are considering setting up a public -mirror site for CentOS, [please follow the mirror -guidelines](http://wiki.centos.org/HowTos/CreatePublicMirrors) to make sure -that your mirror is consistent with the other mirror sites. - - - - - - - - - - - - - -{% for row in site.data.full-altarchlist %} - - - - - - - - -{% endfor %} - - - - - - - - - - - -
LocationRegionSponsorHTTPHTTPSRsync
{{ row["Location"] }}{{ row["Region"] }}{% if row["Sponsor URL"] != "" %}{{ row["Sponsor"] }}{% else %}{{ row["Sponsor"] }}{% endif %}{% if row["HTTP mirror"] != "" %} Mirror{% endif %}{% if row["HTTPS mirror"] != "" %} Mirror{% endif %}{% if row["Rsync link"] != "" %} Link{% endif %}
LocationRegionSponsor
diff --git a/download/mirrors.md b/download/mirrors.md deleted file mode 100644 index a500610..0000000 --- a/download/mirrors.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Mirror List -title_lead: List of CentOS official mirrors. -layout: download-mirror ---- - - - -CentOS welcomes new mirror sites. If you are considering setting up a public -mirror site for CentOS, [please follow the mirror -guidelines](http://wiki.centos.org/HowTos/CreatePublicMirrors) to make sure -that your mirror is consistent with the other mirror sites. - -If you're searching for mirrors providing AltArch content (like ppc64, ppc64le, aarch64, -armfhp) please use [this link](/download/mirrors-altarch/). - - - - - - - - - - - - - -{% for row in site.data.full-mirrorlist %} - - - - - - - - -{% endfor %} - - - - - - - - - - - -
LocationRegionSponsorHTTPHTTPSRsync
{{ row["Location"] }}{{ row["Region"] }}{% if row["Sponsor URL"] != "" %}{{ row["Sponsor"] }}{% else %}{{ row["Sponsor"] }}{% endif %}{% if row["HTTP mirror"] != "" %} Mirror{% endif %}{% if row["HTTPS mirror"] != "" %} Mirror{% endif %}{% if row["Rsync link"] != "" %} Link{% endif %}
LocationRegionSponsor
diff --git a/images/background.jpeg b/images/background.jpeg deleted file mode 100644 index c573f53..0000000 Binary files a/images/background.jpeg and /dev/null differ diff --git a/images/sponsors/steadfast.png b/images/sponsors/steadfast.png deleted file mode 100644 index 978e43e..0000000 Binary files a/images/sponsors/steadfast.png and /dev/null differ diff --git a/index.md b/index.md deleted file mode 100644 index 951561d..0000000 --- a/index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: home -title: The CentOS Project -title_lead: | - Community-driven free software effort focused on delivering a robust open - source ecosystem around a Linux platform. - ---- - - diff --git a/keys.md b/keys.md deleted file mode 100644 index 5820177..0000000 --- a/keys.md +++ /dev/null @@ -1,244 +0,0 @@ ---- -title: "CentOS GPG Keys" -layout: aside ---- - -## How CentOS uses GPG keys -Each stable RPM package that is published by CentOS Project is signed with a GPG signature. By default, yum and the graphical update tools will verify these signatures and refuse to install any packages that are not signed, or have an incorrect signature. You should always verify the signature of a package prior to installation. These signatures ensure that the packages you install are what was produced by the CentOS Project and have not been altered by any mirror or website providing the packages. - -## Importing Keys -The Project GPG keys are included in the centos-release package, and are typically found in /etc/pki/rpm-gpg. Please note that not all keys in this directory are used by the CentOS project. Some keys may be placed in this directory by 3rd party repositories to enable the secure use of extra packages as well. The keys used by CentOS are enabled in the yum repository configuration, so you generally don't need to manually import them. - -If you want to verify that the keys installed on your system match the keys listed here, you can use GnuPG to check that the key fingerprint matches. For example: - - gpg --quiet --with-fingerprint /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 - pub 4096R/F4A80EB5 2014-06-23 CentOS-7 Key (CentOS 7 Official Signing Key) - Key fingerprint = 6341 AB27 53D7 8A78 A7C2 7BB1 24C6 A8A7 F4A8 0EB5 - - -## Project Keys -The following keys are currently in use by the CentOS Project. Please note that CentOS Linux releases may have several GPG keys assigned (depending on the release and architecture). -Worth knowing that for CentOS 8, there will be only one key that will be used for all architectures and also subsequent releases. SpecialInterestGroups (SIGs) will still use a different key though (see below) - -### CentOS Project Keys (starting from CentOS 8) - -#### CentOS Official Key - -[download key - SHA256](/keys/RPM-GPG-KEY-CentOS-Official-SHA256) - -[download key - SHA1](/keys/RPM-GPG-KEY-CentOS-Official) - - pub 4096R/8483C65D 2019-05-03 CentOS (CentOS Official Signing Key) - Key fingerprint = 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D - -#### CentOS Testing Key -[download key](/keys/RPM-GPG-KEY-CentOS-Testing) - - pub 4096R/5BA5FA8D 2019-05-03 CentOS Testing (CentOS Testing content) - Key fingerprint = 793D 9072 6BF0 22DA E868 2C36 762E 6585 5BA5 FA8D - -### CentOS-7 Keys - -#### CentOS 7 Signing Key -[download key](/keys/RPM-GPG-KEY-CentOS-7) - - pub 4096R/F4A80EB5 2014-06-23 CentOS-7 Key (CentOS 7 Official Signing Key) - Key fingerprint = 6341 AB27 53D7 8A78 A7C2 7BB1 24C6 A8A7 F4A8 0EB5 - -#### CentOS 7 Debug Key -[download key](/keys/RPM-GPG-KEY-CentOS-Debug-7) - - pub 2048R/B6792C39 2014-07-15 CentOS-7 Debug (CentOS-7 Debuginfo RPMS) - Key fingerprint = 759D 690F 6099 2D52 6A35 8CBD D0F2 5A3C B679 2C39 - - -#### CentOS 7 Testing Key -[download key](/keys/RPM-GPG-KEY-CentOS-Testing-7) - - pub 4096R/8FAE34BD 2014-06-04 CentOS-7 Testing (CentOS 7 Testing content) - Key fingerprint = BA02 A5E6 AFF9 70F7 269D D972 C788 93AC 8FAE 34BD - - -### CentOS 6 Keys - -#### CentOS-6 Signing Key -[download key](/keys/RPM-GPG-KEY-CentOS-6) - - pub 4096R/C105B9DE 2011-07-03 CentOS-6 Key (CentOS 6 Official Signing Key) - Key fingerprint = C1DA C52D 1664 E8A4 386D BA43 0946 FCA2 C105 B9DE - - -#### CentOS-6 Debug Key -[download key](/keys/RPM-GPG-KEY-CentOS-Debug-6) - - pub 4096R/D0FF3D16 2011-07-03 CentOS-6 Debuginfo Key (CentOS-6 Debuginfo Signing Key) - Key fingerprint = 69B3 0F26 BA2B 3AA4 C27C E4F5 3B75 CF79 D0FF 3D16 - - -#### CentOS-6 Testing Key -[download key](/keys/RPM-GPG-KEY-CentOS-Testing-6) - - pub 4096R/EF1D6DB8 2011-07-03 CentOS-6 Testing Key (CentOS-6 Test and Beta Signing Key) - Key fingerprint = 4233 9C29 8BC4 352C A4F9 7504 119C 1A87 EF1D 6DB8 - -#### CentOS-6 Security Key -[download key](/keys/RPM-GPG-KEY-CentOS-Security-6) - - pub 4096R/FE837F6F 2011-07-03 CentOS-6 Security Key (CentOS-6 Official Security Key) - Key fingerprint = 0830 F43C 928A A5A8 A6F1 AF97 0B13 2C3F FE83 7F6F - - -### CentOS 5 Keys - -#### CentOS-5 Signing Key -[download key](/keys/RPM-GPG-KEY-CentOS-5) - - pub 1024D/E8562897 2007-01-06 CentOS-5 Key (CentOS 5 Official Signing Key) - Key fingerprint = 473D 66D5 2122 71FD 51CC 17B1 A8A4 47DC E856 2897 - sub 1024g/1E9EA3B6 2007-01-06 [expires: 2017-01-03] - -#### CentOS-5 Beta Key - pub 1024D/092D7B2B 2007-01-06 CentOS-5 Beta Key (CentOS 5 Beta Signing Key) - Key fingerprint = 5D82 2DFA 48B3 BE04 586C BD4D CFDA 6881 092D 7B2B - sub 1024g/DA743639 2007-01-06 [expires: 2017-01-03] - - -## Community Driven Project keys - -The following keys are used to sign community led efforts within the CentOS Project ecosystem. - -### SIG Keys - -#### Extras (meta repo for all SIGs) -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Extras) - - pub 2048R/1D997668 2021-12-16 CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) - Key fingerprint = 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668 -sub 2048R/FCA5D0FF 2021-12-16 - -#### AltImages SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-AltImages) - - pub 2048R/B094B96D 2023-06-02 CentOS AltImages SIG (https://wiki.centos.org/SpecialInterestGroup/AltImages) - Key fingerprint = 2C77 CFEB 1F99 C559 E52B 3CDC 8DEF 9614 B094 B96D - -#### Atomic SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Atomic) - - pub 2048R/91BA8335 2015-06-10 CentOS Atomic SIG (http://wiki.centos.org/SpecialInterestGroup/Atomic) - Key fingerprint = 64E3 E755 8572 B59A 3194 52AA F17E 7456 91BA 8335 - -#### Automotive SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Automotive) - - pub 2048R/68E964CA 2021-07-27 CentOS Automotive SIG (https://wiki.centos.org/SpecialInterestGroup/Automotive) - Key fingerprint = D8AC ED2D C7CE 8029 FEC7 7C08 4B41 1A90 68E9 64CA - -#### Cloud SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Cloud) - - pub 2048R/764429E6 2015-05-15 CentOS Cloud SIG (http://wiki.centos.org/SpecialInterestGroup/Cloud) - Key fingerprint = 736A F511 6D9C 40E2 AF6B 074B F9B9 FEE7 7644 29E6 - -#### ConfigManagement SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement) - - pub 2048R/6E8B7E8A 2018-03-21 CentOS Config Management SIG (https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG) - Key fingerprint = C75A FB57 D5C0 F238 CB15 BEC8 1AE1 10FA 6E8B 7E8A - -#### Core SIG -[download_key](/keys/RPM-GPG-KEY-CentOS-SIG-Core) - - pub 2048R/15BACBD2 2021-10-06 CentOS Core SIG (https://wiki.centos.org/SpecialInterestGroup/Core) - Key fingerprint = E904 CACD 9EB8 3D8B 13BA B052 827F 178E 15BA CBD2 - -#### HyperScale SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale) - - pub 2048R/EB3DAC40 2021-01-18 CentOS HyperScale SIG (https://wiki.centos.org/SpecialInterestGroup/Hyperscale) - Key fingerprint = 9B04 530E 0ED6 ABC4 B2C3 58DD 2A01 FA2A EB3D AC40 - -#### Infra SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Infra) - - pub 2048R/F56D1621 2020-08-13 CentOS Infra SIG (https://wiki.centos.org/SpecialInterestGroup/Core) - Key fingerprint = 2F3B 7058 BCFA C3AB 0C72 B1BC 8B44 4FCE F56D 1621 - -#### ISA SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-ISA) - - pub 2048R/DE702AB7 2023-05-26 CentOS ISA SIG (https://wiki.centos.org/SpecialInterestGroup/Isa) - Key fingerprint = D689 5EFF D4B1 2FC3 8569 C5A9 C114 980C DE70 2AB7 - -#### Kmods SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Kmods) - - pub 2048R/7AE06D54 2021-06-22 CentOS Kmods SIG (https://wiki.centos.org/SpecialInterestGroup/Kmods) - Key fingerprint = 48EF 712E C5DD B68B 5280 BE45 5B8E 1A76 7AE0 6D54 - -#### Messaging SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Messaging) - - pub 2048R/E16E0D12 2019-12-01 CentOS Messaging SIG (https://wiki.centos.org/SpecialInterestGroup/Messaging) - Key fingerprint = A926 5AE9 1718 68B8 2F91 5550 8301 4EBB E16E 0D12 - sub 2048R/85F5BB32 2019-12-01 - -#### NFV SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-NFV) - - pub 2048R/9D2A76A7 2018-02-20 CentOS NFV SIG (https://wiki.centos.org/SpecialInterestGroup/NFV) - Key fingerprint = 3515 4228 1749 01BE FA8E 69A6 2146 5E28 9D2A 76A7 - -#### OpsTools SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools) - - pub 2048R/51BC2A13 2017-02-20 CentOS OpsTools SIG (https://wiki.centos.org/SpecialInterestGroup/OpsTools) - Key fingerprint = 7872 8176 9AD7 3878 85EE A649 4FD9 5327 51BC 2A13 - -#### PaaS SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-PaaS) - - pub 2048R/2F297ECC 2016-05-18 CentOS PaaS SIG (https://wiki.centos.org/SpecialInterestGroup/PaaS) - Key fingerprint = C5E8 AB44 6FA7 893D 7490 51F1 C34C 5BD4 2F29 7ECC - -#### Software Collections SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-SCLo) - - pub 2048R/F2EE9D55 2015-10-01 CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo) - Key fingerprint = C4DB D535 B1FB BA14 F8BA 64A8 4EB8 4E71 F2EE 9D55 - -#### Storage SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Storage) - - pub 2048R/E451E5B5 2015-01-23 CentOS Storage SIG (http://wiki.centos.org/SpecialInterestGroup/Storage) - Key fingerprint = 7412 9C0B 173B 071A 3775 951A D4A2 E50B E451 E5B5 - -#### Virtualization SIG -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization) - - pub 2048R/61E8806C 2015-06-17 CentOS Virtualization SIG (http://wiki.centos.org/SpecialInterestGroup/Virtualization) - Key fingerprint = A7C8 E761 309D 2F1C 92C5 0B62 7AEB BE82 61E8 806C - -### AltArch keys - -Community driven ports of CentOS to other platforms. - -#### AArch64 Key -[download key](/keys/RPM-GPG-KEY-CentOS-7-aarch64) - - pub 2048R/305D49D6 2015-07-28 CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) - Key fingerprint = EF8F 3CA6 6EFD F32B 36CD ADF7 6C7C B6EF 305D 49D6 - -#### Arm32 Key -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32) - - pub 2048R/62505FE6 2015-11-27 CentOS AltArch SIG - Arm32 (https://wiki.centos.org/SpecialInterestGroup/AltArch/Arm32) - Key fingerprint = 4D9E 39F1 499C A21D D289 77F8 CAFE F11B 6250 5FE6 - -#### PowerPC Key -[download key](/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64) - - pub 2048R/F533F4FA 2015-11-27 CentOS AltArch SIG - PowerPC (https://wiki.centos.org/SpecialInterestGroup/AltArch) - Key fingerprint = BAFA 3436 FC50 768E 3C3C 2E4E A963 BBDB F533 F4FA - - diff --git a/keys/RPM-GPG-KEY-CentOS-5 b/keys/RPM-GPG-KEY-CentOS-5 deleted file mode 100644 index 2627d31..0000000 --- a/keys/RPM-GPG-KEY-CentOS-5 +++ /dev/null @@ -1,28 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.2.6 (GNU/Linux) - -mQGiBEWfB6MRBACrnYW6yKMT+MwJlCIhoyTxGf3mAxmnAiDEy6HcYN8rivssVTJk -CFtQBlBOpLV/OW2YtKrCO2xHn46eNfnMri8FGT8g+9JF3MUVi7kiV1He4iJynHXB -+F2ZqIvHf3IaUj1ys+p8TK64FDFxDQDrGQfIsD/+pkSGx53/877IrvdwjwCguQcr -Ioip5TH0Fj0OLUY4asYVZH8EAIqFHEqsY+9ziP+2R3/FyxSllKkjwcMLrBug+cYO -LYDD6eQXE9Mq8XKGFDj9ZB/0+JzK/XQeStheeFG75q3noq5oCPVFO4czuKErIRAB -qKbDBhaTj3JhOgM12XsUYn+rI6NeMV2ZogoQCC2tWmDETfRpYp2moo53NuFWHbAy -XjETA/sHEeQT9huHzdi/lebNBj0L8nBGfLN1nSRP1GtvagBvkR4RZ6DTQyl0UzOJ -RA3ywWlrL9IV9mrpb1Fmn60l2jTMMCc7J6LacmPK906N+FcN/Docj1M4s/4CNanQ -NhzcFhAFtQL56SNyLTCk1XzhssGZ/jwGnNbU/aaj4wOj0Uef5LRGQ2VudE9TLTUg -S2V5IChDZW50T1MgNSBPZmZpY2lhbCBTaWduaW5nIEtleSkgPGNlbnRvcy01LWtl -eUBjZW50b3Mub3JnPohkBBMRAgAkBQJFnwekAhsDBQkSzAMABgsJCAcDAgMVAgMD -FgIBAh4BAheAAAoJEKikR9zoViiXKlEAmwSoZDvZo+WChcg3s/SpNoWCKhMAAJwI -E2aXpZVrpsQnInUQWwkdrTiL5YhMBBMRAgAMBQJFnwiSBYMSzAIRAAoJEDjCFhY5 -bKCk0hAAn134bIx3wSbq58E6P6U5RT7Z2Zx4AJ9VxnVkoGHkVIgSdsxHUgRjo27N -F7kBDQRFnwezEAQA/HnJ5yiozwgtf6jt+kii8iua+WnjqBKomPHOQ8moxbWdv5Ks -4e1DPhzRqxhshjmub4SuJ93sgMSAF2ayC9t51mSJV33KfzPF2gIahcMqfABe/2hJ -aMzcQZHrGJCEX6ek8l8SFKou7vICzyajRSIK8gxWKBuQknP/9LKsoczV+xsAAwUD -/idXPkk4vRRHsCwc6I23fdI0ur52bzEqHiAIswNfO521YgLk2W1xyCLc2aYjc8Ni -nrMX1tCnEx0/gK7ICyJoWH1Vc7//79sWFtX2EaTO+Q07xjFX4E66WxJlCo9lOjos -Vk5qc7R+xzLDoLGFtbzaTRQFzf6yr7QTu+BebWLoPwNTiE8EGBECAA8FAkWfB7MC -GwwFCRLMAwAACgkQqKRH3OhWKJfvvACfbsF1WK193zM7vSc4uq51XsceLwgAoI0/ -9GxdNhGQEAweSlQfhPa3yYXH -=o/Mx ------END PGP PUBLIC KEY BLOCK----- - diff --git a/keys/RPM-GPG-KEY-CentOS-6 b/keys/RPM-GPG-KEY-CentOS-6 deleted file mode 100644 index bd863d8..0000000 --- a/keys/RPM-GPG-KEY-CentOS-6 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.4.5 (GNU/Linux) - -mQINBE4P06MBEACqn48FZgYkG2QrtUAVDV58H6LpDYEcTcv4CIFSkgs6dJ9TavCW -NyPBZRpM2R+Rg5eVqlborp7TmktBP/sSsxc8eJ+3P2aQWSWc5ol74Y0OznJUCrBr -bIdypJllsD9Fe+h7gLBXTh3vdBEWr2lR+xA+Oou8UlO2gFbVFQqMafUgU1s0vqaE -/hHH0TzwD0/tJ6eqIbHwVR/Bu6kHFK4PwePovhfvyYD9Y+C0vOYd5Ict2vbLHz1f -QBDZObv4M6KN3j7nzme47hKtdMd+LwFqxM5cXfM6b5doDulWPmuGV78VoX6OR7el -x1tlfpuiFeuXYnImm5nTawArcQ1UkXUSYcTUKShJebRDLR3BycxR39Q9jtbOQ29R -FumHginovEhdUcinRr22eRXgcmzpR00zFIWoFCwHh/OCtG14nFhefuZ8Z80qbVhW -2J9+/O4tksv9HtQBmQNOK5S8C4HNF2M8AfOWNTr8esFSDc0YA5/cxzdfOOtWam/w -lBpNcUUSSgddRsBwijPuWhVA3NmA/uQlJtAo4Ji5vo8cj5MTPG3+U+rfNqRxu1Yc -ioXRo4LzggPscaTZX6V24n0fzw0J2k7TT4sX007k+7YXwEMqmHpcMYbDNzdCzUer -Zilh5hihJwvGfdi234W3GofttoO+jaAZjic7a3p6cO1ICMgfVqrbZCUQVQARAQAB -tEZDZW50T1MtNiBLZXkgKENlbnRPUyA2IE9mZmljaWFsIFNpZ25pbmcgS2V5KSA8 -Y2VudG9zLTYta2V5QGNlbnRvcy5vcmc+iQI8BBMBAgAmBQJOD9OjAhsDBQkSzAMA -BgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQCUb8osEFud6ajRAAnb6d+w6Y/v/d -MSy7UEy4rNquArix8xhqBwwjoGXpa37OqTvvcJrftZ1XgtzmTbkqXc+9EFch0C+w -ST10f+H0SPTUGuPwqLkg27snUkDAv1B8laub+l2L9erzCaRriH8MnFyxt5v1rqWA -mVlRymzgXK+EQDr+XOgMm1CvxVY3OwdjdoHNox4TdVQWlZl83xdLXBxkd5IRciNm -sg5fJAzAMeg8YsoDee3m4khg9gEm+/Rj5io8Gfk0nhQpgGGeS1HEXl5jzTb44zQW -qudkfcLEdUMOECbu7IC5Z1wrcj559qcp9C94IwQQO+LxLwg4kHffvZjCaOXDRiya -h8KGsEDuiqwjU9HgGq9fa0Ceo3OyUazUi+WnOxBLVIQ8cUZJJ2Ia5PDnEsz59kCp -JmBZaYPxUEteMtG3yDTa8c8jUnJtMPpkwpSkeMBeNr/rEH4YcBoxuFjppHzQpJ7G -hZRbOfY8w97TgJbfDElwTX0/xX9ypsmBezgGoOvOkzP9iCy9YUBc9q/SNnflRWPO -sMVrjec0vc6ffthu2xBdigBXhL7x2bphWzTXf2T067k+JOdoh5EGney6LhQzcp8m -YCTENStCR+L/5XwrvNgRBnoXe4e0ZHet1CcCuBCBvSmsPHp5ml21ahsephnHx+rl -JNGtzulnNP07RyfzQcpCNFH7W4lXzqM= -=jrWY ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-7 b/keys/RPM-GPG-KEY-CentOS-7 deleted file mode 100644 index 47f6d4d..0000000 --- a/keys/RPM-GPG-KEY-CentOS-7 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.4.5 (GNU/Linux) - -mQINBFOn/0sBEADLDyZ+DQHkcTHDQSE0a0B2iYAEXwpPvs67cJ4tmhe/iMOyVMh9 -Yw/vBIF8scm6T/vPN5fopsKiW9UsAhGKg0epC6y5ed+NAUHTEa6pSOdo7CyFDwtn -4HF61Esyb4gzPT6QiSr0zvdTtgYBRZjAEPFVu3Dio0oZ5UQZ7fzdZfeixMQ8VMTQ -4y4x5vik9B+cqmGiq9AW71ixlDYVWasgR093fXiD9NLT4DTtK+KLGYNjJ8eMRqfZ -Ws7g7C+9aEGHfsGZ/SxLOumx/GfiTloal0dnq8TC7XQ/JuNdB9qjoXzRF+faDUsj -WuvNSQEqUXW1dzJjBvroEvgTdfCJfRpIgOrc256qvDMp1SxchMFltPlo5mbSMKu1 -x1p4UkAzx543meMlRXOgx2/hnBm6H6L0FsSyDS6P224yF+30eeODD4Ju4BCyQ0jO -IpUxmUnApo/m0eRelI6TRl7jK6aGqSYUNhFBuFxSPKgKYBpFhVzRM63Jsvib82rY -438q3sIOUdxZY6pvMOWRkdUVoz7WBExTdx5NtGX4kdW5QtcQHM+2kht6sBnJsvcB -JYcYIwAUeA5vdRfwLKuZn6SgAUKdgeOtuf+cPR3/E68LZr784SlokiHLtQkfk98j -NXm6fJjXwJvwiM2IiFyg8aUwEEDX5U+QOCA0wYrgUQ/h8iathvBJKSc9jQARAQAB -tEJDZW50T1MtNyBLZXkgKENlbnRPUyA3IE9mZmljaWFsIFNpZ25pbmcgS2V5KSA8 -c2VjdXJpdHlAY2VudG9zLm9yZz6JAjUEEwECAB8FAlOn/0sCGwMGCwkIBwMCBBUC -CAMDFgIBAh4BAheAAAoJECTGqKf0qA61TN0P/2730Th8cM+d1pEON7n0F1YiyxqG -QzwpC2Fhr2UIsXpi/lWTXIG6AlRvrajjFhw9HktYjlF4oMG032SnI0XPdmrN29lL -F+ee1ANdyvtkw4mMu2yQweVxU7Ku4oATPBvWRv+6pCQPTOMe5xPG0ZPjPGNiJ0xw -4Ns+f5Q6Gqm927oHXpylUQEmuHKsCp3dK/kZaxJOXsmq6syY1gbrLj2Anq0iWWP4 -Tq8WMktUrTcc+zQ2pFR7ovEihK0Rvhmk6/N4+4JwAGijfhejxwNX8T6PCuYs5Jiv -hQvsI9FdIIlTP4XhFZ4N9ndnEwA4AH7tNBsmB3HEbLqUSmu2Rr8hGiT2Plc4Y9AO -aliW1kOMsZFYrX39krfRk2n2NXvieQJ/lw318gSGR67uckkz2ZekbCEpj/0mnHWD -3R6V7m95R6UYqjcw++Q5CtZ2tzmxomZTf42IGIKBbSVmIS75WY+cBULUx3PcZYHD -ZqAbB0Dl4MbdEH61kOI8EbN/TLl1i077r+9LXR1mOnlC3GLD03+XfY8eEBQf7137 -YSMiW5r/5xwQk7xEcKlbZdmUJp3ZDTQBXT06vavvp3jlkqqH9QOE8ViZZ6aKQLqv -pL+4bs52jzuGwTMT7gOR5MzD+vT0fVS7Xm8MjOxvZgbHsAgzyFGlI1ggUQmU7lu3 -uPNL0eRx4S1G4Jn5 -=OGYX ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-7-aarch64 b/keys/RPM-GPG-KEY-CentOS-7-aarch64 deleted file mode 100644 index 703d0ee..0000000 --- a/keys/RPM-GPG-KEY-CentOS-7-aarch64 +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFW3h2gBCADPM3WDbdHNnMAB0FPvVRIBjGpkpeWT5rsbMZbk35tCx7MbAhMk -zcN519xw7DGVLigFd68S3W2Lrde6ioyVQ1SVSJ7z84U4uYUfSa858Dskxxy021Ip -NrocTrziy773v1gCPwA5xeT89bgzsMVMzCSy0U7TeqMDhN2urEMG5CCEpy0K9XZv -bpUexhn7TbP10g5BzC9igd498QcW/69Oz5OK7WcZOtqmGn78pGBCH2ly+IqIV6ZS -9yXC6jOmOnA8fM0gKJAelhQALd77cULMSGbu96ReG3BEFlgWQjbtZG3L5BvMVInw -MkUQEntHvjp6oHtPiIAc3VtLq0IxWVygFHNRABEBAAG0cENlbnRPUyBBbHRBcmNo -IFNJRyAtIEFBcmNoNjQgKGh0dHA6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbElu -dGVyZXN0R3JvdXAvQWx0QXJjaC9BQXJjaDY0KSA8c2VjdXJpdHlAY2VudG9zLm9y -Zz6JATkEEwECACMFAlW3h2gCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAK -CRBsfLbvMF1J1pSFCACQbLvjwCFdgr0DpVJZ0o50Dcl8jYzZtd/NZOBNYXi/TQza -c6DFhiAj72zkgOGb+xznUXJJIiOLCgyJBUdJQSRx/EfVb9ftd4kSOA/wErOhDV71 -Hyww9M/gz82SjHF9qq8ofDto6ZfJMfiLX4aZwR39jZzS5Gm+bH5FfgxlwG0V88fu -aKlzsn3p975uD659tSKae4xLysxkBG6oDaXvnWI2/UGC724gN+R3aKe9kI0wk8wA -h5Qzf7+jRk0qb859rryno1rBpuzxJcwg5qvN2PXG3xDFOHG+3LX3mV3UnVAqCjHO -zyGnzAAiNfBwgMyu6bu4lXd4hbZKy73RwnouQkuA -=qiwp ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Debug-6 b/keys/RPM-GPG-KEY-CentOS-Debug-6 deleted file mode 100644 index 8e9122d..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Debug-6 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.4.5 (GNU/Linux) - -mQINBE4P1EIBEACfrYbqfmCxVzfO3P9NGC2Ul9EyzDNW9WK0yYt1kT45cjybC+vL -8gPl5BlVC9Z5WoSU9YhCwk/RdQ0aQJQRziEyQqwftSgKESrApAqEyHIkcsPNCkjq -55q9MkhJApMn14dwvCJCgubDSj2Ft8b172IlIX3k196uCZl9j5EVUHuyxls4AOUZ -7wuvEXLu01KOi5lqnsGwyRTv+AV74LupL03iZUPQuGUWPuP25J35sC4p33We5Ogx -VrjOv6/e5Z0p9zb2AgBh1hFRwPPgE3wrYJIF5tmJgDDdKIPcNFE1l2QiOlPg/QA4 -t0f6gUk0ptgrWlNmAhj8y8ccomf/JgmjfQbjFXWkqIePVzQy9adM6SbmKFm/czJ1 -X1Jsy7lCzpxYqz8RYds8EzD455auJ0TeiO4P0PFd+RXncH10mGIESP/DTicWvVdK -0doBLpYcpwyNL4dyQxq28xtneFgYV+Zkazk0HzF3+x+vnD+LZ1Zc9/MXub/Yt5nv -1eaQrSfSkCDvq5rXzzprqVe6Ytl+FK5lwbJGhOUWfsWk0PqChkEhw2n7zgHpQ5Qd -U5oMFFKy3B1ZYQRn581/wB+eL/fgku7icIo/IOU7zeKDmIK7xHuHiAmVtm7L35VL -qAbgSY5B5EBqP6RtBT7AIKzM/+H5uMvnS4xI5PVkJVijL6Fpw8aHEeCDVQARAQAB -tFdDZW50T1MtNiBEZWJ1Z2luZm8gS2V5IChDZW50T1MtNiBEZWJ1Z2luZm8gU2ln -bmluZyBLZXkpIDxjZW50b3MtNi1kZWJ1Zy1rZXlAY2VudG9zLm9yZz6JAjwEEwEC -ACYFAk4P1EICGwMFCRLMAwAGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRA7dc95 -0P89FkPID/4w8+3Yg7lZfTkPynWcSX4KOH6NRCSbuUf+5MFmZT4FXVOr7LHOWCRS -QkF3f+tpPIpGLcEFD9r0/9npozsviG/13ZhT31x3mmASvVVGVp9cHN5Ie7Zim2BN -+ALbGQ0YbaO7f7XgBMTKTlw71HQ5V4yCqrUVBL1FicGBsBJ5nfJt/K0WjKA1GGYA -DyW1YP/Oid5lPNqPLyR3Jw2oMHtUtbwZbtgBSq8Ll5gZaYTpap+M4SdQmBXyOMxA -NPXSwJgNuWufKnwp+7qMR/sFRIW9qmRvR30NtonmzOwf+kOtY03USiSK4pneEHTQ -YKAGCEdOgsPOnEwv0jvW3KABIw+rwRzkpfW0IFh0VoyOrQ67Ek0Q3oldQ9Lrjwqu -qsL12YhBgfnMkSM/w7R0HsezOSmPb0wHxjIb6CDv+4r9LIHx5F4YXFytv7pYIUqP -6ATg9jJ/ecMcXVonnwwUG2FtQNhYa4URak1u3u0xJTKsrsvMnYksjCpgosmd4XB4 -7651UvR7pgsSscJSuLlh9S4BR3/crsYZMq1O5L9HOywU4l2SN04p+DfH2Vf90VfB -9An1uA2hBa5lB1IuN0QiIH9OMaDqXPk0rVHS0GJ28Jx4rztofDBWHuShgO5YzNUw -A8CKB3t/kH6zutLdF6tS0Mh1wLWuPWfSH4DPd+mSucY/zbbrrAgxFA== -=9b/M ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Debug-7 b/keys/RPM-GPG-KEY-CentOS-Debug-7 deleted file mode 100644 index a1eb1f2..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Debug-7 +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFPE+90BCAChR7lmZuMhY3IXdMSwAFXwnJUMWJbwX1p2OR7XV/YLkKEZ+a0T -xnaEKwe9WDb7k0jUaMkeAu9ACtHKmnGrp5eCI7AJv5gF7GT1k615xyvCyGSCFTaw -VidWtXAK3RF1qKalNCj9sz8utjYVe8UXRcvHU20TlK/J1Z64Ths52UUI9kBWJN+i -QuruxEsMCyylmXeodUfQrFG+zifreCyQ0BYZEiH+6EtIzlPeCOjgjz2AWov19q/H -KXyUoiJpy40NWhEV8dazbpxrsiD5Tlc+bLjhpDTa7aPhhhUjJaSIEP3HBE01+0rz -nf00VrwQlsipRUYuv+8T5nlQ16l8IqknNLbDABEBAAG0PkNlbnRPUy03IERlYnVn -IChDZW50T1MtNyBEZWJ1Z2luZm8gUlBNUykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+ -iQE+BBMBAgAoBQJTxPvdAhsDBQkcMgSABgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIX -gAAKCRDQ8lo8tnksOWRFB/9PzxN2l6KSLWHPJX8OD4B7npVoouM+mscK4oHjXSRI -y2u2O2tT2hmcQzan29dahk1hsnyLdQlNSo642rV4ykbOdW9iszCLrw4ZwuQmpm5c -qeHMUPntwz9MFvn9memh85kZuxdFnAHmaxmqNl+5LEPNmmWyfX7TjGyG1Oi2xd7o -yT7lKnVXyLdY8E62RKTuQ/BNnAFpmUVgLbeKVq6qggZYgPOLt7GpLfpCm63aDZoX -OzJM75RqCtiK0n1BSBdUiVQ8+2XXYqRejFOEZa5LrLNDLFfqYA0YgpN/ournTKWt -QLHycvaoJrXZzF2EQjLiU2hHx8vS3bTR0lZsv8tUBHXG -=2CYo ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Official b/keys/RPM-GPG-KEY-CentOS-Official deleted file mode 100644 index 30235a8..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Official +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQINBFzMWxkBEADHrskpBgN9OphmhRkc7P/YrsAGSvvl7kfu+e9KAaU6f5MeAVyn -rIoM43syyGkgFyWgjZM8/rur7EMPY2yt+2q/1ZfLVCRn9856JqTIq0XRpDUe4nKQ -8BlA7wDVZoSDxUZkSuTIyExbDf0cpw89Tcf62Mxmi8jh74vRlPy1PgjWL5494b3X -5fxDidH4bqPZyxTBqPrUFuo+EfUVEqiGF94Ppq6ZUvrBGOVo1V1+Ifm9CGEK597c -aevcGc1RFlgxIgN84UpuDjPR9/zSndwJ7XsXYvZ6HXcKGagRKsfYDWGPkA5cOL/e -f+yObOnC43yPUvpggQ4KaNJ6+SMTZOKikM8yciyBwLqwrjo8FlJgkv8Vfag/2UR7 -JINbyqHHoLUhQ2m6HXSwK4YjtwidF9EUkaBZWrrskYR3IRZLXlWqeOi/+ezYOW0m -vufrkcvsh+TKlVVnuwmEPjJ8mwUSpsLdfPJo1DHsd8FS03SCKPaXFdD7ePfEjiYk -nHpQaKE01aWVSLUiygn7F7rYemGqV9Vt7tBw5pz0vqSC72a5E3zFzIIuHx6aANry -Gat3aqU3qtBXOrA/dPkX9cWE+UR5wo/A2UdKJZLlGhM2WRJ3ltmGT48V9CeS6N9Y -m4CKdzvg7EWjlTlFrd/8WJ2KoqOE9leDPeXRPncubJfJ6LLIHyG09h9kKQARAQAB -tDpDZW50T1MgKENlbnRPUyBPZmZpY2lhbCBTaWduaW5nIEtleSkgPHNlY3VyaXR5 -QGNlbnRvcy5vcmc+iQI3BBMBAgAhBQJczFsZAhsDBgsJCAcDAgYVCAIJCgsDFgIB -Ah4BAheAAAoJEAW1VbOEg8ZdjOsP/2ygSxH9jqffOU9SKyJDlraL2gIutqZ3B8pl -Gy/Qnb9QD1EJVb4ZxOEhcY2W9VJfIpnf3yBuAto7zvKe/G1nxH4Bt6WTJQCkUjcs -N3qPWsx1VslsAEz7bXGiHym6Ay4xF28bQ9XYIokIQXd0T2rD3/lNGxNtORZ2bKjD -vOzYzvh2idUIY1DgGWJ11gtHFIA9CvHcW+SMPEhkcKZJAO51ayFBqTSSpiorVwTq -a0cB+cgmCQOI4/MY+kIvzoexfG7xhkUqe0wxmph9RQQxlTbNQDCdaxSgwbF2T+gw -byaDvkS4xtR6Soj7BKjKAmcnf5fn4C5Or0KLUqMzBtDMbfQQihn62iZJN6ZZ/4dg -q4HTqyVpyuzMXsFpJ9L/FqH2DJ4exGGpBv00ba/Zauy7GsqOc5PnNBsYaHCply0X -407DRx51t9YwYI/ttValuehq9+gRJpOTTKp6AjZn/a5Yt3h6jDgpNfM/EyLFIY9z -V6CXqQQ/8JRvaik/JsGCf+eeLZOw4koIjZGEAg04iuyNTjhx0e/QHEVcYAqNLhXG -rCTTbCn3NSUO9qxEXC+K/1m1kaXoCGA0UWlVGZ1JSifbbMx0yxq/brpEZPUYm+32 -o8XfbocBWljFUJ+6aljTvZ3LQLKTSPW7TFO+GXycAOmCGhlXh2tlc6iTc41PACqy -yy+mHmSv -=kkH7 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Official-SHA256 b/keys/RPM-GPG-KEY-CentOS-Official-SHA256 deleted file mode 100644 index ceee67d..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Official-SHA256 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQINBFzMWxkBEADHrskpBgN9OphmhRkc7P/YrsAGSvvl7kfu+e9KAaU6f5MeAVyn -rIoM43syyGkgFyWgjZM8/rur7EMPY2yt+2q/1ZfLVCRn9856JqTIq0XRpDUe4nKQ -8BlA7wDVZoSDxUZkSuTIyExbDf0cpw89Tcf62Mxmi8jh74vRlPy1PgjWL5494b3X -5fxDidH4bqPZyxTBqPrUFuo+EfUVEqiGF94Ppq6ZUvrBGOVo1V1+Ifm9CGEK597c -aevcGc1RFlgxIgN84UpuDjPR9/zSndwJ7XsXYvZ6HXcKGagRKsfYDWGPkA5cOL/e -f+yObOnC43yPUvpggQ4KaNJ6+SMTZOKikM8yciyBwLqwrjo8FlJgkv8Vfag/2UR7 -JINbyqHHoLUhQ2m6HXSwK4YjtwidF9EUkaBZWrrskYR3IRZLXlWqeOi/+ezYOW0m -vufrkcvsh+TKlVVnuwmEPjJ8mwUSpsLdfPJo1DHsd8FS03SCKPaXFdD7ePfEjiYk -nHpQaKE01aWVSLUiygn7F7rYemGqV9Vt7tBw5pz0vqSC72a5E3zFzIIuHx6aANry -Gat3aqU3qtBXOrA/dPkX9cWE+UR5wo/A2UdKJZLlGhM2WRJ3ltmGT48V9CeS6N9Y -m4CKdzvg7EWjlTlFrd/8WJ2KoqOE9leDPeXRPncubJfJ6LLIHyG09h9kKQARAQAB -tDpDZW50T1MgKENlbnRPUyBPZmZpY2lhbCBTaWduaW5nIEtleSkgPHNlY3VyaXR5 -QGNlbnRvcy5vcmc+iQI3BBMBCAAhAhsDBgsJCAcDAgYVCAIJCgsDFgIBAh4BAheA -BQJczFsaAAoJEAW1VbOEg8ZdvOgQAMFTGIQokADy5+CynFKjfO7R0VVpJxmYGVr1 -TjnKaHmjxnJaYqoha9ukGgmLu0r+lJ42Kk6nREk1vlxfRAfiWd00Zkm+K3IMq1/D -E0heC2vX8qqjsLJs3jzq0hgNvo9X0uHDaA4J1BHsD8sE5in/f4SivjbngvFovRGU -1XLNCgoqpFNcROP18LqKUw8WtqgWdnYBa5i6D5qx+WMRX0NHNwcCMy1lz+sTFxIU -9mW6cLsMaacPGD8pUXIVli8P9Vlv3jBk1wFIqRgQPW01ph/3bM7pf9hyM9FAfU4X -AFcyb1oYI4/82EkICUe6jeuZrz67dPeLVAlYrGW4hp/825g0fqJHxPDp25GS4rAa -4RqyibLzNjSGdXYeLj2NcB/8OqaP+T1hv3JDaqe70QoYa/GIC4rh15NyXVbUP+LG -V4vUiL7mb9ynzvF5zYHJbcg4R7dOsiZHrMFwy7FZesQaVrXeJlxRcEj65rpm1ZtZ -mwAE1k2LsRkvLyr9hpZkXnMeOKYIPwpdmBjXNVNVbq7097OxZOYPPos+iZKMWfl4 -UQnMsCVxonZtamdI4qEc3jMkSZPJKgOplGOms5jdY+EdSvsFWEQ0Snd3dChfU7DV -o4Rbcy5klwHrvuZIOLaovhyxuRPhP6gV9+gzpTK/7vrvDlFbbZE6s212mDZ13RWB -mTfAxz4h -=agO/ ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64 b/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64 deleted file mode 100644 index fcac2b8..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64 +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFZYUWkBCADomwJs4B6eBhhHmkBxaTQBNg2SicdZZWfb9+VArLqZ+Qyez3YQ -V1Bq2dBaDv2HIpTI8AHyT/KL/VuF1cdmGK8Q+uhqVxbFIP3giuaNHdV+DLx7suid -aKP0MA/1fs5x4RDvRmHVm0bPRwUWK84aWyh2Ux1D9I8HWsmDamAVKUinocnWWG0K -sNsV2uTuHeXYrJB0lex1nD1ColEa4CjmRxHMFYhoaFfw+mUUJ6rrN+zPdettxzbe -HPBVhNWpfOcQdEIrPWwhMCJJYOnPQ7OpZBZ7088Bc7JVA4RHMo54MuuU2t1Th71H -l7hcF9ueIKXqnsoAWFoG+p4UOy+OHU11THp3ABEBAAG0aUNlbnRPUyBBbHRBcmNo -IFNJRyAtIFBvd2VyUEMgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJ -bnRlcmVzdEdyb3VwL0FsdEFyY2gpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQT -AQIAIwUCVlhRaQIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEKlju9v1 -M/T6HPsH/jLoRihPGZrdNjnVRSx/7hzQ+csdpgwRYSgJOeLTJAmemXYxiAQ0Wh+Z -AiDA6hdUu973Y/aTZbOoX+trb6SaEquGLLxhFgC21whVYfRznxE3FQv02a/hjp/3 -a+i0GDT4ExSNuMxAqEewnWTymHS8bAsPGKuEMk9zElMZgeM6RrZUT+RL/ybjw5Mi -H8mP/tEcR1jAsm30BSoWV0nKHMXLpuOVTQS2V3ngzMWoA/l/9t7CafhkpV7IGfnB -HwQChc3L9fyZ/LwCo0WR1mHbzoPq+K4fwOnjdFEbgUSvfQ3+QiXXrfWt7C9IYAmA -/6cxo9vG1NH6sQ3BJiEyJNaWj3q2c5U= -=E+yp ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le b/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le deleted file mode 100644 index fcac2b8..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFZYUWkBCADomwJs4B6eBhhHmkBxaTQBNg2SicdZZWfb9+VArLqZ+Qyez3YQ -V1Bq2dBaDv2HIpTI8AHyT/KL/VuF1cdmGK8Q+uhqVxbFIP3giuaNHdV+DLx7suid -aKP0MA/1fs5x4RDvRmHVm0bPRwUWK84aWyh2Ux1D9I8HWsmDamAVKUinocnWWG0K -sNsV2uTuHeXYrJB0lex1nD1ColEa4CjmRxHMFYhoaFfw+mUUJ6rrN+zPdettxzbe -HPBVhNWpfOcQdEIrPWwhMCJJYOnPQ7OpZBZ7088Bc7JVA4RHMo54MuuU2t1Th71H -l7hcF9ueIKXqnsoAWFoG+p4UOy+OHU11THp3ABEBAAG0aUNlbnRPUyBBbHRBcmNo -IFNJRyAtIFBvd2VyUEMgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJ -bnRlcmVzdEdyb3VwL0FsdEFyY2gpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQT -AQIAIwUCVlhRaQIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEKlju9v1 -M/T6HPsH/jLoRihPGZrdNjnVRSx/7hzQ+csdpgwRYSgJOeLTJAmemXYxiAQ0Wh+Z -AiDA6hdUu973Y/aTZbOoX+trb6SaEquGLLxhFgC21whVYfRznxE3FQv02a/hjp/3 -a+i0GDT4ExSNuMxAqEewnWTymHS8bAsPGKuEMk9zElMZgeM6RrZUT+RL/ybjw5Mi -H8mP/tEcR1jAsm30BSoWV0nKHMXLpuOVTQS2V3ngzMWoA/l/9t7CafhkpV7IGfnB -HwQChc3L9fyZ/LwCo0WR1mHbzoPq+K4fwOnjdFEbgUSvfQ3+QiXXrfWt7C9IYAmA -/6cxo9vG1NH6sQ3BJiEyJNaWj3q2c5U= -=E+yp ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 b/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 deleted file mode 100644 index f0a6dbd..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 +++ /dev/null @@ -1,21 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFZYUi8BCADtrzJRu2Q3WGb5ExbmAB8CGWDAbVOTLZBA0bSj+i63LsUDdHkU -sKpOGEaRPhagB27lkVUMOkcOIodYAbQZDbF788KDxeF4BopORbGXdo14OMEmoVq6 -rWPDoYs7Zv7G8blQa0IBE/BqdjYxyXZ0CSt+OLQ8r3G8ZB//SbZSTWWJcp2aN5oE -79yB+tEfYznGzETZY8gzBOcKIk/ifYVNHHS65ldgOd3KQK7/vjWVc9LDOLcFcwXj -YABSaUTsc3SkYKQ71SuxLssBWxSGaiZWBdN7s0FZFMDagWtKW1jQDlIhoRSULfpL -m5Y306pEqNOdiNgAnipXPL4NzWv0zFVHoWaFABEBAAG0bUNlbnRPUyBBbHRBcmNo -IFNJRyAtIEFybTMyIChodHRwczovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50 -ZXJlc3RHcm91cC9BbHRBcmNoL0FybTMyKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6J -ATkEEwECACMFAlZYUi8CGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRDK -/vEbYlBf5qvhB/9R8GXKz71u66U1VTvlDEh4tz7LzKNUBAtEH9fvox1Y8Mh1+VKK -h7WtAWXsAkBvy7HeJ/GCUgvbgBjc7qpVjq/dipUTt+c51TLkoSa0msv4aJnA5azU -7+9qD/qvnjEZVgstFGyTQ+m5v9N3KdAWyw2Xi1V820bmmj+vlVzGFbQo2UPps+7d -bXZ9xI9Lmme/KD4tctjg9lnoCXmFIHGZfMVCoCyk42+p5EHlSZhYIRyIIhjpELlL -gllMZz1Bdp+V51zndIm7Fe1d6jcSEjpPjRecIxfr5PBLAu3j/VbjBK90u8AKSKY9 -q5eFcyxxA1r2IdmItGVwz73gSz8WkJoh8QeN -=72OZ ------END PGP PUBLIC KEY BLOCK----- - diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-AltImages b/keys/RPM-GPG-KEY-CentOS-SIG-AltImages deleted file mode 100644 index 2788eba..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-AltImages +++ /dev/null @@ -1,39 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- - -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 -sKUPc+wYkgeuP5/TSaJrUoS/LXZX6IpyqQ== -=wA0g ------END PGP PUBLIC KEY BLOCK----- - diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Atomic b/keys/RPM-GPG-KEY-CentOS-SIG-Atomic deleted file mode 100644 index c88b6a0..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Atomic +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFV4Hp8BCAC01+PMJx3Fc8U7L2cCNKH4bxtT3fIVl8s3bIzP8u1wJVP+C/tX -R0uEHCtfgscNZV/krMphb+WO/d11azKwT4GueqsLkkd3wXkOaQuN+0YP/s96iRZF -0miEt3KN8k91rFxuow82H9K+vQ59masGCqkGRyDFFFUwJgIpqfMjEU3eIkYkyaer -m85d1QDQigGbIuq5dIdzMp+NdDfh/j/8xnGNEOELcBeHUH3SQzaoMV+opckLZCpy -DorXDBCuQPcrOoE3jLjntrTXKsGPUmh474X2rGt6cJCk0JhPL2AyseyWC9C3WLqF -z45Hc62eP9tfmeEi9e20ulJZClqpd2VvrV3xABEBAAG0XENlbnRPUyBBdG9taWMg -U0lHIChodHRwOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJbnRlcmVzdEdyb3Vw -L0F0b21pYykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMBCgAjAhsDBwsJCAcD -AgEGFQgCCQoLBBYCAwECHgECF4AFAmIgbv4ACgkQ8X50VpG6gzWriQgAnulTy47r -D5paK6zzHJLwypulQrpZiAjerPaErIYBOMiHGDFLAcaQ6irOm/GkxrEPHF08CVsR -Uv8Pu9ZbnKfE3m+s1jPckYbH/Be7JQ8HMNe66JZEGbppJ3itJDO9ncZP9x5B4x34 -cVFYLZ4foEfFUbmk2E6xq4lc+9CY6lnlS9jiIuyRr0y92G7GtQ9bsgvaD51NGLzw -0goLLpvH5dibgVFmGi9MpK5BwjA0evt9ppVzO/wP+0RKWMPw6zLIUTGMq4GGdUcR -h/52QidzITJPaLnvedI2KTBFBFXQ1V+iPdwV9OpDdnzTAC8+AjLesyWTvnrbDFlb -/5983PoGylVP4Q== -=kt+C ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Automotive b/keys/RPM-GPG-KEY-CentOS-SIG-Automotive deleted file mode 100644 index 2f95596..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Automotive +++ /dev/null @@ -1,38 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -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 -MfN7OA== -=mnJ9 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Cloud b/keys/RPM-GPG-KEY-CentOS-SIG-Cloud deleted file mode 100644 index 63db8f1..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Cloud +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFVWcCcBCACfm3eQ0526/I0/p7HpR0NjK7K307XHhnbcbZv1sDUjQABDaqh0 -N4gnZcovf+3fj6pcdOmeOpGI0cKE7Fh68RbEIqyjB7l7+j1grjewR0oCFFZ38KGm -j+DWQrj1IJW7JU5fH/G0Cu66ix+dJPcuTB3PJTqXN3ce+4TuG09D+epgwfbHlqaT -pH2qHCu2uiGj/AaRSM/ZZzcInMaeleHSB+NChvaQ0W/m+kK5d/20d7sfkaTfI/pY -SrodCfVTYxfKAd0TLW03kimHs5/Rdz+iZWecVKv6aFxzaywbrOjmOsy2q0kEWIwX -MTZrq6cBRRuWyiXsI2zT2YHQ4UK44IxINiaJABEBAAG0WkNlbnRPUyBDbG91ZCBT -SUcgKGh0dHA6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVyZXN0R3JvdXAv -Q2xvdWQpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIB -BhUIAgkKCwQWAgMBAh4BAheABQJiIGowAAoJEPm5/ud2RCnmcwIIAIXMMoVtdDyQ -9NeiPHkQoIUNuX2UTqTf0kXVly938E3xuMArwjqJTKFAo11nvsILhBPFGcTLQOpX -YqeE4S/NXICh5eufjI2M+Q6ZkOuQhB2sAi05+ljkJo0MC0sBq+CfyXGyVM8Dn7N7 -56I4vC6pH7WIR8zCbVGHZ6CxIQrvzrVmeWCrlWTRf5LuLA9aqrYNiSRemx4D/H4Q -OS/P4M531x7EP2n1Wld48KI55OjPuhvQnWrTSp4NVJOt6SrWHpFTMdOysYLccpGO -252cLvPucx3cS0nRD83O52PU9FN3EDEhLktZNAzS4ILtJaibBD5P0q1IQjCmy3ru -jkAXUknmtsc= -=3UMh ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement b/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement deleted file mode 100644 index 7750e2c..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFqyzbABCADt/iuaCPSqEqhQHIW9ThAWS1MTN/2poztrsG6O+BJeyEewPvCw -nfmkTCep3A/vZ2vb0tsX3A/xtiF9HkEKBvGGIxxHKX5/fGRGz6lIhZyNTRQW5WAC -6HRlJe2XSKp3ANaUXaXeCs73ce7qQbLEGPmV6Yn+WnNrfL8xB6fymWG/BjTd/dMw -1quYGynHN1z57wup78G2o+boEqRNtJ6wW3flstCq+OXYoB7kOT/nja2O5lyZBqyV -NjCi/mmj7j9U+1xlpJEb8/OKynTKEJ2wIAa/IlLc6u5a5bAawqCBpRU3xpiu6XB0 -ysNSLqSs9Z+W2D4iWOvB/6rqdZPNAADnhCjpABEBAAG0dUNlbnRPUyBDb25maWcg -TWFuYWdlbWVudCBTSUcgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJ -bnRlcmVzdEdyb3VwL0NvbmZpZ01hbmFnZW1lbnRTSUcpIDxzZWN1cml0eUBjZW50 -b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheABQJi -IGqEAAoJEBrhEPpui36Ko90H/1IzqhyxClSr0Xdr2HEUgzUwQ+bkSR6BVeGCIhAF -KUjOzpyKQa0MhtvH5b67kJmPVA4GBt2cxxtfmu8yUEJECR4Ax4ARaqnCTfqtENCJ -S1EKGo68uCjJiKKHEruNMB2iRJ/bWNbLJzv2l4vDE4Ekwf1rb/eX/ATYr+SkhDet -DMJYF63wJQqIzqEjpYWQxHdKTwr+/9LOjs2RHfYjaI+6h4cW8VDzXCodpWCZS1ZY -iE2dMsy3sQoC0EtZtLMVSVO4nxgG+9n2+L+fWqFIn9IEECsdS2zmT+vBihsBlQ4M -nDy8ApSMmRT84T/9nG8aiCw+gWG8CgmhRqpS6n56jLOritc= -=iKhV ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Core b/keys/RPM-GPG-KEY-CentOS-SIG-Core deleted file mode 100644 index 0e95b33..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Core +++ /dev/null @@ -1,37 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -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 -=1J/Y ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Extras b/keys/RPM-GPG-KEY-CentOS-SIG-Extras deleted file mode 100644 index f49a9e1..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Extras +++ /dev/null @@ -1,38 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -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 -=jx2B ------END PGP PUBLIC KEY BLOCK----- - diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale b/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale deleted file mode 100644 index ba49b19..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale +++ /dev/null @@ -1,32 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBGAFPdEBCADhXtzOEQcQnug15GHYeYIA9Nw/x96b4XliZFi2GDT7Jqu6njA8 -QJtKm8C4Hoc/DxOXcidxDJ/pu2pYwzxRpuIi0K7PA5lF08HgF7aZsxq0yiFRMCaS -qpp4NCw/Xj0VPohu7jICQhzalnfZjTk0zEneBnpE6jCSIDLdaH8+iC5F2KerEPjq -+SZOH/aVLdFVgPUbz7zwL7XMsmDT0M22J1zO4QmUTsVbkaqtSwtl/qkl3Eo2hF1x -ToiYa6CPn2rNnNUZ1xhW2l/hncE9w/kbmzALFKHEo+XUbKsihfp0UAenxNtm0k6E -FDQTZpJet/nIq+6t3LFmZiFJl8mcIaXm3o95ABEBAAG0ZUNlbnRPUyBIeXBlclNj -YWxlIFNJRyAoaHR0cHM6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVyZXN0 -R3JvdXAvSHlwZXJzY2FsZSkgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMBCgAj -AhsDBwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AFAmIgawoACgkQKgH6Kus9rEDB -5QgAk7U2F8HGcaC3FXdqHzkqsz0gFZ0gpJ+QSVJphiCSTpBLzerFZEDD64igXOLi -qL5OW8fJrKBqKeGCT/VRV3UZWlwfD7gomBHNB7zQRSGtCYxydadBJsbYlNiI8C2t -EnNsoNxBpZRoWuYzGG16yEHDF+HiY1UsFXwet/uMwkUvdsGVuRnvQjkG5P4hSFHK -8i7XjtWwizhD/OHWqot5R+UumzNYPK+DsDfUI1qpUzfKxblLuSZvJO6wHcI/k+NG -55lddWHHFoYfBDVIn6iqN110r8w3vEKeeLWv/5virITg/5iFIxfvuXyPpOQSFz6E -rwSz547blvqMljHkCp9NnumdIbkBDQRgBT3RAQgA4fFLaZ1HsK+K0fdLxdzRUB2S -8FfIuV1n53taP6OYzk5fPRf/vwXt7E0IUONvBd/z7LfkR/eGbdG3i+cQnN8fJjHZ -1DkziTK4Xjq7vgLIOGzONFQwWj5XKoTBpw2+cfEmqiBlFY5erVzgxrZXB0aZeY3w -vWW2haOBuTUynPcVsdoDCsO5SYgFX8tDmZRUIwsLYvS5gI9DLxO6mLQnXqZapWD6 -GeVw+eCL/EST3eimrsRGPaBWUTplHaVDT3hV+w7Yx5SfjDJxWUJAwl13+YGB6HvR -T5gJuSgJ5MUQDtBMVGUDsv4Br0YiBSytquAgAAcJ4gzCzqNal623c/soXio+xQAR -AQABiQEfBBgBCgAJAhsMBQJiIGsSAAoJECoB+irrPaxAAWkH/RzJ3ZvJYb2BSeii -sKza+SXUIJl2LPjUJ6q8dfI3ity0jEpWpKFxN4tYcp3B9LZAon3g0P/Gc5kftIb7 -7qAnlCkh+dt8RtCeWEvdnZlIiS/k5w3dogBHzr2L980QOdyFZAxv6bugzEPzh3Dm -rBbH9JzSx0c+weeLZdgtDdgIXiPgtrQfdPe4uxjx39zy/k4Lt6M1mKsuy872yn35 -EMUeQhb82If+4fQOcYOfjc2I3MBMTd8cz/s6ZKKR1QD7rms2JPx1KJfIxjCSRyOL -dFmDih7j+JmBz7IYFRWMqp8SR0MBkVIykZYomEChhKOD5vSXOVEq/CD0tN63dlhs -fnRBNE0= -=rDM7 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-ISA b/keys/RPM-GPG-KEY-CentOS-SIG-ISA deleted file mode 100644 index 6c846ef..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-ISA +++ /dev/null @@ -1,39 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- - -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 -po0pa45/4grTi+p3SQ== -=HN07 ------END PGP PUBLIC KEY BLOCK----- - diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Infra b/keys/RPM-GPG-KEY-CentOS-SIG-Infra deleted file mode 100644 index 41d4351..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Infra +++ /dev/null @@ -1,31 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBF81MQoBCADdqd33HEmIacxp/JjeqG4BpJlS3LAQ6sF/B4FL0lUdWOh7QakR -E7V4JsvqdOqZtEYa/L5GbMX9yhWBYwEPavDkDImMCisrbtTUIH37GlrWy2p17yBE -IyUUlUWQs0SJtXuPv2y5wp38LucYubMJX/DI6sxd7MULv5cLsJnRuZxua2XSgE4a -cRjtrG5IyUgQhtjP11RJeuJXtrga4FmYWuCTLFRoQW7W6O4JgB0fPI+vdBLY/VUR -GIn/MOrFYSFuBPS2Vp5MY3yAmW/x8dyUuJ/VeYFdUT0LI56lOl/OChQW7y4RRCNX -F3nWcbENp9dTiyeOK1l36RundmmJ6i0igvCjABEBAAG0WkNlbnRPUyBJbmZyYSBT -SUcgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJbnRlcmVzdEdyb3Vw -L0NvcmUpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIB -BhUIAgkKCwQWAgMBAh4BAheABQJiIGynAAoJEItET871bRYh1o4H/2+qAgqCi1+D -mbY5hTN3RX9NQrf+LLgphRP3ONcPsSIE/ytfEYLKJ4UytmlK2Nja2xMFBLnqIwkc -RVhQszOGgmNkErgiHI6mfBXncDp98MtRSzlWodpRK/pHJ8qGqlmdShpqKnQbXI2K -uGZdFekgPERe1wiIKpJoN/ytY9o5gC7cMn35XAOxkO2QIGP42FKcC7xDNPHu27T4 -rLlN8icCUruiaQEqnOSyPYkOU3Y7e2/qddmAEjWIWpjZ3s23ymhf6vMsbYMD+V2e -y/sROgRGMkIu+QFbL9bmN4MO6zuUNrnElIg8nPZf+SKDuVzCG9DhVA55sp1ta+Ew -G1XcSnyZota5AQ0EXzUxCgEIALINDo0hZCs438Tje4YjiTLlt8hjVYlMHZFbhBR4 -KBy2PTa1IkmFLHpae9pe64a2Ti2Zcs9onTNA0TzIma6RxThbWDEquXrwIwDCWP1e -szamsWW8OgHlLvPansD8bC251m/OzAwyBOl5nauWjujRpvsp1RZbyT7cp7/RJCgI -pyK7MIrNA+W7tBpl9X92PiuLmFNKViCUK3Sj/N/4XJHoQ03FXEvHmcB7yZsBfHOr -sQL4Nb4wJsA+i38cqtGljvK807aYCaImE+NRrkBcaQznsHfKls7pvW2N1t1ll7GR -0Mx/LMCfQxcPhSWkhsj+BEt/cBNlMeZD4C7RMjuX2ZBY7Y0AEQEAAYkBHwQYAQoA -CQIbDAUCYiBsrgAKCRCLRE/O9W0WIVyZCACOuLDPNXr7E+DiNrUMNSyYfcFMHewq -hxRwOocnjY4FSt6IBEm8PFLNmbu3JYPNHJdezpUjN8DRbItjwgQEqeNzQR/D1AXK -0u91htFZsapfucNcz9dnn5G0ABD+SSYqAi2285h51XpullreuihTBkztkKvGXaWe -NJeT02jbGvdxlKcXcECRvQ5HqviHP0OvOQIQR7bHOEbVBqEPbi/3LMYZzjLyrZ/O -Z8XYb9MBjhK1BBORXlS82VtFLvLv/2oyZtvwkyhca+/07r8K2zQEFyb35IISUWoY -KaMC9hBnYoclPUmndqOopbeGVQ05NmhUvfd77FgR+M6G56V9Ki0GJj0P -=zpF8 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Kmods b/keys/RPM-GPG-KEY-CentOS-SIG-Kmods deleted file mode 100644 index a323048..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Kmods +++ /dev/null @@ -1,37 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -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 -=Yfg5 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Messaging b/keys/RPM-GPG-KEY-CentOS-SIG-Messaging deleted file mode 100644 index 4bd6a54..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Messaging +++ /dev/null @@ -1,32 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBF3jBZQBCAC3mGl8pmWoOuUzh8rJAbaqiOXEZ8wa904VN2bTDgxydtwL16cy -ad54OaW+jyD0+api5b5pKmmu+7qLT3vfndITQaF8lE1w+1qSFFJpbxOSsqU7rVx5 -+KpqfmfBJ9/jTIQsCcIdcx8Ajachgjifj1bM48quYE5pQp4YTu+I/HhwjacO9CEt -yIcX48wph2CbvY/xPX8E+8kdrc4/gd3F9c5Nmvj5Xa22QsXpCzrJSO5Vm8NIGycU -O4NhE4ctQLa5MqydvyAyORA4IYrzsK1Ioa8MJeeKvUQ46NWR+N2AsTQPbnULAiJM -ef3giEt56YpPx3JMe7G4XfAgsnYQphhFdV5VABEBAAG0Y0NlbnRPUyBNZXNzYWdp -bmcgU0lHIChodHRwczovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50ZXJlc3RH -cm91cC9NZXNzYWdpbmcpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIb -AwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheABQJiTWLmAAoJEIMBTrvhbg0SQFYH -/0RFI9yxWGchuygAlsiX8bBgp0oM/vWmX+b5gZuZBM0vCPFYgICCSG5yVcRZofqx -QBCOQ5tCVPlGR6DGxRjKlJJ5AIFLDh57no76wbR+RQAzMzXxrRNSlbu8ccwJX10e -njSOLvPvKXq16HuLq2PJ2p7ZkmsCpab9fiD080RFXvgr9cQ7etE5jp55zo5zRmF6 -CGSpjZKcgVwRc5zPq3W1OwT7LQNZhClotlWT3RjujkmFkhYjEK4Q2HO9dRc/lHXz -B24suCv7wGtyUcGr1ghqNGQV5kr2uBpqTK8pvOFs+jJRczGmnUcY8YVKUo/fJZEV -eGTZc4X0Gfhq2nGTWE4xcDy5AQ0EXeMFlAEIANFN5aHtItH/5c0hxBNv8S4yDnEm -NwHKzWQBPJv69zjcokjYyAImRs6EqbEKL2hWA+9AbrLOC+s1Fya3U0EJIZmVKsuj -8GFaFBB7l26t596re8aWMWf+sbHGgBPHxi+Z/3LAkBGViI5r1WZO1h3b/v9j3QOA -A8WIVAcqGzwbBQDCV4zVZuePoNouYhMLvjai3Y3Ydd8vnZyGT02Zk4zYgBOw7cnh -0yveyYxJ+11x53UJXFmGI/vbslqmnWawp0eqT5T/TH45KNXHglvGqPct+6FdQ9N/ -sIFjjYDXxuFNr3jCleXdP3SSi+Fvx7OrIVGmXNa0b02DWjci0wouXR0kGn0AEQEA -AYkBHwQYAQoACQIbDAUCYk1i2gAKCRCDAU674W4NEgtpB/9YAciHdlQm9Bfk/lwA -otibXlqqzQAtjQ7UAbHsPYL1s8ty1RxrW3Moi2y6fVFcFaDpzo8MEXO22TV7Pff+ -hnhvea/XhXcIpTCEKfuK2gapvVIQ6cHFqpbthrzTj7SAOdp9mxkxdqXYVsiMAoWl -PweZDxc+S73ryC6OexoI6s/HJBQcmcnhArdQUAxQQed//oEFfz+Gznj3VBsFumMV -Hldqd3MYc1mcPC5ok4oBoBY2QYg74NYSxIZU5DVsv/rJYrw0cz7+539f9TgOCYqs -GbyAJgLIJBBZnS0rPyqCEbMyV1H2ah2FgPGFKxo1uVtRWA2/oulu96uHJFeN9rSg -Ud3Q -=SGO3 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-NFV b/keys/RPM-GPG-KEY-CentOS-SIG-NFV deleted file mode 100644 index db97952..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-NFV +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFqMVyYBCACriP6iaXy1GtYgrueyz3U+GmNvNrnugEUAeWicotKvmlqjUKqs -s5N+Zr9yjAuwPjruywNVxuhRxTdyvU0PMMh7ZMkeWtJ26GWuCmN9Wf3rU5I2Eljh -nzulf06q8E1zYLtggHfk6FOP+lYloCOPZys6BCxeWA8MvRfhbspI0pIhnnIFwHYe -71K/ljyfoAsth/WC5kZnqj0LpJRVmp2kooS79LSC1DXTATaaU0RCSY5xINMTjrmD -6yA6GwRoAUu3y1IF02jI2Q3NoOht7GtYXDuAr+MaRJBI1oXr2uAbu4Frvcx3zHAy -CRbngZNnbh/kssAvAoEHev/qkhVhvbIwVuizABEBAAG0V0NlbnRPUyBORlYgU0lH -IChodHRwczovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50ZXJlc3RHcm91cC9O -RlYpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIBBhUI -AgkKCwQWAgMBAh4BAheABQJiIG2MAAoJECFGXiidKnanOlsH/RtKkGQsRxsl1sWk -OPIj2OkATTqoElNTXrpmQBycChx8RFT5yZWsqA7Hwn1Q9sh+Ppf8Q3HhTyZ82MAP -krU8xxWCUillQfSBhL6QpohqEBabTySAamzvKzTebVY26jOn2/EOghKHIhQ1i8k5 -TQn9JVBfey2pU9sjcf255SuucF5OseVBjRpCGf+5NmTFwLFPIMLsKWPNJXiqtMiw -KGzA8mDwz41i6eFCBmrbtBLVNUTmFKt0W2AnLxUaHNpe+eaaQBGWp7q8DpCoVhlQ -4EYdERVpOVtfMoOrq8k2yhCyYjSdv99eSQ1xNzooU3/UazL8sPBd+aHsvfmTbUQF -4McWxeQ= -=he1W ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools b/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools deleted file mode 100644 index b7a6032..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFirSnoBCADLACfDHfVhgxMImHt7Y6VpUAvg/QXygfvkhmzbcvVTzj0EvP98 -V9H+O0+lWupQCoa9J5p/7i5bF74aWqY6KZU9tQnU8Mc+nbyvy63TC4Jb47c9AwPo -Nba3CCmnQs+pfNTbvpwR72akgyx1jCWQApYoo5O0MKQy23Zhm8jz8DoPyOjRSrlV -idRUGLoydLU7u4sC+LiNfl5LoAZ1KygeOK1zHh3ADQTuMdLFMizb19fIhENyN2xm -sfqTW1UZi4R/1s2e/smZtf3P1N9lAwRvWYxy0IeXJXyZpT18nuyXqp1N1Xivcs2r -PW0tpY5Fn2/hauKeJP5DbqEo7o7XAAyy+NUbABEBAAG0YUNlbnRPUyBPcHNUb29s -cyBTSUcgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJbnRlcmVzdEdy -b3VwL09wc1Rvb2xzKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwEKACMCGwMH -CwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAUCYiBtsgAKCRBP2VMnUbwqE8JyCACQ -eN6sPeko8PPla6zbFP6kULxhDdaWhKeYvnll2HscDGoRQkW/wlOGzonljTG90caD -StVfTk0+xcJcgupevGnEdRRLcQINUnIZIviz5nFejv1WT9dAA5KgKP35RIlw6EXc -YzgnUmryygI4U3HulcbI+iTKcMW/eX0STcCojXlTXTnV6OPyI9coG8xSUg377p+E -H9cwrpnElX9sxWyU941QoASzkm22IoC3xltURfrDcP82mhswbkQR20Rotu1xAb7E -cGx4UKLf0qHZBscd8AQaY5DdTxZLYqF3grSYGtrozizlo99zLEFfOXI/3H1Hmuee -ioza+ZdUfjCc+EHlxQhq -=Gz/w ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-PaaS b/keys/RPM-GPG-KEY-CentOS-SIG-PaaS deleted file mode 100644 index 0d23bc9..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-PaaS +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFc8iwUBCADadBGYmA2nFvq79/5uxUQOiPqC/QflWcPX1B6SQKniUhyqaSes -gNMJsPppKRV4NZKITcL8lZ90+Gds0fmL3b5xz1r5Rfm3ilSItEqeGlLIJZBvANyx -rAT3q8EgkkVRyhZPseUMZj04O8OKnt1jrHakVkOp0lJClqhZ+bs/7yLRmaLXTcum -+ouqUKzQoAEDnqe9nJmmJhC6n2vg7o0PCo/9qOf/scQbv4FNoJfmkcVLRmwmqzgh -bGj6QaOgij3sl94pZ3HFop4f+eU0kNbyt9J18fKI8X0DdHkDW8kO1UwwHT2ibJ1t -mBaUsE1zZ0DvfyFad1xXAgm+SIlJgdpPvPNLABEBAAG0WUNlbnRPUyBQYWFTIFNJ -RyAoaHR0cHM6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVyZXN0R3JvdXAv -UGFhUykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMBCgAjAhsDBwsJCAcDAgEG -FQgCCQoLBBYCAwECHgECF4AFAmIgbeQACgkQw0xb1C8pfszpFQf8DYXIlAO1/3ei -cFerCPXGT4p4B4rxJINY9OoTDBbkXbHefn8ZINmahm4zhQYK0qF541A3jyu3Hu9e -+3qeXiwDPNXfckMbcrlPPN8lI3OjGxzQc2Pb/01FbJ94ZAws/S8PkT3P0kIhlJKl -u2ZWF+UdeVh1OwYPmnGCGL07sgR54+iqbt9zR1mO1gaRYOtiYT/tUKMfuOy7vr+o -XA0G20rzGg2eWAULNuydqB7uwDAE2oaY0reCyMlnm76+QJiwNxFOfR2rBD+mqmoW -Q+O2KPeJDCbsGcXWVu0ukkxRmzG5sniuFLR3mXNC2iHjMmB+zLnKqar2QvjibETy -1Z4Er/AD+Q== -=cY9o ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-SCLo b/keys/RPM-GPG-KEY-CentOS-SIG-SCLo deleted file mode 100644 index 85fc96f..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-SCLo +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFYM/AoBCADR9Q5cb+H5ndx+QkzNBQ88wcD+g112yvnHNlSiBMOnNEGHuKPJ -tujZ+eWXP3K6ucJckT91WxfQ2fxPr9jQ0xpZytcHcZdTfn3vKL9+OwR0npp+qmcz -rK8/EzVz/SWSgBQ5xT/HUvaeoVAbzBHSng0r2njnBAqABKAoTxgyRGKSCWduKD32 -7PF2ZpqeDFFhd99Ykt6ar8SlV8ToqH6F7An0ILeejINVbHUxd6+wsbpcOwQ4mGAa -/CPXeqqLGj62ASBv36xQr34hlN/9zQMViaKkacl8zkuvwhuHf4b4VlGVCe6VILpQ -8ytKMV/lcg7YpMfRq4KVWBjCwkvk6zg6KxaHABEBAAG0aENlbnRPUyBTb2Z0d2Fy -ZUNvbGxlY3Rpb25zIFNJRyAoaHR0cHM6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lh -bEludGVyZXN0R3JvdXAvU0NMbykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMB -CgAjAhsDBwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AFAmIgbg0ACgkQTrhOcfLu -nVUzkAgAgJSl++PWo69OGI8eUn53whhfJ6ZyKCOyI9+Flghtfwq1mdcP4dIoAubw -nlQcvEsE4Erob2I1S+n/dXYh9y2+Si3HdXRreKzC1rCSG5ebYRrEqeMoJhBoDFSd -xydtxi03l+Dh2iWtLtXpAM85qHvgIrPfdUnLRVbDBT52Ph5igZl8ux2ooJ94CPm4 -yTG/0aPIebNQsLP8LEpa2wad2WJfIeFgjEHranWIzhzapGgwyf2Iu9Sz3L8ljiz2 -2HixHpI2es3IqgLyRsTBo2/EdbvMJWlFwiESe1UQIW6ObKNnVabIHUAxZgOlj59o -JhPOzTBG+Ma2fLs+ZFBV88cpKdctFQ== -=+Gr2 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Storage b/keys/RPM-GPG-KEY-CentOS-SIG-Storage deleted file mode 100644 index 26dd41e..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Storage +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFTCLWABCADDHh5ktfB+78L6yxcIxwbZgaLKTp0mKvM3i2CjBrbw+xHJ4x9E -mn39rkTJf2UHOK0PgAp3FftoAFCtrSAXuanNGpEcpSxXDzxNj2QMpAbySZ2r4RpL -qxNVlB73dHuASXIMlhyV1ASpM6Me0dpaTtyKj38kRPFkWWuIUaiEQzXFgztYx7Kp -i+we0iUBfSKY47l2rbqyu9qZ8kCeMjuSuLfG5OKw+fj9zwqFJkc+LAz8IPTF4g7p -48m0m5bUPvKIIa1BfYcyqaTMxfbqjGaF1M37zF1O0TUKGQ+8VddzQmwg7GglQMt3 -FqVer1WJUNPXyEgmZMzfmg7lqdPKKYaQBLk1ABEBAAG0XkNlbnRPUyBTdG9yYWdl -IFNJRyAoaHR0cDovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50ZXJlc3RHcm91 -cC9TdG9yYWdlKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwEKACMCGwMHCwkI -BwMCAQYVCAIJCgsEFgIDAQIeAQIXgAUCYiBuMgAKCRDUouUL5FHlteOXB/wJ6njL -WfUnsPUxMJLYOYXQy/UcUdR6K1v4C4CyoZPyqbH43CUHK2WP/iWOvJOGhRKWBTkZ -0ednp5EesYHOI2mBRDo9m+DFv+pdy1CoXzaXnQS1scqqR+3loUgswq6CRf9WBD9n -MntWgoBvcKwYz7FcGTp938DJ4OS4DwBBf+hSYaaaCeLUrJt923BZSK9w2sd8o5GG -8Iyrp3sqkjXRVajmJEXA0p8JuGdfihZHmDIxDP9Kdh190wm2+Qz+PWb6SZwxOhdy -Eim8noybFQMiTUcHH4dvaU7Jhx8xSC9MU9s/onu/MTo8TGCLG55SdW1HwlYwGX0A -X3vAT9GZEYZ4LHrV -=0E5C ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization b/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization deleted file mode 100644 index 25fcba9..0000000 --- a/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQENBFWB31YBCAC4dFmTzBDOcq4R1RbvQXLkyYfF+yXcsMA5kwZy7kjxnFqBoNPv -aAjFm3e5huTw2BMZW0viLGJrHZGnsXsE5iNmzom2UgCtrvcG2f65OFGlC1HZ3ajA -8ZIfdgNQkPpor61xqBCLzIsp55A7YuPNDvatk/+MqGdNv8Ug7iVmhQvI0p1bbaZR -0GuavmC5EZ/+mDlZ2kHIQOUoInHqLJaX7iw46iLRUnvJ1vATOzTnKidoFapjhzIt -i4ZSIRaalyJ4sT+oX4CoRzerNnUtIe2k9Hw6cEu4YKGCO7nnuXjMKz7Nz5GgP2Ou -zIA/fcOmQkSGcn7FoXybWJ8DqBExvkJuDljPABEBAAG0bENlbnRPUyBWaXJ0dWFs -aXphdGlvbiBTSUcgKGh0dHA6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVy -ZXN0R3JvdXAvVmlydHVhbGl6YXRpb24pIDxzZWN1cml0eUBjZW50b3Mub3JnPokB -OQQTAQoAIwIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheABQJiIG5eAAoJEHrr -voJh6IBstaoIAIJxVzdyNOT4pPCM22BFqEj8VyJBlViOws2tyGabeUi1VSjbhEjX -eI9em0yLg3VyxC0WqEBXSUvYeFiO+z7jOYiQgaKKfsh9WF6p0PxnT1chjfzwkPtE -xMLI6+e2PcmfI4eRtvKlsbfAv91fNwiU2EswJQtoYYmsD+doOb8Qdp6QNB55feyQ -RRmFF1WQjECVRzpoUVMHgZj2gDMTMrm1tIqK9nOib1JwioN7XpuhaEDHw6KR2hEm -zwqn1UxOP4m5UdQeRYvt/zfh58LzgWY04XJwbar9USqfM3HOoJBLpz3MvV79T1X5 -tQ95auhO9AZ1tG6QOsWRKFGdsEaxoFtWm4w= -=6CyI ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Security-6 b/keys/RPM-GPG-KEY-CentOS-Security-6 deleted file mode 100644 index 6e08693..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Security-6 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.4.5 (GNU/Linux) - -mQINBE4P134BEAC+ho3SNeLTnB4VaQHl1MFnsRHPEseN82AGiusUYlu+MR8pZ90P -F9Kv97idgKcEhdG7kGrCqGS5DOvLbv5UOyOEeNf9Zd9bvE2MEQ6XWa6IcffeunAp -RfFo71CAuTfvix7ewCkFf/SvRx28mHVOeCtpjVU6BQ9XXMnXPFiD1YALJEif8YF1 -qq3tJbtpzcM+W0b5VyCUqWf44bb4M8WtLmHcTjHmQgoulPWxGqS2rmZ3qM2kqh+Q -QUqsPH8isfp/6WN0A7LtsZ326PV2FuEe/qVaT4+wNgqpI6hYiaYj6BQTuc7dV8gS -xhnVXH5MIDYw9LBIAhiATAr93CQTxcG1Gdk0wdGZaZGtDig+mXD9RsDBF+R1N18t -D98xQ5wpU4buIAcqBj2nC/c1trfO5KoWGepyuABYT0+Dz2DLhr6AwEuWymDhD4zl -PMxU4YsCWh3rhx8kU85ByRQQk/dNmFQ7VdJeKb4ct0nxW+Yi8pMmB3mLXlzo+LqT -CIa71e+lQjQKtJoFUMdIHEk9acMirXdbG0keXUfG/DnNA+dj+egAKlbu0id8Au97 -EuZaWyXVSZ8LXapG+wkaMvE+CGY4idvDd3xPDfXhEwRkSQVFe1DPVCL9QV1tUnJK -Zy4kV6u85Pu+4XHlPT26nuKBvfpXwEaDBYoowClj/xz7y2nRlav0CXLG4wARAQAB -tFlDZW50T1MtNiBTZWN1cml0eSBLZXkgKENlbnRPUy02IE9mZmljaWFsIFNlY3Vy -aXR5IEtleSkgPGNlbnRvcy02LXNlY3VyaXR5LWtleUBjZW50b3Mub3JnPokCPAQT -AQIAJgUCTg/XfgIbAwUJEswDAAYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEAsT -LD/+g39vajgP/1S17nqnos8aoc17pXMr0u5DKlT4oV/aQp+V8stjmz+geyH91Lax -jNNE9GQdcqXQH8Hyp3xtdLape0kLgPH5mwDk8yL39uzgzoqZpq2iAeHQfkQ8fqt6 -6WwADRF9t7rDYNJwmPdVka9kL5oGs1Q7xS56x6zgG1CVPzQOCVIbgXDdD7I8nuHr -9en/5f3FmGJ3yGps6wUWETU9BrApat2Z7kY2ZM2ZiW5M/qY1pA/nxS3oTc90o//l -NQbZC5i1kPz6hCxlc1+41pXwL/IB7yYqbnVsc2ZVEncMegbCwQ7yaBrzrNSM+YuC -+z6wFnokthqK/JzYc1/rEfN3IzsadBW6S5mcFvYHNwyo7eeGtIwgQXOheBvyB/0E -23BdT/XjdWxHGP2eOh6v32WzBiA97dU195SFB8j36qx0mKWJujbxKxo4lWlRxvLk -27XEEW9rox5Tiv7XgNUp47wQHe11ADQ/+iyAVPV7ixCT/JV4r+VPA1o9VMggVnTe -ZjeK2coO1sawX7Gx87HwB36JmmEQ6RKJWHyeUodoUKjDcOZqyC9tanGD1lyZ4Oi1 -4CzQlt+gYkRCdYAt2L7KoyjTMp7lde7wF8TuGAM1I9WZs6RACxkAguSbh6L5CtrO -t7DA2xeQfBNNggS4vN018S4qXioeEKMBKrXQTDfsG+tF8DQSyIDQ/pmg -=yuja ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Testing b/keys/RPM-GPG-KEY-CentOS-Testing deleted file mode 100644 index 635206d..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Testing +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) - -mQINBFzMYBIBEACzbPN6Yso1qkcpVTnpfUxVWUpcWcuMiWpKSsZKkT2k9nOVVc7v -aaLUkKY1WoD3+FoE8fDReTgiwbGFyB9EVC2erwjqQsVr6x7ntVjxX5eFniRZ3O1+ -ez3mBWhTfAXo7QoobZPnGeh8eL+lI2Yli/bf3gFGYB9xmv/WptokwvN379XtjP3F -eFfHlCDpBEWL4ISZ4V6BRlIspnWd8A2FbV3byK5DMiKLpU/qnSPcXY4/OfWwn4HK -Of/RFqOJZrJgy2HEmf3XDFHbg7OiGr80Fsc2UuSBQo5MkXckpBVAF7QmhGoRC4V0 -5xgr2Z5Lh2OZhMtLJDYolvrNcdyNvjcfri6QYS55dBpctNbG49OMmw+niy5uJ0KA -MTXPNmyQ3Xtz3Smh8T6yj8iPyHkF7g2JC2xUzp6zijwDjRrDtGpnhrCmOPVlQAph -Os6prHwDa3N3OFubKhFscftkjAElgHVb97U6gabU9BJsLPcMV+HkW3sm8nx2Q9eh -Ew5CfvirSI8RFifOpDid99KSo/Id+wrTqW10Q/wfyFcGkrKo1fVpEkkDGc1nWKQS -+K5MMQsyweohFQvy+yKX2LXhYjDBpopd4KKZJNhR+UDncD7shaKM2yIUp11W7Oe1 -DkeXME7GvGiB48Trcz38osYTzCqxvzXegFQ01PuiYdxjnYZfWlcl3xaUKwARAQAB -tD1DZW50T1MgVGVzdGluZyAoQ2VudE9TIFRlc3RpbmcgY29udGVudCkgPHNlY3Vy -aXR5QGNlbnRvcy5vcmc+iQI3BBMBAgAhBQJczGASAhsDBgsJCAcDAgYVCAIJCgsD -FgIBAh4BAheAAAoJEHYuZYVbpfqNL1gP/jeWOFd7Pcn8FxLQl3IVheHe/5U0z+FO -0rkmr1aLTzoO2Os22DXvcXHHMRxFXjE/xDA8SDp8hNtiU5o7t6z0ZDaDrFo2Cap2 -8MEqhSmDFmezBEV70xaKHtWTkupf4PYZkGzv8flGeOSjVsjN/KaCvWs5n4fq5nTE -Vk2HdxUsXNso8+Z80MqAbtoFYQi63LeRW7pT3D3Y4vCLpjihJwWLYHJrhFvt1WHo -g7az6JoEeHL5lgcOnTt8OsveZk3ih9cONzmlnaRJaaoo6Y7CdtbPu6dVGhRTySto -fZ1MCTrhqZ/Pn8Vgda6kPGq69UcbQ2XvDrHt1q/mLvJsgPY+3E5jgU2buo3YaUfB -Yb9b8ExNpeNCNbxz45FXw6JymtC+YvRipThptuigUngAY+Lpp0ibF/U5Qwox8w/7 -BnTcmT/lh3bGZH3AvWJpflD/WN2qplhXU5KsGIyyFTxGA8bXtbYTnMCwL7XpwXPa -GfMdI/anERDd6l4dxOFWGkLcwZ8PmkLCH52EgPWyd403LPSoukVmupJ42D3hSE7e -9l7FU2hsX5E00zsKTbE7EBUUsP67Ah9N2w3DaEE8XxMCikLN5ok012OjIIQGOEoK -aK0K9fVkSyrpIacOQ0k3wBDuKpYYTsRRi+yS8oTfUO+ExM09SlqElyvnKntar18l -H5XnTNztBtX9 -=p0y+ ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Testing-6 b/keys/RPM-GPG-KEY-CentOS-Testing-6 deleted file mode 100644 index 67011f6..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Testing-6 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.4.5 (GNU/Linux) - -mQINBE4P1/ABEADIZqNdxFdVbHZQo3xGV8Bvdyj3gjaIxru/22a47Ok1HVxYoOny -ad0xib9TgbyKIARnX3nWRZO1migZTs4ptJVeV/KqR6EUh4YS1MyOHYCQ8rYfedZc -Hnh+cOop5M/TMxIG/EThE9kk/DetMOLbzt3RczVqP2xTshWoRq9rMfmMEp3BnlVK -srEnAUgyhPsknvCFVSLJ0g/ZNMDIczRYvAJWeYRD2sc26scSS4tl2YpD7/VkZqXY -8VXx2AunSGe28sVCnDNJSlQSuYMKdRR7Wc8yqZqFkZZEdTB6KIUMwElHevgwNGZj -49cu6suqeuzNXzZAFP/a9K/Rm4jayziumePEhKc0g8zMHkJsDyo4v/pDvLuSMuc7 -f+jYS619zdC80bEQ9PdOZTIx23/OHeMmG/h9Gjuqz3SxTM8whAQr0uAsZuLLECEj -MToZ4q3guXSddbzI6j708HFvYhD0YpqWJMQ0S6YS5DXN5GQv8c9YtF5ZOA65oBAp -XAxXQZz1kGxx/8jVC8/2uyaY6r/QAnkfB8sihR4V7jLOJbk640ClX8stsJqMEYBa -7ymWDgK5/x8GsJ+phkQQIRIx7Bbh+ob3lUXimzmRE3rXLBcNUip8+YYPN9qVuyGK -XZXupHQvUiMDXsOWHDIZiHYWPJYdWXety0fHHEdj5Bnd2yw9U11R01eeMQARAQAB -tFtDZW50T1MtNiBUZXN0aW5nIEtleSAoQ2VudE9TLTYgVGVzdCBhbmQgQmV0YSBT -aWduaW5nIEtleSkgPGNlbnRvcy02LXRlc3Rpbmcta2V5QGNlbnRvcy5vcmc+iQI8 -BBMBAgAmBQJOD9fwAhsDBQkSzAMABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQ -EZwah+8dbbjVlhAAwoDiowLWFdnEUT6fEhF/I/oOqVxZerD2cHwIfXaHpFvUj3rS -51RKOV2XX7Me2R/gFbKJdXyRpPLU+u4825j7Q/yZGZ6r5AAiSuzmnHb4lyMffm+t -QIY9Qzq7OPU2MOoI3CgEsTdm1kO06glyNBT8s+d4DhFPNgUU9MuY6k+PS9dLnmH8 -Usr0X3FOzIXv//csIokgrN9HDdpVWWMdyKsEEaskG9psCNEf699Z3MVjz0DQ/KKj -jI9oaRfET2+O9v5maovqPqa9vnY2K6EoX0Kznw5BvpZqmuSxnvDkluqVBphgL6FR -QHRomCln9y/3f+4UoF3/c/QglEXSOH/GhjaasxU1GicPlnmV6Uyd/WadJnjp0tbO -NWtR3iNOc5FCrHiTOjx1ld56xsTw+LUOQZby3rfjAyhT4qz7LrTD48nBICHHA5Gd -Ulslb2alhPygn50cfMIiwg+RG271CkPcYcbcyuLjKinyes9jqDMsZ2aC85oWSmcg -SciA5HOrcHJAl8vNBYT2wZVlwvxbwQU+3C1aYAaQRM6OWHvUZE8A8+R5HKOvRGeC -wASURwPP0NblcQTM5C39Bsc70Ekifkt3TUothca9yrOvURN0y3mlGI5T2NTDYfXd -AIDcXXE93jZYMaasAyypuJw/mbk5By5ZndPh+Dwbmgu/c30+Mv1ZYPBsEYs= -=NsO7 ------END PGP PUBLIC KEY BLOCK----- diff --git a/keys/RPM-GPG-KEY-CentOS-Testing-7 b/keys/RPM-GPG-KEY-CentOS-Testing-7 deleted file mode 100644 index e5febd6..0000000 --- a/keys/RPM-GPG-KEY-CentOS-Testing-7 +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1.4.5 (GNU/Linux) - -mQINBFOPHlEBEADP3E1fQHyrL4Rees0MywxIdPgtRueiNSaf+JibtIlfjydqipzA -P5R6th3VuHmplChgUiuP7jxc2aLQewz2WgtFP03y6jUF70UHkRLq0THnBJ8hRKBb -dE5cKsqjFDn9XqhSvdZrEIJtTNEnrUrEh+E3qCXkGDQJTcpff8hfdzukrmGs02uf -Bo9NnDpUahsqVSQFd6AcFPCfzumNjH/dNFvFsmqvdR1RR+c59RXCOn2UtXicqCnx -nOrzAJQD4SHfpso7t2wVLOY0lN+3CRbKLWZc8W7tN+NHHBswy3QdJSWm6ZyCwk3F -Ldx1t7IkKJe8L28Ed7QboDt5oe/wgiN3FRMOmzSsqD+1juMEJLDZ5tvGiEqHakXO -3fcJKk4zVFRpbzZPS791x05E+k5xNpSl1kGM5jkzE2jw6I47FBQF/l3/SLME7kGg -kbECP6i9+b7JWjesaSwl9d+iXrjpxkN74/pitposle0uvdcyKjCihsFlW91XsgKu -8ysPetyOyLxdMhI6r3jhKJavBD5NDFhQAofO7CFv+5ZEBZCZjBglWLSXXMx8yuF+ -ulSbZF6kvoTASQ+hjuM8hSoNTM7EW99oVBMU29XHp6mD8xxej3wI/4lVom1CTdC3 -JZvRnMRZT+jvx1pJOKaIt4lGeVUOmtyPNkt48EYZvXZWzftHp/5K/ePR0QARAQAB -tEFDZW50T1MtNyBUZXN0aW5nIChDZW50T1MgNyBUZXN0aW5nIGNvbnRlbnQpIDxz -ZWN1cml0eUBjZW50b3Mub3JnPokCNQQTAQIAHwUCU48eUQIbAwYLCQgHAwIEFQII -AwMWAgECHgECF4AACgkQx4iTrI+uNL3oxBAAwNt5F2X3/8g5a9QpXiQ72WSpHOKi -pOa4K4FZGA5mkiZ2r8NWO852uQD8TdSUFkx3p7XbP8MVQyuvw+FY6O77FVs9nNMw -EjvRS5KLbiSmqVss1NbAVAMQl/a148aPwckvp75DZMmD8wYXVZdrdCzxXxz+JVxJ -f1mLRyUb1rnaHU9V9SfO0rsULaLeyHyOZTZrSSq9TODrgsdy7eoV4V4gGMM+/q9R -4w/jInaImEet3OVmyBO+qHeZrGRQpO/xG/NnFTXSLg2ltL5I13GK65XvOCtoUweg -DSrxh7loUBQpPDylScjcV3VVBHHFn+m1fkFSsAaIN0LZZsQ6beOvgGd4Ll6tzHae -dBgn30fltcIbInYZ8rr7Sdl9ql502mHejpGYb4pM+g429ZnWh/INzHqXpip/5YJS -qKUOjJxhFey5yieNEmh4VREo/3goBrof6+WCcF8EAAcUUswRB4QIz4+iGTYz2+cD -WXCr24Vr0CrIOECZ7N3+Ftp8OH2E3rM1QmMzFyCxuauQJ3HYyi8BxghYCOanHNME -XrktWUPHttAnoA0yxA3uYXlCwQMv9UYGhQXI8PRRegAceRjcUsCm7SnWm5Z/Cxgz -wfxyKEYqvbRUX2KV24wVRFoW4EWcYyHC7AxG3XUlTh+nIeOcBDRtEqZbI6kyTYVP -fERnsC7RfCEWxFg= -=J/Px ------END PGP PUBLIC KEY BLOCK----- diff --git a/legal.md b/legal.md deleted file mode 100644 index 42ae448..0000000 --- a/legal.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: "CentOS Legal" -layout: aside ---- - -## Export Compliance/Customs Information - -By downloading CentOS software, you acknowledge that you understand all of the following: CentOS software and technical information may be subject to the U.S. Export Administration Regulations (the “EAR”) and other U.S. and foreign laws and may not be exported, re-exported or transferred (a) to a prohibited destination country under the EAR or U.S. sanctions regulations (currently Cuba, Iran, North Korea, Sudan, Syria, and the Crimea Region of Ukraine, subject to change as posted by the United States government); (b) to any prohibited destination or to any end user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government; or (c) for use in connection with the design, development or production of nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, or sounding rockets, or unmanned air vehicle systems. You may not download CentOS software or technical information if you are located in one of these countries or otherwise subject to these restrictions. You may not provide CentOS software or technical information to individuals or entities located in one of these countries or otherwise subject to these restrictions. You are also responsible for compliance with foreign law requirements applicable to the import, export and use of CentOS software and technical information. - -CentOS software in source code and binary code form are publicly available and are not subject to the EAR in accordance with §742.15(b). - -## Trademark Guidelines - -[The CentOS trademark usage policy](/legal/trademarks/) - -## Licensing Policy - -[The CentOS Project licensing policy](/legal/licensing-policy/) - -## Disclaimers - - * This is a Community mantained site. Red Hat, Inc is not responsible for its content. - * All other trademarks throughout the CentOS website are the property of their respective owners - - -## Links to 3rd party sites -This website may be linked to other websites which are not under the control of and are not maintained by the CentOS Project. The CentOS Project and Red Hat are not responsible for the content of those sites. We provide these links to you only as a convenience, and the inclusion of any link to such sites does not imply endorsement by the CentOS Project or Red Hat of those sites. We reserve the right to terminate any link or linking program at any time. - - -## Notice and Procedure for Making Claims of Copyright Infringement -To file a notice of infringement with us, please provide the following information to the Red Hat-designated copyright agent listed below: - - * A description of the copyrighted work or other intellectual property that you claim has been infringed. - * A description of the material that you claim is infringing the copyrighted work listed in item #1. - * An address, telephone number, and an email address where the alleged infringing party can contact you. - * The following statement: "I have a good faith belief that use of the copyrighted materials described above as allegedly infringing is not authorized by the copyright owner, its agent, or the law." - * The following statement: "I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed." - * Your electronic or physical signature. - * - -To file a counter notification with us, please provide the following information to the Red Hat-designated copyright agent listed below: - - * A description of the material that Red Hat has removed or to which Red Hat has disabled access. - * Your name, address, telephone number, email address, and a statement that you consent to the jurisdiction of the Federal District Court for the judicial district in which your address is located (or Wake County, North Carolina if your address is outside of the United States), and that you will accept service of process from the person who provided notification of infringement or an agent of such person. - * The following statement: "I swear, under penalty of perjury, that I have a good faith belief that the material identified above was removed or disabled as a result of a mistake or misidentification of the material to be removed or disabled." - * Your electronic or physical signature. - -Red Hat has registered a designated agent with the Copyright Office pursuant to 17 U.S.C. 512(c). Please send notifications of infringement and counter notifications to the designated agent at: - - Assistant General Counsel - Red Hat, Inc. - 100 East Davie Street - Raleigh, NC 27601 - fax: +1 919-754-3704 diff --git a/legal/licensing-policy.md b/legal/licensing-policy.md deleted file mode 100644 index 1143aa1..0000000 --- a/legal/licensing-policy.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -title: "CentOS Project Licensing Policy" -layout: aside ---- - -# CentOS Project licensing policy - -## Definitions - -A “Contribution” is any contribution to the CentOS Project, but does not include (a) already-existing upstream software or content that merely is packaged, or is intended to be packaged, in CentOS Linux or CentOS Stream, or changes or additions to such already-existing software or content, or (b) material intended to be used for CentOS project logos. - -Your Contribution is “Explicitly Licensed” if you specifically attach a license notice to it. - -“Default License” means the license you grant under this policy for a Contribution that is not Explicitly Licensed. - -“Code” means software code, RPM spec files, or any functional material whose principal purpose is to control or facilitate the building of packages. - -## Distributions - -The CentOS Linux and CentOS Stream distributions are [compilations](https://www.law.cornell.edu/definitions/uscode.php?width=840&height=800&iframe=true&def_id=17-USC-2076770877-364936160&term_occur=999&term_src=title:17:chapter:1:section:101) of software packages. Each package is governed by its own license. Like Red Hat Enterprise Linux, the CentOS Linux and CentOS Stream compilation copyright is licensed under [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). To the extent you hold any copyright in the selection, coordination, or arrangement of packages making up the CentOS Linux or CentOS Stream distributions, you license that copyright under GPLv2. - -The compilation license does not supersede the licenses of code and content contained in the distributions, including anything you may have contributed to that pre-existing material. The complete licensing terms applicable to a given package can be found in the source code of the package. - -## Explicitly Licensed Contributions - -Explicitly Licensed Contributions can be under any of the open source or open content licenses considered acceptable for the [Fedora Project](https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing). - -## CentOS.org Content - -As of 2020-04-23, new content published on [www.centos.org](https://www.centos.org/), [wiki.centos.org](https://wiki.centos.org), [docs.centos.org](https://docs.centos.org), and [blog.centos.org](https://blog.centos.org) is licensed under the Creative Commons Attribution-ShareAlike 4.0 [International Public License](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0), except as otherwise indicated in this document or the content itself. Accordingly, the Default License for Contributions to such content is CC BY-SA 4.0, with attribution solely to the CentOS Project. - -## Licensed Repositories - -The Default License for Contributions to a CentOS Project repository that contains notice of a license is that same license. - -## Code Contributions - -The Default License for Contributions of Code is the MIT license, as follows: - - Copyright Contributors to the CentOS Project. - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in the - Software without restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the - Software, and to permit persons to whom the Software is furnished to do so, - subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, - INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A - PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -## Other Contributions - -The Default License for Contributions not otherwise addressed in this policy, including mailing list postings, forum posts, website design elements, and content in issues and comments submitted to the [CentOS Bug Tracker](https://bugs.centos.org), is the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/) (CC0). - -## CentOS Logos - -CentOS logos are covered by the [CentOS Trademark Guidelines](https://www.centos.org/legal/trademarks/) and not within the scope of this policy. If you want to contribute to the development of CentOS logos, please contact the CentOS Governing Board. - -## Date - -This policy is in effect as of 2020-04-23. - diff --git a/legal/privacy.md b/legal/privacy.md deleted file mode 100644 index f4fd29c..0000000 --- a/legal/privacy.md +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: "CentOS Privacy Policy" -layout: aside ---- - -## Scope of this Notice - -This Privacy Statement is intended to describe the CentOS Project's privacy -practices and to provide information about the choices you have regarding the -ways in which information is collected by the CentOS Project is used and -disclosed. For Convenience, the CentOS Project is referred to in this document -as "CentOS". - - -## Our Commitment to Privacy - -At CentOS, your privacy is important to us. To better protect your privacy, we have provided this Statement explaining our information practices and the choices you can make about the way your personal information is collected, used and disclosed. To make this Statement easy to find, we have made it available on our homepage and at every location where personally-identifiable information may be requested. - -## The Information We Collect - -This Privacy Statement applies to all information collected by or submitted to CentOS, including personal data. "Personal data" is data that can be used to identify an individual. - -CentOS collects personal data when: - -* you create an online account with CentOS. Examples include but are not - limited to: - * Forums - * mailing lists - * Bug tracking - * Wiki -* you participate in surveys and evaluations -* you participate in promotions, contests or giveaways -* you submit questions or comments to us. - -CentOS may also collect personal data from individuals (with their -consent) at conventions, trade shows and expositions. The types of personal -data collected may include (but is not limited to): - -* your first and last name -* your title and your company's name -* your address -* your country code -* your email address -* your telephone number -* any additional information that helps us make physical or online contact - with you -* your GPG key ID -* your ssh public key -* your irc nickname -* your language preference -* your timezone -* your geographic coordinates -* your affiliation(s). - -## Publicly Available Personal Data - -In keeping with the open nature and spirit of CentOS, some personal -data attached to CentOS accounts is made public by default. -Specifically: - -* your first and last name -* your country code -* your email address -* your language preference -* your ssh public key -* your timezone -* your GPG key ID (if defined) -* your irc nickname (if defined) -* your geographic coordinates (if defined) - -If you wish for this information to be kept private, you can opt-out of -displaying this information publicly in your account preferences. If you -choose to opt out, CentOS will still have access to this information, but it -will not be displayed to others, and will be considered private. The only -exceptions to this are for your name and email address, as these may still be -visible in some services such as our bug tracking system. - -## Using your Personal Data - -CentOS uses the personal data you provide to: - -* create and maintain your accounts -* identify and authenticate you -* attribute data and content you produce directly and indirectly in our - public-facing services -* for research activities, including the production of statistical reports - (such aggregated information is not used to contact users) -* answer your questions -* send you information - -We also use this personal data to provide you with information related -to your account and the projects or services you acquire from us, to improve -our service, and to personalize communications, and to comply with or fulfill -any contractual obligations to you. It is in CentOS's legitimate business -interests to provide you with the information, communications, and services -you request; to create a public record of the data and content produced by -CentOS's services, and to maintain the integrity of that data and content for -historical, scientific, and research purposes. - - -## Sharing your Personal Information - -Unless you assent, CentOS will never share the personal data you -provide us except as described below: - -CentOS may share your data to third parties under any of the -following circumstances: - -* Your publicly available personal data is openly available unless you as the CentOS account holder opt-out (as already described in this Privacy Statement). -* As may be required to provide service, and for e-mail housing (as a consequence of uses already described in this Privacy Statement). It is in CentOS’s legitimate business interest to provide all users an accurate record of data and content provided by CentOS’s services, and to maintain the integrity of that data and content for historical, scientific, and research purposes. This data and content may include but is not limited to email, code changes, comments, and artifacts. -* As required by law (such as responding to a valid subpoena, warrant, audit, or agency action, or to prevent fraud) -* For research activities, including the production of statistical reports (such aggregated information is used to describe our services and is not used to contact the subjects of the report). - -## Receiving E-mail - -CentOS may send you e-mail about your account, to inform you of important upcoming CentOS events (e.g. Dojo event changes), or in response to your questions. For your protection, CentOS may contact you in the event that we find an issue that requires your immediate attention. CentOS processes your personal data in these cases to fulfill and comply with its contractual obligations to you, to provide the services you have requested, and to ensure the security of your account. - -## Cookies and other Browser Information - -CentOS's online services automatically capture IP addresses. We use IP addresses to help diagnose problems with our servers, to administer our website, and to help ensure the security of your interaction with our services. Your IP address is used to help identify you and your location. in order to provide you data and content from our services as quickly as possible. It is in CentOS’s legitimate business interest to maximize the efficiency and effectiveness of its services for all users. - -As part of offering and providing customizable and personalized services, CentOS uses cookies to store and sometimes track information about you. A cookie is a small amount of data that is sent to your browser from a Web server and stored on your computer's hard drive. All sections of centos.org where you are prompted to log in or that are customizable require your browser to accept cookies. - -Generally, we use cookies to: - -* Remind us of who you are and to access your account information (stored on our computers) in order to provide a better and more personalized service. This cookie is set when you register or "sign in" and is modified when you "sign out" of our services. -* Measure certain traffic patterns, which areas of CentOS's network of websites you have visited, and your visiting patterns in the aggregate. We use this research to understand how our user's habits are similar or different from one another so that we can make each new experience on centos.org a better one. We may use this information to better personalize the content, banners, and promotions you and other users will see on our sites. - -If you do not want your personal information to be stored by cookies, you can configure your browser so that it always rejects these cookies or asks you each time if you accept them or not. However, you must understand that the use of cookies may be necessary to provide certain services, and choosing to reject cookies will reduce the performance and functionality of the site. Your browser documentation includes instructions explaining how to enable, disable, or delete cookies at the browser level(usually located in the "Help", "Tools", or "Edit" facility). - -## Our Commitment to Data Security - -CentOS trains its administrators on our privacy policy guidelines and makes our privacy policy available to our partners. Our website uses Secure Socket Layer (SSL) technology, which encrypts your personal data when you send your personal information on our website. In addition, CentOS and its partners enter into confidentiality agreements which require that care and precautions be taken to prevent loss, misuse, or disclosure of your personal data. - -## Public Forums Reminder - -CentOS often makes chat rooms, forums, mailing lists, message boards, and/or news groups available to its users. Please remember that any information that is disclosed in these areas becomes public information. Exercise caution when deciding to disclose your personal data. Although we value individual ideas and encourage free expression, CentOS reserves the right to take necessary action to preserve the integrity of these areas, such as removing any posting that is vulgar or inappropriate. It is in CentOS’s legitimate business interests to provide all users an accurate record of data and content provided in the public forums it maintains and uses; to maintain the integrity of that data and content for historical, scientific, and research purposes; and to provide an environment for the free exchange of ideas relevant and constructive to the development and propagation of open source software. - -## Our commitment to Children's Online Privacy - -Out of special concern for children's privacy, CentOS does not knowingly accept online personal information from children under the age of 13. CentOS does not knowingly allow children under the age of 13 to become registered members of our sites. CentOS does not knowingly collect or solicit personal information about children under 13. - -In the event that CentOS ever decides to expand its intended site audience to include children under the age of 13, those specific web pages will, in accordance with the requirements of the Children's Online Privacy Protection Act (COPPA), be clearly identified and provide an explicit privacy notice addressed to children under 13. In addition, CentOS will provide an appropriate mechanism to obtain parental approval, allow parents to subsequently make changes to or request removal of their children's personal information, and provide access to any other information as required by law. - -## About Links to other sites - -This site contains links to other sites. CentOS does not control the information collection of sites that can be reached through links from the various CentOS websites. If you have questions about the data collection procedures of linked sites, please contact those sites directly. - - -## Your Rights and Choices in the EEA -Where the EU General Data Protection Regulation 2016/679 (“GDPR”) applies to -the processing of your personal data, especially when you access the website -from a country in the European Economic Area (“EEA”), you have the following -rights, subject to some limitations, against CentOS: - -* The right to access your personal data; -* The right to rectify the personal data we hold about you; -* The right to erase your personal data; -* The right to restrict our use of your personal data; -* The right to object to our use of your personal data; -* The right to receive your personal data in a usable electronic format and transmit it to a third party (also known as the right of data portability); and -* The right to lodge a complaint with your local data protection authority. - -If you would like to exercise any of these rights, you may do so via email at [centos-pdr@centos.org](mailto:centos-pdr@centos.org). Please understand, however, the rights enumerated above are not absolute in all cases. - -Where the GDPR applies, you also have the right to withdraw any consent you have given to uses of your personal data. If you wish to withdraw consent that you have previously provided to CentOS, you may do so via email at [centos-pdr@centos.org](mailto:centos-pdr@centos.org). However, the withdrawal of consent will not affect the lawfulness of processing based on consent before its withdrawal. - -## How to Access, Modify, or Update your Information - -CentOS gives you the ability to access, modify or update your personal data at any time. You may log in and make changes to your login information (change your password), your contact information, your general preferences and your personalization settings. If necessary, you may also contact us and describe the changes you want made to the personal data you have previously provided by emailing us at [centos-pdr@centos.org](mailto:centos-pdr@centos.org). - -If you wish to remove your personal data from CentOS, you may contact us via email at [centos-pdr@centos.org](mailto:centos-pdr@centos.org) and request that we remove this information from the CentOS Account System. Other locations where you may have used your personal data as an identifier (e.g. Bug submissions or comments, list postings in the archives, wiki change history, and spec changelogs) will not be altered. - -## How to Contact Us - -If you have any questions about any of these practices or CentOS's use of your -personal information, please feel free to contact us by email at -centos-tm@centos.org or by mail at: - - Assistant General Counsel - Red Hat, Inc. - 100 East Davie Street - Raleigh, NC 27601 - fax: +1 919-754-3704 diff --git a/legal/trademarks.md b/legal/trademarks.md deleted file mode 100644 index e36b7d1..0000000 --- a/legal/trademarks.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: "CentOS Trademark Guidelines" -layout: aside ---- - -## Introduction - -This document (the "Guidelines") contains guidelines for use of the CentOS word mark (the "Word Mark"), as well as the CentOS logotype, the CentOS graphical symbol, the 'Powered by CentOS' logo, and all other CentOS logos (the "Logos") (collectively, the "CentOS Marks"). - -The CentOS Marks are trademarks of Red Hat, Inc. ("Red Hat"). Trademarks provide assurance about the quality of the goods or services with which the trademarks are associated. Confusion can arise if the same or similar names are used on identical or similar offerings. Red Hat's protection of the CentOS Marks thus benefits the CentOS Project and the CentOS community. - -These Guidelines aim to provide sufficient clarity for you to understand whether your use of the CentOS Marks will be acceptable. -Nothing in these Guidelines limits your permissions under the open source or other copyright licenses covering packages in any CentOS software distribution. - -The CentOS Project is by its nature a noncommercial community project that provides software free of charge, even though the copyright licenses covering the individual component packages that comprise the CentOS software distribution may permit commercial use. - -## Role of the CentOS Community - -Red Hat welcomes the assistance of the entire CentOS community in reporting non-compliant uses of the CentOS Marks and in encouraging those engaged in non-compliant uses to take corrective measures. - -## General Principles - -Whenever you use the CentOS Marks, you must do so in a way that does not mislead others, either directly or by omission, concerning what they are obtaining and from whom. The law reflects this requirement in two principal ways: it prohibits creation of a "likelihood of confusion" but allows for "nominative use". - -For example, you are not allowed to say you are distributing CentOS software when you are actually distributing some downstream modification of an official CentOS release ("Official" packages, builds, and releases are those that have been approved for the CentOS Project's release by the CentOS Project) . Otherwise, your recipients would be confused if they do not receive the same features and functionality they would have obtained had they received software officially released by the CentOS Project. As another example, you are not allowed to use the Logos on your website in a way that suggests that your website is an official website of the CentOS Project, or that the CentOS Project endorses your website. On the other hand, you may of course say, for example, that you like the CentOS software distribution or that you participate in the CentOS Project. - -You may not use or register, in whole or in part, the CentOS Marks as part of your own trademark, service mark, domain name, company name, trade name, product name, or service name. - -Trademark law does not allow your use of names or trademarks that are confusingly similar to the CentOS Marks. This means, among other things, that you may not use a variation of any of the CentOS Marks or any phonetic equivalent, takeoff, or abbreviation for a similar or related project, product, or service. - -## Software-related uses - -### Acceptable uses - -1. You may use the CentOS Marks in connection with your noncommercial redistribution of (1) bit-for-bit identical copies of official CentOS releases, and (2) unmodified copies of official CentOS source packages. - -2. You may use the Word Mark, but not the Logos, to truthfully describe the origin of the software that you are providing but not the software itself, where what you are distributing is modified official CentOS source code or is a build compiled from modified official CentOS source code. You may say, for example: "This software is derived from the source code for the CentOS distribution." However, you may not say that the software is CentOS. - -3. You may use the Word Mark to truthfully describe the relationship between your software and the CentOS software. In such a case, you may only use the Word Mark following a verb or preposition that describes the relationship. For example, you may say "MyProject package for the CentOS distribution" but you may not say "MyProject's CentOS package." - -4. You may use the 'Powered by CentOS' logo to truthfully state that your application runs on or uses an official CentOS release. - -5. You may use the CentOS Marks in themes, personas, or skins for applications to show your support for the CentOS Project, provided that the use is noncommercial and is clearly decorative, as contrasted with a use that is likely to be understood as the branding for a website or application. - -### Unacceptable uses - -Notwithstanding anything to the contrary provided in these Guidelines, the following are examples of unacceptable uses: - -1. Use of the CentOS Marks in connection with commercial redistribution of CentOS software (Commercial redistribution includes, by way of example but is not limited to, redistribution in connection with any commercial business activities or revenue-generating business activities.) , regardless of whether the CentOS software is unmodified, except as may be permitted above. - -2. Use of the CentOS Marks to identify software that combines any portion of the CentOS software with any other software , unless the combined distribution is an official CentOS distribution. For example, you may not distribute a combination of the CentOS software with software released by the FooStack project under the name "CentOS FooStack Distro". - -3. Use of the CentOS Marks in connection with any rebuild of CentOS software, unless such rebuild is an official CentOS build, regardless of whether the CentOS software is unmodified. - -## Use in relation to non-software goods and services - -### Acceptable uses - -1. You may use the CentOS Marks on your website to show your support for the CentOS Project, so long as: -* Your own branding or naming is more prominent than the CentOS Marks; -* All Logos hyperlink to http://www.centos.org/; -* The site is not likely to cause users to believe that your website, service, or product is a website, service, or product of the CentOS Project; and -* The site clearly states that it is not endorsed by the CentOS Project. - -2. You may use the Word Mark in the titles of books, articles and presentations, and you may use the Logos in illustrations contained within books, articles and presentation slides, so long as the use is not likely to suggest that the CentOS Project has published, endorses, or agrees with your work. - - -### Unacceptable uses -Notwithstanding anything to the contrary provided in these Guidelines, the following are examples of unacceptable uses: - -1. Use of the CentOS Marks as part of a domain name or sub-domain, except as may be permitted by applicable law. -2. Use of the CentOS Marks on promotional goods for sale. - -## Proper trademark use - -### Use of trademarks in text - -* Always distinguish trademarks from surrounding text with at least initial capital letters or in all capital letters. - * Unacceptable: centos - * Acceptable: CentOS -* Always use trademarks in their exact form with the correct spelling, neither abbreviated, hyphenated, nor combined with any other word or words. - * Unacceptable: Cenntos - * Acceptable: CentOS -* Don't pluralize a trademark. - * Unacceptable: I have seventeen CentOSes in my lab. - * Acceptable: I have seventeen CentOS boxes in my lab. -* Don't use "a" or "the" to refer to an instance of the trademark. When you use a trademark following an article, you should only use the trademark as an adjective modifying a noun. - * Unacceptable: I installed a CentOS on my friend's laptop. - * Acceptable: I installed a CentOS release on my friend's laptop. -* Don't use a trademark as a verb. - * Unacceptable: We are CentOSing our servers. - * Acceptable: We are installing the CentOS distribution on our servers. -* Don't use a trademark as a possessive. - * Unacceptable: CentOS's distribution is stable. - * Acceptable: The CentOS distribution is stable. - -### Use of logos - -You may not change any logo except to scale it. This means you may not add elements to the logo, change the colors or proportions of the logo, distort the logo, or combine the logo with other logos. - -## Contact Information - -If you have any questions about these Guidelines or uses of the CentOS Marks not addressed in the Guidelines, or if you encounter any confusing use or misuse of the CentOS Marks, please contact centos-tm@centos.org. - -## License and Attribution -These Guidelines are based in part on the [Model Trademark Guidelines](http://modeltrademarkguidelines.org/index.php?title=Home:_Model_Trademark_Guidelines). Both these Guidelines and the Model Trademark Guidelines are licensed under a [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/deed.en_US). diff --git a/news-and-events.md b/news-and-events.md deleted file mode 100644 index af87b5d..0000000 --- a/news-and-events.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: News and Events -title_lead: News, views, and reports on CentOS. -layout: blog -pagination: - enabled: true ---- - diff --git a/sponsors.md b/sponsors.md deleted file mode 100644 index f95ab78..0000000 --- a/sponsors.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Sponsors" -layout: sponsors ---- - -If you are interested in becoming a CentOS sponsor, you can contact the us at . diff --git a/src/404.md b/src/404.md new file mode 100644 index 0000000..5669972 --- /dev/null +++ b/src/404.md @@ -0,0 +1,10 @@ +--- +title: Page not found +layout: aside +--- + +The requested page could not be found. + +This happens when the page has been moved, removed, or had its name and address +changed. It might otherwise be temporarily unavailable for technical +reasons. diff --git a/src/Gemfile b/src/Gemfile new file mode 100644 index 0000000..9d80a76 --- /dev/null +++ b/src/Gemfile @@ -0,0 +1,38 @@ +source "https://rubygems.org" +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 4.0.0" + +# This is CentOS default website theme for new Jekyll based web sites. You may +# change this to anything you like. +gem "jekyll-theme-centos", "0.9.20220201124228" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. gem +# "github-pages", group: :jekyll_plugins +# +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed" + gem "jekyll-toc" + gem "jekyll-paginate-v2" + gem "jekyll-tidy" + gem "jekyll-algolia" + gem "webrick" +end + +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do + gem "tzinfo", "~> 1.2" + gem "tzinfo-data" +end + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? diff --git a/src/Gemfile.lock b/src/Gemfile.lock new file mode 100755 index 0000000..5c4c448 --- /dev/null +++ b/src/Gemfile.lock @@ -0,0 +1,124 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + algolia_html_extractor (2.6.4) + json (~> 2.0) + nokogiri (~> 1.10) + algoliasearch (1.27.5) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) + colorator (1.1.0) + concurrent-ruby (1.1.9) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.15.5) + filesize (0.2.0) + forwardable-extended (2.6.0) + htmlbeautifier (1.4.1) + htmlcompressor (0.4.0) + http_parser.rb (0.8.0) + httpclient (2.8.3) + i18n (1.9.1) + concurrent-ruby (~> 1.0) + jekyll (4.0.1) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.9.5, < 2) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 1.8) + jekyll-algolia (1.7.1) + algolia_html_extractor (~> 2.6) + algoliasearch (~> 1.26) + filesize (~> 0.1) + jekyll (>= 3.6, < 5.0) + json (~> 2.0) + nokogiri (~> 1.6) + progressbar (~> 1.9) + verbal_expressions (~> 0.1.5) + jekyll-feed (0.16.0) + jekyll (>= 3.7, < 5.0) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) + jekyll-sass-converter (2.1.0) + sassc (> 2.0.1, < 3.0) + jekyll-theme-centos (0.9.20220201124228) + jekyll (~> 4.0) + jekyll-tidy (0.2.2) + htmlbeautifier + htmlcompressor + jekyll + jekyll-toc (0.17.1) + jekyll (>= 3.9) + nokogiri (~> 1.11) + jekyll-watch (2.2.1) + listen (~> 3.0) + json (2.6.1) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + mini_portile2 (2.7.1) + nokogiri (1.13.1) + mini_portile2 (~> 2.7.0) + racc (~> 1.4) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + progressbar (1.11.0) + public_suffix (4.0.6) + racc (1.6.0) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.27.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) + tzinfo-data (1.2021.5) + tzinfo (>= 1.0.0) + unicode-display_width (1.8.0) + verbal_expressions (0.1.5) + wdm (0.1.1) + webrick (1.7.0) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 4.0.0) + jekyll-algolia + jekyll-feed + jekyll-paginate-v2 + jekyll-theme-centos (= 0.9.20220201124228) + jekyll-tidy + jekyll-toc + tzinfo (~> 1.2) + tzinfo-data + wdm (~> 0.1.1) + webrick + +BUNDLED WITH + 2.2.24 diff --git a/src/_config.yml b/src/_config.yml new file mode 100644 index 0000000..5380b54 --- /dev/null +++ b/src/_config.yml @@ -0,0 +1,160 @@ +--- +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'bundle exec jekyll serve'. If you change this file, please restart the +# server process. +# +# If you need help with YAML syntax, here are some quick references for you: +# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml +# https://learnxinyminutes.com/docs/yaml/ + +# ---------------------------------------------------------------------- +# Site settings +# ---------------------------------------------------------------------- +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. +# You can create any custom variable you would like, and they will be +# accessible in the templates via {{ site.myvariable }}. + +title: The CentOS Project +email: centos@centos.org +description: "Community-driven free software effort focused around the goal of providing a rich base platform for open source communities to build upon." + +# The subpath of your site, e.g. /blog +baseurl: "" + +# The base hostname & protocol for your site, e.g. http://example.com +url: "https://www.centos.org" + +# ---------------------------------------------------------------------- +# Build settings +# ---------------------------------------------------------------------- +theme: jekyll-theme-centos + +plugins: + - jekyll-feed + - jekyll-toc + - jekyll-paginate-v2 + - jekyll-tidy + +permalink: /:path/:basename/ + +collections: + sponsors: + posts: + permalink: /:categories/:title/ + +exclude: + - .sass-cache/ + - .jekyll-cache/ + - gemfiles/ + - Gemfile + - Gemfile.lock + - .bundle + - node_modules/ + - vendor/bundle/ + - vendor/cache/ + - vendor/gems/ + - vendor/ruby/ + - .git + +sass: + sass_dir: _sass + style: compressed + +# ---------------------------------------------------------------------- +# Jekyll Pagination +# ---------------------------------------------------------------------- +pagination: + # Site-wide kill switch, disabled here it doesn't run at all + enabled: true + + # Set to 'true' to enable pagination debugging. This can be enabled in the + # site config or only for individual pagination pages + debug: true + + # The default document collection to paginate if nothing is specified + # ('posts' is default) + collection: 'posts' + + # How many objects per paginated page, used to be `paginate` (default: 0, + # means all) + per_page: 6 + + # The permalink structure for the paginated pages (this can be any level + # deep) + #permalink: '/page/:num.html' # Pages are simple html files + #permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style. + #permalink: '/news-and-events/:num/' # Pages are index.html inside this folder (default) + permalink: '/:category/:num/' # Pages are index.html inside this folder (default) + + # Optional the title format for the paginated pages (supports :title for + # original page title, :num for pagination page number, :max for total number + # of pages) + title: ':title - page :num' + + # Limit how many pagenated pages to create (default: 0, means all) + limit: 0 + + # Optional, defines the field that the posts should be sorted on (omit to + # default to 'date') + sort_field: 'date' + + # Optional, sorts the posts in reverse order (omit to default decending or + # sort_reverse: true) + sort_reverse: true + + # Optional, the default category to use, omit or just leave this as 'posts' + # to get a backwards-compatible behavior (all posts) + category: 'posts' + + # Optional, the default tag to use, omit to disable + tag: '' + + # Optional, the default locale to use, omit to disable (depends on a field + # 'locale' to be specified in the posts, in reality this can be any value, + # suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the + # ISO-639 language code). + locale: '' + + # Optional, omit or set both before and after to zero to disable. Controls + # how the pagination trail for the paginated pages look like. + trail: + before: 2 + after: 2 + + # Optional, the default file extension for generated pages (e.g html, json, xml). + # Internally this is set to html by default + extension: html + + # Optional, the default name of the index file for generated pages (e.g. + # 'index.html') Without file extension. + indexpage: 'index' + +# ---------------------------------------------------------------------- +# Jekyll Tidy +# ---------------------------------------------------------------------- +jekyll_tidy: + exclude: [] + compress_html: false + +# ---------------------------------------------------------------------- +# Jekyll Algolia +# ---------------------------------------------------------------------- +algolia: + application_id: "" + index_name: "www.centos.org" + search_only_api_key: "" + +# ---------------------------------------------------------------------- +# Jekyll ToC +# ---------------------------------------------------------------------- +toc: + min_level: 2 # default: 1 + max_level: 5 # default: 6 diff --git a/src/_data/aws-images.csv b/src/_data/aws-images.csv new file mode 100644 index 0000000..a15dc58 --- /dev/null +++ b/src/_data/aws-images.csv @@ -0,0 +1,41 @@ +"Version","Region","Architecture","AMI ID","Deploy link" +" CentOS Linux 7 ","us-east-2","x86_64","ami-033adaf0b583374d4","https://console.aws.amazon.com/ec2/v2/home?region=us-east-2#LaunchInstanceWizard:ami=ami-033adaf0b583374d4" +" CentOS Linux 7 ","us-east-1","x86_64","ami-0aedf6b1cb669b4c7","https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-0aedf6b1cb669b4c7" +" CentOS Linux 7 ","us-west-1","x86_64","ami-0bcd12d19d926f8e9","https://console.aws.amazon.com/ec2/v2/home?region=us-west-1#LaunchInstanceWizard:ami=ami-0bcd12d19d926f8e9" +" CentOS Linux 7 ","us-west-2","x86_64","ami-04f798ca92cc13f74","https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#LaunchInstanceWizard:ami=ami-04f798ca92cc13f74" +" CentOS Linux 7 ","af-south-1","x86_64","ami-0cf2f235226a4d1f2","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-0cf2f235226a4d1f2" +" CentOS Linux 7 ","ap-east-1","x86_64","ami-039ac400e94785a1d","https://console.aws.amazon.com/ec2/v2/home?region=ap-east-1#LaunchInstanceWizard:ami=ami-039ac400e94785a1d" +" CentOS Linux 7 ","ap-south-1","x86_64","ami-09f129ee53d3523c0","https://console.aws.amazon.com/ec2/v2/home?region=ap-south-1#LaunchInstanceWizard:ami=ami-09f129ee53d3523c0" +" CentOS Linux 7 ","ap-northeast-1","x86_64","ami-06e6d2122baa563c4","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-1#LaunchInstanceWizard:ami=ami-06e6d2122baa563c4" +" CentOS Linux 7 ","ap-northeast-2","x86_64","ami-061f5322ab2662c82","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-2#LaunchInstanceWizard:ami=ami-061f5322ab2662c82" +" CentOS Linux 7 ","ap-southeast-1","x86_64","ami-03bfba2e75432064e","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-03bfba2e75432064e" +" CentOS Linux 7 ","ap-southeast-2","x86_64","ami-0264ead5294ad1773","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-2#LaunchInstanceWizard:ami=ami-0264ead5294ad1773" +" CentOS Linux 7 ","ca-central-1","x86_64","ami-01ebef6e00efb2c20","https://console.aws.amazon.com/ec2/v2/home?region=ca-central-1#LaunchInstanceWizard:ami=ami-01ebef6e00efb2c20" +" CentOS Linux 7 ","eu-central-1","x86_64","ami-0afcbcee3dfbce929","https://console.aws.amazon.com/ec2/v2/home?region=eu-central-1#LaunchInstanceWizard:ami=ami-0afcbcee3dfbce929" +" CentOS Linux 7 ","eu-west-1","x86_64","ami-00d464afa64e1fc69","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:ami=ami-00d464afa64e1fc69" +" CentOS Linux 7 ","eu-west-2","x86_64","ami-0de2f45684e59282c","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-2#LaunchInstanceWizard:ami=ami-0de2f45684e59282c" +" CentOS Linux 7 ","eu-west-3","x86_64","ami-051806c39fa542e22","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-3#LaunchInstanceWizard:ami=ami-051806c39fa542e22" +" CentOS Linux 7 ","eu-south-1","x86_64","ami-0a3a6d4d737db3bc1","https://console.aws.amazon.com/ec2/v2/home?region=eu-south-1#LaunchInstanceWizard:ami=ami-0a3a6d4d737db3bc1" +" CentOS Linux 7 ","eu-north-1","x86_64","ami-0e5125a0f19c52a2b","https://console.aws.amazon.com/ec2/v2/home?region=eu-north-1#LaunchInstanceWizard:ami=ami-0e5125a0f19c52a2b" +" CentOS Linux 7 ","me-south-1","x86_64","ami-09ce1cd69cab28540","https://console.aws.amazon.com/ec2/v2/home?region=me-south-1#LaunchInstanceWizard:ami=ami-09ce1cd69cab28540" +" CentOS Linux 7 ","sa-east-1","x86_64","ami-015f6bf0657816a2d","https://console.aws.amazon.com/ec2/v2/home?region=sa-east-1#LaunchInstanceWizard:ami=ami-015f6bf0657816a2d" +" CentOS Linux 7 ","us-east-2","aarch64","ami-0fb25f99cfe1c665e","https://console.aws.amazon.com/ec2/v2/home?region=us-east-2#LaunchInstanceWizard:ami=ami-0fb25f99cfe1c665e" +" CentOS Linux 7 ","us-east-1","aarch64","ami-0144a5a84f5699847","https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-0144a5a84f5699847" +" CentOS Linux 7 ","us-west-1","aarch64","ami-0de261f921415431f","https://console.aws.amazon.com/ec2/v2/home?region=us-west-1#LaunchInstanceWizard:ami=ami-0de261f921415431f" +" CentOS Linux 7 ","us-west-2","aarch64","ami-0fbf55055efe5787e","https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#LaunchInstanceWizard:ami=ami-0fbf55055efe5787e" +" CentOS Linux 7 ","af-south-1","aarch64","ami-0e88079e08c51419c","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-0e88079e08c51419c" +" CentOS Linux 7 ","ap-east-1","aarch64","ami-04b61d6a053ad2539","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-04b61d6a053ad2539" +" CentOS Linux 7 ","ap-south-1","aarch64","ami-0a69d3ff816398377","https://console.aws.amazon.com/ec2/v2/home?region=ap-south-1#LaunchInstanceWizard:ami=ami-0a69d3ff816398377" +" CentOS Linux 7 ","ap-northeast-1","aarch64","ami-0052528bdd809d899","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-1#LaunchInstanceWizard:ami=ami-0052528bdd809d899" +" CentOS Linux 7 ","ap-northeast-2","aarch64","ami-052d9a481ce0de50a","https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-2#LaunchInstanceWizard:ami=ami-052d9a481ce0de50a" +" CentOS Linux 7 ","ap-southeast-1","aarch64","ami-091062b883853b295","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-091062b883853b295" +" CentOS Linux 7 ","ap-southeast-2","aarch64","ami-0cfdc63b39f103cab","https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-2#LaunchInstanceWizard:ami=ami-0cfdc63b39f103cab" +" CentOS Linux 7 ","ca-central-1","aarch64","ami-052a1a6ef4db58dd8","https://console.aws.amazon.com/ec2/v2/home?region=ca-central-1#LaunchInstanceWizard:ami=ami-052a1a6ef4db58dd8" +" CentOS Linux 7 ","eu-central-1","aarch64","ami-0162ae2b9d245b9a5","https://console.aws.amazon.com/ec2/v2/home?region=eu-central-1#LaunchInstanceWizard:ami=ami-0162ae2b9d245b9a5" +" CentOS Linux 7 ","eu-west-1","aarch64","ami-0c47424ef2c94b774","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:ami=ami-0c47424ef2c94b774" +" CentOS Linux 7 ","eu-west-2","aarch64","ami-02868404201349f83","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-2#LaunchInstanceWizard:ami=ami-02868404201349f83" +" CentOS Linux 7 ","eu-west-3","aarch64","ami-07dd7b23f721e7bbc","https://console.aws.amazon.com/ec2/v2/home?region=eu-west-3#LaunchInstanceWizard:ami=ami-07dd7b23f721e7bbc" +" CentOS Linux 7 ","eu-south-1","aarch64","ami-0c28ae8b6a03e9904","https://console.aws.amazon.com/ec2/v2/home?region=eu-south-1#LaunchInstanceWizard:ami=ami-0c28ae8b6a03e9904" +" CentOS Linux 7 ","eu-north-1","aarch64","ami-00658799cfc32659e","https://console.aws.amazon.com/ec2/v2/home?region=eu-north-1#LaunchInstanceWizard:ami=ami-00658799cfc32659e" +" CentOS Linux 7 ","me-south-1","aarch64","ami-02d946c5a59126c32","https://console.aws.amazon.com/ec2/v2/home?region=me-south-1#LaunchInstanceWizard:ami=ami-02d946c5a59126c32" +" CentOS Linux 7 ","sa-east-1","aarch64","ami-05b835a95ace17eee","https://console.aws.amazon.com/ec2/v2/home?region=sa-east-1#LaunchInstanceWizard:ami=ami-05b835a95ace17eee" diff --git a/src/_data/centos/distributions.yml b/src/_data/centos/distributions.yml new file mode 100644 index 0000000..2931162 --- /dev/null +++ b/src/_data/centos/distributions.yml @@ -0,0 +1,98 @@ +--- +# +# site.data.centos.distributions - This file controls the information related +# to CentOS Project distributions. +# +- name: "CentOS Linux" + page: "centos-linux" + description: "Consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon." + releases: + 7-2009: + downloads: + - arch: "x86_64" + iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/" + rpm: "http://mirror.centos.org/centos/7/" + cloud: "" + containers: "https://hub.docker.com/_/centos/" + vagrant: "https://app.vagrantup.com/centos/boxes/7" + - arch: "ARM64 (aarch64)" + iso: "http://isoredirect.centos.org/altarch/7/isos/aarch64/" + rpm: "http://mirror.centos.org/altarch/7/" + cloud: "" + containers: "https://hub.docker.com/_/centos/" + vagrant: "" + - arch: "IBM Power BE (ppc64)" + iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64/" + rpm: "http://mirror.centos.org/altarch/7/" + cloud: "" + containers: "" + vagrant: "" + - arch: "IBM Power (ppc64le)" + iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64le/" + rpm: "http://mirror.centos.org/altarch/7/" + cloud: "" + containers: "https://hub.docker.com/_/centos/" + vagrant: "" + - arch: "ARM32 (armhfp)" + iso: "http://isoredirect.centos.org/altarch/7/isos/armhfp/" + rpm: "http://mirror.centos.org/altarch/7/" + cloud: "" + containers: "https://hub.docker.com/_/centos/" + vagrant: "" + - arch: "i386" + iso: "http://isoredirect.centos.org/altarch/7/isos/i386/" + rpm: "http://mirror.centos.org/altarch/7/" + cloud: "" + containers: "" + vagrant: "" + docs: + - release_notes: https://wiki.centos.org/action/show/Manuals/ReleaseNotes/CentOS7 + release_email: https://lists.centos.org/pipermail/centos-announce/2020-November/035820.html + website: https://docs.centos.org/ + eol: + - overview: > + 2024-06-30 + (end of RHEL 7 Maintenance Support 2 Phase) + date: "" + url: "" + +- name: "CentOS Stream" + page: "centos-stream" + description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation." + releases: + 9: + downloads: + - arch: "x86_64" + iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https" + rpm: "http://mirror.stream.centos.org/9-stream/" + cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images" + containers: "https://quay.io/centos/centos:stream9" + vagrant: "" + - arch: "ARM64 (aarch64)" + iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https" + rpm: "http://mirror.stream.centos.org/9-stream/" + cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images" + containers: "https://quay.io/centos/centos:stream9" + vagrant: "" + - arch: "IBM Power (ppc64le)" + iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https" + rpm: "http://mirror.stream.centos.org/9-stream/" + cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images" + containers: "https://quay.io/centos/centos:stream9" + vagrant: "" + - arch: "IBM Z (s390x)" + iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https" + rpm: "http://mirror.stream.centos.org/9-stream/" + cloud: "https://cloud.centos.org/centos/9-stream/s390x/images" + containers: "https://quay.io/centos/centos:stream9" + vagrant: "" + docs: + - release_notes: "https://blog.centos.org/2021/12/introducing-centos-stream-9/" + release_email: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html" + website: "https://docs.centos.org/en-US/docs/" + eol: + - overview: > + 2027-05-31 + (end of RHEL 9 Full Support Phase) + date: "" + url: "" diff --git a/src/_data/centos/footer.yml b/src/_data/centos/footer.yml new file mode 100644 index 0000000..a802053 --- /dev/null +++ b/src/_data/centos/footer.yml @@ -0,0 +1,27 @@ +--- +# +# site.data.centos.footer - Control footer section. +# +columns: + - "About" + - "Community" +social: + - icon: "fab fa-facebook-f" + link: "https://www.facebook.com/groups/centosproject/" + - icon: "fab fa-twitter" + link: "https://twitter.com/CentOS" + - icon: "fab fa-youtube" + link: "https://youtube.com/TheCentOSProject" + - icon: "fab fa-linkedin" + link: "https://www.linkedin.com/groups/22405" + - icon: "fab fa-reddit" + link: "https://www.reddit.com/r/CentOS/" +copyright: + author: "The CentOS Project" + legals: + - text: "Legal" + link: "/legal" + - text: "Privacy" + link: "/legal/privacy" + - text: "Site source" + link: "https://git.centos.org/centos/centos.org" diff --git a/src/_data/centos/identity.yml b/src/_data/centos/identity.yml new file mode 100644 index 0000000..1faed72 --- /dev/null +++ b/src/_data/centos/identity.yml @@ -0,0 +1,11 @@ +--- +# +# site.data.centos.identity - Control the site branding (corporate visual +# identity) information. +# +logo: + link: "/" + image: "/assets/img/logo.png" + manifestation: "" +motif: + image: "/assets/img/motif.png" diff --git a/src/_data/centos/navbar.yml b/src/_data/centos/navbar.yml new file mode 100644 index 0000000..f463c6a --- /dev/null +++ b/src/_data/centos/navbar.yml @@ -0,0 +1,63 @@ +--- +# +# site.data.centos.navbar - Control top navigation bar +# +- name: "Download" + icon: "fas fa-download" + link: "/download" + menu: [] +- name: "About" + icon: "fas fa-info-circle" + link: "#" + menu: + - name: "About CentOS" + link: "/about" + - name: "Frequently Asked Questions (FAQs)" + link: "https://wiki.centos.org/FAQ.html" + - name: "Special Interest Groups (SIGs)" + link: "https://wiki.centos.org/SpecialInterestGroup.html" + - name: "CentOS Variants" + link: "/variants" + - name: "Governance" + link: "/about/governance" + - name: "Code of Conduct" + link: "/code-of-conduct" +- name: "Community" + icon: "fas fa-users" + link: "#" + menu: + - name: "Contribute" + link: "https://wiki.centos.org/Contribute.html" + icon: "fas fa-hands-helping" + - name: "Forums" + link: "https://www.centos.org/forums/" + icon: "fas fa-comments" + - name: "Mailing Lists" + link: "https://lists.centos.org/hyperkitty/" + icon: "fas fa-envelope" + - name: "IRC" + link: "https://wiki.centos.org/irc" + icon: "fas fa-hashtag" + - name: "Calendar & IRC Meeting List" + link: "/community/calendar/" + icon: "fas fa-calendar-alt" + - name: "Blog" + link: "https://blog.centos.org/" + icon: "fas fa-newspaper" + - name: "Submit Bug" + link: "https://wiki.centos.org/ReportBugs" + icon: "fas fa-bug" +- name: "Documentation" + icon: "fas fa-book" + link: "#" + menu: + - name: "Wiki" + link: "https://wiki.centos.org/" + - name: "Manuals" + link: "https://docs.centos.org/" + - name: "GPG Key Info" + link: "/keys" +- name: "Help" + icon: "fas fa-life-ring" + link: "https://wiki.centos.org/GettingHelp.html" + menu: [] diff --git a/src/_data/centos/project.yml b/src/_data/centos/project.yml new file mode 100644 index 0000000..b84f7fe --- /dev/null +++ b/src/_data/centos/project.yml @@ -0,0 +1,11 @@ +--- +# +# site.data.centos.project - This file controls the information related +# to CentOS Project as organization. +# +title: "The CentOS Project" +email: "centos@centos.org" +url: "https://www.centos.org" +description: | + Community-driven free software effort focused on delivering a robust open + source ecosystem around a Linux platform. diff --git a/src/_layouts/home.html b/src/_layouts/home.html new file mode 100644 index 0000000..da9093a --- /dev/null +++ b/src/_layouts/home.html @@ -0,0 +1,20 @@ + + + {% include head.html -%} + + {% include navbar.html -%} +
+ {% include header/home.html %} + {{ content }} + {% include home/news-and-events.html %} + {% include home/planet.html %} +
+ + {% include footer.html -%} + + + + + + + diff --git a/src/_posts/2023-12-08-connect.md b/src/_posts/2023-12-08-connect.md new file mode 100644 index 0000000..9b159d9 --- /dev/null +++ b/src/_posts/2023-12-08-connect.md @@ -0,0 +1,7 @@ +--- +title: "Connect at FOSDEM" +layout: "aside" +category: news-and-events +--- + +Join us at [CentOS Connect](https://connect.centos.org/) on February 1-2, 2024, right before FOSDEM. CentOS Connect features presentations and meetups around CentOS Stream, Special Interest Groups, and the entire Enterprise Linux ecosystem. The event is free, but please register to ensure we have space for you. diff --git a/src/_sponsors/altushost.md b/src/_sponsors/altushost.md new file mode 100644 index 0000000..0c6a5ee --- /dev/null +++ b/src/_sponsors/altushost.md @@ -0,0 +1,6 @@ +--- +name: AltusHost +country: usa +logo: /assets/img/sponsors/altushost.png +address: https://www.altushost.com/ +--- diff --git a/src/_sponsors/art-motion.md b/src/_sponsors/art-motion.md new file mode 100644 index 0000000..27c3cc5 --- /dev/null +++ b/src/_sponsors/art-motion.md @@ -0,0 +1,7 @@ +--- +name: artmotion +country: eu +logo: /assets/img/sponsors/am-logo.png +address: http://www.artmotion.eu +status: active +--- diff --git a/src/_sponsors/aws.md b/src/_sponsors/aws.md new file mode 100644 index 0000000..773693c --- /dev/null +++ b/src/_sponsors/aws.md @@ -0,0 +1,6 @@ +--- +name: Amazon Web Services +country: usa +logo: /assets/img/sponsors/aws.png +address: https://aws.amazon.com +--- diff --git a/src/_sponsors/baseip.md b/src/_sponsors/baseip.md new file mode 100644 index 0000000..913fe3c --- /dev/null +++ b/src/_sponsors/baseip.md @@ -0,0 +1,6 @@ +--- +name: baseip +country: usa +logo: /assets/img/sponsors/baseip_240x60.jpg +address: http://www.baseip.com/ +--- diff --git a/src/_sponsors/binaryracks.md b/src/_sponsors/binaryracks.md new file mode 100644 index 0000000..c2dfe0c --- /dev/null +++ b/src/_sponsors/binaryracks.md @@ -0,0 +1,6 @@ +--- +name: BinaryRacks +country: uk +logo: /assets/img/sponsors/binaryracks.png +address: http://www.binaryracks.com/ +--- diff --git a/src/_sponsors/cdn77.md b/src/_sponsors/cdn77.md new file mode 100644 index 0000000..e6083ee --- /dev/null +++ b/src/_sponsors/cdn77.md @@ -0,0 +1,6 @@ +--- +name: cdn77 +country: usa +logo: /assets/img/sponsors/cdn77.png +address: http://www.cdn77.com/ +--- diff --git a/src/_sponsors/clientvps.md b/src/_sponsors/clientvps.md new file mode 100644 index 0000000..6403101 --- /dev/null +++ b/src/_sponsors/clientvps.md @@ -0,0 +1,6 @@ +--- +name: ClientVPS +country: Finland +logo: /assets/img/sponsors/clientvps.png +address: https://www.clientvps.com/ +--- diff --git a/src/_sponsors/codero.md b/src/_sponsors/codero.md new file mode 100644 index 0000000..9ead15e --- /dev/null +++ b/src/_sponsors/codero.md @@ -0,0 +1,6 @@ +--- +name: codero +country: usa +logo: /assets/img/sponsors/codero.png +address: http://www.codero.com +--- diff --git a/src/_sponsors/coloamerica.md b/src/_sponsors/coloamerica.md new file mode 100644 index 0000000..cee5d51 --- /dev/null +++ b/src/_sponsors/coloamerica.md @@ -0,0 +1,6 @@ +--- +name: Colocation America +country: usa +logo: /assets/img/sponsors/colocation-america.png +address: http://www.colocationamerica.com/dedicated_servers +--- diff --git a/src/_sponsors/cpanel.md b/src/_sponsors/cpanel.md new file mode 100644 index 0000000..d2db86c --- /dev/null +++ b/src/_sponsors/cpanel.md @@ -0,0 +1,6 @@ +--- +name: cPanel +country: usa +logo: /assets/img/sponsors/cpanel.png +address: http://www.cpanel.com/ +--- diff --git a/src/_sponsors/dedicatedsolutions.md b/src/_sponsors/dedicatedsolutions.md new file mode 100644 index 0000000..a157ea0 --- /dev/null +++ b/src/_sponsors/dedicatedsolutions.md @@ -0,0 +1,6 @@ +--- +name: Dedicated Solutions +country: usa +logo: /assets/img/sponsors/dedicatedsolutions.png +address: https://www.dedicatedsolutions.com/ +--- diff --git a/src/_sponsors/dtsnet.md b/src/_sponsors/dtsnet.md new file mode 100644 index 0000000..8612f50 --- /dev/null +++ b/src/_sponsors/dtsnet.md @@ -0,0 +1,6 @@ +--- +name: Dts-Net +country: usa +logo: /assets/img/sponsors/dtsnet.png +address: https://dts-net.com/portal/link.php?id=3 +--- diff --git a/src/_sponsors/equinix.md b/src/_sponsors/equinix.md new file mode 100644 index 0000000..542d64c --- /dev/null +++ b/src/_sponsors/equinix.md @@ -0,0 +1,6 @@ +--- +name: Equinix Metal +country: usa +logo: /assets/img/sponsors/equinix.png +address: https://metal.equinix.com/ +--- diff --git a/src/_sponsors/eukhost.md b/src/_sponsors/eukhost.md new file mode 100644 index 0000000..ae0c602 --- /dev/null +++ b/src/_sponsors/eukhost.md @@ -0,0 +1,6 @@ +--- +name: eukhost +country: usa +logo: /assets/img/sponsors/eukhost.png +address: http://www.eukhost.com/ +--- diff --git a/src/_sponsors/fasthosts.md b/src/_sponsors/fasthosts.md new file mode 100644 index 0000000..f6a596d --- /dev/null +++ b/src/_sponsors/fasthosts.md @@ -0,0 +1,6 @@ +--- +name: FastHosts +country: uk +logo: /assets/img/sponsors/fasthosts.png +address: https://www.fasthosts.co.uk/ +--- diff --git a/src/_sponsors/gamehost.md b/src/_sponsors/gamehost.md new file mode 100644 index 0000000..a78cd50 --- /dev/null +++ b/src/_sponsors/gamehost.md @@ -0,0 +1,6 @@ +--- +name: GameHost +country: Finland +logo: /assets/img/sponsors/GameHost.png +address: https://gamehost.io/ +--- diff --git a/src/_sponsors/heficed.md b/src/_sponsors/heficed.md new file mode 100644 index 0000000..f129ba0 --- /dev/null +++ b/src/_sponsors/heficed.md @@ -0,0 +1,6 @@ +--- +name: Heficed +country: usa +logo: /assets/img/sponsors/heficed.png +address: http://www.heficed.com/ +--- diff --git a/src/_sponsors/host-stage.md b/src/_sponsors/host-stage.md new file mode 100644 index 0000000..2339397 --- /dev/null +++ b/src/_sponsors/host-stage.md @@ -0,0 +1,6 @@ +--- +name: HostStage +country: france +logo: /assets/img/sponsors/host-stage.png +address: http://www.host-stage.net/ +--- diff --git a/src/_sponsors/hostiserver.md b/src/_sponsors/hostiserver.md new file mode 100644 index 0000000..080eaa6 --- /dev/null +++ b/src/_sponsors/hostiserver.md @@ -0,0 +1,6 @@ +--- +name: hostiserver +country: usa +logo: /assets/img/sponsors/hostiserver.png +address: https://www.hostiserver.com/ +--- diff --git a/src/_sponsors/hostkey.md b/src/_sponsors/hostkey.md new file mode 100644 index 0000000..6f6d2e1 --- /dev/null +++ b/src/_sponsors/hostkey.md @@ -0,0 +1,6 @@ +--- +name: hostkey +country: Netherlands +logo: /assets/img/sponsors/hostkey.png +address: https://www.hostkey.com/ +--- diff --git a/src/_sponsors/internetx.md b/src/_sponsors/internetx.md new file mode 100644 index 0000000..e2828ba --- /dev/null +++ b/src/_sponsors/internetx.md @@ -0,0 +1,6 @@ +--- +name: InterNetX +country: usa +logo: /assets/img/sponsors/internetx.gif +address: http://www.internetx.com +--- diff --git a/src/_sponsors/introserv.md b/src/_sponsors/introserv.md new file mode 100644 index 0000000..fa35308 --- /dev/null +++ b/src/_sponsors/introserv.md @@ -0,0 +1,6 @@ +--- +name: Introserv +country: netherlands +logo: /assets/img/sponsors/introserv.png +address: https://www.introserv.com/ +--- diff --git a/src/_sponsors/itsyndicate.md b/src/_sponsors/itsyndicate.md new file mode 100644 index 0000000..6dcfe83 --- /dev/null +++ b/src/_sponsors/itsyndicate.md @@ -0,0 +1,6 @@ +--- +name: ITsyndicate +country: Ukraine +logo: /assets/img/sponsors/itsyndicate.png +address: https://itsyndicate.org/ +--- diff --git a/src/_sponsors/leaseweb.md b/src/_sponsors/leaseweb.md new file mode 100644 index 0000000..18c4b95 --- /dev/null +++ b/src/_sponsors/leaseweb.md @@ -0,0 +1,6 @@ +--- +name: leaseweb +country: netherlands +logo: /assets/img/sponsors/leaseweb.png +address: http://www.leaseweb.com/ +--- diff --git a/src/_sponsors/liquidweb.md b/src/_sponsors/liquidweb.md new file mode 100644 index 0000000..5f7ff8d --- /dev/null +++ b/src/_sponsors/liquidweb.md @@ -0,0 +1,6 @@ +--- +name: liquidweb +country: usa +logo: /assets/img/sponsors/liquidweb.png +address: http://www.liquidweb.com/ +--- diff --git a/src/_sponsors/lyrahosting.md b/src/_sponsors/lyrahosting.md new file mode 100644 index 0000000..fcb3f39 --- /dev/null +++ b/src/_sponsors/lyrahosting.md @@ -0,0 +1,6 @@ +--- +name: Lyrahosting +country: germany +logo: /assets/img/sponsors/lyrahosting.png +address: https://www.lyrahosting.com/ +--- diff --git a/src/_sponsors/multacom.md b/src/_sponsors/multacom.md new file mode 100644 index 0000000..ea061a0 --- /dev/null +++ b/src/_sponsors/multacom.md @@ -0,0 +1,6 @@ +--- +name: multacom +country: usa +logo: /assets/img/sponsors/multacom-240x60.gif +address: http://www.multacom.com/ +--- diff --git a/src/_sponsors/ndchost.md b/src/_sponsors/ndchost.md new file mode 100644 index 0000000..3514be5 --- /dev/null +++ b/src/_sponsors/ndchost.md @@ -0,0 +1,6 @@ +--- +name: NDCHost +country: usa +logo: /assets/img/sponsors/NDCHost.png +address: https://www.ndchost.com/ +--- diff --git a/src/_sponsors/nexcess.md b/src/_sponsors/nexcess.md new file mode 100644 index 0000000..9963989 --- /dev/null +++ b/src/_sponsors/nexcess.md @@ -0,0 +1,6 @@ +--- +name: nexcess +country: usa +logo: /assets/img/sponsors/nexcess.png +address: http://www.nexcess.net/ +--- diff --git a/src/_sponsors/psw.md b/src/_sponsors/psw.md new file mode 100644 index 0000000..5771b38 --- /dev/null +++ b/src/_sponsors/psw.md @@ -0,0 +1,6 @@ +--- +name: psw group +country: usa +logo: /assets/img/sponsors/PSW_Banner_240x60.jpg +address: http://www.psw.net/ +--- diff --git a/src/_sponsors/securedservers.md b/src/_sponsors/securedservers.md new file mode 100644 index 0000000..4c3e733 --- /dev/null +++ b/src/_sponsors/securedservers.md @@ -0,0 +1,6 @@ +--- +name: Phoenix NAP +country: usa +logo: /assets/img/sponsors/PNAP_Banner.gif +address: http://www.securedservers.com/landing/linux-hosting/ +--- diff --git a/src/_sponsors/serverel.md b/src/_sponsors/serverel.md new file mode 100644 index 0000000..dbb0576 --- /dev/null +++ b/src/_sponsors/serverel.md @@ -0,0 +1,6 @@ +--- +name: serverel +country: usa +logo: /assets/img/sponsors/serverel.png +address: http://www.serverel.com/ +--- diff --git a/src/_sponsors/serverhub.md b/src/_sponsors/serverhub.md new file mode 100644 index 0000000..9dfba91 --- /dev/null +++ b/src/_sponsors/serverhub.md @@ -0,0 +1,6 @@ +--- +name: ServerHub +country: usa +logo: /assets/img/sponsors/centos-serverhub.png +address: http://www.serverhub.com +--- diff --git a/src/_sponsors/servermania.md b/src/_sponsors/servermania.md new file mode 100644 index 0000000..522a520 --- /dev/null +++ b/src/_sponsors/servermania.md @@ -0,0 +1,6 @@ +--- +name: ServerMania +country: usa +logo: /assets/img/sponsors/servermania.gif +address: http://servermania.com/ +--- diff --git a/src/_sponsors/serverpoint.md b/src/_sponsors/serverpoint.md new file mode 100644 index 0000000..ca752c0 --- /dev/null +++ b/src/_sponsors/serverpoint.md @@ -0,0 +1,6 @@ +--- +name: serverpoint +country: us +logo: /assets/img/sponsors/serverpoint.png +address: http://www.serverpoint.com +--- diff --git a/src/_sponsors/serverpronto.md b/src/_sponsors/serverpronto.md new file mode 100644 index 0000000..8afabce --- /dev/null +++ b/src/_sponsors/serverpronto.md @@ -0,0 +1,6 @@ +--- +name: serverpronto +country: usa +logo: /assets/img/sponsors/serverpronto_small.gif +address: http://www.serverpronto.com/ +--- diff --git a/src/_sponsors/shinjiru.md b/src/_sponsors/shinjiru.md new file mode 100644 index 0000000..8c31424 --- /dev/null +++ b/src/_sponsors/shinjiru.md @@ -0,0 +1,6 @@ +--- +name: shinjiru +country: usa +logo: /assets/img/sponsors/shinjirubanner260x60.gif +address: http://shinjiru.com/ +--- diff --git a/src/_sponsors/stablepoint.md b/src/_sponsors/stablepoint.md new file mode 100644 index 0000000..551a419 --- /dev/null +++ b/src/_sponsors/stablepoint.md @@ -0,0 +1,6 @@ +--- +name: Stablepoint +country: usa +logo: /assets/img/sponsors/stablepoint.png +address: https://www.stablepoint.com/ +--- diff --git a/src/_sponsors/steadfast.md b/src/_sponsors/steadfast.md new file mode 100644 index 0000000..b6d91c2 --- /dev/null +++ b/src/_sponsors/steadfast.md @@ -0,0 +1,6 @@ +--- +name: steadfast +country: usa +logo: /assets/img/sponsors/steadfast.png +address: http://steadfast.net/ +--- diff --git a/src/_sponsors/tailoredservers.md b/src/_sponsors/tailoredservers.md new file mode 100644 index 0000000..15c1edc --- /dev/null +++ b/src/_sponsors/tailoredservers.md @@ -0,0 +1,6 @@ +--- +name: Tailor Made Servers +country: usa +logo: /assets/img/sponsors/tailoredservers.png +address: http://www.tailoredservers.com +--- diff --git a/src/_sponsors/trabia.md b/src/_sponsors/trabia.md new file mode 100644 index 0000000..d7bd30a --- /dev/null +++ b/src/_sponsors/trabia.md @@ -0,0 +1,6 @@ +--- +name: trabia network +country: usa +logo: /assets/img/sponsors/trabia.png +address: https://www.trabia.com/ +--- diff --git a/src/_sponsors/vhostvn.md b/src/_sponsors/vhostvn.md new file mode 100644 index 0000000..dcab570 --- /dev/null +++ b/src/_sponsors/vhostvn.md @@ -0,0 +1,5 @@ +--- +name: vHost +logo: /assets/img/sponsors/vhostvn.gif +address: http://vhost.vn/ +--- diff --git a/src/_sponsors/virtualsystems.md b/src/_sponsors/virtualsystems.md new file mode 100644 index 0000000..ab38b50 --- /dev/null +++ b/src/_sponsors/virtualsystems.md @@ -0,0 +1,6 @@ +--- +name: Virtual Systems +country: ukraine +logo: /assets/img/sponsors/vsys.png +address: https://vsys.host/ +--- diff --git a/src/_sponsors/vultr.md b/src/_sponsors/vultr.md new file mode 100644 index 0000000..9116619 --- /dev/null +++ b/src/_sponsors/vultr.md @@ -0,0 +1,6 @@ +--- +name: Vultr +country: usa +logo: /assets/img/sponsors/vultr.png +address: https://www.vultr.com/ +--- diff --git a/src/_sponsors/webnx.md b/src/_sponsors/webnx.md new file mode 100644 index 0000000..072d581 --- /dev/null +++ b/src/_sponsors/webnx.md @@ -0,0 +1,6 @@ +--- +name: webnx +country: usa +logo: /assets/img/sponsors/webnx1.png +address: http://www.webnx.com +--- diff --git a/src/_sponsors/wehaveservers.md b/src/_sponsors/wehaveservers.md new file mode 100644 index 0000000..9943e89 --- /dev/null +++ b/src/_sponsors/wehaveservers.md @@ -0,0 +1,6 @@ +--- +name: WeHaveServers +country: romania +logo: /assets/img/sponsors/wehaveservers.png +address: https://www.wehaveservers.com/ +--- diff --git a/src/_sponsors/whitelabelitsolutions.md b/src/_sponsors/whitelabelitsolutions.md new file mode 100644 index 0000000..65b8697 --- /dev/null +++ b/src/_sponsors/whitelabelitsolutions.md @@ -0,0 +1,6 @@ +--- +name: Whitelabel ITSolutions +country: usa +logo: /assets/img/sponsors/whitelabelitsolutions.gif +address: http://whitelabelitsolutions.com/ +--- diff --git a/src/_sponsors/wowrack.md b/src/_sponsors/wowrack.md new file mode 100644 index 0000000..3c4eca7 --- /dev/null +++ b/src/_sponsors/wowrack.md @@ -0,0 +1,6 @@ +--- +name: wowrack +country: usa +logo: /assets/img/sponsors/wowrack.png +address: http://www.wowrack.com/ +--- diff --git a/src/about.md b/src/about.md new file mode 100644 index 0000000..84ac372 --- /dev/null +++ b/src/about.md @@ -0,0 +1,66 @@ +--- +title: About CentOS +layout: aside +--- + +## CentOS Linux + +The CentOS Linux distribution is a stable, predictable, manageable and +reproducible platform derived from the sources of Red Hat Enterprise Linux +(RHEL). We are now looking to expand on that by creating the resources needed +by other communities to come together and be able to build on the CentOS Linux +platform. And today we start the process by delivering a clear governance +model, increased transparency and access. In the coming weeks we aim to publish +our own roadmap that includes variants of the core CentOS Linux. + +Since March 2004, CentOS Linux has been a community-supported distribution +derived from sources freely provided to the public by Red Hat. As such, CentOS +Linux aims to be functionally compatible with RHEL. We mainly change packages +to remove upstream vendor branding and artwork. CentOS Linux is no-cost and +[free to redistribute](/legal). + +CentOS Linux is developed by a small but growing team of core developers. In +turn the core developers are supported by an active user community including +system administrators, network administrators, managers, core Linux +contributors, and Linux enthusiasts from around the world. + +Over the coming year, the CentOS Project will expand its mission to establish +CentOS Linux as a leading community platform for emerging open source +technologies coming from other projects such as OpenStack. These technologies +will be at the center of multiple variations of CentOS, as individual downloads +or accessed from a custom installer. Read more about the [variants](/variants) +and [Special Interest Groups](http://wiki.centos.org/SpecialInterestGroup) that +produce them. + +## The CentOS Project + +The CentOS Project is a community-driven free software effort focused around +the goal of providing a rich base platform for open source communities to build +upon. We will provide a development framework for cloud providers, the hosting +community, and scientific data processing, as a few examples. We work with +several 'upstream' communities to help them layer and distribute their software +more effectively on a platform they can rely on. + + +### The Governing Board + +The CentOS Governing Board is made up of members of the CentOS Project, many of +whom have been around since the creation of the Project, as well as new members +from Red Hat who were instrumental in bringing the new relationship together. +The focus of the Governing Board is to curate the CentOS Project, assist and +guide in the progress and development of the various SIGs, as well as to +promote CentOS Linux. For more information read the [governance +page](/about/governance). + +### The Project Structure + +The CentOS Project is modelled on the structure of the [Apache +Foundation](http://apache.org), with a governing board that oversees various +semi-autonomous [Special Interest Groups or +'SIGs'](http://wiki.centos.org/SpecialInterestGroup). These groups are focused +on providing various enhancements, addons, or replacements for core CentOS +Linux functionality. A few notable examples of SIGs are: + +* [Core](http://wiki.centos.org/SpecialInterestGroup/Core) - Building and releasing the core CentOS Linux platform. +* [Xen4CentOS](http://wiki.centos.org/Manuals/ReleaseNotes/Xen4-01) - Providing Xen4 support for CentOS 6 +* [CentOS Design](http://wiki.centos.org/ArtWork) - Improving the user experience with high quality artwork diff --git a/src/about/governance.md b/src/about/governance.md new file mode 100644 index 0000000..6728cf6 --- /dev/null +++ b/src/about/governance.md @@ -0,0 +1,68 @@ +--- +title: "Governance" +layout: aside +--- + +The CentOS Project has two main levels of governance - The Board of Directors (“The Board”), and Special Interest Groups (SIGs). + +The Board is responsible for the governance and administration of the project as a whole, and the overall vision and direction of the project. + +SIGs are responsible for technical work, and the direction of that work. + +In addition to these formal tiers of governance, the project is driven by volunteer developers who sustain the project by their work and contributions. + +## The CentOS Project Mission Statement + +CentOS aims to make Enterprise Linux better by providing project +resources for contributors with similar interests to collaborate +and/or communicate about the experience for everyone within our +ecosystem. Whether it is artwork, development, discussion, or +troubleshooting - CentOS should provide a clear way to get involved +for contributors of all skill and interest levels. + +## The CentOS Board of Directors + +The focus of the Governing Board is to assist and guide in the progress and +development of the various SIGs, as well as to lead and promote CentOS. + +The CentOS Governing Board is the governing body responsible for the overall +oversight of the CentOS Project and SIGs, the creation of new SIGs, and the +election (and re-election) of new board members. The Board also has the +responsibility to ensure the goals, brands, and marks of the CentOS Project and +community are protected. The Board serves as the final authority within the +CentOS Project. + +[Structure and Policies of the Board of Directors](board/) + +The current membership of the CentOS Governing Board is: + +* Josh Boyer +* Davide Cavalca +* Troy Dawson +* Brian Exelbierd ([Liaison](/about/governance/board-responsibilities/#red-hat-liaison-responsibilities)) +* Johnny Hughes +* Amy Marrich (Chair) +* Mike McLean +* Jeffrey Osier-Mixon +* Thomas Oulevey (Secretary) +* Pat Riehecky (Co-Chair) + +Also in regular attendance: + +* Shaun McCance (Community Architect, attendee ex-officio) + +## Special Interest Groups + +Special Interest Groups (SIGs) are smaller groups within the CentOS community that focus on a +small set of issues, in order to either create awareness or to focus on development along a specific topic. + +[Further details, and list of SIGs](https://wiki.centos.org/SpecialInterestGroup) + + +## More information + +* [Governing Board responsibilities](/about/governance/board-responsibilities) +* [SIGs](/about/governance/sigs) +* [Joining the project](/about/governance/joining-the-project) +* [Voting](/about/governance/voting) +* [Appendix: Glossary](/about/governance/appendix-glossary) diff --git a/src/about/governance/appendix-glossary.md b/src/about/governance/appendix-glossary.md new file mode 100644 index 0000000..582c2f3 --- /dev/null +++ b/src/about/governance/appendix-glossary.md @@ -0,0 +1,52 @@ +--- +title: "Glossary" +layout: aside +--- + +## Meritocracy + +In the free and open source software communities, meritocracy is one of the 3 +main governance models in use and is likely the most popular, powerful, and +successful. However, there is still, at times, confusion over how exactly this +model works. + +First and foremost, the basic tenet behind meritocracy is that people gain +merit by their actions and activities within the community. What actually +comprises that merit is determined by the pre-existing community itself, and so +there exists an internal, stabilizing feedback system that prevents a healthy +meritocracy from going askew. This basis of "what is merit" and "how one earns +it" is self-defined and known within the community and can, and does, vary from +community and project. For example, one FOSS project/community may value simple +coding capability above all, and thus heavy-coders will gain merit quickly, +whether they do so as volunteers or are paid to do so, and whether they work +well with others or not. Other communities value a healthy balance of coding +skills with consensus-based collaboration skills, whereas others also include +the individual's personal stake in the project (how much they are personally +involved and invested). + +As the above shows, a meritocracy is not, therefore, a democracy proper but a +pseudo-republic. The wants and desires of the community are weighed in the +atmosphere of merit that enables access and control. + +## Consensus decision making + +One practice of meritocracy is the consensus-based decision model. From +http://en.wikipedia.org/wiki/Consensus_decision-making, "Consensus +decision-making is a group decision making process that seeks the consent of +all participants." In practice, it is different from a majority-vote-wins +approach. In the CentOS Project a discussion toward a decision follows this +process: + +1. A proposal is put forth and a check for consensus is made. + 1. Consensus is signified through a +1 vote. +1. A check is made for any dissent on the proposal. + 1. Reservations? State reservation, sometimes with a '-1' signifier + 1. Reservations about the proposal are worked through, seeking consensus to resolve the reservations. + 1. A reservation is not a vote against the proposal, but may turn into a vote against if unresolved. It is often expressed with an initial -1 vote to indicate reservations and concerns. This indicates there is still discussion to be had. + 1. Stand aside? No comment, or state concerns without a -1 reservation; sometimes the '-0' signifier is used. + 1. This option allows a member to have issues with the proposal without choosing to block the proposal, by instead standing aside with a +/-0 vote. + 1. The stated concerns may influence other people to have or release reservations. + 1. Block? Vote '-1' with reasons for the block. + 1. This is a complete block on a proposal, refusing to let it pass. A block is a -1 vote and must be accompanied with substantive arguments that are rooted in the merit criteria of the Project -- protecting the community, the upstream, technical reasons, and so forth. + +Block (-1) votes used as a veto are typically used only when consensus cannot otherwise be met, and are effectively a veto that any sitting Board member can utilize with sufficient substantiation. diff --git a/src/about/governance/board-diagram-involvement.png b/src/about/governance/board-diagram-involvement.png new file mode 100644 index 0000000..dafd110 Binary files /dev/null and b/src/about/governance/board-diagram-involvement.png differ diff --git a/src/about/governance/board-responsibilities.md b/src/about/governance/board-responsibilities.md new file mode 100644 index 0000000..42ee5ee --- /dev/null +++ b/src/about/governance/board-responsibilities.md @@ -0,0 +1,52 @@ +--- +title: "Responsibilities" +layout: aside +--- + +## CentOS Governing Board Responsibilities +* Guidance and leadership over the ultimate Project roadmap. +* Community outreach. +* Maintenance of health and viability of CentOS community. +* Maintenance of a healthy and proactive relationship with the Project users and consider those needs and uses in decisions. +* Coordination of Project messaging. +* Overall Project leadership as the final escalation point for decisions unable to be resolved effectively at the SIG level. +* Approval of new SIGs and changes to SIGs charters. +* Approval of new contributors as requested by SIGs. +* Approval of SIG graduations. +* Oversight of SIG variants, including those that may fork or drive the core base OS. At a minimum, + * There must be overwhelming community support for this; + * It must be net-positive or, at least, net-neutral to the core. +* Trademark and brand oversight. + * Create Git licensing and contribution policies. +* Appointment of Board Chair. +* Appointment of new Board members. +* Re-appointment of Board members after 12 month term of service. + +## Individual Governing Board Member Responsibilities +* Work with SIGs as mentors to help SIGs reach effective stability and self-sustainability. +* Act as leaders across the community, generally and as appropriate. + * Continue to be active in one or more SIGs. +* Attend Board meetings on a regular basis via the agreed-upon meeting methods. + * Occasionally be available on short notice or for important Board business, electronically or in person. + * Be responsive to highly important or critical items raised by the Chair or Liaison (both defined below), including attending urgent or emergency Board meetings, to provide a quorum and conduct voting or other necessary actions. +* Strive to conduct Board business transparently following the principles of the open source way. + +[More detail on director requirements and responsibilities](/about/governance/director-requirements) + +The CentOS Governing Board shall include two named roles: a Chair and a Liaison, which shall be present at all times on the Board. The Board is responsible for appointing one Board member as Chair. Red Hat is responsible for appointing the Liaison role to a Board member, who must be a Red Hat employee. + +## Chair Responsibilities +* Organize and run the Board meetings. +* Be the coordinating and lead voice for the Project. +* Coordinate the Board to set direction and articulation thereof. +* Focus on helping the Board to reach consensus. +* Guide the Board in transparency and practicing the open source way in leadership and decision making. + +## Red Hat Liaison Responsibilities +* Provide the perspective and insights to the Board on Red Hat business (including potential legal, ecosystem, and security concerns) by acting as the interface for various Red Hat constituencies. +* Allow for the Board to bring concerns or perspectives from the community to Red Hat. +* The Liaison may be requested by the Board Chair to escalate a decision beyond the Board in some cases when the Board cannot reach consensus. This is discussed in the section on The Role of the Liaison. + +The Liaison is required to be a Red Hat employee, which will enable this person to be an effective bi-directional conduit between Red Hat and the CentOS Project. The Chair, however, can be anyone selected by the Board from among its members. The Liaison may be rotated at any time to an alternate Red Hat employee who is a Board member. Newly appointed Board members may also hold the Liaison seat. The Chair and the Liaison cannot be the same person. + +The Board will operate under the principles of [meritocracy](/about/governance/appendix-glossary/#meritocracy), having the Board be driven by a [consensus-based decision model](/about/governance/appendix-glossary/#consensus-decision-making). This model fosters an active healthy debate that furthers the Project while recognising its relationship to Red Hat's product source, the new formal relationship with Red Hat, and preserving the viability of the key upstream that feeds it. diff --git a/src/about/governance/board.md b/src/about/governance/board.md new file mode 100644 index 0000000..1915466 --- /dev/null +++ b/src/about/governance/board.md @@ -0,0 +1,182 @@ +--- +title: "Board of Directors" +title_lead: Structure and Policies +layout: aside +--- + +**This document is a work in progress.** + +## The Board of Directors + +The board consists of 8-11 members, tasked with the oversight of the CentOS Project as a whole. The current membership of the board shall be published on the CentOS Website, and in the Board git repository. + +### Director/Board responsibilities + +The Board provides guidance and leadership over the project roadmap as a whole. They are responsible for the health of the entire CentOS Project, and ensuring that it operates legally, ethically, and by the principles of open source communities. + +Directors are individually, and collectively, responsible for the transparent and ethical behavior of the Board as a whole. Directors are expected at all times to act in the best interests of the project as a whole. Directors must therefore have the ability to debate, understand, and balance sometimes opposing CentOS Project objectives. + +The Board is responsible for overseeing the project's image, outreach, and public statements. The Board are the custodians of the project brand and public image. + +The Board is responsible for setting and enforcing policies, including things such as governance, contribution, and licensing policies. Legal policies or aspects are discussed with Red Hat Legal through the Red Hat Liaison as needed. + +They are responsible for ensuring that the project serves its users, and remains in a healthy productive relationship with Red Hat, on which the project depends for its continued success. The board may be called on to act as liaison to other external stakeholders, such as software projects which rely on CentOS as their deployment platform. + +#### Relationship to SIGs + +The Board will evaluate new SIG proposals, and determine whether a SIG is a good fit for the CentOS Project. They will work with the Red Hat Liaison to ensure that SIGs are not created that cause a direct conflict with Red Hat business interests. Once a SIG is approved, The Board will work with the SIG to ensure that it is operating according to the principles of the CentOS Project, until such time as it reaches maturity and is self-governing. The Board’s role in SIGs is discussed in greater detail in the section ‘Special Interest Groups’, below. + +Directors are the leaders of the community, both internally, and in the eyes of the public. Directors are expected to represent the consensus of the CentOS Project, and the Board as a whole, when they speak externally, especially to the press, at events, or in other public statements. + +Directors will attend Board meetings. It is understood that life may sometimes intervene and make this impossible. However, directors are expected to make every reasonable effort to attend all meetings. Additionally, directors may occasionally be asked to respond on shorter notice to Board business, either via email, or in impromptu meetings. They are expected to make every reasonable effort to do so in a timely manner. If a director expects to be absent at a meeting where a major decision is to be made, they are responsible for indicating their position via email, or by designating a proxy for their vote. + +Directors are expected to consider, and respond to, email sent to the board mailing list(s) in a timely manner, so that issues raised between meetings can be addressed without the community having to wait for another meeting. However, it’s important to remember that this is a volunteer position, and it is always understood that other things (family, job, vacation time) take precedence sometimes. + +Directors are expected to subscribe to, and periodically check on new issues raised on the Board issue tracker - https://git.centos.org/centos/board/issues - which is the primary way that the community raises issues to the Board. + +While SIGs and other parts of the community are expected to be largely self-governing, the Board serves as the final point of appeal for any disagreements or conflicts that arise in other parts of the community. + +The CentOS Governing Board is the governing body responsible for the overall oversight of the CentOS Project, CentOS Linux and CentOS Stream, and Special Interest Groups (SIGs). They are responsible for creation of new SIGs, and the election (and re-election) of board members. + +#### Brands and Trademarks + +The Board also has the responsibility to ensure the goals, brands, and marks of the CentOS Project and community are protected. + +#### Relationship to Red Hat + +The Board is responsible for managing the relationship with Red Hat, and, more specifically, the Red Hat Enterprise Linux (RHEL) team and Community Platform Engineering (CPE). + +#### Directors are Individuals + +Board membership is an individual role. Directors do not act on behalf of their employer, with the important exception of the Red Hat Liaison (See below). If a director feels that they cannot act in the best interests of the project, even when it might not be the preferred decision of their employer, or if doing so may negatively impact their employment, they are probably not an ideal candidate. Nominated candidates should discuss this with their employer and management, and make this expectation clear to them, so that this does not come as a surprise to them at some later date. Furthermore, a director’s employer should not issue public statements that imply that their employee is acting as a representative of the corporation. + +Board membership is a volunteer role, and is not compensated. + +The board may delegate any of these responsibilities to a SIG or board-appointed Officer, whose work they will then oversee. + +### Term + +The term of board shall be 12 months. There are no limits on the number of terms that an individual director can serve. However, the 12 month cadence allows board members to commit to a short term of service, and reevaluate their availability and interest at regular intervals. + +In order to ensure that, at most, half of the board is replaced at any one time, the Board will be divided into two cohorts, which will be staggered by six months, such that half of the board members are either reconfirmed, or replaced, every six months. This is done in order to ensure continuity of knowledge, even if a majority of the board turns over in a given term. + +The Board Chair will be responsible for ensuring that this is on the agenda at six month intervals, or as soon thereafter as scheduling is possible, and that a nomination period is announced prior to this meeting, in the event that there are directors stepping down. (See also, “[Mid-term appointments](#mid-term-appointments)” below, for directors that depart before the usual end of term.) + +### Appointment of Board members. + +The Board shall consist of 8 to 11 members, the exact number to be determined, and announced, prior to the appointment of a new board. + +Board members are selected by the existing board members, from a pool of candidates proposed by the larger community. The community should be notified of an upcoming term at least 30 days in advance of the meeting in which the new board will be selected. + +#### Nomination + +The CentOS Community (specifically, the centos-devel mailing list) will be asked for nominations, 31 days prior to a board meeting in which directors will be appointed. At this time, the board will determine how many seats will be available, based on whether any directors are stepping down, and how many seats, total, the board wishes to have on the next board. + +It is important to remember that the Board selects directors, and that the decision is made by the sitting board, not by the larger community. + +Suggested names shall be collected, and presented to the board for deliberation and voting. + +Directors will typically be nominated based on their merit in the community. This includes, but is not limited to, active participation in the CentOS Project, and a clear understanding of project goals and governance. The community may decide, however, to nominate an “outsider”, if they believe that the new perspective of a potential candidate will be in the best interests of the project. + +#### Vote/Appointment process + +The sitting board, being presented with the list of nominated directors, will determine, in a process to be decided by the chair and the sitting board, which of the nominated individuals will be selected for the available seats. (Specific mechanics of voting are a matter of implementation, not a matter of bylaws. Current process is documented [here](____)) + +Directors are expected to carefully weigh the balance between welcoming new members, and maintaining continuity between terms, with the interests of the entire community as their highest priority. + +#### Mid-term appointments + +In the event that the number of active directors drops below the minimum number, due to a director leaving the board for whatever reason, the board shall replace that seat by holding an out-of-schedule appointment, using the usual process defined above, in order to retain the desired number of seats. + +### Out-of cadence removal + +A director may be removed by the board by resignation, death, or by an act of the other directors. + +#### Resignation + +A director may also, at any time, resign for reasons of their own, without being expected to provide a reason either to the board or the larger community, as this is a volunteer position. They are requested to provide a 30 day notice of such resignation if this is at all possible. + +#### Activity + +All directors are contacted by the Community Architect towards the end of their cohort period during the year to determine if they wish to continue serving. It is important for the community and the project that directors are +active and participating. While it is understood that members of the board (not including the laison) are volunteers, it is important that directors are accessible. As such not attaining the following criteria could result in a director being considered inactive: + +* Absence from 3 consecutive Board meetings without prior communication +* Lack of response to the Community Architect participation inquiry within 2 months +* No response to direct communication in multiple forms for 3 months + +Note: Communication can be public, or privately to the Community Architect or Chair + +#### Removal by the board + +A director may be removed from their seat by consensus of sitting directors minus the director in question, for dereliction of duty, misconduct, conflict of interests, violation of the project Code of Conduct, or other offence to be determined by the board, or reported via the Code of Conduct process. The board is reminded that their highest duty is to the CentOS Project as a whole, and are instructed to put this duty above personal allegiances, in the event that such an eventuality arises. + +### Named roles + +The CentOS Governing Board shall include three named roles: a Chair, a Secretary and a Liaison, which shall be present at all times on the Board. The Board is responsible for appointing one Board member as Chair. Red Hat is responsible for appointing the Liaison role to a Board member, who must be a Red Hat employee. The Board will determine a Secretary from among its members. Any given individual may serve in only one of these positions. + +In addition to these named Board roles, Red Hat may provide a full-time Community Architect to the project. The Community Architect has a standing invitation to all board meetings, and to the board mailing list. + +These four roles are discussed in greater detail below. + +#### Chair + +Each time new directors are seated, a Chair shall be selected from the sitting directors. + +The Chair shall organize and run the Board meetings, at least once a month, and provide advance notice thereof to directors, and to the larger CentOS Community. The Chair is responsible for maintaining the standing invitation list, and extending that invitation, with attendance details, to those individuals. + +The Chair is the final spokesperson for the project. As the “voice of the project”, the Chair is the final arbiter and approver of public statements made by the Project. They may, however, delegate that role to others from time to time, or on particular topics. + +The Chair will act as the driver in board meetings, and in on-list discussions, in order to help the Board to reach consensus and resolve conflicts, and keep the discussion on track and on topic. This may include calling a vote to decide contentious issues. + +The Chair will guide the Board in transparency, and practicing the open source way, in leadership and decision making. + +#### Secretary + +At the beginning of each term, a Secretary shall be selected for that term. The Secretary may be a director, but this is not required. A Secretary selected from outside of the directors need only be someone that the directors all trust to keep confidentiality of meeting details when necessary. + +The Secretary’s responsibilities shall be as follows. + +The Secretary will schedule meetings at times agreed upon by the directors, will announce these meetings to attendees at least a week in advance of the meeting, and will provide invited attendees with the agenda for the meeting. (Meetings are typically held on the Second Wednesday of each month, but this may be changed at the desire of the directors.) + +The Secretary will determine when quorum has been reached, and advise the Chair of such, so that meetings may be called into session. They will note what directors are present and absent, and when directors arrive late or leave early, so as to track who was involved in which parts of the discussion. + +The Secretary will act as the Chair, in the absence of the Chair, or delegate this role to another attendee selected from the directors or other roles named in this document. + +The Secretary will take minutes during the meeting, and, upon approval of the board, publish those minutes to a public location such as the CentOS Blog, for inspection by the community. Minutes shall also be stored in git.centos.org/centos/board for permanent archival. + +Between meetings, the Secretary will collect items for the next meeting’s agenda. + +#### Red Hat Liaison + +Red Hat will appoint one Director to serve as the Red Hat Liaison. + +The Liaison will provide the perspective and insights to the Board on Red Hat business (including potential legal, ecosystem, and security concerns) by acting as the interface for various Red Hat constituencies. + +Conversely, the Liaison will also allow for the Board to bring concerns or perspectives from the community to Red Hat. They will notify the board when a topic under discussion is likely to cause concern with some group within Red Hat. + +The Liaison may be requested by the Board Chair to escalate a decision beyond the Board in some cases when the Board cannot reach consensus. + +The Liaison is required to be a Red Hat employee, which will enable this person to be an effective bi-directional conduit between Red Hat and the CentOS Project. The Liaison may be rotated at any time to an alternate Red Hat employee who is a Board member. Newly appointed Board members may also hold the Liaison seat. The Liaison may not serve as Chair. + +The Liaison also has the role of dealing with issues such as security, export, or items that have a direct legal or other Red Hat business connection for the Project, and on issues of such business may have an additional role as defined by the following: +A. If a decision/solution cannot be found on an issue that is deemed time and/or business critical by Red Hat then, after a reasonable time, the Liaison may be requested by the Chair to seek assistance from Red Hat in making the decision, obtaining additional input from Red Hat executives, engineers, and stakeholders. +B. The Liaison may, in exceptional circumstances, make a decision on behalf of the Board if a consensus has not been reached on an issue that is deemed time or business critical by Red Hat if: (1) a board quorum (i.e., a majority) is present or a quorum of Board members has cast their votes; or (2) after 3 working days if a Board quorum is not present at a meeting or a quorum has not cast their votes (list votes); provided that the Chair may (or at the request of the Liaison, will) call a meeting and demand that a quorum be present. +The Board of Directors may, at any time, petition the Red Hat RHEL BU to replace or remove the Liaison for dereliction of duty, violation of the Code of Conduct, or other reasons agreed upon by the Board and presented to the Liaison’s management. + +#### Community Architect + +The Community Architect serves as an ex-officio member of the board of directors - that is, attends board meetings and may speak on issues there, but does not have a vote on Board matters. + +The Community Architect’s primary responsibility is to be the voice of the CentOS Community, to the Board of Directors, to the world at large, and to Red Hat. In this last regard, the Community Architect serves as the counterpart to the Red Liaison. Specifically, the Community Architect does not represent Red Hat’s interests to the community, the board, and the world. + +The Community Architect is an employee of the Open Source Program Office at Red Hat. + +The Community Architect’s day to day responsibilities include, but are not limited to: + +* Chairing the Promo SIG, and, specifically, running events on behalf of the CentOS Community +* Primary editor/publisher of the monthly community newsletter +* Representing the interests of the community, and the SIGs, to the Board of Directors, and advocating for the complaints of these constituents +* Managing the budget provided by Red Hat OSPO, for the benefit of the community + +The Board of Directors may, at any time, petition the Red Hat OSPO to replace or remove the Community Architect for dereliction of duty, violation of the Code of Conduct, or other reasons agreed upon by the Board and presented to the CA’s management. diff --git a/src/about/governance/director-requirements.md b/src/about/governance/director-requirements.md new file mode 100644 index 0000000..d774382 --- /dev/null +++ b/src/about/governance/director-requirements.md @@ -0,0 +1,30 @@ +--- +title: "Director Requirements" +layout: aside +--- + +## Director Requirements + +The CentOS Board of Directors provides oversight and direction for the CentOS Project. As such, certain things are expected of Board members. The following are the high-level expectations for Directors, which should guide who should be nominated for Director positions, and should guide whether one should accept such a nomination in good faith. + +You are expected to have read and understood documentation related to governance of the project. At this time, that consists of: + + * [centos.org/about](https://www.centos.org/about/) + * [centos.org/about/governance/](https://www.centos.org/about/governance/) + * [centos.org/about/governance/board-responsibilities](https://www.centos.org/about/governance/board-responsibilities/) + * [wiki.centos.org/SIGGuide](https://wiki.centos.org/SIGGuide) + * [centos.org/about/governance/joining-the-project](https://www.centos.org/about/governance/joining-the-project/) + * [centos.org/about/governance/voting](https://www.centos.org/about/governance/voting/) + +*We are working on updated, consolidated governance documents at this +time, so the above list is subject to change.* + +Directors are expected to attend the monthly meetings, which, at present, are scheduled on the second Wednesday of each month. Each new Board cohort is at liberty to change the exact timing of Board meetings to best accommodate the currently-sitting members. Board meetings typically run one hour. + +Directors are expected to consider, and respond to, email sent to the Board mailing list(s) in a timely manner, so that issues raised between meetings can be addressed without the community having to wait for another meeting. However, it’s important to remember that this is a volunteer position, and it is always understood that other things (family, job, vacation time) takes precedence sometimes. + +Directors are expected to subscribe to, and periodically check on new issues raised on the [Board issue tracker](https://git.centos.org/centos/board/issues), which is the primary way that the community raises issues to the Board. + +Directors *do not* act on behalf of their employer, with the important exception of the [Red Hat Liaison](https://www.centos.org/about/governance/board-responsibilities/#red-hat-liaison-responsibilities). Board membership is an individual role. If you feel that you cannot act in the best interests of the project, even when it might not be the preferred decision of your employer, or if doing so may negatively impact your employment, this is not the role for you. You should discuss this with your employer and your management, and make this expectation clear to them, so that this does not come as a surprise to them at some later date. Furthermore, your employer should not issue public statements that imply that you are their representative. + +Directors will typically be nominated based on their merit in the community. This includes, but is not limited to, active participation in the CentOS Project, and a clear understanding of project goals and governance. The community may decide, however, to nominate an “outsider”, if they believe that the new perspective of a potential candidate will be in the best interests of the project. diff --git a/src/about/governance/governance-greenhouse.png b/src/about/governance/governance-greenhouse.png new file mode 100644 index 0000000..abefde2 Binary files /dev/null and b/src/about/governance/governance-greenhouse.png differ diff --git a/src/about/governance/governance-structure-diagram.png b/src/about/governance/governance-structure-diagram.png new file mode 100644 index 0000000..5ded58d Binary files /dev/null and b/src/about/governance/governance-structure-diagram.png differ diff --git a/src/about/governance/joining-the-project.md b/src/about/governance/joining-the-project.md new file mode 100644 index 0000000..31c8445 --- /dev/null +++ b/src/about/governance/joining-the-project.md @@ -0,0 +1,31 @@ +--- +title: "Joining the Project" +layout: aside +--- + +There are 3 primary paths within the CentOS Project for individuals to obtain and grow merit. +The main path is by proving yourself within a SIG or between SIGs (if the SIGs are related in such a way that merit would be transferred.) +A second path is to get involved in the primary technical SIG, CentOS Core. +A third path is to be part of the Governing Board. + +## Variant or Functional SIGs +Individuals wishing to participate in the CentOS Project typically start as users then contributors and eventually committers to a SIG. A contributor is anyone who contributes something to the Project, such as documentation, code, forum help, wiki edits, IRC moderating, and so forth. A committer is a contributor who has gained the right through merit to commit their own contributions directly to Project source repositories, such as git.centos.org (code) and wiki.centos.org (documentation.) + +The initial level of effort required is quite low, and generally consists of those who use CentOS and submit bug reports and patches to the build, or other contributions as per a SIG's needs. By creating a steady reputation in helping out a SIG, the SIG team may decide to provide that person with commit access (to any stream of contributions required to show and gain merit, such as code, wiki articles, design artifacts, etc.) under the watchful eye of an assigned mentor. The individual is expected to grow in merit enough that the mentor is no longer required, and at the request of the mentor, the individual becomes a peer within the SIG committer group. The structure in a SIG is flat and a peer with 1 month of experience has as much of a voice about project direction as one with 1 or more years. + +## CentOS Core SIG +A SIG with a higher barrier to entry is the CentOS Core SIG, which has the ultimate say in technical and directional decisions related to the build and components in the core. The CentOS Core SIG team is selected for membership from the CentOS Core SIG committer group, as voted on by the current team. Obtaining core team membership requires current members to give at least 3 +1 votes and no -1 votes. A -1 vote on core team membership must be based on a substantive reason, such as technical, Project merit, community behavior, etc. + +A SIG that consistently has a significant number of -1 votes, especially from a single person, indicates an issue that should be brought to the attention of the Board , as it may be an indicator of a dis-functional SIG and may adversely impact the meritocracy. + +## Board Members +Each Board member appointed or reconfirmed by the Board will be selected based on merit. Merit criteria have been defined to recognize, among other things, active participation in the CentOS Project, an understanding of the Project, and an understanding and ability to balance the objectives derived from the relationship with its Red Hat-based upstream. In this regard, Candidate Board members must: + +* Have demonstrated, including through active participation and contribution to the broader aspects of running the CentOS Project for an extended period of time, a solid understanding of and motivation to foster a healthy relationship to its upstream, the factors that influence and guide that ecosystem, and the need to maintain the health and vitality of that ecosystem. +* Promote CentOS and the needs of the community projects in CentOS to achieve active and vibrant adoption in the community for CentOS. +* Have the ability to debate, understand, and balance sometimes opposing CentOS Project objectives. +* Have a solid understanding of meritocracy, the merit criteria and running, operating, and/or governing a large scale FOSS community project. + +Based upon the merit criteria, the existing Board may nominate additional Board members. The Board must consist of at least 8 members and is capped at a total of 11 members. The Board values user representation on the Board directly through members seated on the Board who have met the merit criteria. This is in addition to the indirect user community influence via interactions with individual Board members. + +As the new CentOS grows and learns, the CentOS community may propose to the Board and/or the Board may propose its own changes to the governance and/or the merit criteria to account for, among other things, confusion or inadequacies. diff --git a/src/about/governance/sig-maturity-crossover.png b/src/about/governance/sig-maturity-crossover.png new file mode 100644 index 0000000..6339755 Binary files /dev/null and b/src/about/governance/sig-maturity-crossover.png differ diff --git a/src/about/governance/sigs.md b/src/about/governance/sigs.md new file mode 100644 index 0000000..e79168a --- /dev/null +++ b/src/about/governance/sigs.md @@ -0,0 +1,150 @@ +--- +title: "The CentOS SIGs" +title_lead: | + The Special Interest Groups (SIGs), are the teams responsible for their + specific CentOS Project variants. Variants are specialized and focused rebuilds + of CentOS to meet the needs and requirements of their corresponding communities + and the technology associated with those communities. +layout: aside +--- + +SIGs are usually self-forming around a technology by a small community of +enthusiasts and interested parties. In addition to the existing CentOS SIGs, it +is expected that additional SIGs, as approved by the CentOS Board, will be +created. + +Each group will be responsible for its own variant in CentOS that is +specifically targeted towards its community (e.g., The CentOS FooBar SIG +creates a CentOS variant targeted to FooBar users and developers, the CentOS +Hosting SIG builds a variant for web hosters, included in the CentOS +distribution). The SIG is the deciding authority on what is required in their +variant to satisfy the needs of their community, with the understanding that +the Board has ultimate oversight as explained elsewhere. If required, the +CentOS Board will help the individual SIGs to reach consensus on any issues or +problems. + +SIGs are the only way for an entity to use and associate the CentOS brand with +a variant. You can always use Git and the repo to fork and try-out ideas, but +only those packages in git.centos.org and released and signed by CentOS can be +called 'CentOS'. + +Another type of SIG is functional, focused on maintaining parts of the Project +itself, such as infrastructure, documentation, and design. A unique SIG is the +Core SIG that builds and maintains the core CentOS derivative of Red Hat +Enterprise Linux. It is unique because it is the central, orchestrating +platform that all other variants are built from. + +## CentOS Core SIG Responsibilities + +* Build the CentOS release. +* _Sign_ the CentOS release. +* Push official CentOS releases to the initial mirror. +* Coordinate with upstream as required. +* Accept changes into Git. + * Manage Git licensing and contribution policies. + +## Variant SIG Responsibilities + +* Create and maintain one or more variations with technology in CentOS on top of or modifications to the core base. +* Foster a user community as a primary purpose of the variant. + * Keep the Project artifacts (the variant) relevant and useful to the user community. +* Ensure the software brought in to support the variant is licensed and prepared properly for packaging and distribution as part of the CentOS Project. +* Oversee inclusions of code related to the variant in to git.centos.org. +* Conduct the business of the SIG following accepted open source practices around meritocracy and consensus decision making. + +## Functional SIG Responsibilities +* Accountable for designing, building, and maintaining key Project component(s). +* Make the functional area open for participation, with barriers to contribution as low as feasible and reasonable. +* Foster a community of users and doers around the functional aspect, to share the responsibility, workload, and innovation. +* Work within given legal constraints and requirements. + +## SIG Governance + +
+ SIG Governance +
+ +The SIGs themselves also have a merit path toward autonomy and accountability +for Project aspects. The determination of merit level is reflected in the +amount of oversight required by the Board and the SIGs ability to self-sign and +release software builds. As merit increases, Board oversight goes down, with a +transition spot in the middle where the SIG naturally obtains more autonomy, +usually toward the end of the "Early" phase. + +__Sandboxes__ are the entry point for all proposed SIGs. To enter, there must +be a Champion from or approved by the Board and a proposal (which indicates the +reason for the SIG, the expected audience, initial team, risks, etc.) For a SIG +to be created, there must be at least 3 +1 votes from the Board (NOT including +the Champion) and zero (nil) -1 votes. When approved, the Champion becomes the +formal Mentor of the Sandbox SIG. + +Sandboxes cannot make formal releases, but can create releases that allow +people, developers, etc. to use, test, and play with the build. Sandboxes are +also closely monitored by the Board to ensure that they are attracting interest +and developers and users are learning the ropes regarding SIG operation. All +new committers, developers, SIG core team members, etc. must be approved by the +Board. + +SIGs that have expressed a level of merit, as determined by the Board, will +move to the __Early__ SIG stage (Sandboxes can request graduation to Early, if +they like). These SIGs are allowed to create formal releases, but the release +must be approved by the Board and signed by the Mentor. In all other matters, +however, they are self-sufficient and no longer require Board approval, such as +as in adding committers and so forth. Movement from Sandbox to Early is via 3 ++1 vote of the Board (Mentor not included) and zero (nil) -1 votes. + +The final stage is the __Mature__ SIG. Again, this graduation is based on the +judgment and determination of the Board, but this movement must be a unanimous +decision of the Board. The Mature SIG has full control over the SIG, pulling in +its own sources to git.centos.org, its releases, its internal governance, and +has the ability to self-sign releases. The Board members may vote in, or +participate in any SIG decision at any time. + +In both the Sandbox and Early SIGs, the role of the Board is primarily to +facilitate the movement of those SIGs towards the Mature level; it serves as an +initial gateway with the goal of getting out of the way of the SIGs. + +Note that in all cases, maturity is a measure of the community itself, and not +the codebase or the actual SIG variant release. A mature SIG could create a +non-mature (e.g., Alpha or Beta release) distribution and, conversely, a +Sandbox SIG could produce a very mature (robust and reliable) distro. + +## Community and SIGs + +SIGs represent the true power and value of the CentOS Project. As seen in the +current CentOS Dojos, and in the CentOS community itself, the builds provide a +safe, neutral, and communal central meeting place for major technology areas. +This is the reason why SIGs should not be program/project specific (e.g., a +MariaDB rebuild), but rather technology-area focused (e.g., the "Hoster's" +rebuild). By creating a central point where all projects and communities can +interact, using the OS as the common foundation, upstream projects will be able +to reach and interface with a much larger audience. + +It is expected that SIGs may propose significant forking of the base CentOS +core, such as introducing a new Python version or Linux kernel. It is the job +of the Board and CentOS Core SIG to oversee and approve any forks that are +pulled back into Git, including to ensure that these forks are supportable. +This support is best done by an active and engaged variant SIG. The Board or +CentOS Core SIG can pull a variant from release if they reasonably believe the +variant SIG is unable to support the variant. Another option is reassigning an +active variant from a dead SIG to a willing living SIG. The Board is +specifically not limited in what it can do to protect the quality of the CentOS +mark where it comes to the content and quality of a variant. + +## Creating a new SIG + +The process of creating a new SIG involves two major components: +community building and the administrative side. + +Bring your SIG proposal first to the centos-devel mailing list to find +other like-minded people who wish to start the SIG with you. Also look +around outside of the CentOS project for people who may want to +distribute projects on CentOS + +Once you have a core group that wants to make this happen, open a ticket +on the [board issue tracker](https://git.centos.org/centos/board/issues) +with your proposed SIG, and someone there will walk you through the +process. + +For the current list of active SIGs, refer to +[http://wiki.centos.org/SpecialInterestGroup](http://wiki.centos.org/SpecialInterestGroup) diff --git a/src/about/governance/voting.md b/src/about/governance/voting.md new file mode 100644 index 0000000..c37b99e --- /dev/null +++ b/src/about/governance/voting.md @@ -0,0 +1,63 @@ +--- +title: "CentOS Governance - Voting" +layout: aside +--- + +The voting system used by all SIGs and the Governing Board uses a +[consensus-based decision +model](/about/governance/appendix-glossary/#consensus-decision-making) except +where noted. + +Except where noted, decisions require 3 yes votes (+1) and no objections (-1's) +and, except as noted below, votes should be left open for at least 72 hours. +Any Board member may cast a vote in any SIG vote and it is considered binding +(counted against the vote). If a vote is held on a public list (e.g., to test +the broader consensus of a group) only the votes of the Board members for Board +votes or SIG committers or Board members for SIG votes are considered binding. +All other votes are just considered as valuable data in the decision process. +Board business may be conducted on a private or public list, whichever is more +appropriate for the issue at hand. + +All -1s votes require reason/ explanation, -1's with no substantiation may be +overturned. + +## When do votes need to be called? + +Votes need to be called for all substantial business. Votes need to be left +open for a reasonable period (not less than 72 hours) if members of the Board +are not available to participate in the vote; provided that for votes/matters +that have been deemed time or business critical by Red Hat, as noted below, +voting must be held open until the Liaison has voted. + +_Lazy consensus_ may be used for non-substantial business. Lazy consensus is +defined as asking for objections as opposed to calling for a vote. Any +objection on lazy consensus is considered the same as a -1 on a vote. There is +no minimum +1 vote requirement. + +## Role of the Liaison + +The Liaison also has the role of dealing with issues such as security, export, +or items that have a direct legal or other Red Hat business connection for the +Project, and on issues of such business may have an additional role as defined +by the following: + +A. If a decision/solution cannot be found on an issue that is deemed time +and/or business critical by Red Hat then, after a reasonable time, the Liaison +may be requested by the Chair to seek assistance from Red Hat in making the +decision, obtaining additional input from Red Hat executives, engineers, and +stakeholders. + +B. The Liaison may, in exceptional circumstances, make a decision on behalf of +the Board if a consensus has not been reached on an issue that is deemed time +or business critical by Red Hat if: (1) a board quorum (i.e., a majority) is +present or a quorum of Board members has cast their votes; or (2) after 3 +working days if a Board quorum is not present at a meeting or a quorum has not +cast their votes (list votes); provided that the Chair may (or at the request +of the Liaison, will) call a meeting and demand that a quorum be present. + +Unless the Liaison specifically indicates on a specific issue that they are +acting in their official capacity as Liaison, either prior to a vote or later +(e.g., after an issue has been deemed time or business critical), the Liaison's +voice and vote is treated the same as any other member of the Board. Decisions +indicated as Liaison decisions made on behalf of the Board by the Liaison may +not be overturned. diff --git a/src/assets/img/centos-logo-white.png b/src/assets/img/centos-logo-white.png new file mode 100644 index 0000000..e6c89cf Binary files /dev/null and b/src/assets/img/centos-logo-white.png differ diff --git a/src/assets/img/cs9_youtube_banner.jpg b/src/assets/img/cs9_youtube_banner.jpg new file mode 100644 index 0000000..1e7fe93 Binary files /dev/null and b/src/assets/img/cs9_youtube_banner.jpg differ diff --git a/src/assets/img/el9.dia b/src/assets/img/el9.dia new file mode 100644 index 0000000..668f096 Binary files /dev/null and b/src/assets/img/el9.dia differ diff --git a/src/assets/img/el9.png b/src/assets/img/el9.png new file mode 100644 index 0000000..8cb1226 Binary files /dev/null and b/src/assets/img/el9.png differ diff --git a/src/assets/img/favicon.png b/src/assets/img/favicon.png new file mode 100644 index 0000000..907e1fb Binary files /dev/null and b/src/assets/img/favicon.png differ diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png new file mode 100644 index 0000000..e487ac8 Binary files /dev/null and b/src/assets/img/logo.png differ diff --git a/src/assets/img/motif.png b/src/assets/img/motif.png new file mode 100755 index 0000000..54defb5 Binary files /dev/null and b/src/assets/img/motif.png differ diff --git a/src/assets/img/path_to_rhel.png b/src/assets/img/path_to_rhel.png new file mode 100644 index 0000000..2836bd8 Binary files /dev/null and b/src/assets/img/path_to_rhel.png differ diff --git a/src/assets/img/path_to_rhel_thumb.png b/src/assets/img/path_to_rhel_thumb.png new file mode 100644 index 0000000..21e0292 Binary files /dev/null and b/src/assets/img/path_to_rhel_thumb.png differ diff --git a/src/assets/img/post.png b/src/assets/img/post.png new file mode 100644 index 0000000..6cd3887 Binary files /dev/null and b/src/assets/img/post.png differ diff --git a/src/assets/img/sponsors/15minuteservers.png b/src/assets/img/sponsors/15minuteservers.png new file mode 100644 index 0000000..d387216 Binary files /dev/null and b/src/assets/img/sponsors/15minuteservers.png differ diff --git a/src/assets/img/sponsors/2014-11-10-vi.gif b/src/assets/img/sponsors/2014-11-10-vi.gif new file mode 100644 index 0000000..618d52d Binary files /dev/null and b/src/assets/img/sponsors/2014-11-10-vi.gif differ diff --git a/src/assets/img/sponsors/Banner_Castlegem_240x60.gif b/src/assets/img/sponsors/Banner_Castlegem_240x60.gif new file mode 100644 index 0000000..ed3fe28 Binary files /dev/null and b/src/assets/img/sponsors/Banner_Castlegem_240x60.gif differ diff --git a/src/assets/img/sponsors/CentOS-CBSL-02.png b/src/assets/img/sponsors/CentOS-CBSL-02.png new file mode 100644 index 0000000..1f7f04c Binary files /dev/null and b/src/assets/img/sponsors/CentOS-CBSL-02.png differ diff --git a/src/assets/img/sponsors/GameHost.png b/src/assets/img/sponsors/GameHost.png new file mode 100644 index 0000000..fb91c53 Binary files /dev/null and b/src/assets/img/sponsors/GameHost.png differ diff --git a/src/assets/img/sponsors/HOST1PLUS_240x60.jpg b/src/assets/img/sponsors/HOST1PLUS_240x60.jpg new file mode 100644 index 0000000..ac31eac Binary files /dev/null and b/src/assets/img/sponsors/HOST1PLUS_240x60.jpg differ diff --git a/src/assets/img/sponsors/NDCHost.png b/src/assets/img/sponsors/NDCHost.png new file mode 100644 index 0000000..a48c416 Binary files /dev/null and b/src/assets/img/sponsors/NDCHost.png differ diff --git a/src/assets/img/sponsors/OffshoreServers.png b/src/assets/img/sponsors/OffshoreServers.png new file mode 100644 index 0000000..e47a31d Binary files /dev/null and b/src/assets/img/sponsors/OffshoreServers.png differ diff --git a/src/assets/img/sponsors/OffshoreVPS.png b/src/assets/img/sponsors/OffshoreVPS.png new file mode 100644 index 0000000..cb3a398 Binary files /dev/null and b/src/assets/img/sponsors/OffshoreVPS.png differ diff --git a/src/assets/img/sponsors/PNAP-Logo-CMYK.JPG b/src/assets/img/sponsors/PNAP-Logo-CMYK.JPG new file mode 100644 index 0000000..b70e793 Binary files /dev/null and b/src/assets/img/sponsors/PNAP-Logo-CMYK.JPG differ diff --git a/src/assets/img/sponsors/PNAP_Banner.gif b/src/assets/img/sponsors/PNAP_Banner.gif new file mode 100644 index 0000000..278dad0 Binary files /dev/null and b/src/assets/img/sponsors/PNAP_Banner.gif differ diff --git a/src/assets/img/sponsors/PSW_Banner_240x60.jpg b/src/assets/img/sponsors/PSW_Banner_240x60.jpg new file mode 100644 index 0000000..f8e6990 Binary files /dev/null and b/src/assets/img/sponsors/PSW_Banner_240x60.jpg differ diff --git a/src/assets/img/sponsors/ad_lfcpxen_240x60.png b/src/assets/img/sponsors/ad_lfcpxen_240x60.png new file mode 100644 index 0000000..45e62bc Binary files /dev/null and b/src/assets/img/sponsors/ad_lfcpxen_240x60.png differ diff --git a/src/assets/img/sponsors/altushost.png b/src/assets/img/sponsors/altushost.png new file mode 100644 index 0000000..db87303 Binary files /dev/null and b/src/assets/img/sponsors/altushost.png differ diff --git a/src/assets/img/sponsors/am-logo.png b/src/assets/img/sponsors/am-logo.png new file mode 100644 index 0000000..298f0be Binary files /dev/null and b/src/assets/img/sponsors/am-logo.png differ diff --git a/src/assets/img/sponsors/aws.png b/src/assets/img/sponsors/aws.png new file mode 100644 index 0000000..1bfac00 Binary files /dev/null and b/src/assets/img/sponsors/aws.png differ diff --git a/src/assets/img/sponsors/baseip_240x60.jpg b/src/assets/img/sponsors/baseip_240x60.jpg new file mode 100644 index 0000000..cacd664 Binary files /dev/null and b/src/assets/img/sponsors/baseip_240x60.jpg differ diff --git a/src/assets/img/sponsors/binaryracks.png b/src/assets/img/sponsors/binaryracks.png new file mode 100644 index 0000000..3ecc747 Binary files /dev/null and b/src/assets/img/sponsors/binaryracks.png differ diff --git a/src/assets/img/sponsors/cdn77.png b/src/assets/img/sponsors/cdn77.png new file mode 100644 index 0000000..e73ad91 Binary files /dev/null and b/src/assets/img/sponsors/cdn77.png differ diff --git a/src/assets/img/sponsors/centos-serverhub.png b/src/assets/img/sponsors/centos-serverhub.png new file mode 100644 index 0000000..3b183a5 Binary files /dev/null and b/src/assets/img/sponsors/centos-serverhub.png differ diff --git a/src/assets/img/sponsors/clientvps.png b/src/assets/img/sponsors/clientvps.png new file mode 100644 index 0000000..14358b0 Binary files /dev/null and b/src/assets/img/sponsors/clientvps.png differ diff --git a/src/assets/img/sponsors/codero.png b/src/assets/img/sponsors/codero.png new file mode 100644 index 0000000..4f7982b Binary files /dev/null and b/src/assets/img/sponsors/codero.png differ diff --git a/src/assets/img/sponsors/codero_small.gif b/src/assets/img/sponsors/codero_small.gif new file mode 100644 index 0000000..bf9bc88 Binary files /dev/null and b/src/assets/img/sponsors/codero_small.gif differ diff --git a/src/assets/img/sponsors/colocation-america.png b/src/assets/img/sponsors/colocation-america.png new file mode 100644 index 0000000..e48baed Binary files /dev/null and b/src/assets/img/sponsors/colocation-america.png differ diff --git a/src/assets/img/sponsors/cpanel.png b/src/assets/img/sponsors/cpanel.png new file mode 100644 index 0000000..3b04850 Binary files /dev/null and b/src/assets/img/sponsors/cpanel.png differ diff --git a/src/assets/img/sponsors/dbd_240_60.jpg b/src/assets/img/sponsors/dbd_240_60.jpg new file mode 100644 index 0000000..78e84ad Binary files /dev/null and b/src/assets/img/sponsors/dbd_240_60.jpg differ diff --git a/src/assets/img/sponsors/dedicatedsolutions.png b/src/assets/img/sponsors/dedicatedsolutions.png new file mode 100644 index 0000000..dbe694e Binary files /dev/null and b/src/assets/img/sponsors/dedicatedsolutions.png differ diff --git a/src/assets/img/sponsors/dtsnet.png b/src/assets/img/sponsors/dtsnet.png new file mode 100644 index 0000000..3decddb Binary files /dev/null and b/src/assets/img/sponsors/dtsnet.png differ diff --git a/src/assets/img/sponsors/equinix.png b/src/assets/img/sponsors/equinix.png new file mode 100644 index 0000000..8033ed2 Binary files /dev/null and b/src/assets/img/sponsors/equinix.png differ diff --git a/src/assets/img/sponsors/eukhost.png b/src/assets/img/sponsors/eukhost.png new file mode 100644 index 0000000..e2c70f4 Binary files /dev/null and b/src/assets/img/sponsors/eukhost.png differ diff --git a/src/assets/img/sponsors/exabytes.png b/src/assets/img/sponsors/exabytes.png new file mode 100644 index 0000000..92c9ead Binary files /dev/null and b/src/assets/img/sponsors/exabytes.png differ diff --git a/src/assets/img/sponsors/fasthosts.png b/src/assets/img/sponsors/fasthosts.png new file mode 100644 index 0000000..5843792 Binary files /dev/null and b/src/assets/img/sponsors/fasthosts.png differ diff --git a/src/assets/img/sponsors/galaxy_small.gif b/src/assets/img/sponsors/galaxy_small.gif new file mode 100644 index 0000000..fd4b2bf Binary files /dev/null and b/src/assets/img/sponsors/galaxy_small.gif differ diff --git a/src/assets/img/sponsors/godaddy.jpg b/src/assets/img/sponsors/godaddy.jpg new file mode 100644 index 0000000..dd51fd7 Binary files /dev/null and b/src/assets/img/sponsors/godaddy.jpg differ diff --git a/src/assets/img/sponsors/heficed.png b/src/assets/img/sponsors/heficed.png new file mode 100644 index 0000000..395268e Binary files /dev/null and b/src/assets/img/sponsors/heficed.png differ diff --git a/src/assets/img/sponsors/host-engine.png b/src/assets/img/sponsors/host-engine.png new file mode 100644 index 0000000..860bdfd Binary files /dev/null and b/src/assets/img/sponsors/host-engine.png differ diff --git a/src/assets/img/sponsors/host-stage.png b/src/assets/img/sponsors/host-stage.png new file mode 100644 index 0000000..a270c92 Binary files /dev/null and b/src/assets/img/sponsors/host-stage.png differ diff --git a/src/assets/img/sponsors/host1plus_logo.png b/src/assets/img/sponsors/host1plus_logo.png new file mode 100644 index 0000000..554e280 Binary files /dev/null and b/src/assets/img/sponsors/host1plus_logo.png differ diff --git a/src/assets/img/sponsors/hostasaurus240x60banner.gif b/src/assets/img/sponsors/hostasaurus240x60banner.gif new file mode 100644 index 0000000..4cd1dc3 Binary files /dev/null and b/src/assets/img/sponsors/hostasaurus240x60banner.gif differ diff --git a/src/assets/img/sponsors/hostingswift240x60.gif b/src/assets/img/sponsors/hostingswift240x60.gif new file mode 100644 index 0000000..ea17e32 Binary files /dev/null and b/src/assets/img/sponsors/hostingswift240x60.gif differ diff --git a/src/assets/img/sponsors/hostiserver.png b/src/assets/img/sponsors/hostiserver.png new file mode 100644 index 0000000..133f6ad Binary files /dev/null and b/src/assets/img/sponsors/hostiserver.png differ diff --git a/src/assets/img/sponsors/hostkey.png b/src/assets/img/sponsors/hostkey.png new file mode 100644 index 0000000..0a9d2dd Binary files /dev/null and b/src/assets/img/sponsors/hostkey.png differ diff --git a/src/assets/img/sponsors/internap.png b/src/assets/img/sponsors/internap.png new file mode 100644 index 0000000..3f04b80 Binary files /dev/null and b/src/assets/img/sponsors/internap.png differ diff --git a/src/assets/img/sponsors/internetx.gif b/src/assets/img/sponsors/internetx.gif new file mode 100644 index 0000000..0fff043 Binary files /dev/null and b/src/assets/img/sponsors/internetx.gif differ diff --git a/src/assets/img/sponsors/introserv.png b/src/assets/img/sponsors/introserv.png new file mode 100644 index 0000000..bf695dc Binary files /dev/null and b/src/assets/img/sponsors/introserv.png differ diff --git a/src/assets/img/sponsors/itsyndicate.png b/src/assets/img/sponsors/itsyndicate.png new file mode 100644 index 0000000..a39328b Binary files /dev/null and b/src/assets/img/sponsors/itsyndicate.png differ diff --git a/src/assets/img/sponsors/leaseweb.png b/src/assets/img/sponsors/leaseweb.png new file mode 100644 index 0000000..606012f Binary files /dev/null and b/src/assets/img/sponsors/leaseweb.png differ diff --git a/src/assets/img/sponsors/liquidweb.png b/src/assets/img/sponsors/liquidweb.png new file mode 100644 index 0000000..6bc5989 Binary files /dev/null and b/src/assets/img/sponsors/liquidweb.png differ diff --git a/src/assets/img/sponsors/lyrahosting.png b/src/assets/img/sponsors/lyrahosting.png new file mode 100644 index 0000000..2abdd54 Binary files /dev/null and b/src/assets/img/sponsors/lyrahosting.png differ diff --git a/src/assets/img/sponsors/miva.png b/src/assets/img/sponsors/miva.png new file mode 100644 index 0000000..e08ccb1 Binary files /dev/null and b/src/assets/img/sponsors/miva.png differ diff --git a/src/assets/img/sponsors/multacom-240x60.gif b/src/assets/img/sponsors/multacom-240x60.gif new file mode 100644 index 0000000..50d030e Binary files /dev/null and b/src/assets/img/sponsors/multacom-240x60.gif differ diff --git a/src/assets/img/sponsors/ndc_host_240.gif b/src/assets/img/sponsors/ndc_host_240.gif new file mode 100644 index 0000000..fabea0d Binary files /dev/null and b/src/assets/img/sponsors/ndc_host_240.gif differ diff --git a/src/assets/img/sponsors/netelligent_small.png b/src/assets/img/sponsors/netelligent_small.png new file mode 100644 index 0000000..8f5f438 Binary files /dev/null and b/src/assets/img/sponsors/netelligent_small.png differ diff --git a/src/assets/img/sponsors/nexcess.png b/src/assets/img/sponsors/nexcess.png new file mode 100644 index 0000000..149770f Binary files /dev/null and b/src/assets/img/sponsors/nexcess.png differ diff --git a/src/assets/img/sponsors/packet.png b/src/assets/img/sponsors/packet.png new file mode 100644 index 0000000..9c3814c Binary files /dev/null and b/src/assets/img/sponsors/packet.png differ diff --git a/src/assets/img/sponsors/pidginhost.png b/src/assets/img/sponsors/pidginhost.png new file mode 100644 index 0000000..97f8259 Binary files /dev/null and b/src/assets/img/sponsors/pidginhost.png differ diff --git a/src/assets/img/sponsors/profvds.png b/src/assets/img/sponsors/profvds.png new file mode 100644 index 0000000..06d300a Binary files /dev/null and b/src/assets/img/sponsors/profvds.png differ diff --git a/src/assets/img/sponsors/scaleway_logo.png b/src/assets/img/sponsors/scaleway_logo.png new file mode 100644 index 0000000..dd8fecc Binary files /dev/null and b/src/assets/img/sponsors/scaleway_logo.png differ diff --git a/src/assets/img/sponsors/seedvps.png b/src/assets/img/sponsors/seedvps.png new file mode 100644 index 0000000..b833291 Binary files /dev/null and b/src/assets/img/sponsors/seedvps.png differ diff --git a/src/assets/img/sponsors/serverel.png b/src/assets/img/sponsors/serverel.png new file mode 100644 index 0000000..e65610d Binary files /dev/null and b/src/assets/img/sponsors/serverel.png differ diff --git a/src/assets/img/sponsors/servermania.gif b/src/assets/img/sponsors/servermania.gif new file mode 100644 index 0000000..a995941 Binary files /dev/null and b/src/assets/img/sponsors/servermania.gif differ diff --git a/src/assets/img/sponsors/serverpoint.png b/src/assets/img/sponsors/serverpoint.png new file mode 100644 index 0000000..2ebb8fb Binary files /dev/null and b/src/assets/img/sponsors/serverpoint.png differ diff --git a/src/assets/img/sponsors/serverpronto_small.gif b/src/assets/img/sponsors/serverpronto_small.gif new file mode 100644 index 0000000..f74b5f1 Binary files /dev/null and b/src/assets/img/sponsors/serverpronto_small.gif differ diff --git a/src/assets/img/sponsors/shinjirubanner260x60.gif b/src/assets/img/sponsors/shinjirubanner260x60.gif new file mode 100644 index 0000000..7eef4af Binary files /dev/null and b/src/assets/img/sponsors/shinjirubanner260x60.gif differ diff --git a/src/assets/img/sponsors/sponsor_placeholder-240-60.png b/src/assets/img/sponsors/sponsor_placeholder-240-60.png new file mode 100644 index 0000000..ca0aaf9 Binary files /dev/null and b/src/assets/img/sponsors/sponsor_placeholder-240-60.png differ diff --git a/src/assets/img/sponsors/stablepoint.png b/src/assets/img/sponsors/stablepoint.png new file mode 100644 index 0000000..4930f66 Binary files /dev/null and b/src/assets/img/sponsors/stablepoint.png differ diff --git a/src/assets/img/sponsors/steadfast.png b/src/assets/img/sponsors/steadfast.png new file mode 100644 index 0000000..978e43e Binary files /dev/null and b/src/assets/img/sponsors/steadfast.png differ diff --git a/src/assets/img/sponsors/steadfast_234x60.gif b/src/assets/img/sponsors/steadfast_234x60.gif new file mode 100644 index 0000000..cbd5888 Binary files /dev/null and b/src/assets/img/sponsors/steadfast_234x60.gif differ diff --git a/src/assets/img/sponsors/tailoredservers.png b/src/assets/img/sponsors/tailoredservers.png new file mode 100644 index 0000000..70cf887 Binary files /dev/null and b/src/assets/img/sponsors/tailoredservers.png differ diff --git a/src/assets/img/sponsors/trabia.png b/src/assets/img/sponsors/trabia.png new file mode 100644 index 0000000..6cae5e5 Binary files /dev/null and b/src/assets/img/sponsors/trabia.png differ diff --git a/src/assets/img/sponsors/vhostvn.gif b/src/assets/img/sponsors/vhostvn.gif new file mode 100644 index 0000000..840b024 Binary files /dev/null and b/src/assets/img/sponsors/vhostvn.gif differ diff --git a/src/assets/img/sponsors/vsys.png b/src/assets/img/sponsors/vsys.png new file mode 100644 index 0000000..eb6de3e Binary files /dev/null and b/src/assets/img/sponsors/vsys.png differ diff --git a/src/assets/img/sponsors/vultr.png b/src/assets/img/sponsors/vultr.png new file mode 100644 index 0000000..0720a1d Binary files /dev/null and b/src/assets/img/sponsors/vultr.png differ diff --git a/src/assets/img/sponsors/webnx1.png b/src/assets/img/sponsors/webnx1.png new file mode 100644 index 0000000..f8511ba Binary files /dev/null and b/src/assets/img/sponsors/webnx1.png differ diff --git a/src/assets/img/sponsors/wehaveservers.png b/src/assets/img/sponsors/wehaveservers.png new file mode 100644 index 0000000..e24a857 Binary files /dev/null and b/src/assets/img/sponsors/wehaveservers.png differ diff --git a/src/assets/img/sponsors/whitelabelitsolutions.gif b/src/assets/img/sponsors/whitelabelitsolutions.gif new file mode 100644 index 0000000..423dc89 Binary files /dev/null and b/src/assets/img/sponsors/whitelabelitsolutions.gif differ diff --git a/src/assets/img/sponsors/wowrack.png b/src/assets/img/sponsors/wowrack.png new file mode 100644 index 0000000..adcadd8 Binary files /dev/null and b/src/assets/img/sponsors/wowrack.png differ diff --git a/src/centos-linux-eol.md b/src/centos-linux-eol.md new file mode 100644 index 0000000..1f87315 --- /dev/null +++ b/src/centos-linux-eol.md @@ -0,0 +1,24 @@ +--- +title: CentOS Linux EOL +title_lead: | + CentOS Linux 8 will reach End of Life on December 31, 2021. Here's + what that means. +layout: aside +--- + +CentOS Linux 8 will reach End Of Life (EOL) on December 31st, 2021. Here's what that means. + +In line with the EOL of previous releases, we will **NOT** be automatically migrating anyone to the next version (which is CentOS Stream 8 in this case). + +We **will** be shipping a rebuild of Red Hat Enterprise Linux (RHEL) 8.5 once it is released, even if that means that this is released slightly after the EOL date. + +The release of a RHEL point release is often accompanied, immediately afterwards, by a set of zero-day updates. We **will** be providing this content as part of the final CentOS Linux 8 release. There will, however, be no more updates to the CentOS Linux 8 content after that time. + +Additionally, with this deadline falling during a time when many of our team, as well as many of our users, will be out of the office, we intend to bend the usual EOL process by keeping this content available until January 31st. + +At that time, or in the event of a serious security bug in this time window (Defined as anything with a VCSS v3 score of 9 or greater), this content will be removed from our mirrors, and moved to [vault.centos.org](https://vault.centos.org) where it will be archived permanently, since we will not be able to provide updates to the content after the EOL date. + +See also: + +* [CentOS Project shifts focus to CentOS Stream](https://blog.centos.org/2020/12/future-is-centos-stream/) +* [How CentOS Linux compares to CentOS Stream](/cl-vs-cs) diff --git a/src/centos-linux.md b/src/centos-linux.md new file mode 100644 index 0000000..f1ffe1e --- /dev/null +++ b/src/centos-linux.md @@ -0,0 +1,19 @@ +--- +title: CentOS Linux +title_lead: | + Consistent, manageable platform that suits a wide variety + of deployments. For some open source communities, it is a solid, predictable + base to build upon. +layout: aside +--- + + + +## Download + +{% include download/cards.html distribution="centos-linux" %} diff --git a/src/centos-stream.md b/src/centos-stream.md new file mode 100644 index 0000000..140cad0 --- /dev/null +++ b/src/centos-stream.md @@ -0,0 +1,21 @@ +--- +title: CentOS Stream +title_lead: | + Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux + (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. + For anyone interested in participating and collaborating in the RHEL + ecosystem, CentOS Stream is your reliable platform for innovation. +layout: aside +--- + + + +## Download + +{% include download/cards.html distribution="centos-stream" %} + +## FAQ + +We've got some answers to the most [frequently asked +questions](https://www.redhat.com/en/blog/faq-centos-stream-updates) +about CentOS Stream. diff --git a/src/cl-vs-cs.md b/src/cl-vs-cs.md new file mode 100644 index 0000000..ea177fa --- /dev/null +++ b/src/cl-vs-cs.md @@ -0,0 +1,47 @@ +--- +title: Comparing CentOS Stream and CentOS Linux +title_lead: | + What's the difference between CentOS Stream and CentOS Linux? +layout: aside +--- + +# Comparing Centos Linux and CentOS Stream + +The CentOS Project produces two variants: CentOS Linux and CentOS Stream. They are alike in many ways. Here's what sets them apart. + +See also: [CentOS Stream FAQ](https://www.redhat.com/en/blog/faq-centos-stream-updates) + +## End of Life + +As [announced in December of 2020](https://blog.centos.org/2020/12/future-is-centos-stream/), The CentOS Project has shifted focus from CentOS Linux to CentOS Stream. Here are the expected end of life (EOL) dates for our various releases. + +* CentOS Linux 7 EOL: 2024-06-30 +* CentOS Linux 8 EOL: 2021-12-31 +* CentOS Stream 8 EOL: 2024-05-31 +* CentOS Stream 9 EOL: 2027-05-31 + +## Upstream vs downstream + +CentOS Linux is a rebuild of Red Hat Enterprise Linux (RHEL). As such, it is downsteam from RHEL. CentOS Linux release version numbers reflect the date of the RHEL release on which they are based. For example, CentOS 8.2105 is a rebuild of RHEL 8.3, which released in May of 2021. + +CentOS Stream, on the other hand, is the upstream, public development branch for RHEL. Specifically, CentOS Stream 8 is the upstream for the next minor release of RHEL 8, CentOS Stream 9 for the next minor release of RHEL 9, and so on. + +## Frequency of updates + +CentOS Linux is a rebuild of the current released RHEL content. New minor versions consist of large batches of updates. Smaller batches of updates are delivered between minor versions. + +CentOS Stream contains content planned for upcoming RHEL minor releases. The updates are not batched up into minor releases, but rather are released as they are ready. + +## Contribution model + +Getting changes into CentOS Linux involves contributing to the upstream projects that are included in the distribution. This includes, but is not necessarily limited to, contributing to Fedora. Change that make it into Fedora might be in the next release of RHEL, which will then be in the next CentOS rebuild. This process can take years. + +CentOS Stream provides a way to [contribute directly](https://docs.centos.org/en-US/stream-contrib/), cutting this process down to weeks or days. + +## Testing + +Testing for CentOS Linux and CentOS Stream is very similar, and differs mostly in the timing in which things happen. + +Changes hit CentOS Stream and RHEL only once they have undergone [rigorous testing](https://blog.centos.org/2020/12/centos-stream-is-continuous-delivery/). These tests occur both internally to Red Hat, and in our public distro-wide test suite. As such, you can [contribute your tests](https://github.com/CentOS/sig-core-t_functional) to that system, so that future changes don't break the things you care about. + +As a rebuild, CentOS Linux benefits from all of these same tests, but, prior to CentOS Stream, lacked a way for you to influence what was tested and how. diff --git a/src/code-of-conduct.md b/src/code-of-conduct.md new file mode 100644 index 0000000..1a4daa5 --- /dev/null +++ b/src/code-of-conduct.md @@ -0,0 +1,98 @@ +--- +title: "CentOS Code of Conduct" +layout: aside +--- + +## CentOS Community Code of Conduct + +The CentOS Code of Conduct is a set of guidelines that explains how our community behaves and what we value to members and outsiders. The Code of Conduct is a living document and will be updated when and if it is deemed necessary. + +The Code of Conduct is not “code” in the sense of being an algorithm or a computer program. The Code of Conduct is not “blindly and algorithmically” executed but is instead enforced by humans making real decisions based on all of the available information and using all available context. + +The Code of Conduct does not seek to restrict speech or penalize non-native speakers of English. Instead the Code of Conduct spells out the kinds of behaviors we, as a community, find to be acceptable or unacceptable. +Our Pledge +In the interest of fostering an open and welcoming environment, we as the CentOS community pledge to collaborate in a respectful and constructive manner, and welcome everyone willing to join us in that pledge. We welcome individuals regardless of ability, age, background, body size, education, ethnicity, family status, gender identity and expression, geographic location, level of experience, marital status, nationality, national origin, native language, personal appearance, race and/or ethnicity, religion, sexual identity and orientation, socioeconomic status, or any other dimension of diversity. + +Our channels, mailing lists, and posts should focus on CentOS and on free and open source software and content. We pledge to make participation in our project and our community a harassment-free experience for everyone. We pledge to avoid personal attacks on others, and to avoid inflammatory language and speech that perpetuates discrimination. Furthermore, we pledge to not use the CentOS Project and its platforms as a basis to engage in personal campaigns against other organizations or individuals. + +### Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being kind to others +* Behaving with civility +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Initiating controversy for controversy’s sake (including but not limited to [sealioning](https://everydayfeminism.com/2017/01/sealioning/)). +* Saying insulting/derogatory comments and making personal attacks. +* Repeatedly instigating conflict, and baiting people into arguments +* Public or private harassment +* Publishing someone else’s private information, such as a physical or electronic + address, without explicit permission +* Deliberate intimidation, stalking, or following +* Violent threats or language directed against another person +* Sexist, racist, homophobic, transphobic, ableist, or exclusionary statements, even if they were meant as jokes +* Excessive swearing +* Unwelcome physical contact +* Sustained disruption of talks or other events +* Other conduct which could reasonably be considered inappropriate in a professional setting even if the conduct may be legal under the laws of some jurisdiction. + +### Our Responsibilities + +The CentOS Community Architect is the responsible party for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to reported instances of behavior that is not aligned to this Code of Conduct, along with the Red Hat Legal team, as appropriate. + +The responsibility of enforcing the Code of Conduct falls with these parties for several reasons. It provides more security and protection to the reporter and any parties involved. As this role is full time and paid, they are able to act on the issues in a timely manner. Red Hat is in a position to protect the Community Architect legally if complications arose from attempts at resolution. + +The CentOS Community has the right in its sole discretion and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Where editing is not practical we shall post a follow up explaining that this does not reflect our standards. + +### Scope + +This Code of Conduct applies in all online and offline project spaces and in all online and offline spaces where an individual is representing the project, its community, or is acting as a community member. + +Examples of acting as a community member include: +* Posting to a CentOS mailing list, +* Filing a bug with CentOS, +* Participating in a CentOS communication channel, such as IRC or telegram +* Contributing to the CentOS Project in any form +* Using an official project email address +* Posting via an official social media account +* Acting as an appointed representative at an online or offline event +* speaking for CentOS or its subprojects at a public event or online video +* working in a CentOS or related booth or table at an event +* Participating in a CentOS or related technical meetup +* Serving as an elected or appointed leader in CentOS, including being a member of the CentOS Board of Directors + +### Reporting and Enforcement + +Instances of behavior inconsistent with this code may be reported by contacting the CentOS project by filing a private CentOS Code of Conduct ticket at [https://git.centos.org/centos/board](https://git.centos.org/centos/board). This issue will only be visible by [the Board of Directors and the Community Architect](https://www.centos.org/about/governance/). If the incident occurs at an event, the local event staff should be contacted in addition to opening a ticket. + +Individuals without access to [https://git.centos.org/centos/board](https://git.centos.org/centos/board) may send an email to the following address: shaunm@redhat.com. This email will be converted into a private Code of Conduct ticket by the CentOS Community Architect. Information about the current CentOS Community Architect, Shaun McCance, can be found at [https://wiki.centos.org/ShaunMcCance](https://wiki.centos.org/ShaunMcCance). + +All reports will be kept confidential. When we discuss incidents with anyone we will anonymize details as much as we can. This means that the identities of all involved parties will remain confidential unless those individuals instruct us otherwise or we are required to make disclosures under the law. Additionally, in some cases we may need to disclose this information to other parties at Red Hat. CentOS is not a separate legal entity and therefore has to comply with all requirements imposed upon Red Hat. + +Upon our review/investigation of the reported incident, we will determine what action is appropriate based on this Code and its clarifying statements. An incident review will include communication with the reporter and the individual being reported, and an opportunity for both parties to provide an account of the incident. + +All complaints will be reviewed and will result in a response. Failure to follow this Code may result in actions including, but not limited to, warnings, temporary suspension, and in extreme circumstances, banning from the CentOS Project. Please note, while we take all concerns/reported incidents raised seriously, we will use our discretion to determine when and how to follow up on reported incidents. + +### Attribution & License + +This Code of Conduct is an edited form of the [Contributor Covenant](https://www.contributor-covenant.org/version/1/4/code-of-conduct), version 1.4 along with material from the [PyCon Code of Conduct and others](https://us.pycon.org/2018/about/code-of-conduct/). The process of dealing with reports is inspired by ideas from the [Mozilla CPG Incident Process](https://medium.com/mozilla-open-innovation/how-were-making-code-of-conduct-enforcement-real-and-scaling-it-3e382cf94415). + +Additional material is drawn from many sources, including: + +* [https://docs.fedoraproject.org/en-US/project/code-of-conduct/](https://docs.fedoraproject.org/en-US/project/code-of-conduct/) +* [http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports) +* [http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy_resources](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy_resources) +* [https://www.ashedryden.com/blog/codes-of-conduct-101-faq](https://www.ashedryden.com/blog/codes-of-conduct-101-faq) +* [http://safetyfirstpdx.org/training/code_of_conduct/TemplateIncidentResponseGuide.pdf](http://safetyfirstpdx.org/training/code_of_conduct/TemplateIncidentResponseGuide.pdf) +* [https://www.washingtonpost.com/opinions/how-my-restaurant-successfully-dealt-with-harassment-from-customers/2018/03/29/3d9d00b8-221a-11e8-badd-7c9f29a55815_story.html](https://www.washingtonpost.com/opinions/how-my-restaurant-successfully-dealt-with-harassment-from-customers/2018/03/29/3d9d00b8-221a-11e8-badd-7c9f29a55815_story.html) +* [https://www.shrm.org/hr-today/news/hr-magazine/Pages/1214-workplace-investigations.aspx](https://www.shrm.org/hr-today/news/hr-magazine/Pages/1214-workplace-investigations.aspx) +* [https://www.eeoc.gov/policy/docs/harassment.html](https://www.eeoc.gov/policy/docs/harassment.html) diff --git a/src/community/calendar.md b/src/community/calendar.md new file mode 100644 index 0000000..f3c9973 --- /dev/null +++ b/src/community/calendar.md @@ -0,0 +1,188 @@ +--- +title: "CentOS IRC meetings" +title_lead: "" +layout: page +permalink: /:path/:basename/index.html +toc: true +--- + +## Meeting schedule + +The IRC meetings schedule is driven by the [github.com/CentOS/Calendar](https://github.com/CentOS/Calendar) repository. To propose a change or add a meeting, please submit a pull-request to that github repository. This repository is mirrored to git.centos.org. + +The calendar is also available as an `.ical` file containing all CentOS IRC meetings, for use in your favorite calendaring app: [iCalendar Meeting Schedule](/community/irc-meetings.ical) + +Note that you should *subscribe* to this link, rather than *import* it, +because it is subject to change. + +A [list of all meetings](#meeting-list) is available below. + +## Logging + +CentOS IRC channels and meetings are often logged using a [https://wiki.centos.org/SIGGuide#SIGGuide.2FSIGProcess.2FDailyWorkings.Meetbot_Commands](meeting bot), for the purpose of taking minutes. +You can find meeting minutes [here](http://www.centos.org/minutes/). + +## Meeting List + +Here is a list of current meetings with their descriptions: + +* [Alternate Images SIG](#alternate-images-sig) +* [Automotive SIG](#automotive-sig) +* [Board of Directors](#board-of-directors) +* [CentOS Stream Office Hours (meet.opensuse, not IRC)](#centos-stream-office-hours-meetopensuse-not-irc) +* [Cloud SIG](#cloud-sig) +* [CPE Infra and Releng Team stand-up](#cpe-infra-and-releng-team-stand-up) +* [Hyperscale SIG](#hyperscale-sig) +* [Hyperscale SIG monthly hangout](#hyperscale-sig-monthly-hangout) +* [Infrastructure SIG](#infrastructure-sig) +* [ISA SIG](#isa-sig) +* [Kmods SIG](#kmods-sig) +* [NFV SIG](#nfv-sig) +* [Software Collections SIG Sync-up](#software-collections-sig-sync-up) +* [Storage SIG](#storage-sig) +* [Virtualization SIG](#virtualization-sig) + +### Alternate Images SIG + +* Monthly, in the second week, on Thursday at [1900 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=19&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Troy Dawson (tdawson) +* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/AltImages) +* The Alternate Images SIG's goal is to build and provide alternate iso images for CentOS Stream + + +### Automotive SIG + +* Monthly, in the first week, on Wednesday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #google-meet +* Chair (to contact for more information): Jefro Osier-Mixon (JeffreyOsierMixon), acting +* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/Automotive) +* The purpose of the Automotive SIG is two-fold. First, it is meant to be a neutral public space for collaboration between third parties interested in open development of software targeted at in-vehicle automotive use cases. Second, it is meant to provide such projects with build and test infrastructure. (This second purpose is, as we understand it, common to many SIGs) + +The goal of the SIG is to provide an open-source home for RHEL-oriented automotive work, and to attract and encourage open development of automotive software between commercial and non-commercial partners. + +Please join us! + +Dialup: https://meet.google.com/hkx-btgd-dyc + +Working agenda: + +- introduction & action items +- technical update +- open discussion + + +### Board of Directors + +* Monthly, in the third week, on Wednesday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Rich Bowen (rbowen) and Thomas Oulevey (alphacc) +* Board of Directors open discussion. Scheduled for one week after the monthly Board of Directors meeting + + +### CentOS Stream Office Hours (meet.opensuse, not IRC) + +* Monthly, in the second week, on Wednesday at [1700 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=17&min=00&sec=0) in #google-meet +* Chair (to contact for more information): Shaun McCance (shaunm) +* [Link to Project Site](https://centos.org) +* Monthly CentOS Stream office hours on meet.opensuse: https://meet.opensuse.org/centosstream Come with your CentOS Stream questions, or just to hang out. We meet on the second Wednesday of each month. + + +### Cloud SIG + +* Monthly, in the second week, on Thursday at [1500 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=15&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Alfredo Moralejo Alonso (amoralej) +* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/Cloud) +* The CentOS Cloud SIG (CCS) is a group of people coming together to focus on packaging and maintaining different FOSS based Private cloud infrastructure applications that one can install and run natively on CentOS. We are a non vendor, non technology and non agent specific focus group, but we will gladly work with and build content to suit relevant niches or vendor ecosystems. This group specifically targets users who wish to install and run their own, independent ( or hybrid ) cloud infrastructure on CentOS. + +The CCS intends to take ownership of existing CentOS Project relationships with vendors, and help to maintain the updated package repositories for all participating cloud projects. + + +### CPE Infra and Releng Team stand-up + +* Weekly on Monday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting +* Weekly on Tuesday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting +* Weekly on Wednesday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting +* Weekly on Thursday at [0830 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=08&min=30&sec=0) in #centos-meeting +* Chair (to contact for more information): Each CPE team member, on rotation +* [Link to Project Site](docs.fedoraproject.org/en-US/cpe/working_with_us/) +* Infra and Releng is a sub team of Community Platform Engineering in Red Hat. They maintain and develop applications for CentOS and Fedora + + +### Hyperscale SIG + +* Every two weeks (on odd weeks) on Wednesday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Davide Cavalca (dcavalca) and Neal Gompa (ngompa) +* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Hyperscale) +* The Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling. + + +### Hyperscale SIG monthly hangout + +* Monthly, in the third week, on Wednesday at [2200 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=22&min=00&sec=0) in #zoom-vc +* Chair (to contact for more information): Davide Cavalca (dcavalca) and Neal Gompa (ngompa) +* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Hyperscale) +* Monthly Hyperscale SIG hangout (Zoom VC, not IRC): https://us06web.zoom.us/j/84411093900?pwd=RUxKUFAxVlJnQWVMODhobThLU3BHdz09 +The Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling. This is a monthly VC to work together on a common project, ask questions, or just hang out. This occurs on the third Wednesday of each month. If Zoom asks for a passcode, use 550255 (the meeting ID is 844 1109 3900). + + +### Infrastructure SIG + +* Every two weeks (on odd weeks) on Monday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Aoife Moloney (amoloney) or Brian Stinson (bstinson) +* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Infrastructure) +* The CentOS Infrastructure SIG will provide a working group to manage all +CentOS infrastructure. It will be responsible for oversight of all +infrastructure resources, and providing guidelines for who may be granted +administrative access to shared services. + + +### ISA SIG + +* Every two weeks (on odd weeks) on Friday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Josh Boyer (jwboyer) and Florian Weimer (fweimer) +* [Link to Project Site](https://sigs.centos.org/isa/) +* The ISA SIG explores potential benefits of applying existing compiler technology to distribution packages, targeting more recent CPUs, and evaluating different options for how these optimizations can be maintained in a scalable way, and delivered to end users. + + +### Kmods SIG + +* Monthly, in the first week, on Monday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Peter Georg (pjgeorg) +* [Link to Project Site](https://sigs.centos.org/kmods) +* The kmods SIG focuses on providing kernel modules currently not available in Enterprise Linux. + + +### NFV SIG + +* Monthly, in the first week, on Wednesday at [1500 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=15&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Alfredo Moralejo (amoralej) +* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/NFV) +* The goal of NFV SIG is to provide a set of packages related to virtual networking and Network Function Virtualization for CentOS and pursue the cooperation between different users and projects sharing the interest on these software pieces. + +* [Link to Agenda](https://hackmd.io/oRe_HVJiTteDI4H332ApMw) + +### Software Collections SIG Sync-up + +* Every two weeks (on even weeks) on Tuesday at [1400 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=14&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): Jan Staněk (jstanek) +* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/SCLo) +* The Software Collections SIG will provide an upstream development area for various software collections and related tools. Developers can build on and extend existing SCLs, so they don't need to re-invent the wheel or take responsibility for packaging unnecessary dependencies. + + +### Storage SIG + +* Monthly, in the first week, on Tuesday at [1000 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=10&min=00&sec=0) in #centos-meeting2 +* Chair (to contact for more information): Karanbir Singh (kbsingh), Niels de Vos (ndevos), Giulio Fidente (gfidente) +* [Link to Project Site](http://wiki.centos.org/SpecialInterestGroup/Storage) +* The CentOS Storage Special Interest Group (SIG) is a collection of like-minded individuals coming together to ensure that CentOS is a suitable platform for many different storage solutions. This group will ensure that all Open Source storage options seeking to utilize CentOS as a delivery platform have a voice in packaging, orchestration, deployment, and related work. We meet monthly on the first Tuesday of the month. + +* [Link to Agenda](https://hackmd.io/@qItv4l_CSAOOoigrY3dOGA/rkAGV6Lpr) + +### Virtualization SIG + +* Every two weeks (on even weeks) on Wednesday at [1600 UTC](http://www.timeanddate.com/worldclock/fixedtime.html?hour=16&min=00&sec=0) in #centos-meeting +* Chair (to contact for more information): George Dunlap (gwd) +* [Link to Project Site](https://wiki.centos.org/SpecialInterestGroup/Virtualization) +* The CentOS Virtualisation Special Interest Group ( virt-sig ) is a group of people coming together to promote and use CentOS Linux as a base platform as a suitable platform for various virtualisation efforts. This includes type-1 and type-2 hypervisors like Xen and KVM, containers and containment based technologies like LXC and other system and process level virtualisation technologies in the future. + + + +Page generated on 2023-09-13 17:30:55.950002 UTC diff --git a/src/community/irc-meetings.ical b/src/community/irc-meetings.ical new file mode 100644 index 0000000..ccd4b09 --- /dev/null +++ b/src/community/irc-meetings.ical @@ -0,0 +1,288 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//yaml2ical agendas//EN +X-WR-CALDESC:Meeting schedule for the CentOS Project and SIGS +X-WR-CALNAME:CentOS Meetings +BEGIN:VEVENT +SUMMARY:Alternate Images SIG +DTSTART:20231012T190000Z +DURATION:PT1H +DTSTAMP:20230727T145547Z +UID:alternateimagessig-20231012 +RRULE:FREQ=MONTHLY;BYDAY=2TH +DESCRIPTION:Project: Alternate Images SIG\nChair: Troy Dawson (tdawson)\ + nDescription: The Alternate Images SIG's goal is to build and provide alt + ernate iso images for CentOS Stream\n\nProject URL: https://wiki.centos.o + rg/SpecialInterestGroup/AltImages +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Automotive SIG +DTSTART:20231004T140000Z +DURATION:PT1H +DTSTAMP:20221123T130408Z +UID:automotivesig-20231004 +RRULE:FREQ=MONTHLY;BYDAY=1WE +DESCRIPTION:Project: Automotive SIG\nChair: Jefro Osier-Mixon (JeffreyOs + ierMixon)\, acting\nDescription: The purpose of the Automotive SIG is two + -fold. First\, it is meant to be a neutral public space for collaboration + between third parties interested in open development of software targeted + at in-vehicle automotive use cases. Second\, it is meant to provide such p + rojects with build and test infrastructure. (This second purpose is\, as w + e understand it\, common to many SIGs)\n\nThe goal of the SIG is to provid + e an open-source home for RHEL-oriented automotive work\, and to attract a + nd encourage open development of automotive software between commercial an + d non-commercial partners.\n\nPlease join us!\n\nDialup: https://meet.goog + le.com/hkx-btgd-dyc\n\nWorking agenda:\n\n- introduction & action items\n- + technical update\n- open discussion\n\nProject URL: http://wiki.centos.o + rg/SpecialInterestGroup/Automotive +LOCATION:#google-meet +END:VEVENT +BEGIN:VEVENT +SUMMARY:Board of Directors +DTSTART:20231018T140000Z +DURATION:PT1H +DTSTAMP:20210908T105120Z +UID:boardofdirectors-20231018 +RRULE:FREQ=MONTHLY;BYDAY=3WE +DESCRIPTION:Project: Board of Directors\nChair: Rich Bowen (rbowen) and + Thomas Oulevey (alphacc)\nDescription: Board of Directors open discussion + . Scheduled for one week after the monthly Board of Directors meeting\n\nP + roject URL: None +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:CPE Infra and Releng Team stand-up +DTSTART:20230918T083000Z +DURATION:PT30M +DTSTAMP:20220327T233956Z +UID:cpeinfraandrelengteamstand-up-20230918 +RRULE:FREQ=WEEKLY +DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE + team member\, on rotation\nDescription: Infra and Releng is a sub team o + f Community Platform Engineering in Red Hat. They maintain and develop app + lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en + -US/cpe/working_with_us/ +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:CPE Infra and Releng Team stand-up +DTSTART:20230919T083000Z +DURATION:PT30M +DTSTAMP:20220327T233956Z +UID:cpeinfraandrelengteamstand-up-20230919 +RRULE:FREQ=WEEKLY +DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE + team member\, on rotation\nDescription: Infra and Releng is a sub team o + f Community Platform Engineering in Red Hat. They maintain and develop app + lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en + -US/cpe/working_with_us/ +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:CPE Infra and Releng Team stand-up +DTSTART:20230913T083000Z +DURATION:PT30M +DTSTAMP:20220327T233956Z +UID:cpeinfraandrelengteamstand-up-20230913 +RRULE:FREQ=WEEKLY +DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE + team member\, on rotation\nDescription: Infra and Releng is a sub team o + f Community Platform Engineering in Red Hat. They maintain and develop app + lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en + -US/cpe/working_with_us/ +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:CPE Infra and Releng Team stand-up +DTSTART:20230914T083000Z +DURATION:PT30M +DTSTAMP:20220327T233956Z +UID:cpeinfraandrelengteamstand-up-20230914 +RRULE:FREQ=WEEKLY +DESCRIPTION:Project: CPE Infra and Releng Team stand-up\nChair: Each CPE + team member\, on rotation\nDescription: Infra and Releng is a sub team o + f Community Platform Engineering in Red Hat. They maintain and develop app + lications for CentOS and Fedora\n\nProject URL: docs.fedoraproject.org/en + -US/cpe/working_with_us/ +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:CentOS Stream Office Hours (meet.opensuse\, not IRC) +DTSTART:20231011T170000Z +DURATION:PT1H +DTSTAMP:20220302T131018Z +UID:centosstreamofficehours(meet.opensuse\,notirc)-20231011 +RRULE:FREQ=MONTHLY;BYDAY=2WE +DESCRIPTION:Project: CentOS Stream Office Hours (meet.opensuse\, not IRC) + \nChair: Shaun McCance (shaunm)\nDescription: Monthly CentOS Stream offi + ce hours on meet.opensuse: https://meet.opensuse.org/centosstream Come wit + h your CentOS Stream questions\, or just to hang out. We meet on the secon + d Wednesday of each month.\n\nProject URL: https://centos.org +LOCATION:#google-meet +END:VEVENT +BEGIN:VEVENT +SUMMARY:Cloud SIG +DTSTART:20231012T150000Z +DURATION:PT1H +DTSTAMP:20220119T094548Z +UID:cloudsig-20231012 +RRULE:FREQ=MONTHLY;BYDAY=2TH +DESCRIPTION:Project: Cloud SIG\nChair: Alfredo Moralejo Alonso (amoralej + )\nDescription: The CentOS Cloud SIG (CCS) is a group of people coming to + gether to focus on packaging and maintaining different FOSS based Private + cloud infrastructure applications that one can install and run natively on + CentOS. We are a non vendor\, non technology and non agent specific focus + group\, but we will gladly work with and build content to suit relevant n + iches or vendor ecosystems. This group specifically targets users who wish + to install and run their own\, independent ( or hybrid ) cloud infrastruc + ture on CentOS.\n\nThe CCS intends to take ownership of existing CentOS Pr + oject relationships with vendors\, and help to maintain the updated packag + e repositories for all participating cloud projects. \n\nProject URL: htt + p://wiki.centos.org/SpecialInterestGroup/Cloud +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Hyperscale SIG +DTSTART:20230913T160000Z +DURATION:PT1H +DTSTAMP:20220921T180840Z +UID:hyperscalesig-20230913 +RRULE:FREQ=WEEKLY;INTERVAL=2 +DESCRIPTION:Project: Hyperscale SIG\nChair: Davide Cavalca (dcavalca) an + d Neal Gompa (ngompa)\nDescription: The Hyperscale SIG focuses on enablin + g CentOS Stream deployment on large-scale infrastructures and facilitating + collaboration on packages and tooling.\n\nProject URL: https://wiki.cent + os.org/SpecialInterestGroup/Hyperscale +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Hyperscale SIG monthly hangout +DTSTART:20231018T220000Z +DURATION:PT1H +DTSTAMP:20230214T105943Z +UID:hyperscalesigmonthlyhangout-20231018 +RRULE:FREQ=MONTHLY;BYDAY=3WE +DESCRIPTION:Project: Hyperscale SIG monthly hangout\nChair: Davide Caval + ca (dcavalca) and Neal Gompa (ngompa)\nDescription: Monthly Hyperscale SI + G hangout (Zoom VC\, not IRC): https://us06web.zoom.us/j/84411093900?pwd=R + UxKUFAxVlJnQWVMODhobThLU3BHdz09\nThe Hyperscale SIG focuses on enabling Ce + ntOS Stream deployment on large-scale infrastructures and facilitating col + laboration on packages and tooling. This is a monthly VC to work together + on a common project\, ask questions\, or just hang out. This occurs on the + third Wednesday of each month. If Zoom asks for a passcode\, use 550255 ( + the meeting ID is 844 1109 3900).\n\nProject URL: https://wiki.centos.org + /SpecialInterestGroup/Hyperscale +LOCATION:#zoom-vc +END:VEVENT +BEGIN:VEVENT +SUMMARY:ISA SIG +DTSTART:20230915T160000Z +DURATION:PT1H +DTSTAMP:20230630T174120Z +UID:isasig-20230915 +RRULE:FREQ=WEEKLY;INTERVAL=2 +DESCRIPTION:Project: ISA SIG\nChair: Josh Boyer (jwboyer) and Florian We + imer (fweimer)\nDescription: The ISA SIG explores potential benefits of a + pplying existing compiler technology to distribution packages\, targeting + more recent CPUs\, and evaluating different options for how these optimiza + tions can be maintained in a scalable way\, and delivered to end users.\n\ + nProject URL: https://sigs.centos.org/isa/ +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Infrastructure SIG +DTSTART:20230925T140000Z +DURATION:PT1H +DTSTAMP:20210719T092451Z +UID:infrastructuresig-20230925 +RRULE:FREQ=WEEKLY;INTERVAL=2 +DESCRIPTION:Project: Infrastructure SIG\nChair: Aoife Moloney (amoloney) + or Brian Stinson (bstinson)\nDescription: The CentOS Infrastructure SIG + will provide a working group to manage all\nCentOS infrastructure. It will + be responsible for oversight of all\ninfrastructure resources\, and provi + ding guidelines for who may be granted\nadministrative access to shared se + rvices.\n\nProject URL: https://wiki.centos.org/SpecialInterestGroup/Infr + astructure +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Kmods SIG +DTSTART:20231002T160000Z +DURATION:PT1H +DTSTAMP:20220307T174012Z +UID:kmodssig-20231002 +RRULE:FREQ=MONTHLY;BYDAY=1MO +DESCRIPTION:Project: Kmods SIG\nChair: Peter Georg (pjgeorg)\nDescriptio + n: The kmods SIG focuses on providing kernel modules currently not availa + ble in Enterprise Linux.\n\nProject URL: https://sigs.centos.org/kmods +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:NFV SIG +DTSTART:20231004T150000Z +DURATION:PT1H +DTSTAMP:20210728T173932Z +UID:nfvsig-20231004 +RRULE:FREQ=MONTHLY;BYDAY=1WE +DESCRIPTION:Project: NFV SIG\nChair: Alfredo Moralejo (amoralej)\nDescri + ption: The goal of NFV SIG is to provide a set of packages related to vir + tual networking and Network Function Virtualization for CentOS and pursue + the cooperation between different users and projects sharing the interest + on these software pieces.\n\nAgenda URL: https://hackmd.io/oRe_HVJiTteDI4 + H332ApMw\nProject URL: http://wiki.centos.org/SpecialInterestGroup/NFV +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Software Collections SIG Sync-up +DTSTART:20230919T140000Z +DURATION:PT1H +DTSTAMP:20200731T142602Z +UID:softwarecollectionssigsync-up-20230919 +RRULE:FREQ=WEEKLY;INTERVAL=2 +DESCRIPTION:Project: Software Collections SIG Sync-up\nChair: Jan Staně + k (jstanek)\nDescription: The Software Collections SIG will provide an up + stream development area for various software collections and related tools + . Developers can build on and extend existing SCLs\, so they don't need to + re-invent the wheel or take responsibility for packaging unnecessary depe + ndencies.\n\nProject URL: http://wiki.centos.org/SpecialInterestGroup/SCL + o +LOCATION:#centos-meeting +END:VEVENT +BEGIN:VEVENT +SUMMARY:Storage SIG +DTSTART:20231003T100000Z +DURATION:PT1H +DTSTAMP:20210706T115543Z +UID:storagesig-20231003 +RRULE:FREQ=MONTHLY;BYDAY=1TU +DESCRIPTION:Project: Storage SIG\nChair: Karanbir Singh (kbsingh)\, Niel + s de Vos (ndevos)\, Giulio Fidente (gfidente)\nDescription: The CentOS St + orage Special Interest Group (SIG) is a collection of like-minded individu + als coming together to ensure that CentOS is a suitable platform for many + different storage solutions. This group will ensure that all Open Source s + torage options seeking to utilize CentOS as a delivery platform have a voi + ce in packaging\, orchestration\, deployment\, and related work. We meet m + onthly on the first Tuesday of the month.\n\nAgenda URL: https://hackmd.i + o/@qItv4l_CSAOOoigrY3dOGA/rkAGV6Lpr\nProject URL: http://wiki.centos.org/ + SpecialInterestGroup/Storage +LOCATION:#centos-meeting2 +END:VEVENT +BEGIN:VEVENT +SUMMARY:Virtualization SIG +DTSTART:20230920T160000Z +DURATION:PT1H +DTSTAMP:20200331T170143Z +UID:virtualizationsig-20230920 +RRULE:FREQ=WEEKLY;INTERVAL=2 +DESCRIPTION:Project: Virtualization SIG\nChair: George Dunlap (gwd)\nDes + cription: The CentOS Virtualisation Special Interest Group ( virt-sig ) i + s a group of people coming together to promote and use CentOS Linux as a b + ase platform as a suitable platform for various virtualisation efforts. Th + is includes type-1 and type-2 hypervisors like Xen and KVM\, containers an + d containment based technologies like LXC and other system and process lev + el virtualisation technologies in the future.\n\nProject URL: https://wik + i.centos.org/SpecialInterestGroup/Virtualization +LOCATION:#centos-meeting +END:VEVENT +END:VCALENDAR diff --git a/src/community/stories.md b/src/community/stories.md new file mode 100644 index 0000000..253e0fc --- /dev/null +++ b/src/community/stories.md @@ -0,0 +1,70 @@ +--- +title: "CentOS community stories" +title_lead: | + The CentOS ecosystem has been built up with and around people. With no real + commercial ambition we set out to try and solve problems for people as they + exist in the sysadmin / operations trenches around the world. +layout: aside +--- + +This page will try and collect some of the user stories over the next few +months. If you have one you'd like to offer up, get in touch with me at +[http://wiki.centos.org/KaranbirSingh](http://wiki.centos.org/KaranbirSingh). + +## Major Hayden's story + +I started with Linux in 1998 and my first distribution was Mandrake. My +PowerPC machines (older Macs) ran Yellow Dog Linux and I really started +to enjoy using YUP (YUM's predecessor). I transitioned later to Gentoo +Linux and spent quite a few sleepless nights testing the effects of USE +flags as I compiled various software packages. Eventually, I stumbled +upon some of the early Red Hat releases (prior to Enterprise Linux) and +I enjoyed the ease of use and stability of the releases. It seemed like +so many other distributions were being pulled in multiple directions but +the group working on Red Hat was highly organized. + +When Red Hat switched to the Enterprise Linux model, I didn't have the +large sums of money available to purchase the support licenses. After +all, I was just a college student at the time. CentOS was a welcomed +find and I was able to get it running quickly with my previous Red Hat +knowledge. + +Linux has always been enjoyable for me because I don't have to fork over +large sums of money for Windows licenses on multiple machines. It's also +really rewarding to teach other people how to use Linux-based operating +systems and I love seeing the smiles on their faces when they see how +much they can do with a free, open source operating system. + +When I started at Rackspace six years ago, I worked in support and spent +much of my time assisting customers with servers running Red Hat. That +led me to a position in our Cloud Servers product group as a Linux +Engineer. We worked through the Slicehost acquisition and eventually +created a brand new cloud compute offering with OpenStack. My +contributions were a small part of what became The Rackspace Open Cloud +servers product. The knowledge we gained from operating such a large +multi-tenant virtualization solution was poured into our new offering +and we're excited to be working closely with the OpenStack community for +features and bug fixes. My focus has shifted a bit as the Chief +Security Architect at Rackspace but I'm still a big fan of CentOS for my +personal projects. + +If you'd like to get in touch with me, find me on Twitter[1] or on IRC +(mhayden on Freenode). I've made plenty of posts regarding CentOS, +Red Hat, and Fedora tips on my blog[2] and I maintain some Fedora/EPEL +packages[3] that may be of interest. + +1. [http://twitter.com/majorhayden/](http://twitter.com/majorhayden/) +2. [http://major.io/](http://major.io/) +3. [https://admin.fedoraproject.org/pkgdb/users/packages/mhayden](https://admin.fedoraproject.org/pkgdb/users/packages/mhayden) + +## Christoph Galuschka + +My name is Christoph Galuschka - tigalch on IRC and in the fora - and I'm part of the CentOS QA team. I'm from Innsbruck, Austria, 36 years old and I'm working for a local utility company in their IT operations department. My responsibilities include VMware, everything VPN and firewall-related, the companywide internet access including security, and operating the company network. Previously to that I was working for an IT consulting company, which also operated its own WAN network to interconnect various customers. Apart from consulting I also handled most of the network related things (FrameRelay, ISDN- and ADSL-dialup, running internet related services like bind, apache, sendmail and the corporate firewall). As we also provided internet access and related services to our customers, we used Linux as the OS of choice for our servers. At was Slackware at that time, and OpenSuSE later. My first contact with CentOS was in 2007 or 2008. A company selling opengroupware.org as a ready to deploy collaboration server used CentOS5 as OS of choice. + +Within the CentOS Project I'm doing QA. I'm also contributing to the wiki (German release notes) and the fora. Together with Athmane Madjoudj I'm also handling the t_functional stack (take a look at [http://ci.dev.centos.org](http://ci.dev.centos.org)) which helps us automate tests around CentOS-QA and Updates and the infra behind that setup. + +At my current company we used to use OpenSuSE for various tasks i.e. syslog, rsync, local update repositories, internal firewalls or as base OS for virus scanners. The change in OpenSuSEs lifecycle policy forced us to reconsider the Distro of our choice, and so I recommended CentOS (C6 at that time). Within the time of 2 years I replaced almost every Linux installation (3 SLES servers are still left, but working on that) with CentOS6. Locking back, this was the right choice, which is proven by stability, easy applying of updates/point releases, manageability by using funcd and in general ease of use. Also the lifecycle expansion to 10 years and the joining of forces with RedHat are a big plus for CentOS in my view. + +For the foreseeable future, the core SIG will probably be the part of CentOS in which I will be most interested/most used by me. + +It is also looking like we will be deploying some more machines with CentOS6 at work, as running typo3 and wordpress is starting to pick up momentum there. diff --git a/src/distro-faq.md b/src/distro-faq.md new file mode 100644 index 0000000..5280c0a --- /dev/null +++ b/src/distro-faq.md @@ -0,0 +1,110 @@ +--- +title: FAQ - CentOS Project shifts focus to CentOS Stream +layout: aside +--- + +The future of the CentOS Project is CentOS Stream, and over the next year we’ll be shifting focus from CentOS Linux, the rebuild of Red Hat Enterprise Linux (RHEL), to CentOS Stream, which tracks just ahead of a current RHEL release. CentOS Linux 8, as a rebuild of RHEL 8, will end at the end of 2021. CentOS Stream continues after that date, serving as the upstream (development) branch of Red Hat Enterprise Linux. [Read the rest of our announcement](https://blog.centos.org/2020/12/future-is-centos-stream/). + +The following are some of the questions that we’ve been asked about this transition. + + +### Question 1: What is the future of CentOS? + +**Answer:** + +While the word “CentOS” (Community ENTerprise Operating System) has long meant a reliable Linux distribution in the Red Hat ecosystem, it also means the people who create and use the technology. With this move to CentOS Stream as the project focus, the CentOS community will continue to bring the same features to our Linux distro. If you are a CentOS Linux user, don’t worry! There will be a CentOS distribution here in the future. + +Our goal is to have a distribution which is influenced more by the community, but to retain the strong focus on security, stability, and a clear developer workflow. + + +### Q2: What about the other releases of CentOS Linux? + +**A:** + + * Updates for the CentOS Linux 6 distribution [ended November 30, 2020](https://wiki.centos.org/About/Product). + * Updates for the CentOS Linux 7 distribution continue as before until the [end of support for RHEL7](https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates). + * Updates for the CentOS Linux 8 distribution continue until the end of 2021; users can choose to switch over directly to CentOS Stream 8 + * Updates for the CentOS Stream 8 distribution continue through the [RHEL 8 "full support" phase](https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates). + +We will not be producing a CentOS Linux 9, as a rebuild of RHEL 9. Instead CentOS Stream 9 fulfills this role. (See Q6 below regarding the overlap between concurrent streams.) + + +### Q3: Will the source code for Red Hat Enterprise Linux continue to appear on git.centos.org? + +**A:** Yes, the source code for Red Hat Enterprise Linux will continue to be published on git.centos.org. Nothing will change about how the source code is published. This change is only related to the binaries the CentOS Project is building and how they are published. + +**A, June 2023 Update:** [CentOS Stream](https://gitlab.com/redhat/centos-stream) is now the location for public RHEL source code, sources will no longer be published to git.centos.org. [Announcement](https://www.redhat.com/en/blog/furthering-evolution-centos-stream) + + +### Q4: How will CVEs be handled in CentOS Stream? + +**A:** Security issues will be updated in CentOS Stream after they are solved in the current RHEL release. Obviously, embargoed security releases can not be publicly released until after the embargo is lifted. While there will not be any SLA for timing, Red Hat Engineers will be building and testing other packages against these releases. If they do not roll in the updates, the other software they build could be impacted and therefore need to be redone. There is therefore a vested interest for them to get these updates in so as not to impact their other builds and there should be no issues getting security updates. + + +### Q5: Does this mean that CentOS Stream is the RHEL BETA test platform now? + +**A:** No. CentOS Stream will be getting fixes and features ahead of RHEL. Generally speaking we expect CentOS Stream to have fewer bugs and more runtime features as it moves forward in time but always giving direct indication of what is going into a RHEL release + + +### Q6: Will there be separate/parallel/simultaneous streams for 8, 9, 10, etc? + +**A:** Each major release will have a branch, similar to how CentOS Linux is currently structured; however, CentOS Stream is designed to focus on RHEL development, so only the latest Stream will have the marketing focus of the CentOS Project. + +Because RHEL development cycles overlap, there will be times when there are multiple code branches in development at the same time.This allows users time to plan migrations and development work without being surprised by sudden changes. + +Specifically, since the RHEL release cadence is every 3 years, and the full support window is 5 years, this gives an overlap of approximately 2 years between one stream and the next. + + +### Q7: How do I migrate my CentOS Linux 8 installation to CentOS Stream? + +**A:** Instructions to convert from the CentOS Linux 8 distribution to CentOS Stream 8 are published at +[https://www.centos.org/centos-stream/](https://www.centos.org/centos-stream/) +and are also below for your convenience. + +
+[root@centos ~]# dnf swap centos-linux-repos centos-stream-repos
+
+[root@centos ~]# dnf distro-sync
+
+ +This will result in some package updates and new packages being installed, which is expected. + +### Q8: I need to build/test my packages for EPEL locally which I used CentOS for. CentOS Stream will have different ABI/API at times so my builds won't work with that. + +**A:** EPEL is part of the Fedora Project. We know they are looking into the cases where this happens and are working on a solution. Initial testing showed that only a few packages are affected. We encourage you to get involved there. The CentOS Project cannot and does not speak for Fedora: We encourage you to [engage with the EPEL community instead](https://fedoraproject.org/wiki/EPEL#Communicating_with_the_EPEL_SIG). We encourage you also to read [this proposal](https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/thread/NYXQNQFAY44RNCJTP6WLYUGJSQX5XSIX/) for EPEL Next with further addresses this question. + + +### Q9. EPEL 8 needs access to packages which are not shipped by RHEL but were made available by CentOS. How is this going to be solved? + +**A:** EPEL is part of the Fedora Project. We know they are looking into the cases where this happens and are working on a solution. Initial testing showed that only a few packages are affected. We encourage you to get involved there.The CentOS Project cannot and does not speak for Fedora: you should instead [engage with the EPEL community](https://fedoraproject.org/wiki/EPEL#Communicating_with_the_EPEL_SIG). + + +### Q10: When will SIGs start building against CentOS Stream rather than CentOS Linux? + +**A:** SIGs can start using CentOS Stream today. Each SIG should determine when they would like to begin the migration. The opportunity here is for the SIG communities to join the collaboration and contribute into improving processes and focusing resources leading up to the final migration in November 2021. Once a SIG has a plan in place, each SIG can request the relevant tags on our Community Build System. + + +### Q11: My CI provider uses containers. I currently use CentOS Linux images to test for RHEL compatibility. I cannot use UBI because it does not include the packages I need. What will be my options in the future? + +**A:** Today, you should request those packages in UBI to help you with your current release testing. The UBI team has more details. If you’re testing for RHEL, RHEL is the best operating system to use. We also encourage you to begin using CentOS Stream as part of your testing process as well so that you’re always ready for the next RHEL. CentOS Stream will provide a full complement of content, including containers. + + +### Q12: I used CentOS for CI because I could not use RHEL developer licenses for this. CentOS Stream is aimed at the next generation when I need the last/current one. What is my alternative? + +**A:** Red Hat is aware of these concerns and we encourage you to [talk to them](mailto:centos-questions@redhat.com). If you’re testing for RHEL, RHEL is the best operating system to use. We also think that CentOS Stream has a place in your CI testing to help you be ready for the next RHEL. + + +### Q13: Can I start up a SIG that will maintain CentOS Stream 8 after RHEL8 reaches the end of Full Support? +**A:** We will not be putting hardware, resources, or asking volunteers to work towards that effort, nor will we allow the CentOS brand to be used for such a project. Once RHEL8 reaches the end of full support, CentOS Stream 8 will be retired from build servers, community build systems, primary mirror sites (copies will remain on vault.centos.org), and other places within our ecosystem. Having SIGs build against multiple streams, and packaging/distributing multiple streams, once they are no longer active, is a distraction from what we want to be our main focus - the active stream that precedes the next RHEL release. + +### Q14: Can the CentOS community continue to develop/rebuild CentOS linux? +**A:** We will not be putting hardware, resources, or asking for volunteers to work towards that effort, nor will we allow the CentOS brand to be used for such a project, as we feel that it dilutes what we are trying to do with the refocus on CentOS Stream. That said, the code is open source and we wouldn't try to stop anyone from choosing to use it or build their own packages from the code. + +### Q15: How does CentOS Stream differ from [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/)? + +**A:** CentOS Stream is focused on the next RHEL minor release. This means we are improving and influencing the shipping releases of RHEL. Fedora ELN is a testing area for changes that may occur in the next *major* release of RHEL.The CentOS Project cannot and does not speak for Fedora. We encourage you to [speak with them directly](https://ask.fedoraproject.org/). + + +### Q16: Where can I ask more questions? + +**A:** Since many people will have the same questions, we encourage you to ask your questions on the public project mailing list, [devel](https://lists.centos.org/hyperkitty/list/devel@lists.centos.org/), where everyone can benefit from the questions and answers being publicly archived. However, we will also be watching our various social media accounts for questions and comments. diff --git a/src/download.md b/src/download.md new file mode 100644 index 0000000..d16c3a1 --- /dev/null +++ b/src/download.md @@ -0,0 +1,93 @@ +--- +title: Download +layout: aside +--- + + + +{% include download/cards.html %} + +As you download and use CentOS Linux or CentOS Stream \([What's the +difference?](/cl-vs-cs/)\), the CentOS Project invites you to [be a part of the +community as a contributor](http://wiki.centos.org/Contribute). +There are many ways to contribute to the project, from documentation, QA, and +testing to coding changes for +[SIGs](http://wiki.centos.org/SpecialInterestGroup), providing mirroring or +hosting, and helping other users. + +ISOs are also available [via Torrent](http://isoredirect.centos.org/centos/8-stream/isos/x86_64/). + +How to [verify](https://wiki.centos.org/TipsAndTricks/sha256sum) your ISO. + +If you plan to create USB boot media, please [read this first](https://wiki.centos.org/HowTos/InstallFromUSBkey) to avoid damage to your system. + +If the above is not for you, [alternative downloads](http://wiki.centos.org/Download) might be. + +The [CentOS Stream release notes](https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream) are continuously updated to include issues and incorporate feedback from users. + + +## Cloud and container images + +We build, maintain and update Cloud images that you can find on our [Cloud Images server](https://cloud.centos.org/centos). + +These images are built and made available for all the architectures that corresponding version supports. + +People interested in importing 'GenericCloud' images into their own cloud solution can find corresponding images on the link above. + +Worth knowing that you can also import (through Skopeo or other methods) container images the same way, and such .tar.xz files can be found on the same mirror. + +Parallel to that, we have also official images that are available directly to be deployed for the following solutions: + + * [Amazon Web Services](/download/aws-images) + * [Quay Registry](https://quay.io/repository/centos/centos) + * [Docker Registry](https://hub.docker.com/_/centos) + +If the above is not for you, [alternative downloads](http://wiki.centos.org/Download) might be. + +## Geographical mirrors + +If you're looking for a specific (or geographically local) mirror, please check out our [list of current mirrors](/download/mirrors/). + +To check the status of a mirror, please visit [mirror-status.centos.org](http://mirror-status.centos.org/). + +## Sources + +The CentOS project hosts some sources at [git.centos.org](https://git.centos.org). +CentOS Stream hosts its sources on [Gitlab](https://gitlab.com/redhat/centos-stream). +This is documented in greater detail in the [CentOS wiki](https://wiki.centos.org/Sources). + +In order to help ease the workload for our primary mirror network, the source +rpms are not kept in the same tree as the binary packages. If you need the +source packages used to build CentOS, you can find them in our vault +[vault.centos.org](http://vault.centos.org). + +## Older Versions + +Legacy versions of CentOS are no longer supported. For historical purposes, +CentOS keeps an archive of older versions. If you're absolutely sure you need +an older version [then click here](http://wiki.centos.org/Download). + +## Export Regulations + +By downloading CentOS software, you acknowledge that you understand all of the +following: CentOS software and technical information may be subject to the U.S. +Export Administration Regulations (the "EAR") and other U.S. and foreign laws +and may not be exported, re-exported or transferred (a) to any country listed +in Country Group E:1 in Supplement No. 1 to part 740 of the EAR (currently, +Cuba, Iran, North Korea, Sudan & Syria); (b) to any prohibited destination or +to any end user who has been prohibited from participating in U.S. export +transactions by any federal agency of the U.S. government; or (c) for use in +connection with the design, development or production of nuclear, chemical or +biological weapons, or rocket systems, space launch vehicles, or sounding +rockets, or unmanned air vehicle systems. You may not download CentOS software +or technical information if you are located in one of these countries or +otherwise subject to these restrictions. You may not provide CentOS software or +technical information to individuals or entities located in one of these +countries or otherwise subject to these restrictions. You are also responsible +for compliance with foreign law requirements applicable to the import, export +and use of CentOS software and technical information. diff --git a/src/download/aws-images.md b/src/download/aws-images.md new file mode 100644 index 0000000..3c88160 --- /dev/null +++ b/src/download/aws-images.md @@ -0,0 +1,56 @@ +--- +title: "CentOS AWS AMI Cloud Images" +layout: download-mirror +--- + +CentOS Amazon AMI images +=========================== + +Here is the list of current/up2date AMI images IDs that we made public. + +So far we build/update/maintain the following CentOS variants and architectures: + + * CentOS Stream 9 (x86_64 and aarch64) + * CentOS Linux 7 (x86_64 and aarch64) + +You can search for architecture or region through search bar. + +Please note that you can also directly use then the "Deploy Link" function to deploy in specific region, one click away. + + + + + + + + + + + + + + + + +{% for row in site.data.aws-images %} + + + + + + + +{% endfor %} + + + + + + + + + + +
VersionRegionArchitectureAMI IDDeploy link
{{ row["Version"] }}{{ row["Region"] }}{{ row["Architecture"] }}{{ row["AMI ID"] }} Deploy link
diff --git a/src/download/mirrors-altarch.md b/src/download/mirrors-altarch.md new file mode 100644 index 0000000..3c40de9 --- /dev/null +++ b/src/download/mirrors-altarch.md @@ -0,0 +1,45 @@ +--- +title: AltArch Mirror List +title_lead: List of CentOS Mirrors providing alternative arquitectures. +layout: download-mirror +--- + +CentOS welcomes new mirror sites. If you are considering setting up a public +mirror site for CentOS, [please follow the mirror +guidelines](http://wiki.centos.org/HowTos/CreatePublicMirrors) to make sure +that your mirror is consistent with the other mirror sites. + + + + + + + + + + + + + +{% for row in site.data.full-altarchlist %} + + + + + + + + +{% endfor %} + + + + + + + + + + + +
LocationRegionSponsorHTTPHTTPSRsync
{{ row["Location"] }}{{ row["Region"] }}{% if row["Sponsor URL"] != "" %}{{ row["Sponsor"] }}{% else %}{{ row["Sponsor"] }}{% endif %}{% if row["HTTP mirror"] != "" %} Mirror{% endif %}{% if row["HTTPS mirror"] != "" %} Mirror{% endif %}{% if row["Rsync link"] != "" %} Link{% endif %}
LocationRegionSponsor
diff --git a/src/download/mirrors.md b/src/download/mirrors.md new file mode 100644 index 0000000..e53526d --- /dev/null +++ b/src/download/mirrors.md @@ -0,0 +1,52 @@ +--- +title: Mirror List +title_lead: List of CentOS official mirrors. +layout: download-mirror +--- + + + +CentOS welcomes new mirror sites. If you are considering setting up a public +mirror site for CentOS, [please follow the mirror +guidelines](http://wiki.centos.org/HowTos/CreatePublicMirrors) to make sure +that your mirror is consistent with the other mirror sites. + +If you're searching for mirrors providing AltArch content (like ppc64, ppc64le, aarch64, +armfhp) please use [this link](/download/mirrors-altarch/). + + + + + + + + + + + + + +{% for row in site.data.full-mirrorlist %} + + + + + + + + +{% endfor %} + + + + + + + + + + + +
LocationRegionSponsorHTTPHTTPSRsync
{{ row["Location"] }}{{ row["Region"] }}{% if row["Sponsor URL"] != "" %}{{ row["Sponsor"] }}{% else %}{{ row["Sponsor"] }}{% endif %}{% if row["HTTP mirror"] != "" %} Mirror{% endif %}{% if row["HTTPS mirror"] != "" %} Mirror{% endif %}{% if row["Rsync link"] != "" %} Link{% endif %}
LocationRegionSponsor
diff --git a/src/images/background.jpeg b/src/images/background.jpeg new file mode 100644 index 0000000..c573f53 Binary files /dev/null and b/src/images/background.jpeg differ diff --git a/src/images/sponsors/steadfast.png b/src/images/sponsors/steadfast.png new file mode 100644 index 0000000..978e43e Binary files /dev/null and b/src/images/sponsors/steadfast.png differ diff --git a/src/index.md b/src/index.md new file mode 100644 index 0000000..951561d --- /dev/null +++ b/src/index.md @@ -0,0 +1,18 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +title: The CentOS Project +title_lead: | + Community-driven free software effort focused on delivering a robust open + source ecosystem around a Linux platform. + +--- + + diff --git a/src/keys.md b/src/keys.md new file mode 100644 index 0000000..f8d4875 --- /dev/null +++ b/src/keys.md @@ -0,0 +1,242 @@ +--- +title: "CentOS GPG Keys" +layout: aside +--- + +## How CentOS uses GPG keys +Each stable RPM package that is published by CentOS Project is signed with a GPG signature. By default, yum and the graphical update tools will verify these signatures and refuse to install any packages that are not signed, or have an incorrect signature. You should always verify the signature of a package prior to installation. These signatures ensure that the packages you install are what was produced by the CentOS Project and have not been altered by any mirror or website providing the packages. + +## Importing Keys +The Project GPG keys are included in the centos-release package, and are typically found in /etc/pki/rpm-gpg. Please note that not all keys in this directory are used by the CentOS project. Some keys may be placed in this directory by 3rd party repositories to enable the secure use of extra packages as well. The keys used by CentOS are enabled in the yum repository configuration, so you generally don't need to manually import them. + +If you want to verify that the keys installed on your system match the keys listed here, you can use GnuPG to check that the key fingerprint matches. For example: + + gpg --quiet --with-fingerprint /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 + pub 4096R/F4A80EB5 2014-06-23 CentOS-7 Key (CentOS 7 Official Signing Key) + Key fingerprint = 6341 AB27 53D7 8A78 A7C2 7BB1 24C6 A8A7 F4A8 0EB5 + + +## Project Keys +The following keys are currently in use by the CentOS Project. Please note that CentOS Linux releases may have several GPG keys assigned (depending on the release and architecture). +Worth knowing that for CentOS 8, there will be only one key that will be used for all architectures and also subsequent releases. SpecialInterestGroups (SIGs) will still use a different key though (see below) + +### CentOS Project Keys (starting from CentOS 8) + +#### CentOS Official Key + +[download key - SHA256](/keys/RPM-GPG-KEY-CentOS-Official-SHA256) + +[download key - SHA1](/keys/RPM-GPG-KEY-CentOS-Official) + + pub 4096R/8483C65D 2019-05-03 CentOS (CentOS Official Signing Key) + Key fingerprint = 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D + +#### CentOS Testing Key +[download key](/keys/RPM-GPG-KEY-CentOS-Testing) + + pub 4096R/5BA5FA8D 2019-05-03 CentOS Testing (CentOS Testing content) + Key fingerprint = 793D 9072 6BF0 22DA E868 2C36 762E 6585 5BA5 FA8D + +### CentOS-7 Keys + +#### CentOS 7 Signing Key +[download key](/keys/RPM-GPG-KEY-CentOS-7) + + pub 4096R/F4A80EB5 2014-06-23 CentOS-7 Key (CentOS 7 Official Signing Key) + Key fingerprint = 6341 AB27 53D7 8A78 A7C2 7BB1 24C6 A8A7 F4A8 0EB5 + +#### CentOS 7 Debug Key +[download key](/keys/RPM-GPG-KEY-CentOS-Debug-7) + + pub 2048R/B6792C39 2014-07-15 CentOS-7 Debug (CentOS-7 Debuginfo RPMS) + Key fingerprint = 759D 690F 6099 2D52 6A35 8CBD D0F2 5A3C B679 2C39 + + +#### CentOS 7 Testing Key +[download key](/keys/RPM-GPG-KEY-CentOS-Testing-7) + + pub 4096R/8FAE34BD 2014-06-04 CentOS-7 Testing (CentOS 7 Testing content) + Key fingerprint = BA02 A5E6 AFF9 70F7 269D D972 C788 93AC 8FAE 34BD + + +### CentOS 6 Keys + +#### CentOS-6 Signing Key +[download key](/keys/RPM-GPG-KEY-CentOS-6) + + pub 4096R/C105B9DE 2011-07-03 CentOS-6 Key (CentOS 6 Official Signing Key) + Key fingerprint = C1DA C52D 1664 E8A4 386D BA43 0946 FCA2 C105 B9DE + + +#### CentOS-6 Debug Key +[download key](/keys/RPM-GPG-KEY-CentOS-Debug-6) + + pub 4096R/D0FF3D16 2011-07-03 CentOS-6 Debuginfo Key (CentOS-6 Debuginfo Signing Key) + Key fingerprint = 69B3 0F26 BA2B 3AA4 C27C E4F5 3B75 CF79 D0FF 3D16 + + +#### CentOS-6 Testing Key +[download key](/keys/RPM-GPG-KEY-CentOS-Testing-6) + + pub 4096R/EF1D6DB8 2011-07-03 CentOS-6 Testing Key (CentOS-6 Test and Beta Signing Key) + Key fingerprint = 4233 9C29 8BC4 352C A4F9 7504 119C 1A87 EF1D 6DB8 + +#### CentOS-6 Security Key +[download key](/keys/RPM-GPG-KEY-CentOS-Security-6) + + pub 4096R/FE837F6F 2011-07-03 CentOS-6 Security Key (CentOS-6 Official Security Key) + Key fingerprint = 0830 F43C 928A A5A8 A6F1 AF97 0B13 2C3F FE83 7F6F + + +### CentOS 5 Keys + +#### CentOS-5 Signing Key +[download key](/keys/RPM-GPG-KEY-CentOS-5) + + pub 1024D/E8562897 2007-01-06 CentOS-5 Key (CentOS 5 Official Signing Key) + Key fingerprint = 473D 66D5 2122 71FD 51CC 17B1 A8A4 47DC E856 2897 + sub 1024g/1E9EA3B6 2007-01-06 [expires: 2017-01-03] + +#### CentOS-5 Beta Key + pub 1024D/092D7B2B 2007-01-06 CentOS-5 Beta Key (CentOS 5 Beta Signing Key) + Key fingerprint = 5D82 2DFA 48B3 BE04 586C BD4D CFDA 6881 092D 7B2B + sub 1024g/DA743639 2007-01-06 [expires: 2017-01-03] + + +## Community Driven Project keys + +The following keys are used to sign community led efforts within the CentOS Project ecosystem. + +### SIG Keys + +#### Extras (meta repo for all SIGs) +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Extras) + + pub 2048R/1D997668 2021-12-16 CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) + Key fingerprint = 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668 +sub 2048R/FCA5D0FF 2021-12-16 + +#### AltImages SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-AltImages) + + pub 2048R/B094B96D 2023-06-02 CentOS AltImages SIG (https://wiki.centos.org/SpecialInterestGroup/AltImages) + Key fingerprint = 2C77 CFEB 1F99 C559 E52B 3CDC 8DEF 9614 B094 B96D + +#### Atomic SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Atomic) + + pub 2048R/91BA8335 2015-06-10 CentOS Atomic SIG (http://wiki.centos.org/SpecialInterestGroup/Atomic) + Key fingerprint = 64E3 E755 8572 B59A 3194 52AA F17E 7456 91BA 8335 + +#### Automotive SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Automotive) + + pub 2048R/68E964CA 2021-07-27 CentOS Automotive SIG (https://wiki.centos.org/SpecialInterestGroup/Automotive) + Key fingerprint = D8AC ED2D C7CE 8029 FEC7 7C08 4B41 1A90 68E9 64CA + +#### Cloud SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Cloud) + + pub 2048R/764429E6 2015-05-15 CentOS Cloud SIG (http://wiki.centos.org/SpecialInterestGroup/Cloud) + Key fingerprint = 736A F511 6D9C 40E2 AF6B 074B F9B9 FEE7 7644 29E6 + +#### ConfigManagement SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement) + + pub 2048R/6E8B7E8A 2018-03-21 CentOS Config Management SIG (https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG) + Key fingerprint = C75A FB57 D5C0 F238 CB15 BEC8 1AE1 10FA 6E8B 7E8A + +#### Core SIG +[download_key](/keys/RPM-GPG-KEY-CentOS-SIG-Core) + + pub 2048R/15BACBD2 2021-10-06 CentOS Core SIG (https://wiki.centos.org/SpecialInterestGroup/Core) + Key fingerprint = E904 CACD 9EB8 3D8B 13BA B052 827F 178E 15BA CBD2 + +#### HyperScale SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale) + + pub 2048R/EB3DAC40 2021-01-18 CentOS HyperScale SIG (https://wiki.centos.org/SpecialInterestGroup/Hyperscale) + Key fingerprint = 9B04 530E 0ED6 ABC4 B2C3 58DD 2A01 FA2A EB3D AC40 + +#### Infra SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Infra) + + pub 2048R/F56D1621 2020-08-13 CentOS Infra SIG (https://wiki.centos.org/SpecialInterestGroup/Core) + Key fingerprint = 2F3B 7058 BCFA C3AB 0C72 B1BC 8B44 4FCE F56D 1621 + +#### ISA SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-ISA) + + pub 2048R/DE702AB7 2023-05-26 CentOS ISA SIG (https://wiki.centos.org/SpecialInterestGroup/Isa) + Key fingerprint = D689 5EFF D4B1 2FC3 8569 C5A9 C114 980C DE70 2AB7 + +#### Kmods SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Kmods) + + pub 2048R/7AE06D54 2021-06-22 CentOS Kmods SIG (https://wiki.centos.org/SpecialInterestGroup/Kmods) + Key fingerprint = 48EF 712E C5DD B68B 5280 BE45 5B8E 1A76 7AE0 6D54 + +#### Messaging SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Messaging) + + pub 2048R/E16E0D12 2019-12-01 CentOS Messaging SIG (https://wiki.centos.org/SpecialInterestGroup/Messaging) + Key fingerprint = A926 5AE9 1718 68B8 2F91 5550 8301 4EBB E16E 0D12 + sub 2048R/85F5BB32 2019-12-01 + +#### NFV SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-NFV) + + pub 2048R/9D2A76A7 2018-02-20 CentOS NFV SIG (https://wiki.centos.org/SpecialInterestGroup/NFV) + Key fingerprint = 3515 4228 1749 01BE FA8E 69A6 2146 5E28 9D2A 76A7 + +#### OpsTools SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools) + + pub 2048R/51BC2A13 2017-02-20 CentOS OpsTools SIG (https://wiki.centos.org/SpecialInterestGroup/OpsTools) + Key fingerprint = 7872 8176 9AD7 3878 85EE A649 4FD9 5327 51BC 2A13 + +#### PaaS SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-PaaS) + + pub 2048R/2F297ECC 2016-05-18 CentOS PaaS SIG (https://wiki.centos.org/SpecialInterestGroup/PaaS) + Key fingerprint = C5E8 AB44 6FA7 893D 7490 51F1 C34C 5BD4 2F29 7ECC + +#### Software Collections SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-SCLo) + + pub 2048R/F2EE9D55 2015-10-01 CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo) + Key fingerprint = C4DB D535 B1FB BA14 F8BA 64A8 4EB8 4E71 F2EE 9D55 + +#### Storage SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Storage) + + pub 2048R/E451E5B5 2015-01-23 CentOS Storage SIG (http://wiki.centos.org/SpecialInterestGroup/Storage) + Key fingerprint = 7412 9C0B 173B 071A 3775 951A D4A2 E50B E451 E5B5 + +#### Virtualization SIG +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization) + + pub 2048R/61E8806C 2015-06-17 CentOS Virtualization SIG (http://wiki.centos.org/SpecialInterestGroup/Virtualization) + Key fingerprint = A7C8 E761 309D 2F1C 92C5 0B62 7AEB BE82 61E8 806C + +### AltArch keys + +Community driven ports of CentOS to other platforms. + +#### AArch64 Key +[download key](/keys/RPM-GPG-KEY-CentOS-7-aarch64) + + pub 2048R/305D49D6 2015-07-28 CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) + Key fingerprint = EF8F 3CA6 6EFD F32B 36CD ADF7 6C7C B6EF 305D 49D6 + +#### Arm32 Key +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32) + + pub 2048R/62505FE6 2015-11-27 CentOS AltArch SIG - Arm32 (https://wiki.centos.org/SpecialInterestGroup/AltArch/Arm32) + Key fingerprint = 4D9E 39F1 499C A21D D289 77F8 CAFE F11B 6250 5FE6 + +#### PowerPC Key +[download key](/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64) + + pub 2048R/F533F4FA 2015-11-27 CentOS AltArch SIG - PowerPC (https://wiki.centos.org/SpecialInterestGroup/AltArch) + Key fingerprint = BAFA 3436 FC50 768E 3C3C 2E4E A963 BBDB F533 F4FA diff --git a/src/keys/RPM-GPG-KEY-CentOS-5 b/src/keys/RPM-GPG-KEY-CentOS-5 new file mode 100644 index 0000000..69676d9 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-5 @@ -0,0 +1,27 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.2.6 (GNU/Linux) + +mQGiBEWfB6MRBACrnYW6yKMT+MwJlCIhoyTxGf3mAxmnAiDEy6HcYN8rivssVTJk +CFtQBlBOpLV/OW2YtKrCO2xHn46eNfnMri8FGT8g+9JF3MUVi7kiV1He4iJynHXB ++F2ZqIvHf3IaUj1ys+p8TK64FDFxDQDrGQfIsD/+pkSGx53/877IrvdwjwCguQcr +Ioip5TH0Fj0OLUY4asYVZH8EAIqFHEqsY+9ziP+2R3/FyxSllKkjwcMLrBug+cYO +LYDD6eQXE9Mq8XKGFDj9ZB/0+JzK/XQeStheeFG75q3noq5oCPVFO4czuKErIRAB +qKbDBhaTj3JhOgM12XsUYn+rI6NeMV2ZogoQCC2tWmDETfRpYp2moo53NuFWHbAy +XjETA/sHEeQT9huHzdi/lebNBj0L8nBGfLN1nSRP1GtvagBvkR4RZ6DTQyl0UzOJ +RA3ywWlrL9IV9mrpb1Fmn60l2jTMMCc7J6LacmPK906N+FcN/Docj1M4s/4CNanQ +NhzcFhAFtQL56SNyLTCk1XzhssGZ/jwGnNbU/aaj4wOj0Uef5LRGQ2VudE9TLTUg +S2V5IChDZW50T1MgNSBPZmZpY2lhbCBTaWduaW5nIEtleSkgPGNlbnRvcy01LWtl +eUBjZW50b3Mub3JnPohkBBMRAgAkBQJFnwekAhsDBQkSzAMABgsJCAcDAgMVAgMD +FgIBAh4BAheAAAoJEKikR9zoViiXKlEAmwSoZDvZo+WChcg3s/SpNoWCKhMAAJwI +E2aXpZVrpsQnInUQWwkdrTiL5YhMBBMRAgAMBQJFnwiSBYMSzAIRAAoJEDjCFhY5 +bKCk0hAAn134bIx3wSbq58E6P6U5RT7Z2Zx4AJ9VxnVkoGHkVIgSdsxHUgRjo27N +F7kBDQRFnwezEAQA/HnJ5yiozwgtf6jt+kii8iua+WnjqBKomPHOQ8moxbWdv5Ks +4e1DPhzRqxhshjmub4SuJ93sgMSAF2ayC9t51mSJV33KfzPF2gIahcMqfABe/2hJ +aMzcQZHrGJCEX6ek8l8SFKou7vICzyajRSIK8gxWKBuQknP/9LKsoczV+xsAAwUD +/idXPkk4vRRHsCwc6I23fdI0ur52bzEqHiAIswNfO521YgLk2W1xyCLc2aYjc8Ni +nrMX1tCnEx0/gK7ICyJoWH1Vc7//79sWFtX2EaTO+Q07xjFX4E66WxJlCo9lOjos +Vk5qc7R+xzLDoLGFtbzaTRQFzf6yr7QTu+BebWLoPwNTiE8EGBECAA8FAkWfB7MC +GwwFCRLMAwAACgkQqKRH3OhWKJfvvACfbsF1WK193zM7vSc4uq51XsceLwgAoI0/ +9GxdNhGQEAweSlQfhPa3yYXH +=o/Mx +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-6 b/src/keys/RPM-GPG-KEY-CentOS-6 new file mode 100644 index 0000000..bd863d8 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-6 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQINBE4P06MBEACqn48FZgYkG2QrtUAVDV58H6LpDYEcTcv4CIFSkgs6dJ9TavCW +NyPBZRpM2R+Rg5eVqlborp7TmktBP/sSsxc8eJ+3P2aQWSWc5ol74Y0OznJUCrBr +bIdypJllsD9Fe+h7gLBXTh3vdBEWr2lR+xA+Oou8UlO2gFbVFQqMafUgU1s0vqaE +/hHH0TzwD0/tJ6eqIbHwVR/Bu6kHFK4PwePovhfvyYD9Y+C0vOYd5Ict2vbLHz1f +QBDZObv4M6KN3j7nzme47hKtdMd+LwFqxM5cXfM6b5doDulWPmuGV78VoX6OR7el +x1tlfpuiFeuXYnImm5nTawArcQ1UkXUSYcTUKShJebRDLR3BycxR39Q9jtbOQ29R +FumHginovEhdUcinRr22eRXgcmzpR00zFIWoFCwHh/OCtG14nFhefuZ8Z80qbVhW +2J9+/O4tksv9HtQBmQNOK5S8C4HNF2M8AfOWNTr8esFSDc0YA5/cxzdfOOtWam/w +lBpNcUUSSgddRsBwijPuWhVA3NmA/uQlJtAo4Ji5vo8cj5MTPG3+U+rfNqRxu1Yc +ioXRo4LzggPscaTZX6V24n0fzw0J2k7TT4sX007k+7YXwEMqmHpcMYbDNzdCzUer +Zilh5hihJwvGfdi234W3GofttoO+jaAZjic7a3p6cO1ICMgfVqrbZCUQVQARAQAB +tEZDZW50T1MtNiBLZXkgKENlbnRPUyA2IE9mZmljaWFsIFNpZ25pbmcgS2V5KSA8 +Y2VudG9zLTYta2V5QGNlbnRvcy5vcmc+iQI8BBMBAgAmBQJOD9OjAhsDBQkSzAMA +BgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQCUb8osEFud6ajRAAnb6d+w6Y/v/d +MSy7UEy4rNquArix8xhqBwwjoGXpa37OqTvvcJrftZ1XgtzmTbkqXc+9EFch0C+w +ST10f+H0SPTUGuPwqLkg27snUkDAv1B8laub+l2L9erzCaRriH8MnFyxt5v1rqWA +mVlRymzgXK+EQDr+XOgMm1CvxVY3OwdjdoHNox4TdVQWlZl83xdLXBxkd5IRciNm +sg5fJAzAMeg8YsoDee3m4khg9gEm+/Rj5io8Gfk0nhQpgGGeS1HEXl5jzTb44zQW +qudkfcLEdUMOECbu7IC5Z1wrcj559qcp9C94IwQQO+LxLwg4kHffvZjCaOXDRiya +h8KGsEDuiqwjU9HgGq9fa0Ceo3OyUazUi+WnOxBLVIQ8cUZJJ2Ia5PDnEsz59kCp +JmBZaYPxUEteMtG3yDTa8c8jUnJtMPpkwpSkeMBeNr/rEH4YcBoxuFjppHzQpJ7G +hZRbOfY8w97TgJbfDElwTX0/xX9ypsmBezgGoOvOkzP9iCy9YUBc9q/SNnflRWPO +sMVrjec0vc6ffthu2xBdigBXhL7x2bphWzTXf2T067k+JOdoh5EGney6LhQzcp8m +YCTENStCR+L/5XwrvNgRBnoXe4e0ZHet1CcCuBCBvSmsPHp5ml21ahsephnHx+rl +JNGtzulnNP07RyfzQcpCNFH7W4lXzqM= +=jrWY +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-7 b/src/keys/RPM-GPG-KEY-CentOS-7 new file mode 100644 index 0000000..47f6d4d --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-7 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQINBFOn/0sBEADLDyZ+DQHkcTHDQSE0a0B2iYAEXwpPvs67cJ4tmhe/iMOyVMh9 +Yw/vBIF8scm6T/vPN5fopsKiW9UsAhGKg0epC6y5ed+NAUHTEa6pSOdo7CyFDwtn +4HF61Esyb4gzPT6QiSr0zvdTtgYBRZjAEPFVu3Dio0oZ5UQZ7fzdZfeixMQ8VMTQ +4y4x5vik9B+cqmGiq9AW71ixlDYVWasgR093fXiD9NLT4DTtK+KLGYNjJ8eMRqfZ +Ws7g7C+9aEGHfsGZ/SxLOumx/GfiTloal0dnq8TC7XQ/JuNdB9qjoXzRF+faDUsj +WuvNSQEqUXW1dzJjBvroEvgTdfCJfRpIgOrc256qvDMp1SxchMFltPlo5mbSMKu1 +x1p4UkAzx543meMlRXOgx2/hnBm6H6L0FsSyDS6P224yF+30eeODD4Ju4BCyQ0jO +IpUxmUnApo/m0eRelI6TRl7jK6aGqSYUNhFBuFxSPKgKYBpFhVzRM63Jsvib82rY +438q3sIOUdxZY6pvMOWRkdUVoz7WBExTdx5NtGX4kdW5QtcQHM+2kht6sBnJsvcB +JYcYIwAUeA5vdRfwLKuZn6SgAUKdgeOtuf+cPR3/E68LZr784SlokiHLtQkfk98j +NXm6fJjXwJvwiM2IiFyg8aUwEEDX5U+QOCA0wYrgUQ/h8iathvBJKSc9jQARAQAB +tEJDZW50T1MtNyBLZXkgKENlbnRPUyA3IE9mZmljaWFsIFNpZ25pbmcgS2V5KSA8 +c2VjdXJpdHlAY2VudG9zLm9yZz6JAjUEEwECAB8FAlOn/0sCGwMGCwkIBwMCBBUC +CAMDFgIBAh4BAheAAAoJECTGqKf0qA61TN0P/2730Th8cM+d1pEON7n0F1YiyxqG +QzwpC2Fhr2UIsXpi/lWTXIG6AlRvrajjFhw9HktYjlF4oMG032SnI0XPdmrN29lL +F+ee1ANdyvtkw4mMu2yQweVxU7Ku4oATPBvWRv+6pCQPTOMe5xPG0ZPjPGNiJ0xw +4Ns+f5Q6Gqm927oHXpylUQEmuHKsCp3dK/kZaxJOXsmq6syY1gbrLj2Anq0iWWP4 +Tq8WMktUrTcc+zQ2pFR7ovEihK0Rvhmk6/N4+4JwAGijfhejxwNX8T6PCuYs5Jiv +hQvsI9FdIIlTP4XhFZ4N9ndnEwA4AH7tNBsmB3HEbLqUSmu2Rr8hGiT2Plc4Y9AO +aliW1kOMsZFYrX39krfRk2n2NXvieQJ/lw318gSGR67uckkz2ZekbCEpj/0mnHWD +3R6V7m95R6UYqjcw++Q5CtZ2tzmxomZTf42IGIKBbSVmIS75WY+cBULUx3PcZYHD +ZqAbB0Dl4MbdEH61kOI8EbN/TLl1i077r+9LXR1mOnlC3GLD03+XfY8eEBQf7137 +YSMiW5r/5xwQk7xEcKlbZdmUJp3ZDTQBXT06vavvp3jlkqqH9QOE8ViZZ6aKQLqv +pL+4bs52jzuGwTMT7gOR5MzD+vT0fVS7Xm8MjOxvZgbHsAgzyFGlI1ggUQmU7lu3 +uPNL0eRx4S1G4Jn5 +=OGYX +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-7-aarch64 b/src/keys/RPM-GPG-KEY-CentOS-7-aarch64 new file mode 100644 index 0000000..703d0ee --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-7-aarch64 @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFW3h2gBCADPM3WDbdHNnMAB0FPvVRIBjGpkpeWT5rsbMZbk35tCx7MbAhMk +zcN519xw7DGVLigFd68S3W2Lrde6ioyVQ1SVSJ7z84U4uYUfSa858Dskxxy021Ip +NrocTrziy773v1gCPwA5xeT89bgzsMVMzCSy0U7TeqMDhN2urEMG5CCEpy0K9XZv +bpUexhn7TbP10g5BzC9igd498QcW/69Oz5OK7WcZOtqmGn78pGBCH2ly+IqIV6ZS +9yXC6jOmOnA8fM0gKJAelhQALd77cULMSGbu96ReG3BEFlgWQjbtZG3L5BvMVInw +MkUQEntHvjp6oHtPiIAc3VtLq0IxWVygFHNRABEBAAG0cENlbnRPUyBBbHRBcmNo +IFNJRyAtIEFBcmNoNjQgKGh0dHA6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbElu +dGVyZXN0R3JvdXAvQWx0QXJjaC9BQXJjaDY0KSA8c2VjdXJpdHlAY2VudG9zLm9y +Zz6JATkEEwECACMFAlW3h2gCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAK +CRBsfLbvMF1J1pSFCACQbLvjwCFdgr0DpVJZ0o50Dcl8jYzZtd/NZOBNYXi/TQza +c6DFhiAj72zkgOGb+xznUXJJIiOLCgyJBUdJQSRx/EfVb9ftd4kSOA/wErOhDV71 +Hyww9M/gz82SjHF9qq8ofDto6ZfJMfiLX4aZwR39jZzS5Gm+bH5FfgxlwG0V88fu +aKlzsn3p975uD659tSKae4xLysxkBG6oDaXvnWI2/UGC724gN+R3aKe9kI0wk8wA +h5Qzf7+jRk0qb859rryno1rBpuzxJcwg5qvN2PXG3xDFOHG+3LX3mV3UnVAqCjHO +zyGnzAAiNfBwgMyu6bu4lXd4hbZKy73RwnouQkuA +=qiwp +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Debug-6 b/src/keys/RPM-GPG-KEY-CentOS-Debug-6 new file mode 100644 index 0000000..8e9122d --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Debug-6 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQINBE4P1EIBEACfrYbqfmCxVzfO3P9NGC2Ul9EyzDNW9WK0yYt1kT45cjybC+vL +8gPl5BlVC9Z5WoSU9YhCwk/RdQ0aQJQRziEyQqwftSgKESrApAqEyHIkcsPNCkjq +55q9MkhJApMn14dwvCJCgubDSj2Ft8b172IlIX3k196uCZl9j5EVUHuyxls4AOUZ +7wuvEXLu01KOi5lqnsGwyRTv+AV74LupL03iZUPQuGUWPuP25J35sC4p33We5Ogx +VrjOv6/e5Z0p9zb2AgBh1hFRwPPgE3wrYJIF5tmJgDDdKIPcNFE1l2QiOlPg/QA4 +t0f6gUk0ptgrWlNmAhj8y8ccomf/JgmjfQbjFXWkqIePVzQy9adM6SbmKFm/czJ1 +X1Jsy7lCzpxYqz8RYds8EzD455auJ0TeiO4P0PFd+RXncH10mGIESP/DTicWvVdK +0doBLpYcpwyNL4dyQxq28xtneFgYV+Zkazk0HzF3+x+vnD+LZ1Zc9/MXub/Yt5nv +1eaQrSfSkCDvq5rXzzprqVe6Ytl+FK5lwbJGhOUWfsWk0PqChkEhw2n7zgHpQ5Qd +U5oMFFKy3B1ZYQRn581/wB+eL/fgku7icIo/IOU7zeKDmIK7xHuHiAmVtm7L35VL +qAbgSY5B5EBqP6RtBT7AIKzM/+H5uMvnS4xI5PVkJVijL6Fpw8aHEeCDVQARAQAB +tFdDZW50T1MtNiBEZWJ1Z2luZm8gS2V5IChDZW50T1MtNiBEZWJ1Z2luZm8gU2ln +bmluZyBLZXkpIDxjZW50b3MtNi1kZWJ1Zy1rZXlAY2VudG9zLm9yZz6JAjwEEwEC +ACYFAk4P1EICGwMFCRLMAwAGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRA7dc95 +0P89FkPID/4w8+3Yg7lZfTkPynWcSX4KOH6NRCSbuUf+5MFmZT4FXVOr7LHOWCRS +QkF3f+tpPIpGLcEFD9r0/9npozsviG/13ZhT31x3mmASvVVGVp9cHN5Ie7Zim2BN ++ALbGQ0YbaO7f7XgBMTKTlw71HQ5V4yCqrUVBL1FicGBsBJ5nfJt/K0WjKA1GGYA +DyW1YP/Oid5lPNqPLyR3Jw2oMHtUtbwZbtgBSq8Ll5gZaYTpap+M4SdQmBXyOMxA +NPXSwJgNuWufKnwp+7qMR/sFRIW9qmRvR30NtonmzOwf+kOtY03USiSK4pneEHTQ +YKAGCEdOgsPOnEwv0jvW3KABIw+rwRzkpfW0IFh0VoyOrQ67Ek0Q3oldQ9Lrjwqu +qsL12YhBgfnMkSM/w7R0HsezOSmPb0wHxjIb6CDv+4r9LIHx5F4YXFytv7pYIUqP +6ATg9jJ/ecMcXVonnwwUG2FtQNhYa4URak1u3u0xJTKsrsvMnYksjCpgosmd4XB4 +7651UvR7pgsSscJSuLlh9S4BR3/crsYZMq1O5L9HOywU4l2SN04p+DfH2Vf90VfB +9An1uA2hBa5lB1IuN0QiIH9OMaDqXPk0rVHS0GJ28Jx4rztofDBWHuShgO5YzNUw +A8CKB3t/kH6zutLdF6tS0Mh1wLWuPWfSH4DPd+mSucY/zbbrrAgxFA== +=9b/M +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Debug-7 b/src/keys/RPM-GPG-KEY-CentOS-Debug-7 new file mode 100644 index 0000000..a1eb1f2 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Debug-7 @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFPE+90BCAChR7lmZuMhY3IXdMSwAFXwnJUMWJbwX1p2OR7XV/YLkKEZ+a0T +xnaEKwe9WDb7k0jUaMkeAu9ACtHKmnGrp5eCI7AJv5gF7GT1k615xyvCyGSCFTaw +VidWtXAK3RF1qKalNCj9sz8utjYVe8UXRcvHU20TlK/J1Z64Ths52UUI9kBWJN+i +QuruxEsMCyylmXeodUfQrFG+zifreCyQ0BYZEiH+6EtIzlPeCOjgjz2AWov19q/H +KXyUoiJpy40NWhEV8dazbpxrsiD5Tlc+bLjhpDTa7aPhhhUjJaSIEP3HBE01+0rz +nf00VrwQlsipRUYuv+8T5nlQ16l8IqknNLbDABEBAAG0PkNlbnRPUy03IERlYnVn +IChDZW50T1MtNyBEZWJ1Z2luZm8gUlBNUykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+ +iQE+BBMBAgAoBQJTxPvdAhsDBQkcMgSABgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIX +gAAKCRDQ8lo8tnksOWRFB/9PzxN2l6KSLWHPJX8OD4B7npVoouM+mscK4oHjXSRI +y2u2O2tT2hmcQzan29dahk1hsnyLdQlNSo642rV4ykbOdW9iszCLrw4ZwuQmpm5c +qeHMUPntwz9MFvn9memh85kZuxdFnAHmaxmqNl+5LEPNmmWyfX7TjGyG1Oi2xd7o +yT7lKnVXyLdY8E62RKTuQ/BNnAFpmUVgLbeKVq6qggZYgPOLt7GpLfpCm63aDZoX +OzJM75RqCtiK0n1BSBdUiVQ8+2XXYqRejFOEZa5LrLNDLFfqYA0YgpN/ournTKWt +QLHycvaoJrXZzF2EQjLiU2hHx8vS3bTR0lZsv8tUBHXG +=2CYo +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Official b/src/keys/RPM-GPG-KEY-CentOS-Official new file mode 100644 index 0000000..30235a8 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Official @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQINBFzMWxkBEADHrskpBgN9OphmhRkc7P/YrsAGSvvl7kfu+e9KAaU6f5MeAVyn +rIoM43syyGkgFyWgjZM8/rur7EMPY2yt+2q/1ZfLVCRn9856JqTIq0XRpDUe4nKQ +8BlA7wDVZoSDxUZkSuTIyExbDf0cpw89Tcf62Mxmi8jh74vRlPy1PgjWL5494b3X +5fxDidH4bqPZyxTBqPrUFuo+EfUVEqiGF94Ppq6ZUvrBGOVo1V1+Ifm9CGEK597c +aevcGc1RFlgxIgN84UpuDjPR9/zSndwJ7XsXYvZ6HXcKGagRKsfYDWGPkA5cOL/e +f+yObOnC43yPUvpggQ4KaNJ6+SMTZOKikM8yciyBwLqwrjo8FlJgkv8Vfag/2UR7 +JINbyqHHoLUhQ2m6HXSwK4YjtwidF9EUkaBZWrrskYR3IRZLXlWqeOi/+ezYOW0m +vufrkcvsh+TKlVVnuwmEPjJ8mwUSpsLdfPJo1DHsd8FS03SCKPaXFdD7ePfEjiYk +nHpQaKE01aWVSLUiygn7F7rYemGqV9Vt7tBw5pz0vqSC72a5E3zFzIIuHx6aANry +Gat3aqU3qtBXOrA/dPkX9cWE+UR5wo/A2UdKJZLlGhM2WRJ3ltmGT48V9CeS6N9Y +m4CKdzvg7EWjlTlFrd/8WJ2KoqOE9leDPeXRPncubJfJ6LLIHyG09h9kKQARAQAB +tDpDZW50T1MgKENlbnRPUyBPZmZpY2lhbCBTaWduaW5nIEtleSkgPHNlY3VyaXR5 +QGNlbnRvcy5vcmc+iQI3BBMBAgAhBQJczFsZAhsDBgsJCAcDAgYVCAIJCgsDFgIB +Ah4BAheAAAoJEAW1VbOEg8ZdjOsP/2ygSxH9jqffOU9SKyJDlraL2gIutqZ3B8pl +Gy/Qnb9QD1EJVb4ZxOEhcY2W9VJfIpnf3yBuAto7zvKe/G1nxH4Bt6WTJQCkUjcs +N3qPWsx1VslsAEz7bXGiHym6Ay4xF28bQ9XYIokIQXd0T2rD3/lNGxNtORZ2bKjD +vOzYzvh2idUIY1DgGWJ11gtHFIA9CvHcW+SMPEhkcKZJAO51ayFBqTSSpiorVwTq +a0cB+cgmCQOI4/MY+kIvzoexfG7xhkUqe0wxmph9RQQxlTbNQDCdaxSgwbF2T+gw +byaDvkS4xtR6Soj7BKjKAmcnf5fn4C5Or0KLUqMzBtDMbfQQihn62iZJN6ZZ/4dg +q4HTqyVpyuzMXsFpJ9L/FqH2DJ4exGGpBv00ba/Zauy7GsqOc5PnNBsYaHCply0X +407DRx51t9YwYI/ttValuehq9+gRJpOTTKp6AjZn/a5Yt3h6jDgpNfM/EyLFIY9z +V6CXqQQ/8JRvaik/JsGCf+eeLZOw4koIjZGEAg04iuyNTjhx0e/QHEVcYAqNLhXG +rCTTbCn3NSUO9qxEXC+K/1m1kaXoCGA0UWlVGZ1JSifbbMx0yxq/brpEZPUYm+32 +o8XfbocBWljFUJ+6aljTvZ3LQLKTSPW7TFO+GXycAOmCGhlXh2tlc6iTc41PACqy +yy+mHmSv +=kkH7 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Official-SHA256 b/src/keys/RPM-GPG-KEY-CentOS-Official-SHA256 new file mode 100644 index 0000000..ceee67d --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Official-SHA256 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQINBFzMWxkBEADHrskpBgN9OphmhRkc7P/YrsAGSvvl7kfu+e9KAaU6f5MeAVyn +rIoM43syyGkgFyWgjZM8/rur7EMPY2yt+2q/1ZfLVCRn9856JqTIq0XRpDUe4nKQ +8BlA7wDVZoSDxUZkSuTIyExbDf0cpw89Tcf62Mxmi8jh74vRlPy1PgjWL5494b3X +5fxDidH4bqPZyxTBqPrUFuo+EfUVEqiGF94Ppq6ZUvrBGOVo1V1+Ifm9CGEK597c +aevcGc1RFlgxIgN84UpuDjPR9/zSndwJ7XsXYvZ6HXcKGagRKsfYDWGPkA5cOL/e +f+yObOnC43yPUvpggQ4KaNJ6+SMTZOKikM8yciyBwLqwrjo8FlJgkv8Vfag/2UR7 +JINbyqHHoLUhQ2m6HXSwK4YjtwidF9EUkaBZWrrskYR3IRZLXlWqeOi/+ezYOW0m +vufrkcvsh+TKlVVnuwmEPjJ8mwUSpsLdfPJo1DHsd8FS03SCKPaXFdD7ePfEjiYk +nHpQaKE01aWVSLUiygn7F7rYemGqV9Vt7tBw5pz0vqSC72a5E3zFzIIuHx6aANry +Gat3aqU3qtBXOrA/dPkX9cWE+UR5wo/A2UdKJZLlGhM2WRJ3ltmGT48V9CeS6N9Y +m4CKdzvg7EWjlTlFrd/8WJ2KoqOE9leDPeXRPncubJfJ6LLIHyG09h9kKQARAQAB +tDpDZW50T1MgKENlbnRPUyBPZmZpY2lhbCBTaWduaW5nIEtleSkgPHNlY3VyaXR5 +QGNlbnRvcy5vcmc+iQI3BBMBCAAhAhsDBgsJCAcDAgYVCAIJCgsDFgIBAh4BAheA +BQJczFsaAAoJEAW1VbOEg8ZdvOgQAMFTGIQokADy5+CynFKjfO7R0VVpJxmYGVr1 +TjnKaHmjxnJaYqoha9ukGgmLu0r+lJ42Kk6nREk1vlxfRAfiWd00Zkm+K3IMq1/D +E0heC2vX8qqjsLJs3jzq0hgNvo9X0uHDaA4J1BHsD8sE5in/f4SivjbngvFovRGU +1XLNCgoqpFNcROP18LqKUw8WtqgWdnYBa5i6D5qx+WMRX0NHNwcCMy1lz+sTFxIU +9mW6cLsMaacPGD8pUXIVli8P9Vlv3jBk1wFIqRgQPW01ph/3bM7pf9hyM9FAfU4X +AFcyb1oYI4/82EkICUe6jeuZrz67dPeLVAlYrGW4hp/825g0fqJHxPDp25GS4rAa +4RqyibLzNjSGdXYeLj2NcB/8OqaP+T1hv3JDaqe70QoYa/GIC4rh15NyXVbUP+LG +V4vUiL7mb9ynzvF5zYHJbcg4R7dOsiZHrMFwy7FZesQaVrXeJlxRcEj65rpm1ZtZ +mwAE1k2LsRkvLyr9hpZkXnMeOKYIPwpdmBjXNVNVbq7097OxZOYPPos+iZKMWfl4 +UQnMsCVxonZtamdI4qEc3jMkSZPJKgOplGOms5jdY+EdSvsFWEQ0Snd3dChfU7DV +o4Rbcy5klwHrvuZIOLaovhyxuRPhP6gV9+gzpTK/7vrvDlFbbZE6s212mDZ13RWB +mTfAxz4h +=agO/ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64 b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64 new file mode 100644 index 0000000..fcac2b8 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64 @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFZYUWkBCADomwJs4B6eBhhHmkBxaTQBNg2SicdZZWfb9+VArLqZ+Qyez3YQ +V1Bq2dBaDv2HIpTI8AHyT/KL/VuF1cdmGK8Q+uhqVxbFIP3giuaNHdV+DLx7suid +aKP0MA/1fs5x4RDvRmHVm0bPRwUWK84aWyh2Ux1D9I8HWsmDamAVKUinocnWWG0K +sNsV2uTuHeXYrJB0lex1nD1ColEa4CjmRxHMFYhoaFfw+mUUJ6rrN+zPdettxzbe +HPBVhNWpfOcQdEIrPWwhMCJJYOnPQ7OpZBZ7088Bc7JVA4RHMo54MuuU2t1Th71H +l7hcF9ueIKXqnsoAWFoG+p4UOy+OHU11THp3ABEBAAG0aUNlbnRPUyBBbHRBcmNo +IFNJRyAtIFBvd2VyUEMgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJ +bnRlcmVzdEdyb3VwL0FsdEFyY2gpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQT +AQIAIwUCVlhRaQIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEKlju9v1 +M/T6HPsH/jLoRihPGZrdNjnVRSx/7hzQ+csdpgwRYSgJOeLTJAmemXYxiAQ0Wh+Z +AiDA6hdUu973Y/aTZbOoX+trb6SaEquGLLxhFgC21whVYfRznxE3FQv02a/hjp/3 +a+i0GDT4ExSNuMxAqEewnWTymHS8bAsPGKuEMk9zElMZgeM6RrZUT+RL/ybjw5Mi +H8mP/tEcR1jAsm30BSoWV0nKHMXLpuOVTQS2V3ngzMWoA/l/9t7CafhkpV7IGfnB +HwQChc3L9fyZ/LwCo0WR1mHbzoPq+K4fwOnjdFEbgUSvfQ3+QiXXrfWt7C9IYAmA +/6cxo9vG1NH6sQ3BJiEyJNaWj3q2c5U= +=E+yp +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le new file mode 100644 index 0000000..fcac2b8 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFZYUWkBCADomwJs4B6eBhhHmkBxaTQBNg2SicdZZWfb9+VArLqZ+Qyez3YQ +V1Bq2dBaDv2HIpTI8AHyT/KL/VuF1cdmGK8Q+uhqVxbFIP3giuaNHdV+DLx7suid +aKP0MA/1fs5x4RDvRmHVm0bPRwUWK84aWyh2Ux1D9I8HWsmDamAVKUinocnWWG0K +sNsV2uTuHeXYrJB0lex1nD1ColEa4CjmRxHMFYhoaFfw+mUUJ6rrN+zPdettxzbe +HPBVhNWpfOcQdEIrPWwhMCJJYOnPQ7OpZBZ7088Bc7JVA4RHMo54MuuU2t1Th71H +l7hcF9ueIKXqnsoAWFoG+p4UOy+OHU11THp3ABEBAAG0aUNlbnRPUyBBbHRBcmNo +IFNJRyAtIFBvd2VyUEMgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJ +bnRlcmVzdEdyb3VwL0FsdEFyY2gpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQT +AQIAIwUCVlhRaQIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEKlju9v1 +M/T6HPsH/jLoRihPGZrdNjnVRSx/7hzQ+csdpgwRYSgJOeLTJAmemXYxiAQ0Wh+Z +AiDA6hdUu973Y/aTZbOoX+trb6SaEquGLLxhFgC21whVYfRznxE3FQv02a/hjp/3 +a+i0GDT4ExSNuMxAqEewnWTymHS8bAsPGKuEMk9zElMZgeM6RrZUT+RL/ybjw5Mi +H8mP/tEcR1jAsm30BSoWV0nKHMXLpuOVTQS2V3ngzMWoA/l/9t7CafhkpV7IGfnB +HwQChc3L9fyZ/LwCo0WR1mHbzoPq+K4fwOnjdFEbgUSvfQ3+QiXXrfWt7C9IYAmA +/6cxo9vG1NH6sQ3BJiEyJNaWj3q2c5U= +=E+yp +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 new file mode 100644 index 0000000..54fe3db --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32 @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFZYUi8BCADtrzJRu2Q3WGb5ExbmAB8CGWDAbVOTLZBA0bSj+i63LsUDdHkU +sKpOGEaRPhagB27lkVUMOkcOIodYAbQZDbF788KDxeF4BopORbGXdo14OMEmoVq6 +rWPDoYs7Zv7G8blQa0IBE/BqdjYxyXZ0CSt+OLQ8r3G8ZB//SbZSTWWJcp2aN5oE +79yB+tEfYznGzETZY8gzBOcKIk/ifYVNHHS65ldgOd3KQK7/vjWVc9LDOLcFcwXj +YABSaUTsc3SkYKQ71SuxLssBWxSGaiZWBdN7s0FZFMDagWtKW1jQDlIhoRSULfpL +m5Y306pEqNOdiNgAnipXPL4NzWv0zFVHoWaFABEBAAG0bUNlbnRPUyBBbHRBcmNo +IFNJRyAtIEFybTMyIChodHRwczovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50 +ZXJlc3RHcm91cC9BbHRBcmNoL0FybTMyKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6J +ATkEEwECACMFAlZYUi8CGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRDK +/vEbYlBf5qvhB/9R8GXKz71u66U1VTvlDEh4tz7LzKNUBAtEH9fvox1Y8Mh1+VKK +h7WtAWXsAkBvy7HeJ/GCUgvbgBjc7qpVjq/dipUTt+c51TLkoSa0msv4aJnA5azU +7+9qD/qvnjEZVgstFGyTQ+m5v9N3KdAWyw2Xi1V820bmmj+vlVzGFbQo2UPps+7d +bXZ9xI9Lmme/KD4tctjg9lnoCXmFIHGZfMVCoCyk42+p5EHlSZhYIRyIIhjpELlL +gllMZz1Bdp+V51zndIm7Fe1d6jcSEjpPjRecIxfr5PBLAu3j/VbjBK90u8AKSKY9 +q5eFcyxxA1r2IdmItGVwz73gSz8WkJoh8QeN +=72OZ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-AltImages b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltImages new file mode 100644 index 0000000..d0690d2 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-AltImages @@ -0,0 +1,38 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +sKUPc+wYkgeuP5/TSaJrUoS/LXZX6IpyqQ== +=wA0g +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Atomic b/src/keys/RPM-GPG-KEY-CentOS-SIG-Atomic new file mode 100644 index 0000000..c88b6a0 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Atomic @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFV4Hp8BCAC01+PMJx3Fc8U7L2cCNKH4bxtT3fIVl8s3bIzP8u1wJVP+C/tX +R0uEHCtfgscNZV/krMphb+WO/d11azKwT4GueqsLkkd3wXkOaQuN+0YP/s96iRZF +0miEt3KN8k91rFxuow82H9K+vQ59masGCqkGRyDFFFUwJgIpqfMjEU3eIkYkyaer +m85d1QDQigGbIuq5dIdzMp+NdDfh/j/8xnGNEOELcBeHUH3SQzaoMV+opckLZCpy +DorXDBCuQPcrOoE3jLjntrTXKsGPUmh474X2rGt6cJCk0JhPL2AyseyWC9C3WLqF +z45Hc62eP9tfmeEi9e20ulJZClqpd2VvrV3xABEBAAG0XENlbnRPUyBBdG9taWMg +U0lHIChodHRwOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJbnRlcmVzdEdyb3Vw +L0F0b21pYykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMBCgAjAhsDBwsJCAcD +AgEGFQgCCQoLBBYCAwECHgECF4AFAmIgbv4ACgkQ8X50VpG6gzWriQgAnulTy47r +D5paK6zzHJLwypulQrpZiAjerPaErIYBOMiHGDFLAcaQ6irOm/GkxrEPHF08CVsR +Uv8Pu9ZbnKfE3m+s1jPckYbH/Be7JQ8HMNe66JZEGbppJ3itJDO9ncZP9x5B4x34 +cVFYLZ4foEfFUbmk2E6xq4lc+9CY6lnlS9jiIuyRr0y92G7GtQ9bsgvaD51NGLzw +0goLLpvH5dibgVFmGi9MpK5BwjA0evt9ppVzO/wP+0RKWMPw6zLIUTGMq4GGdUcR +h/52QidzITJPaLnvedI2KTBFBFXQ1V+iPdwV9OpDdnzTAC8+AjLesyWTvnrbDFlb +/5983PoGylVP4Q== +=kt+C +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Automotive b/src/keys/RPM-GPG-KEY-CentOS-SIG-Automotive new file mode 100644 index 0000000..2f95596 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Automotive @@ -0,0 +1,38 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +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 +MfN7OA== +=mnJ9 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Cloud b/src/keys/RPM-GPG-KEY-CentOS-SIG-Cloud new file mode 100644 index 0000000..63db8f1 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Cloud @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFVWcCcBCACfm3eQ0526/I0/p7HpR0NjK7K307XHhnbcbZv1sDUjQABDaqh0 +N4gnZcovf+3fj6pcdOmeOpGI0cKE7Fh68RbEIqyjB7l7+j1grjewR0oCFFZ38KGm +j+DWQrj1IJW7JU5fH/G0Cu66ix+dJPcuTB3PJTqXN3ce+4TuG09D+epgwfbHlqaT +pH2qHCu2uiGj/AaRSM/ZZzcInMaeleHSB+NChvaQ0W/m+kK5d/20d7sfkaTfI/pY +SrodCfVTYxfKAd0TLW03kimHs5/Rdz+iZWecVKv6aFxzaywbrOjmOsy2q0kEWIwX +MTZrq6cBRRuWyiXsI2zT2YHQ4UK44IxINiaJABEBAAG0WkNlbnRPUyBDbG91ZCBT +SUcgKGh0dHA6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVyZXN0R3JvdXAv +Q2xvdWQpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIB +BhUIAgkKCwQWAgMBAh4BAheABQJiIGowAAoJEPm5/ud2RCnmcwIIAIXMMoVtdDyQ +9NeiPHkQoIUNuX2UTqTf0kXVly938E3xuMArwjqJTKFAo11nvsILhBPFGcTLQOpX +YqeE4S/NXICh5eufjI2M+Q6ZkOuQhB2sAi05+ljkJo0MC0sBq+CfyXGyVM8Dn7N7 +56I4vC6pH7WIR8zCbVGHZ6CxIQrvzrVmeWCrlWTRf5LuLA9aqrYNiSRemx4D/H4Q +OS/P4M531x7EP2n1Wld48KI55OjPuhvQnWrTSp4NVJOt6SrWHpFTMdOysYLccpGO +252cLvPucx3cS0nRD83O52PU9FN3EDEhLktZNAzS4ILtJaibBD5P0q1IQjCmy3ru +jkAXUknmtsc= +=3UMh +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement b/src/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement new file mode 100644 index 0000000..7750e2c --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFqyzbABCADt/iuaCPSqEqhQHIW9ThAWS1MTN/2poztrsG6O+BJeyEewPvCw +nfmkTCep3A/vZ2vb0tsX3A/xtiF9HkEKBvGGIxxHKX5/fGRGz6lIhZyNTRQW5WAC +6HRlJe2XSKp3ANaUXaXeCs73ce7qQbLEGPmV6Yn+WnNrfL8xB6fymWG/BjTd/dMw +1quYGynHN1z57wup78G2o+boEqRNtJ6wW3flstCq+OXYoB7kOT/nja2O5lyZBqyV +NjCi/mmj7j9U+1xlpJEb8/OKynTKEJ2wIAa/IlLc6u5a5bAawqCBpRU3xpiu6XB0 +ysNSLqSs9Z+W2D4iWOvB/6rqdZPNAADnhCjpABEBAAG0dUNlbnRPUyBDb25maWcg +TWFuYWdlbWVudCBTSUcgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJ +bnRlcmVzdEdyb3VwL0NvbmZpZ01hbmFnZW1lbnRTSUcpIDxzZWN1cml0eUBjZW50 +b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheABQJi +IGqEAAoJEBrhEPpui36Ko90H/1IzqhyxClSr0Xdr2HEUgzUwQ+bkSR6BVeGCIhAF +KUjOzpyKQa0MhtvH5b67kJmPVA4GBt2cxxtfmu8yUEJECR4Ax4ARaqnCTfqtENCJ +S1EKGo68uCjJiKKHEruNMB2iRJ/bWNbLJzv2l4vDE4Ekwf1rb/eX/ATYr+SkhDet +DMJYF63wJQqIzqEjpYWQxHdKTwr+/9LOjs2RHfYjaI+6h4cW8VDzXCodpWCZS1ZY +iE2dMsy3sQoC0EtZtLMVSVO4nxgG+9n2+L+fWqFIn9IEECsdS2zmT+vBihsBlQ4M +nDy8ApSMmRT84T/9nG8aiCw+gWG8CgmhRqpS6n56jLOritc= +=iKhV +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Core b/src/keys/RPM-GPG-KEY-CentOS-SIG-Core new file mode 100644 index 0000000..0e95b33 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Core @@ -0,0 +1,37 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +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 +=1J/Y +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Extras b/src/keys/RPM-GPG-KEY-CentOS-SIG-Extras new file mode 100644 index 0000000..e15f9a8 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Extras @@ -0,0 +1,37 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +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 +=jx2B +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale b/src/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale new file mode 100644 index 0000000..ba49b19 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-HyperScale @@ -0,0 +1,32 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBGAFPdEBCADhXtzOEQcQnug15GHYeYIA9Nw/x96b4XliZFi2GDT7Jqu6njA8 +QJtKm8C4Hoc/DxOXcidxDJ/pu2pYwzxRpuIi0K7PA5lF08HgF7aZsxq0yiFRMCaS +qpp4NCw/Xj0VPohu7jICQhzalnfZjTk0zEneBnpE6jCSIDLdaH8+iC5F2KerEPjq ++SZOH/aVLdFVgPUbz7zwL7XMsmDT0M22J1zO4QmUTsVbkaqtSwtl/qkl3Eo2hF1x +ToiYa6CPn2rNnNUZ1xhW2l/hncE9w/kbmzALFKHEo+XUbKsihfp0UAenxNtm0k6E +FDQTZpJet/nIq+6t3LFmZiFJl8mcIaXm3o95ABEBAAG0ZUNlbnRPUyBIeXBlclNj +YWxlIFNJRyAoaHR0cHM6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVyZXN0 +R3JvdXAvSHlwZXJzY2FsZSkgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMBCgAj +AhsDBwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AFAmIgawoACgkQKgH6Kus9rEDB +5QgAk7U2F8HGcaC3FXdqHzkqsz0gFZ0gpJ+QSVJphiCSTpBLzerFZEDD64igXOLi +qL5OW8fJrKBqKeGCT/VRV3UZWlwfD7gomBHNB7zQRSGtCYxydadBJsbYlNiI8C2t +EnNsoNxBpZRoWuYzGG16yEHDF+HiY1UsFXwet/uMwkUvdsGVuRnvQjkG5P4hSFHK +8i7XjtWwizhD/OHWqot5R+UumzNYPK+DsDfUI1qpUzfKxblLuSZvJO6wHcI/k+NG +55lddWHHFoYfBDVIn6iqN110r8w3vEKeeLWv/5virITg/5iFIxfvuXyPpOQSFz6E +rwSz547blvqMljHkCp9NnumdIbkBDQRgBT3RAQgA4fFLaZ1HsK+K0fdLxdzRUB2S +8FfIuV1n53taP6OYzk5fPRf/vwXt7E0IUONvBd/z7LfkR/eGbdG3i+cQnN8fJjHZ +1DkziTK4Xjq7vgLIOGzONFQwWj5XKoTBpw2+cfEmqiBlFY5erVzgxrZXB0aZeY3w +vWW2haOBuTUynPcVsdoDCsO5SYgFX8tDmZRUIwsLYvS5gI9DLxO6mLQnXqZapWD6 +GeVw+eCL/EST3eimrsRGPaBWUTplHaVDT3hV+w7Yx5SfjDJxWUJAwl13+YGB6HvR +T5gJuSgJ5MUQDtBMVGUDsv4Br0YiBSytquAgAAcJ4gzCzqNal623c/soXio+xQAR +AQABiQEfBBgBCgAJAhsMBQJiIGsSAAoJECoB+irrPaxAAWkH/RzJ3ZvJYb2BSeii +sKza+SXUIJl2LPjUJ6q8dfI3ity0jEpWpKFxN4tYcp3B9LZAon3g0P/Gc5kftIb7 +7qAnlCkh+dt8RtCeWEvdnZlIiS/k5w3dogBHzr2L980QOdyFZAxv6bugzEPzh3Dm +rBbH9JzSx0c+weeLZdgtDdgIXiPgtrQfdPe4uxjx39zy/k4Lt6M1mKsuy872yn35 +EMUeQhb82If+4fQOcYOfjc2I3MBMTd8cz/s6ZKKR1QD7rms2JPx1KJfIxjCSRyOL +dFmDih7j+JmBz7IYFRWMqp8SR0MBkVIykZYomEChhKOD5vSXOVEq/CD0tN63dlhs +fnRBNE0= +=rDM7 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-ISA b/src/keys/RPM-GPG-KEY-CentOS-SIG-ISA new file mode 100644 index 0000000..2eaa69e --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-ISA @@ -0,0 +1,38 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +po0pa45/4grTi+p3SQ== +=HN07 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Infra b/src/keys/RPM-GPG-KEY-CentOS-SIG-Infra new file mode 100644 index 0000000..41d4351 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Infra @@ -0,0 +1,31 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBF81MQoBCADdqd33HEmIacxp/JjeqG4BpJlS3LAQ6sF/B4FL0lUdWOh7QakR +E7V4JsvqdOqZtEYa/L5GbMX9yhWBYwEPavDkDImMCisrbtTUIH37GlrWy2p17yBE +IyUUlUWQs0SJtXuPv2y5wp38LucYubMJX/DI6sxd7MULv5cLsJnRuZxua2XSgE4a +cRjtrG5IyUgQhtjP11RJeuJXtrga4FmYWuCTLFRoQW7W6O4JgB0fPI+vdBLY/VUR +GIn/MOrFYSFuBPS2Vp5MY3yAmW/x8dyUuJ/VeYFdUT0LI56lOl/OChQW7y4RRCNX +F3nWcbENp9dTiyeOK1l36RundmmJ6i0igvCjABEBAAG0WkNlbnRPUyBJbmZyYSBT +SUcgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJbnRlcmVzdEdyb3Vw +L0NvcmUpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIB +BhUIAgkKCwQWAgMBAh4BAheABQJiIGynAAoJEItET871bRYh1o4H/2+qAgqCi1+D +mbY5hTN3RX9NQrf+LLgphRP3ONcPsSIE/ytfEYLKJ4UytmlK2Nja2xMFBLnqIwkc +RVhQszOGgmNkErgiHI6mfBXncDp98MtRSzlWodpRK/pHJ8qGqlmdShpqKnQbXI2K +uGZdFekgPERe1wiIKpJoN/ytY9o5gC7cMn35XAOxkO2QIGP42FKcC7xDNPHu27T4 +rLlN8icCUruiaQEqnOSyPYkOU3Y7e2/qddmAEjWIWpjZ3s23ymhf6vMsbYMD+V2e +y/sROgRGMkIu+QFbL9bmN4MO6zuUNrnElIg8nPZf+SKDuVzCG9DhVA55sp1ta+Ew +G1XcSnyZota5AQ0EXzUxCgEIALINDo0hZCs438Tje4YjiTLlt8hjVYlMHZFbhBR4 +KBy2PTa1IkmFLHpae9pe64a2Ti2Zcs9onTNA0TzIma6RxThbWDEquXrwIwDCWP1e +szamsWW8OgHlLvPansD8bC251m/OzAwyBOl5nauWjujRpvsp1RZbyT7cp7/RJCgI +pyK7MIrNA+W7tBpl9X92PiuLmFNKViCUK3Sj/N/4XJHoQ03FXEvHmcB7yZsBfHOr +sQL4Nb4wJsA+i38cqtGljvK807aYCaImE+NRrkBcaQznsHfKls7pvW2N1t1ll7GR +0Mx/LMCfQxcPhSWkhsj+BEt/cBNlMeZD4C7RMjuX2ZBY7Y0AEQEAAYkBHwQYAQoA +CQIbDAUCYiBsrgAKCRCLRE/O9W0WIVyZCACOuLDPNXr7E+DiNrUMNSyYfcFMHewq +hxRwOocnjY4FSt6IBEm8PFLNmbu3JYPNHJdezpUjN8DRbItjwgQEqeNzQR/D1AXK +0u91htFZsapfucNcz9dnn5G0ABD+SSYqAi2285h51XpullreuihTBkztkKvGXaWe +NJeT02jbGvdxlKcXcECRvQ5HqviHP0OvOQIQR7bHOEbVBqEPbi/3LMYZzjLyrZ/O +Z8XYb9MBjhK1BBORXlS82VtFLvLv/2oyZtvwkyhca+/07r8K2zQEFyb35IISUWoY +KaMC9hBnYoclPUmndqOopbeGVQ05NmhUvfd77FgR+M6G56V9Ki0GJj0P +=zpF8 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Kmods b/src/keys/RPM-GPG-KEY-CentOS-SIG-Kmods new file mode 100644 index 0000000..a323048 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Kmods @@ -0,0 +1,37 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +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 +=Yfg5 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Messaging b/src/keys/RPM-GPG-KEY-CentOS-SIG-Messaging new file mode 100644 index 0000000..4bd6a54 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Messaging @@ -0,0 +1,32 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBF3jBZQBCAC3mGl8pmWoOuUzh8rJAbaqiOXEZ8wa904VN2bTDgxydtwL16cy +ad54OaW+jyD0+api5b5pKmmu+7qLT3vfndITQaF8lE1w+1qSFFJpbxOSsqU7rVx5 ++KpqfmfBJ9/jTIQsCcIdcx8Ajachgjifj1bM48quYE5pQp4YTu+I/HhwjacO9CEt +yIcX48wph2CbvY/xPX8E+8kdrc4/gd3F9c5Nmvj5Xa22QsXpCzrJSO5Vm8NIGycU +O4NhE4ctQLa5MqydvyAyORA4IYrzsK1Ioa8MJeeKvUQ46NWR+N2AsTQPbnULAiJM +ef3giEt56YpPx3JMe7G4XfAgsnYQphhFdV5VABEBAAG0Y0NlbnRPUyBNZXNzYWdp +bmcgU0lHIChodHRwczovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50ZXJlc3RH +cm91cC9NZXNzYWdpbmcpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIb +AwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheABQJiTWLmAAoJEIMBTrvhbg0SQFYH +/0RFI9yxWGchuygAlsiX8bBgp0oM/vWmX+b5gZuZBM0vCPFYgICCSG5yVcRZofqx +QBCOQ5tCVPlGR6DGxRjKlJJ5AIFLDh57no76wbR+RQAzMzXxrRNSlbu8ccwJX10e +njSOLvPvKXq16HuLq2PJ2p7ZkmsCpab9fiD080RFXvgr9cQ7etE5jp55zo5zRmF6 +CGSpjZKcgVwRc5zPq3W1OwT7LQNZhClotlWT3RjujkmFkhYjEK4Q2HO9dRc/lHXz +B24suCv7wGtyUcGr1ghqNGQV5kr2uBpqTK8pvOFs+jJRczGmnUcY8YVKUo/fJZEV +eGTZc4X0Gfhq2nGTWE4xcDy5AQ0EXeMFlAEIANFN5aHtItH/5c0hxBNv8S4yDnEm +NwHKzWQBPJv69zjcokjYyAImRs6EqbEKL2hWA+9AbrLOC+s1Fya3U0EJIZmVKsuj +8GFaFBB7l26t596re8aWMWf+sbHGgBPHxi+Z/3LAkBGViI5r1WZO1h3b/v9j3QOA +A8WIVAcqGzwbBQDCV4zVZuePoNouYhMLvjai3Y3Ydd8vnZyGT02Zk4zYgBOw7cnh +0yveyYxJ+11x53UJXFmGI/vbslqmnWawp0eqT5T/TH45KNXHglvGqPct+6FdQ9N/ +sIFjjYDXxuFNr3jCleXdP3SSi+Fvx7OrIVGmXNa0b02DWjci0wouXR0kGn0AEQEA +AYkBHwQYAQoACQIbDAUCYk1i2gAKCRCDAU674W4NEgtpB/9YAciHdlQm9Bfk/lwA +otibXlqqzQAtjQ7UAbHsPYL1s8ty1RxrW3Moi2y6fVFcFaDpzo8MEXO22TV7Pff+ +hnhvea/XhXcIpTCEKfuK2gapvVIQ6cHFqpbthrzTj7SAOdp9mxkxdqXYVsiMAoWl +PweZDxc+S73ryC6OexoI6s/HJBQcmcnhArdQUAxQQed//oEFfz+Gznj3VBsFumMV +Hldqd3MYc1mcPC5ok4oBoBY2QYg74NYSxIZU5DVsv/rJYrw0cz7+539f9TgOCYqs +GbyAJgLIJBBZnS0rPyqCEbMyV1H2ah2FgPGFKxo1uVtRWA2/oulu96uHJFeN9rSg +Ud3Q +=SGO3 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-NFV b/src/keys/RPM-GPG-KEY-CentOS-SIG-NFV new file mode 100644 index 0000000..db97952 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-NFV @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFqMVyYBCACriP6iaXy1GtYgrueyz3U+GmNvNrnugEUAeWicotKvmlqjUKqs +s5N+Zr9yjAuwPjruywNVxuhRxTdyvU0PMMh7ZMkeWtJ26GWuCmN9Wf3rU5I2Eljh +nzulf06q8E1zYLtggHfk6FOP+lYloCOPZys6BCxeWA8MvRfhbspI0pIhnnIFwHYe +71K/ljyfoAsth/WC5kZnqj0LpJRVmp2kooS79LSC1DXTATaaU0RCSY5xINMTjrmD +6yA6GwRoAUu3y1IF02jI2Q3NoOht7GtYXDuAr+MaRJBI1oXr2uAbu4Frvcx3zHAy +CRbngZNnbh/kssAvAoEHev/qkhVhvbIwVuizABEBAAG0V0NlbnRPUyBORlYgU0lH +IChodHRwczovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50ZXJlc3RHcm91cC9O +RlYpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQoAIwIbAwcLCQgHAwIBBhUI +AgkKCwQWAgMBAh4BAheABQJiIG2MAAoJECFGXiidKnanOlsH/RtKkGQsRxsl1sWk +OPIj2OkATTqoElNTXrpmQBycChx8RFT5yZWsqA7Hwn1Q9sh+Ppf8Q3HhTyZ82MAP +krU8xxWCUillQfSBhL6QpohqEBabTySAamzvKzTebVY26jOn2/EOghKHIhQ1i8k5 +TQn9JVBfey2pU9sjcf255SuucF5OseVBjRpCGf+5NmTFwLFPIMLsKWPNJXiqtMiw +KGzA8mDwz41i6eFCBmrbtBLVNUTmFKt0W2AnLxUaHNpe+eaaQBGWp7q8DpCoVhlQ +4EYdERVpOVtfMoOrq8k2yhCyYjSdv99eSQ1xNzooU3/UazL8sPBd+aHsvfmTbUQF +4McWxeQ= +=he1W +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools b/src/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools new file mode 100644 index 0000000..b7a6032 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFirSnoBCADLACfDHfVhgxMImHt7Y6VpUAvg/QXygfvkhmzbcvVTzj0EvP98 +V9H+O0+lWupQCoa9J5p/7i5bF74aWqY6KZU9tQnU8Mc+nbyvy63TC4Jb47c9AwPo +Nba3CCmnQs+pfNTbvpwR72akgyx1jCWQApYoo5O0MKQy23Zhm8jz8DoPyOjRSrlV +idRUGLoydLU7u4sC+LiNfl5LoAZ1KygeOK1zHh3ADQTuMdLFMizb19fIhENyN2xm +sfqTW1UZi4R/1s2e/smZtf3P1N9lAwRvWYxy0IeXJXyZpT18nuyXqp1N1Xivcs2r +PW0tpY5Fn2/hauKeJP5DbqEo7o7XAAyy+NUbABEBAAG0YUNlbnRPUyBPcHNUb29s +cyBTSUcgKGh0dHBzOi8vd2lraS5jZW50b3Mub3JnL1NwZWNpYWxJbnRlcmVzdEdy +b3VwL09wc1Rvb2xzKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwEKACMCGwMH +CwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAUCYiBtsgAKCRBP2VMnUbwqE8JyCACQ +eN6sPeko8PPla6zbFP6kULxhDdaWhKeYvnll2HscDGoRQkW/wlOGzonljTG90caD +StVfTk0+xcJcgupevGnEdRRLcQINUnIZIviz5nFejv1WT9dAA5KgKP35RIlw6EXc +YzgnUmryygI4U3HulcbI+iTKcMW/eX0STcCojXlTXTnV6OPyI9coG8xSUg377p+E +H9cwrpnElX9sxWyU941QoASzkm22IoC3xltURfrDcP82mhswbkQR20Rotu1xAb7E +cGx4UKLf0qHZBscd8AQaY5DdTxZLYqF3grSYGtrozizlo99zLEFfOXI/3H1Hmuee +ioza+ZdUfjCc+EHlxQhq +=Gz/w +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-PaaS b/src/keys/RPM-GPG-KEY-CentOS-SIG-PaaS new file mode 100644 index 0000000..0d23bc9 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-PaaS @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFc8iwUBCADadBGYmA2nFvq79/5uxUQOiPqC/QflWcPX1B6SQKniUhyqaSes +gNMJsPppKRV4NZKITcL8lZ90+Gds0fmL3b5xz1r5Rfm3ilSItEqeGlLIJZBvANyx +rAT3q8EgkkVRyhZPseUMZj04O8OKnt1jrHakVkOp0lJClqhZ+bs/7yLRmaLXTcum ++ouqUKzQoAEDnqe9nJmmJhC6n2vg7o0PCo/9qOf/scQbv4FNoJfmkcVLRmwmqzgh +bGj6QaOgij3sl94pZ3HFop4f+eU0kNbyt9J18fKI8X0DdHkDW8kO1UwwHT2ibJ1t +mBaUsE1zZ0DvfyFad1xXAgm+SIlJgdpPvPNLABEBAAG0WUNlbnRPUyBQYWFTIFNJ +RyAoaHR0cHM6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVyZXN0R3JvdXAv +UGFhUykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMBCgAjAhsDBwsJCAcDAgEG +FQgCCQoLBBYCAwECHgECF4AFAmIgbeQACgkQw0xb1C8pfszpFQf8DYXIlAO1/3ei +cFerCPXGT4p4B4rxJINY9OoTDBbkXbHefn8ZINmahm4zhQYK0qF541A3jyu3Hu9e ++3qeXiwDPNXfckMbcrlPPN8lI3OjGxzQc2Pb/01FbJ94ZAws/S8PkT3P0kIhlJKl +u2ZWF+UdeVh1OwYPmnGCGL07sgR54+iqbt9zR1mO1gaRYOtiYT/tUKMfuOy7vr+o +XA0G20rzGg2eWAULNuydqB7uwDAE2oaY0reCyMlnm76+QJiwNxFOfR2rBD+mqmoW +Q+O2KPeJDCbsGcXWVu0ukkxRmzG5sniuFLR3mXNC2iHjMmB+zLnKqar2QvjibETy +1Z4Er/AD+Q== +=cY9o +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-SCLo b/src/keys/RPM-GPG-KEY-CentOS-SIG-SCLo new file mode 100644 index 0000000..85fc96f --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-SCLo @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFYM/AoBCADR9Q5cb+H5ndx+QkzNBQ88wcD+g112yvnHNlSiBMOnNEGHuKPJ +tujZ+eWXP3K6ucJckT91WxfQ2fxPr9jQ0xpZytcHcZdTfn3vKL9+OwR0npp+qmcz +rK8/EzVz/SWSgBQ5xT/HUvaeoVAbzBHSng0r2njnBAqABKAoTxgyRGKSCWduKD32 +7PF2ZpqeDFFhd99Ykt6ar8SlV8ToqH6F7An0ILeejINVbHUxd6+wsbpcOwQ4mGAa +/CPXeqqLGj62ASBv36xQr34hlN/9zQMViaKkacl8zkuvwhuHf4b4VlGVCe6VILpQ +8ytKMV/lcg7YpMfRq4KVWBjCwkvk6zg6KxaHABEBAAG0aENlbnRPUyBTb2Z0d2Fy +ZUNvbGxlY3Rpb25zIFNJRyAoaHR0cHM6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lh +bEludGVyZXN0R3JvdXAvU0NMbykgPHNlY3VyaXR5QGNlbnRvcy5vcmc+iQE5BBMB +CgAjAhsDBwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AFAmIgbg0ACgkQTrhOcfLu +nVUzkAgAgJSl++PWo69OGI8eUn53whhfJ6ZyKCOyI9+Flghtfwq1mdcP4dIoAubw +nlQcvEsE4Erob2I1S+n/dXYh9y2+Si3HdXRreKzC1rCSG5ebYRrEqeMoJhBoDFSd +xydtxi03l+Dh2iWtLtXpAM85qHvgIrPfdUnLRVbDBT52Ph5igZl8ux2ooJ94CPm4 +yTG/0aPIebNQsLP8LEpa2wad2WJfIeFgjEHranWIzhzapGgwyf2Iu9Sz3L8ljiz2 +2HixHpI2es3IqgLyRsTBo2/EdbvMJWlFwiESe1UQIW6ObKNnVabIHUAxZgOlj59o +JhPOzTBG+Ma2fLs+ZFBV88cpKdctFQ== +=+Gr2 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Storage b/src/keys/RPM-GPG-KEY-CentOS-SIG-Storage new file mode 100644 index 0000000..26dd41e --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Storage @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFTCLWABCADDHh5ktfB+78L6yxcIxwbZgaLKTp0mKvM3i2CjBrbw+xHJ4x9E +mn39rkTJf2UHOK0PgAp3FftoAFCtrSAXuanNGpEcpSxXDzxNj2QMpAbySZ2r4RpL +qxNVlB73dHuASXIMlhyV1ASpM6Me0dpaTtyKj38kRPFkWWuIUaiEQzXFgztYx7Kp +i+we0iUBfSKY47l2rbqyu9qZ8kCeMjuSuLfG5OKw+fj9zwqFJkc+LAz8IPTF4g7p +48m0m5bUPvKIIa1BfYcyqaTMxfbqjGaF1M37zF1O0TUKGQ+8VddzQmwg7GglQMt3 +FqVer1WJUNPXyEgmZMzfmg7lqdPKKYaQBLk1ABEBAAG0XkNlbnRPUyBTdG9yYWdl +IFNJRyAoaHR0cDovL3dpa2kuY2VudG9zLm9yZy9TcGVjaWFsSW50ZXJlc3RHcm91 +cC9TdG9yYWdlKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwEKACMCGwMHCwkI +BwMCAQYVCAIJCgsEFgIDAQIeAQIXgAUCYiBuMgAKCRDUouUL5FHlteOXB/wJ6njL +WfUnsPUxMJLYOYXQy/UcUdR6K1v4C4CyoZPyqbH43CUHK2WP/iWOvJOGhRKWBTkZ +0ednp5EesYHOI2mBRDo9m+DFv+pdy1CoXzaXnQS1scqqR+3loUgswq6CRf9WBD9n +MntWgoBvcKwYz7FcGTp938DJ4OS4DwBBf+hSYaaaCeLUrJt923BZSK9w2sd8o5GG +8Iyrp3sqkjXRVajmJEXA0p8JuGdfihZHmDIxDP9Kdh190wm2+Qz+PWb6SZwxOhdy +Eim8noybFQMiTUcHH4dvaU7Jhx8xSC9MU9s/onu/MTo8TGCLG55SdW1HwlYwGX0A +X3vAT9GZEYZ4LHrV +=0E5C +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization b/src/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization new file mode 100644 index 0000000..25fcba9 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQENBFWB31YBCAC4dFmTzBDOcq4R1RbvQXLkyYfF+yXcsMA5kwZy7kjxnFqBoNPv +aAjFm3e5huTw2BMZW0viLGJrHZGnsXsE5iNmzom2UgCtrvcG2f65OFGlC1HZ3ajA +8ZIfdgNQkPpor61xqBCLzIsp55A7YuPNDvatk/+MqGdNv8Ug7iVmhQvI0p1bbaZR +0GuavmC5EZ/+mDlZ2kHIQOUoInHqLJaX7iw46iLRUnvJ1vATOzTnKidoFapjhzIt +i4ZSIRaalyJ4sT+oX4CoRzerNnUtIe2k9Hw6cEu4YKGCO7nnuXjMKz7Nz5GgP2Ou +zIA/fcOmQkSGcn7FoXybWJ8DqBExvkJuDljPABEBAAG0bENlbnRPUyBWaXJ0dWFs +aXphdGlvbiBTSUcgKGh0dHA6Ly93aWtpLmNlbnRvcy5vcmcvU3BlY2lhbEludGVy +ZXN0R3JvdXAvVmlydHVhbGl6YXRpb24pIDxzZWN1cml0eUBjZW50b3Mub3JnPokB +OQQTAQoAIwIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheABQJiIG5eAAoJEHrr +voJh6IBstaoIAIJxVzdyNOT4pPCM22BFqEj8VyJBlViOws2tyGabeUi1VSjbhEjX +eI9em0yLg3VyxC0WqEBXSUvYeFiO+z7jOYiQgaKKfsh9WF6p0PxnT1chjfzwkPtE +xMLI6+e2PcmfI4eRtvKlsbfAv91fNwiU2EswJQtoYYmsD+doOb8Qdp6QNB55feyQ +RRmFF1WQjECVRzpoUVMHgZj2gDMTMrm1tIqK9nOib1JwioN7XpuhaEDHw6KR2hEm +zwqn1UxOP4m5UdQeRYvt/zfh58LzgWY04XJwbar9USqfM3HOoJBLpz3MvV79T1X5 +tQ95auhO9AZ1tG6QOsWRKFGdsEaxoFtWm4w= +=6CyI +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Security-6 b/src/keys/RPM-GPG-KEY-CentOS-Security-6 new file mode 100644 index 0000000..6e08693 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Security-6 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQINBE4P134BEAC+ho3SNeLTnB4VaQHl1MFnsRHPEseN82AGiusUYlu+MR8pZ90P +F9Kv97idgKcEhdG7kGrCqGS5DOvLbv5UOyOEeNf9Zd9bvE2MEQ6XWa6IcffeunAp +RfFo71CAuTfvix7ewCkFf/SvRx28mHVOeCtpjVU6BQ9XXMnXPFiD1YALJEif8YF1 +qq3tJbtpzcM+W0b5VyCUqWf44bb4M8WtLmHcTjHmQgoulPWxGqS2rmZ3qM2kqh+Q +QUqsPH8isfp/6WN0A7LtsZ326PV2FuEe/qVaT4+wNgqpI6hYiaYj6BQTuc7dV8gS +xhnVXH5MIDYw9LBIAhiATAr93CQTxcG1Gdk0wdGZaZGtDig+mXD9RsDBF+R1N18t +D98xQ5wpU4buIAcqBj2nC/c1trfO5KoWGepyuABYT0+Dz2DLhr6AwEuWymDhD4zl +PMxU4YsCWh3rhx8kU85ByRQQk/dNmFQ7VdJeKb4ct0nxW+Yi8pMmB3mLXlzo+LqT +CIa71e+lQjQKtJoFUMdIHEk9acMirXdbG0keXUfG/DnNA+dj+egAKlbu0id8Au97 +EuZaWyXVSZ8LXapG+wkaMvE+CGY4idvDd3xPDfXhEwRkSQVFe1DPVCL9QV1tUnJK +Zy4kV6u85Pu+4XHlPT26nuKBvfpXwEaDBYoowClj/xz7y2nRlav0CXLG4wARAQAB +tFlDZW50T1MtNiBTZWN1cml0eSBLZXkgKENlbnRPUy02IE9mZmljaWFsIFNlY3Vy +aXR5IEtleSkgPGNlbnRvcy02LXNlY3VyaXR5LWtleUBjZW50b3Mub3JnPokCPAQT +AQIAJgUCTg/XfgIbAwUJEswDAAYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEAsT +LD/+g39vajgP/1S17nqnos8aoc17pXMr0u5DKlT4oV/aQp+V8stjmz+geyH91Lax +jNNE9GQdcqXQH8Hyp3xtdLape0kLgPH5mwDk8yL39uzgzoqZpq2iAeHQfkQ8fqt6 +6WwADRF9t7rDYNJwmPdVka9kL5oGs1Q7xS56x6zgG1CVPzQOCVIbgXDdD7I8nuHr +9en/5f3FmGJ3yGps6wUWETU9BrApat2Z7kY2ZM2ZiW5M/qY1pA/nxS3oTc90o//l +NQbZC5i1kPz6hCxlc1+41pXwL/IB7yYqbnVsc2ZVEncMegbCwQ7yaBrzrNSM+YuC ++z6wFnokthqK/JzYc1/rEfN3IzsadBW6S5mcFvYHNwyo7eeGtIwgQXOheBvyB/0E +23BdT/XjdWxHGP2eOh6v32WzBiA97dU195SFB8j36qx0mKWJujbxKxo4lWlRxvLk +27XEEW9rox5Tiv7XgNUp47wQHe11ADQ/+iyAVPV7ixCT/JV4r+VPA1o9VMggVnTe +ZjeK2coO1sawX7Gx87HwB36JmmEQ6RKJWHyeUodoUKjDcOZqyC9tanGD1lyZ4Oi1 +4CzQlt+gYkRCdYAt2L7KoyjTMp7lde7wF8TuGAM1I9WZs6RACxkAguSbh6L5CtrO +t7DA2xeQfBNNggS4vN018S4qXioeEKMBKrXQTDfsG+tF8DQSyIDQ/pmg +=yuja +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Testing b/src/keys/RPM-GPG-KEY-CentOS-Testing new file mode 100644 index 0000000..635206d --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Testing @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.22 (GNU/Linux) + +mQINBFzMYBIBEACzbPN6Yso1qkcpVTnpfUxVWUpcWcuMiWpKSsZKkT2k9nOVVc7v +aaLUkKY1WoD3+FoE8fDReTgiwbGFyB9EVC2erwjqQsVr6x7ntVjxX5eFniRZ3O1+ +ez3mBWhTfAXo7QoobZPnGeh8eL+lI2Yli/bf3gFGYB9xmv/WptokwvN379XtjP3F +eFfHlCDpBEWL4ISZ4V6BRlIspnWd8A2FbV3byK5DMiKLpU/qnSPcXY4/OfWwn4HK +Of/RFqOJZrJgy2HEmf3XDFHbg7OiGr80Fsc2UuSBQo5MkXckpBVAF7QmhGoRC4V0 +5xgr2Z5Lh2OZhMtLJDYolvrNcdyNvjcfri6QYS55dBpctNbG49OMmw+niy5uJ0KA +MTXPNmyQ3Xtz3Smh8T6yj8iPyHkF7g2JC2xUzp6zijwDjRrDtGpnhrCmOPVlQAph +Os6prHwDa3N3OFubKhFscftkjAElgHVb97U6gabU9BJsLPcMV+HkW3sm8nx2Q9eh +Ew5CfvirSI8RFifOpDid99KSo/Id+wrTqW10Q/wfyFcGkrKo1fVpEkkDGc1nWKQS ++K5MMQsyweohFQvy+yKX2LXhYjDBpopd4KKZJNhR+UDncD7shaKM2yIUp11W7Oe1 +DkeXME7GvGiB48Trcz38osYTzCqxvzXegFQ01PuiYdxjnYZfWlcl3xaUKwARAQAB +tD1DZW50T1MgVGVzdGluZyAoQ2VudE9TIFRlc3RpbmcgY29udGVudCkgPHNlY3Vy +aXR5QGNlbnRvcy5vcmc+iQI3BBMBAgAhBQJczGASAhsDBgsJCAcDAgYVCAIJCgsD +FgIBAh4BAheAAAoJEHYuZYVbpfqNL1gP/jeWOFd7Pcn8FxLQl3IVheHe/5U0z+FO +0rkmr1aLTzoO2Os22DXvcXHHMRxFXjE/xDA8SDp8hNtiU5o7t6z0ZDaDrFo2Cap2 +8MEqhSmDFmezBEV70xaKHtWTkupf4PYZkGzv8flGeOSjVsjN/KaCvWs5n4fq5nTE +Vk2HdxUsXNso8+Z80MqAbtoFYQi63LeRW7pT3D3Y4vCLpjihJwWLYHJrhFvt1WHo +g7az6JoEeHL5lgcOnTt8OsveZk3ih9cONzmlnaRJaaoo6Y7CdtbPu6dVGhRTySto +fZ1MCTrhqZ/Pn8Vgda6kPGq69UcbQ2XvDrHt1q/mLvJsgPY+3E5jgU2buo3YaUfB +Yb9b8ExNpeNCNbxz45FXw6JymtC+YvRipThptuigUngAY+Lpp0ibF/U5Qwox8w/7 +BnTcmT/lh3bGZH3AvWJpflD/WN2qplhXU5KsGIyyFTxGA8bXtbYTnMCwL7XpwXPa +GfMdI/anERDd6l4dxOFWGkLcwZ8PmkLCH52EgPWyd403LPSoukVmupJ42D3hSE7e +9l7FU2hsX5E00zsKTbE7EBUUsP67Ah9N2w3DaEE8XxMCikLN5ok012OjIIQGOEoK +aK0K9fVkSyrpIacOQ0k3wBDuKpYYTsRRi+yS8oTfUO+ExM09SlqElyvnKntar18l +H5XnTNztBtX9 +=p0y+ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Testing-6 b/src/keys/RPM-GPG-KEY-CentOS-Testing-6 new file mode 100644 index 0000000..67011f6 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Testing-6 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQINBE4P1/ABEADIZqNdxFdVbHZQo3xGV8Bvdyj3gjaIxru/22a47Ok1HVxYoOny +ad0xib9TgbyKIARnX3nWRZO1migZTs4ptJVeV/KqR6EUh4YS1MyOHYCQ8rYfedZc +Hnh+cOop5M/TMxIG/EThE9kk/DetMOLbzt3RczVqP2xTshWoRq9rMfmMEp3BnlVK +srEnAUgyhPsknvCFVSLJ0g/ZNMDIczRYvAJWeYRD2sc26scSS4tl2YpD7/VkZqXY +8VXx2AunSGe28sVCnDNJSlQSuYMKdRR7Wc8yqZqFkZZEdTB6KIUMwElHevgwNGZj +49cu6suqeuzNXzZAFP/a9K/Rm4jayziumePEhKc0g8zMHkJsDyo4v/pDvLuSMuc7 +f+jYS619zdC80bEQ9PdOZTIx23/OHeMmG/h9Gjuqz3SxTM8whAQr0uAsZuLLECEj +MToZ4q3guXSddbzI6j708HFvYhD0YpqWJMQ0S6YS5DXN5GQv8c9YtF5ZOA65oBAp +XAxXQZz1kGxx/8jVC8/2uyaY6r/QAnkfB8sihR4V7jLOJbk640ClX8stsJqMEYBa +7ymWDgK5/x8GsJ+phkQQIRIx7Bbh+ob3lUXimzmRE3rXLBcNUip8+YYPN9qVuyGK +XZXupHQvUiMDXsOWHDIZiHYWPJYdWXety0fHHEdj5Bnd2yw9U11R01eeMQARAQAB +tFtDZW50T1MtNiBUZXN0aW5nIEtleSAoQ2VudE9TLTYgVGVzdCBhbmQgQmV0YSBT +aWduaW5nIEtleSkgPGNlbnRvcy02LXRlc3Rpbmcta2V5QGNlbnRvcy5vcmc+iQI8 +BBMBAgAmBQJOD9fwAhsDBQkSzAMABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQ +EZwah+8dbbjVlhAAwoDiowLWFdnEUT6fEhF/I/oOqVxZerD2cHwIfXaHpFvUj3rS +51RKOV2XX7Me2R/gFbKJdXyRpPLU+u4825j7Q/yZGZ6r5AAiSuzmnHb4lyMffm+t +QIY9Qzq7OPU2MOoI3CgEsTdm1kO06glyNBT8s+d4DhFPNgUU9MuY6k+PS9dLnmH8 +Usr0X3FOzIXv//csIokgrN9HDdpVWWMdyKsEEaskG9psCNEf699Z3MVjz0DQ/KKj +jI9oaRfET2+O9v5maovqPqa9vnY2K6EoX0Kznw5BvpZqmuSxnvDkluqVBphgL6FR +QHRomCln9y/3f+4UoF3/c/QglEXSOH/GhjaasxU1GicPlnmV6Uyd/WadJnjp0tbO +NWtR3iNOc5FCrHiTOjx1ld56xsTw+LUOQZby3rfjAyhT4qz7LrTD48nBICHHA5Gd +Ulslb2alhPygn50cfMIiwg+RG271CkPcYcbcyuLjKinyes9jqDMsZ2aC85oWSmcg +SciA5HOrcHJAl8vNBYT2wZVlwvxbwQU+3C1aYAaQRM6OWHvUZE8A8+R5HKOvRGeC +wASURwPP0NblcQTM5C39Bsc70Ekifkt3TUothca9yrOvURN0y3mlGI5T2NTDYfXd +AIDcXXE93jZYMaasAyypuJw/mbk5By5ZndPh+Dwbmgu/c30+Mv1ZYPBsEYs= +=NsO7 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/keys/RPM-GPG-KEY-CentOS-Testing-7 b/src/keys/RPM-GPG-KEY-CentOS-Testing-7 new file mode 100644 index 0000000..e5febd6 --- /dev/null +++ b/src/keys/RPM-GPG-KEY-CentOS-Testing-7 @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQINBFOPHlEBEADP3E1fQHyrL4Rees0MywxIdPgtRueiNSaf+JibtIlfjydqipzA +P5R6th3VuHmplChgUiuP7jxc2aLQewz2WgtFP03y6jUF70UHkRLq0THnBJ8hRKBb +dE5cKsqjFDn9XqhSvdZrEIJtTNEnrUrEh+E3qCXkGDQJTcpff8hfdzukrmGs02uf +Bo9NnDpUahsqVSQFd6AcFPCfzumNjH/dNFvFsmqvdR1RR+c59RXCOn2UtXicqCnx +nOrzAJQD4SHfpso7t2wVLOY0lN+3CRbKLWZc8W7tN+NHHBswy3QdJSWm6ZyCwk3F +Ldx1t7IkKJe8L28Ed7QboDt5oe/wgiN3FRMOmzSsqD+1juMEJLDZ5tvGiEqHakXO +3fcJKk4zVFRpbzZPS791x05E+k5xNpSl1kGM5jkzE2jw6I47FBQF/l3/SLME7kGg +kbECP6i9+b7JWjesaSwl9d+iXrjpxkN74/pitposle0uvdcyKjCihsFlW91XsgKu +8ysPetyOyLxdMhI6r3jhKJavBD5NDFhQAofO7CFv+5ZEBZCZjBglWLSXXMx8yuF+ +ulSbZF6kvoTASQ+hjuM8hSoNTM7EW99oVBMU29XHp6mD8xxej3wI/4lVom1CTdC3 +JZvRnMRZT+jvx1pJOKaIt4lGeVUOmtyPNkt48EYZvXZWzftHp/5K/ePR0QARAQAB +tEFDZW50T1MtNyBUZXN0aW5nIChDZW50T1MgNyBUZXN0aW5nIGNvbnRlbnQpIDxz +ZWN1cml0eUBjZW50b3Mub3JnPokCNQQTAQIAHwUCU48eUQIbAwYLCQgHAwIEFQII +AwMWAgECHgECF4AACgkQx4iTrI+uNL3oxBAAwNt5F2X3/8g5a9QpXiQ72WSpHOKi +pOa4K4FZGA5mkiZ2r8NWO852uQD8TdSUFkx3p7XbP8MVQyuvw+FY6O77FVs9nNMw +EjvRS5KLbiSmqVss1NbAVAMQl/a148aPwckvp75DZMmD8wYXVZdrdCzxXxz+JVxJ +f1mLRyUb1rnaHU9V9SfO0rsULaLeyHyOZTZrSSq9TODrgsdy7eoV4V4gGMM+/q9R +4w/jInaImEet3OVmyBO+qHeZrGRQpO/xG/NnFTXSLg2ltL5I13GK65XvOCtoUweg +DSrxh7loUBQpPDylScjcV3VVBHHFn+m1fkFSsAaIN0LZZsQ6beOvgGd4Ll6tzHae +dBgn30fltcIbInYZ8rr7Sdl9ql502mHejpGYb4pM+g429ZnWh/INzHqXpip/5YJS +qKUOjJxhFey5yieNEmh4VREo/3goBrof6+WCcF8EAAcUUswRB4QIz4+iGTYz2+cD +WXCr24Vr0CrIOECZ7N3+Ftp8OH2E3rM1QmMzFyCxuauQJ3HYyi8BxghYCOanHNME +XrktWUPHttAnoA0yxA3uYXlCwQMv9UYGhQXI8PRRegAceRjcUsCm7SnWm5Z/Cxgz +wfxyKEYqvbRUX2KV24wVRFoW4EWcYyHC7AxG3XUlTh+nIeOcBDRtEqZbI6kyTYVP +fERnsC7RfCEWxFg= +=J/Px +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/legal.md b/src/legal.md new file mode 100644 index 0000000..3c497f1 --- /dev/null +++ b/src/legal.md @@ -0,0 +1,54 @@ +--- +title: "CentOS Legal" +layout: aside +--- + +## Export Compliance/Customs Information + +By downloading CentOS software, you acknowledge that you understand all of the following: CentOS software and technical information may be subject to the U.S. Export Administration Regulations (the “EAR”) and other U.S. and foreign laws and may not be exported, re-exported or transferred (a) to a prohibited destination country under the EAR or U.S. sanctions regulations (currently Cuba, Iran, North Korea, Sudan, Syria, and the Crimea Region of Ukraine, subject to change as posted by the United States government); (b) to any prohibited destination or to any end user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government; or (c) for use in connection with the design, development or production of nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, or sounding rockets, or unmanned air vehicle systems. You may not download CentOS software or technical information if you are located in one of these countries or otherwise subject to these restrictions. You may not provide CentOS software or technical information to individuals or entities located in one of these countries or otherwise subject to these restrictions. You are also responsible for compliance with foreign law requirements applicable to the import, export and use of CentOS software and technical information. + +CentOS software in source code and binary code form are publicly available and are not subject to the EAR in accordance with §742.15(b). + +## Trademark Guidelines + +[The CentOS trademark usage policy](/legal/trademarks/) + +## Licensing Policy + +[The CentOS Project licensing policy](/legal/licensing-policy/) + +## Disclaimers + + * This is a Community mantained site. Red Hat, Inc is not responsible for its content. + * All other trademarks throughout the CentOS website are the property of their respective owners + + +## Links to 3rd party sites +This website may be linked to other websites which are not under the control of and are not maintained by the CentOS Project. The CentOS Project and Red Hat are not responsible for the content of those sites. We provide these links to you only as a convenience, and the inclusion of any link to such sites does not imply endorsement by the CentOS Project or Red Hat of those sites. We reserve the right to terminate any link or linking program at any time. + + +## Notice and Procedure for Making Claims of Copyright Infringement +To file a notice of infringement with us, please provide the following information to the Red Hat-designated copyright agent listed below: + + * A description of the copyrighted work or other intellectual property that you claim has been infringed. + * A description of the material that you claim is infringing the copyrighted work listed in item #1. + * An address, telephone number, and an email address where the alleged infringing party can contact you. + * The following statement: "I have a good faith belief that use of the copyrighted materials described above as allegedly infringing is not authorized by the copyright owner, its agent, or the law." + * The following statement: "I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed." + * Your electronic or physical signature. + * + +To file a counter notification with us, please provide the following information to the Red Hat-designated copyright agent listed below: + + * A description of the material that Red Hat has removed or to which Red Hat has disabled access. + * Your name, address, telephone number, email address, and a statement that you consent to the jurisdiction of the Federal District Court for the judicial district in which your address is located (or Wake County, North Carolina if your address is outside of the United States), and that you will accept service of process from the person who provided notification of infringement or an agent of such person. + * The following statement: "I swear, under penalty of perjury, that I have a good faith belief that the material identified above was removed or disabled as a result of a mistake or misidentification of the material to be removed or disabled." + * Your electronic or physical signature. + +Red Hat has registered a designated agent with the Copyright Office pursuant to 17 U.S.C. 512(c). Please send notifications of infringement and counter notifications to the designated agent at: + + Assistant General Counsel + Red Hat, Inc. + 100 East Davie Street + Raleigh, NC 27601 + fax: +1 919-754-3704 diff --git a/src/legal/licensing-policy.md b/src/legal/licensing-policy.md new file mode 100644 index 0000000..5a94850 --- /dev/null +++ b/src/legal/licensing-policy.md @@ -0,0 +1,69 @@ +--- +title: "CentOS Project Licensing Policy" +layout: aside +--- + +# CentOS Project licensing policy + +## Definitions + +A “Contribution” is any contribution to the CentOS Project, but does not include (a) already-existing upstream software or content that merely is packaged, or is intended to be packaged, in CentOS Linux or CentOS Stream, or changes or additions to such already-existing software or content, or (b) material intended to be used for CentOS project logos. + +Your Contribution is “Explicitly Licensed” if you specifically attach a license notice to it. + +“Default License” means the license you grant under this policy for a Contribution that is not Explicitly Licensed. + +“Code” means software code, RPM spec files, or any functional material whose principal purpose is to control or facilitate the building of packages. + +## Distributions + +The CentOS Linux and CentOS Stream distributions are [compilations](https://www.law.cornell.edu/definitions/uscode.php?width=840&height=800&iframe=true&def_id=17-USC-2076770877-364936160&term_occur=999&term_src=title:17:chapter:1:section:101) of software packages. Each package is governed by its own license. Like Red Hat Enterprise Linux, the CentOS Linux and CentOS Stream compilation copyright is licensed under [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). To the extent you hold any copyright in the selection, coordination, or arrangement of packages making up the CentOS Linux or CentOS Stream distributions, you license that copyright under GPLv2. + +The compilation license does not supersede the licenses of code and content contained in the distributions, including anything you may have contributed to that pre-existing material. The complete licensing terms applicable to a given package can be found in the source code of the package. + +## Explicitly Licensed Contributions + +Explicitly Licensed Contributions can be under any of the open source or open content licenses considered acceptable for the [Fedora Project](https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing). + +## CentOS.org Content + +As of 2020-04-23, new content published on [www.centos.org](https://www.centos.org/), [wiki.centos.org](https://wiki.centos.org), [docs.centos.org](https://docs.centos.org), and [blog.centos.org](https://blog.centos.org) is licensed under the Creative Commons Attribution-ShareAlike 4.0 [International Public License](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0), except as otherwise indicated in this document or the content itself. Accordingly, the Default License for Contributions to such content is CC BY-SA 4.0, with attribution solely to the CentOS Project. + +## Licensed Repositories + +The Default License for Contributions to a CentOS Project repository that contains notice of a license is that same license. + +## Code Contributions + +The Default License for Contributions of Code is the MIT license, as follows: + + Copyright Contributors to the CentOS Project. + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in the + Software without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the + Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +## Other Contributions + +The Default License for Contributions not otherwise addressed in this policy, including mailing list postings, forum posts, website design elements, and content in issues and comments submitted to the [CentOS Bug Tracker](https://bugs.centos.org), is the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/) (CC0). + +## CentOS Logos + +CentOS logos are covered by the [CentOS Trademark Guidelines](https://www.centos.org/legal/trademarks/) and not within the scope of this policy. If you want to contribute to the development of CentOS logos, please contact the CentOS Governing Board. + +## Date + +This policy is in effect as of 2020-04-23. diff --git a/src/legal/privacy.md b/src/legal/privacy.md new file mode 100644 index 0000000..2c3f0b7 --- /dev/null +++ b/src/legal/privacy.md @@ -0,0 +1,184 @@ +--- +title: "CentOS Privacy Policy" +layout: aside +--- + +## Scope of this Notice + +This Privacy Statement is intended to describe the CentOS Project's privacy +practices and to provide information about the choices you have regarding the +ways in which information is collected by the CentOS Project is used and +disclosed. For Convenience, the CentOS Project is referred to in this document +as "CentOS". + + +## Our Commitment to Privacy + +At CentOS, your privacy is important to us. To better protect your privacy, we have provided this Statement explaining our information practices and the choices you can make about the way your personal information is collected, used and disclosed. To make this Statement easy to find, we have made it available on our homepage and at every location where personally-identifiable information may be requested. + +## The Information We Collect + +This Privacy Statement applies to all information collected by or submitted to CentOS, including personal data. "Personal data" is data that can be used to identify an individual. + +CentOS collects personal data when: + +* you create an online account with CentOS. Examples include but are not + limited to: + * Forums + * mailing lists + * Bug tracking + * Wiki +* you participate in surveys and evaluations +* you participate in promotions, contests or giveaways +* you submit questions or comments to us. + +CentOS may also collect personal data from individuals (with their +consent) at conventions, trade shows and expositions. The types of personal +data collected may include (but is not limited to): + +* your first and last name +* your title and your company's name +* your address +* your country code +* your email address +* your telephone number +* any additional information that helps us make physical or online contact + with you +* your GPG key ID +* your ssh public key +* your irc nickname +* your language preference +* your timezone +* your geographic coordinates +* your affiliation(s). + +## Publicly Available Personal Data + +In keeping with the open nature and spirit of CentOS, some personal +data attached to CentOS accounts is made public by default. +Specifically: + +* your first and last name +* your country code +* your email address +* your language preference +* your ssh public key +* your timezone +* your GPG key ID (if defined) +* your irc nickname (if defined) +* your geographic coordinates (if defined) + +If you wish for this information to be kept private, you can opt-out of +displaying this information publicly in your account preferences. If you +choose to opt out, CentOS will still have access to this information, but it +will not be displayed to others, and will be considered private. The only +exceptions to this are for your name and email address, as these may still be +visible in some services such as our bug tracking system. + +## Using your Personal Data + +CentOS uses the personal data you provide to: + +* create and maintain your accounts +* identify and authenticate you +* attribute data and content you produce directly and indirectly in our + public-facing services +* for research activities, including the production of statistical reports + (such aggregated information is not used to contact users) +* answer your questions +* send you information + +We also use this personal data to provide you with information related +to your account and the projects or services you acquire from us, to improve +our service, and to personalize communications, and to comply with or fulfill +any contractual obligations to you. It is in CentOS's legitimate business +interests to provide you with the information, communications, and services +you request; to create a public record of the data and content produced by +CentOS's services, and to maintain the integrity of that data and content for +historical, scientific, and research purposes. + + +## Sharing your Personal Information + +Unless you assent, CentOS will never share the personal data you +provide us except as described below: + +CentOS may share your data to third parties under any of the +following circumstances: + +* Your publicly available personal data is openly available unless you as the CentOS account holder opt-out (as already described in this Privacy Statement). +* As may be required to provide service, and for e-mail housing (as a consequence of uses already described in this Privacy Statement). It is in CentOS’s legitimate business interest to provide all users an accurate record of data and content provided by CentOS’s services, and to maintain the integrity of that data and content for historical, scientific, and research purposes. This data and content may include but is not limited to email, code changes, comments, and artifacts. +* As required by law (such as responding to a valid subpoena, warrant, audit, or agency action, or to prevent fraud) +* For research activities, including the production of statistical reports (such aggregated information is used to describe our services and is not used to contact the subjects of the report). + +## Receiving E-mail + +CentOS may send you e-mail about your account, to inform you of important upcoming CentOS events (e.g. Dojo event changes), or in response to your questions. For your protection, CentOS may contact you in the event that we find an issue that requires your immediate attention. CentOS processes your personal data in these cases to fulfill and comply with its contractual obligations to you, to provide the services you have requested, and to ensure the security of your account. + +## Cookies and other Browser Information + +CentOS's online services automatically capture IP addresses. We use IP addresses to help diagnose problems with our servers, to administer our website, and to help ensure the security of your interaction with our services. Your IP address is used to help identify you and your location. in order to provide you data and content from our services as quickly as possible. It is in CentOS’s legitimate business interest to maximize the efficiency and effectiveness of its services for all users. + +As part of offering and providing customizable and personalized services, CentOS uses cookies to store and sometimes track information about you. A cookie is a small amount of data that is sent to your browser from a Web server and stored on your computer's hard drive. All sections of centos.org where you are prompted to log in or that are customizable require your browser to accept cookies. + +Generally, we use cookies to: + +* Remind us of who you are and to access your account information (stored on our computers) in order to provide a better and more personalized service. This cookie is set when you register or "sign in" and is modified when you "sign out" of our services. +* Measure certain traffic patterns, which areas of CentOS's network of websites you have visited, and your visiting patterns in the aggregate. We use this research to understand how our user's habits are similar or different from one another so that we can make each new experience on centos.org a better one. We may use this information to better personalize the content, banners, and promotions you and other users will see on our sites. + +If you do not want your personal information to be stored by cookies, you can configure your browser so that it always rejects these cookies or asks you each time if you accept them or not. However, you must understand that the use of cookies may be necessary to provide certain services, and choosing to reject cookies will reduce the performance and functionality of the site. Your browser documentation includes instructions explaining how to enable, disable, or delete cookies at the browser level(usually located in the "Help", "Tools", or "Edit" facility). + +## Our Commitment to Data Security + +CentOS trains its administrators on our privacy policy guidelines and makes our privacy policy available to our partners. Our website uses Secure Socket Layer (SSL) technology, which encrypts your personal data when you send your personal information on our website. In addition, CentOS and its partners enter into confidentiality agreements which require that care and precautions be taken to prevent loss, misuse, or disclosure of your personal data. + +## Public Forums Reminder + +CentOS often makes chat rooms, forums, mailing lists, message boards, and/or news groups available to its users. Please remember that any information that is disclosed in these areas becomes public information. Exercise caution when deciding to disclose your personal data. Although we value individual ideas and encourage free expression, CentOS reserves the right to take necessary action to preserve the integrity of these areas, such as removing any posting that is vulgar or inappropriate. It is in CentOS’s legitimate business interests to provide all users an accurate record of data and content provided in the public forums it maintains and uses; to maintain the integrity of that data and content for historical, scientific, and research purposes; and to provide an environment for the free exchange of ideas relevant and constructive to the development and propagation of open source software. + +## Our commitment to Children's Online Privacy + +Out of special concern for children's privacy, CentOS does not knowingly accept online personal information from children under the age of 13. CentOS does not knowingly allow children under the age of 13 to become registered members of our sites. CentOS does not knowingly collect or solicit personal information about children under 13. + +In the event that CentOS ever decides to expand its intended site audience to include children under the age of 13, those specific web pages will, in accordance with the requirements of the Children's Online Privacy Protection Act (COPPA), be clearly identified and provide an explicit privacy notice addressed to children under 13. In addition, CentOS will provide an appropriate mechanism to obtain parental approval, allow parents to subsequently make changes to or request removal of their children's personal information, and provide access to any other information as required by law. + +## About Links to other sites + +This site contains links to other sites. CentOS does not control the information collection of sites that can be reached through links from the various CentOS websites. If you have questions about the data collection procedures of linked sites, please contact those sites directly. + + +## Your Rights and Choices in the EEA +Where the EU General Data Protection Regulation 2016/679 (“GDPR”) applies to +the processing of your personal data, especially when you access the website +from a country in the European Economic Area (“EEA”), you have the following +rights, subject to some limitations, against CentOS: + +* The right to access your personal data; +* The right to rectify the personal data we hold about you; +* The right to erase your personal data; +* The right to restrict our use of your personal data; +* The right to object to our use of your personal data; +* The right to receive your personal data in a usable electronic format and transmit it to a third party (also known as the right of data portability); and +* The right to lodge a complaint with your local data protection authority. + +If you would like to exercise any of these rights, you may do so via email at [centos-pdr@centos.org](mailto:centos-pdr@centos.org). Please understand, however, the rights enumerated above are not absolute in all cases. + +Where the GDPR applies, you also have the right to withdraw any consent you have given to uses of your personal data. If you wish to withdraw consent that you have previously provided to CentOS, you may do so via email at [centos-pdr@centos.org](mailto:centos-pdr@centos.org). However, the withdrawal of consent will not affect the lawfulness of processing based on consent before its withdrawal. + +## How to Access, Modify, or Update your Information + +CentOS gives you the ability to access, modify or update your personal data at any time. You may log in and make changes to your login information (change your password), your contact information, your general preferences and your personalization settings. If necessary, you may also contact us and describe the changes you want made to the personal data you have previously provided by emailing us at [centos-pdr@centos.org](mailto:centos-pdr@centos.org). + +If you wish to remove your personal data from CentOS, you may contact us via email at [centos-pdr@centos.org](mailto:centos-pdr@centos.org) and request that we remove this information from the CentOS Account System. Other locations where you may have used your personal data as an identifier (e.g. Bug submissions or comments, list postings in the archives, wiki change history, and spec changelogs) will not be altered. + +## How to Contact Us + +If you have any questions about any of these practices or CentOS's use of your +personal information, please feel free to contact us by email at +centos-tm@centos.org or by mail at: + + Assistant General Counsel + Red Hat, Inc. + 100 East Davie Street + Raleigh, NC 27601 + fax: +1 919-754-3704 diff --git a/src/legal/trademarks.md b/src/legal/trademarks.md new file mode 100644 index 0000000..de427a0 --- /dev/null +++ b/src/legal/trademarks.md @@ -0,0 +1,106 @@ +--- +title: "CentOS Trademark Guidelines" +layout: aside +--- + +## Introduction + +This document (the "Guidelines") contains guidelines for use of the CentOS word mark (the "Word Mark"), as well as the CentOS logotype, the CentOS graphical symbol, the 'Powered by CentOS' logo, and all other CentOS logos (the "Logos") (collectively, the "CentOS Marks"). + +The CentOS Marks are trademarks of Red Hat, Inc. ("Red Hat"). Trademarks provide assurance about the quality of the goods or services with which the trademarks are associated. Confusion can arise if the same or similar names are used on identical or similar offerings. Red Hat's protection of the CentOS Marks thus benefits the CentOS Project and the CentOS community. + +These Guidelines aim to provide sufficient clarity for you to understand whether your use of the CentOS Marks will be acceptable. +Nothing in these Guidelines limits your permissions under the open source or other copyright licenses covering packages in any CentOS software distribution. + +The CentOS Project is by its nature a noncommercial community project that provides software free of charge, even though the copyright licenses covering the individual component packages that comprise the CentOS software distribution may permit commercial use. + +## Role of the CentOS Community + +Red Hat welcomes the assistance of the entire CentOS community in reporting non-compliant uses of the CentOS Marks and in encouraging those engaged in non-compliant uses to take corrective measures. + +## General Principles + +Whenever you use the CentOS Marks, you must do so in a way that does not mislead others, either directly or by omission, concerning what they are obtaining and from whom. The law reflects this requirement in two principal ways: it prohibits creation of a "likelihood of confusion" but allows for "nominative use". + +For example, you are not allowed to say you are distributing CentOS software when you are actually distributing some downstream modification of an official CentOS release ("Official" packages, builds, and releases are those that have been approved for the CentOS Project's release by the CentOS Project) . Otherwise, your recipients would be confused if they do not receive the same features and functionality they would have obtained had they received software officially released by the CentOS Project. As another example, you are not allowed to use the Logos on your website in a way that suggests that your website is an official website of the CentOS Project, or that the CentOS Project endorses your website. On the other hand, you may of course say, for example, that you like the CentOS software distribution or that you participate in the CentOS Project. + +You may not use or register, in whole or in part, the CentOS Marks as part of your own trademark, service mark, domain name, company name, trade name, product name, or service name. + +Trademark law does not allow your use of names or trademarks that are confusingly similar to the CentOS Marks. This means, among other things, that you may not use a variation of any of the CentOS Marks or any phonetic equivalent, takeoff, or abbreviation for a similar or related project, product, or service. + +## Software-related uses + +### Acceptable uses + +1. You may use the CentOS Marks in connection with your noncommercial redistribution of (1) bit-for-bit identical copies of official CentOS releases, and (2) unmodified copies of official CentOS source packages. + +2. You may use the Word Mark, but not the Logos, to truthfully describe the origin of the software that you are providing but not the software itself, where what you are distributing is modified official CentOS source code or is a build compiled from modified official CentOS source code. You may say, for example: "This software is derived from the source code for the CentOS distribution." However, you may not say that the software is CentOS. + +3. You may use the Word Mark to truthfully describe the relationship between your software and the CentOS software. In such a case, you may only use the Word Mark following a verb or preposition that describes the relationship. For example, you may say "MyProject package for the CentOS distribution" but you may not say "MyProject's CentOS package." + +4. You may use the 'Powered by CentOS' logo to truthfully state that your application runs on or uses an official CentOS release. + +5. You may use the CentOS Marks in themes, personas, or skins for applications to show your support for the CentOS Project, provided that the use is noncommercial and is clearly decorative, as contrasted with a use that is likely to be understood as the branding for a website or application. + +### Unacceptable uses + +Notwithstanding anything to the contrary provided in these Guidelines, the following are examples of unacceptable uses: + +1. Use of the CentOS Marks in connection with commercial redistribution of CentOS software (Commercial redistribution includes, by way of example but is not limited to, redistribution in connection with any commercial business activities or revenue-generating business activities.) , regardless of whether the CentOS software is unmodified, except as may be permitted above. + +2. Use of the CentOS Marks to identify software that combines any portion of the CentOS software with any other software , unless the combined distribution is an official CentOS distribution. For example, you may not distribute a combination of the CentOS software with software released by the FooStack project under the name "CentOS FooStack Distro". + +3. Use of the CentOS Marks in connection with any rebuild of CentOS software, unless such rebuild is an official CentOS build, regardless of whether the CentOS software is unmodified. + +## Use in relation to non-software goods and services + +### Acceptable uses + +1. You may use the CentOS Marks on your website to show your support for the CentOS Project, so long as: +* Your own branding or naming is more prominent than the CentOS Marks; +* All Logos hyperlink to http://www.centos.org/; +* The site is not likely to cause users to believe that your website, service, or product is a website, service, or product of the CentOS Project; and +* The site clearly states that it is not endorsed by the CentOS Project. + +2. You may use the Word Mark in the titles of books, articles and presentations, and you may use the Logos in illustrations contained within books, articles and presentation slides, so long as the use is not likely to suggest that the CentOS Project has published, endorses, or agrees with your work. + + +### Unacceptable uses +Notwithstanding anything to the contrary provided in these Guidelines, the following are examples of unacceptable uses: + +1. Use of the CentOS Marks as part of a domain name or sub-domain, except as may be permitted by applicable law. +2. Use of the CentOS Marks on promotional goods for sale. + +## Proper trademark use + +### Use of trademarks in text + +* Always distinguish trademarks from surrounding text with at least initial capital letters or in all capital letters. + * Unacceptable: centos + * Acceptable: CentOS +* Always use trademarks in their exact form with the correct spelling, neither abbreviated, hyphenated, nor combined with any other word or words. + * Unacceptable: Cenntos + * Acceptable: CentOS +* Don't pluralize a trademark. + * Unacceptable: I have seventeen CentOSes in my lab. + * Acceptable: I have seventeen CentOS boxes in my lab. +* Don't use "a" or "the" to refer to an instance of the trademark. When you use a trademark following an article, you should only use the trademark as an adjective modifying a noun. + * Unacceptable: I installed a CentOS on my friend's laptop. + * Acceptable: I installed a CentOS release on my friend's laptop. +* Don't use a trademark as a verb. + * Unacceptable: We are CentOSing our servers. + * Acceptable: We are installing the CentOS distribution on our servers. +* Don't use a trademark as a possessive. + * Unacceptable: CentOS's distribution is stable. + * Acceptable: The CentOS distribution is stable. + +### Use of logos + +You may not change any logo except to scale it. This means you may not add elements to the logo, change the colors or proportions of the logo, distort the logo, or combine the logo with other logos. + +## Contact Information + +If you have any questions about these Guidelines or uses of the CentOS Marks not addressed in the Guidelines, or if you encounter any confusing use or misuse of the CentOS Marks, please contact centos-tm@centos.org. + +## License and Attribution +These Guidelines are based in part on the [Model Trademark Guidelines](http://modeltrademarkguidelines.org/index.php?title=Home:_Model_Trademark_Guidelines). Both these Guidelines and the Model Trademark Guidelines are licensed under a [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/deed.en_US). diff --git a/src/news-and-events.md b/src/news-and-events.md new file mode 100644 index 0000000..07d99ef --- /dev/null +++ b/src/news-and-events.md @@ -0,0 +1,7 @@ +--- +title: News and Events +title_lead: News, views, and reports on CentOS. +layout: blog +pagination: + enabled: true +--- diff --git a/src/sponsors.md b/src/sponsors.md new file mode 100644 index 0000000..f95ab78 --- /dev/null +++ b/src/sponsors.md @@ -0,0 +1,6 @@ +--- +title: "Sponsors" +layout: sponsors +--- + +If you are interested in becoming a CentOS sponsor, you can contact the us at . diff --git a/src/stream9.md b/src/stream9.md new file mode 100644 index 0000000..c540951 --- /dev/null +++ b/src/stream9.md @@ -0,0 +1,46 @@ +--- +title: CentOS Stream 9 +layout: page +permalink: /:path/:basename/index.html +toc: true +--- + +**CentOS Stream 9** is the next major release of the CentOS Stream distribution. CentOS Stream is developed in collaboration with the Red Hat Enterprise Linux (RHEL) engineering team, and with you, the CentOS community. + +[Get it now](https://www.centos.org/centos-stream/#tab-3) 💿 + +[Read the announce blog post](https://blog.centos.org/2021/11/introducing-centos-stream-9/) 📰 + +[What is CentOS Stream?](https://youtu.be/4_tV0UJAqXM) 🎥 + +[How contributions to CentOS Stream work](https://youtu.be/0dkQ-WjHnew) 🎥 + +[![](/assets/img/path_to_rhel_thumb.png)](/assets/img/path_to_rhel.png) + +### Timeline + +* Initial [announcement](https://www.redhat.com/en/blog/faq-centos-stream-updates): 2020-12-08 +* [Sources](https://gitlab.com/redhat/centos-stream) available: 2021-02-19 +* [Build system](https://kojihub.stream.centos.org/) available: 2021-04-26 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-April/076772.html)) +* [Compose infrastructure](https://composes.stream.centos.org/) available: 2021-04-29 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-April/076802.html)) +* First community contribution: 2021-04-20 ([submitted](https://gitlab.com/redhat/centos-stream/rpms/pipewire/-/merge_requests/1)), 2021-05-05 ([merged](https://gitlab.com/redhat/centos-stream/rpms/pipewire/-/merge_requests/1#note_4322c388ba6206e482b664e25cbe13196abfddcc)) +* Manually-signed composes available: 2021-08-12 +* Available in [SIG build system](https://cbs.centos.org): 2021-09-03 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-September/077320.html)) +* [Containers](https://quay.io/centos/centos?tab=tags) available: 2021-09-18 +* Automated signing for composes: 2021-09-15 +* Available on [mirrors](http://mirror.stream.centos.org/): 2021-09-30 ([announcement](https://lists.centos.org/pipermail/centos-mirror/2021-September/024979.html)) +* Available in CI infrastructure: 2021-10-20 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-October/077383.html)) +* Expected EOL: End of RHEL9 "[full support](https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase)" phase (Estimated 2027) + +### Contribute + +Contributions to CentOS Stream are being accepted now. Proposed contributions are evaluated by the RHEL engineering team, since a contribution to CentOS Stream is a contribution to RHEL. + +See the [CentOS Stream Contributor's Guide](https://docs.centos.org/en-US/stream-contrib/quickstart/) for details on how this process works, and to make your first contribution. + +Notable community contributions so far: + +* Neal Gompa updated PipeWire to 0.3.32 and enabled JACK ([BZ#1956854](https://bugzilla.redhat.com/show_bug.cgi?id=1956854)) +* Davide Cavalca added default configs to enable systemd-oomd and make it usable out of the box ([BZ#1962255](https://bugzilla.redhat.com/show_bug.cgi?id=1962255)) +* Neal Gompa added Wayland support for the GNOME Classic session ([BZ#2015914](https://bugzilla.redhat.com/show_bug.cgi?id=2015914)) +* Andrew Lukoshko added product config for AlmaLinux ([BZ#2004653](https://bugzilla.redhat.com/show_bug.cgi?id=2004653)) diff --git a/src/variants.md b/src/variants.md new file mode 100644 index 0000000..6b4c7b5 --- /dev/null +++ b/src/variants.md @@ -0,0 +1,52 @@ +--- +title: "The CentOS Variants" +title_lead: | + A CentOS variant is a special edition of CentOS Linux that starts with the + core distribution, then replaces or supplements a specific subset of + packages. This may include replacing everything down to the kernel, + networking, and other subsystems. +layout: aside +--- + +Some open source projects need different software components to run properly, such as updated development languages or kernel functionality. By being able to get these components directly in CentOS, a variant maintainer solves many of the steps for users. + +The end goal is to make it easier for users to run different open source software directly on and in CentOS itself. + +[Special interest groups](http://wiki.centos.org/SpecialInterestGroup) (SIGs) are teams of people interested in one or more related technologies, and enabling that technology in CentOS. + +These SIGs want to get this technology in the hands of the users in the easiest way possible. SIG members usually include people who work directly on the related technology and open source projects. + +(Some SIGs don't focus on producing a variant but instead work on Infrastructure, Design, Documentation, and so forth.) + +## Using variants + +It's as easy as using CentOS core. There are two main ways: + +* Download a pre-built image [here](/download). +* Run the minimal installer from [here](/download) and choose your variant during installation. + +You may want to look for additional tips, notes, and documentation in the [SIG that produces the variant](http://wiki.centos.org/SpecialInterestGroup). + + + +Some potential early SIG's are listed on the [Special Interest Groups ](http://wiki.centos.org/SpecialInterestGroup). + +## Making variants + +An official variant edition of CentOS can only be created with code from git.centos.org, must be converted entirely from source to binary within the CentOS buildsystems and delivered using the official CentOS content delivery network. + +The gateway to code getting in to git.centos.org is via the SIGs. For example, the SIG that maintains a variant or the core SIG that builds the main CentOS distribution. + +You may want to join an existing SIG or start a new one if you have an idea for a completely new variant. [Read more about starting a SIG](http://wiki.centos.org/SpecialInterestGroup). + +Of course, you are always permitted to remix and redistribute the CentOS code, but you need to read the [trademark guidelines](/legal/trademarks/) to know if you can call it "CentOS". diff --git a/stream9.md b/stream9.md deleted file mode 100644 index f6e9a15..0000000 --- a/stream9.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: CentOS Stream 9 -layout: page -permalink: /:path/:basename/index.html -toc: true ---- - -**CentOS Stream 9** is the next major release of the CentOS Stream distribution. CentOS Stream is developed in collaboration with the Red Hat Enterprise Linux (RHEL) engineering team, and with you, the CentOS community. - -[Get it now](https://www.centos.org/centos-stream/#tab-3) 💿 - -[Read the announce blog post](https://blog.centos.org/2021/11/introducing-centos-stream-9/) 📰 - -[What is CentOS Stream?](https://youtu.be/4_tV0UJAqXM) 🎥 - -[How contributions to CentOS Stream work](https://youtu.be/0dkQ-WjHnew) 🎥 - -[![](/assets/img/path_to_rhel_thumb.png)](/assets/img/path_to_rhel.png) - -### Timeline - -* Initial [announcement](https://www.redhat.com/en/blog/faq-centos-stream-updates): 2020-12-08 -* [Sources](https://gitlab.com/redhat/centos-stream) available: 2021-02-19 -* [Build system](https://kojihub.stream.centos.org/) available: 2021-04-26 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-April/076772.html)) -* [Compose infrastructure](https://composes.stream.centos.org/) available: 2021-04-29 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-April/076802.html)) -* First community contribution: 2021-04-20 ([submitted](https://gitlab.com/redhat/centos-stream/rpms/pipewire/-/merge_requests/1)), 2021-05-05 ([merged](https://gitlab.com/redhat/centos-stream/rpms/pipewire/-/merge_requests/1#note_4322c388ba6206e482b664e25cbe13196abfddcc)) -* Manually-signed composes available: 2021-08-12 -* Available in [SIG build system](https://cbs.centos.org): 2021-09-03 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-September/077320.html)) -* [Containers](https://quay.io/centos/centos?tab=tags) available: 2021-09-18 -* Automated signing for composes: 2021-09-15 -* Available on [mirrors](http://mirror.stream.centos.org/): 2021-09-30 ([announcement](https://lists.centos.org/pipermail/centos-mirror/2021-September/024979.html)) -* Available in CI infrastructure: 2021-10-20 ([announcement](https://lists.centos.org/pipermail/centos-devel/2021-October/077383.html)) -* Expected EOL: End of RHEL9 "[full support](https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase)" phase (Estimated 2027) - -### Contribute - -Contributions to CentOS Stream are being accepted now. Proposed contributions are evaluated by the RHEL engineering team, since a contribution to CentOS Stream is a contribution to RHEL. - -See the [CentOS Stream Contributor's Guide](https://docs.centos.org/en-US/stream-contrib/quickstart/) for details on how this process works, and to make your first contribution. - -Notable community contributions so far: - -* Neal Gompa updated PipeWire to 0.3.32 and enabled JACK ([BZ#1956854](https://bugzilla.redhat.com/show_bug.cgi?id=1956854)) -* Davide Cavalca added default configs to enable systemd-oomd and make it usable out of the box ([BZ#1962255](https://bugzilla.redhat.com/show_bug.cgi?id=1962255)) -* Neal Gompa added Wayland support for the GNOME Classic session ([BZ#2015914](https://bugzilla.redhat.com/show_bug.cgi?id=2015914)) -* Andrew Lukoshko added product config for AlmaLinux ([BZ#2004653](https://bugzilla.redhat.com/show_bug.cgi?id=2004653)) - diff --git a/variants.md b/variants.md deleted file mode 100644 index 6b4c7b5..0000000 --- a/variants.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "The CentOS Variants" -title_lead: | - A CentOS variant is a special edition of CentOS Linux that starts with the - core distribution, then replaces or supplements a specific subset of - packages. This may include replacing everything down to the kernel, - networking, and other subsystems. -layout: aside ---- - -Some open source projects need different software components to run properly, such as updated development languages or kernel functionality. By being able to get these components directly in CentOS, a variant maintainer solves many of the steps for users. - -The end goal is to make it easier for users to run different open source software directly on and in CentOS itself. - -[Special interest groups](http://wiki.centos.org/SpecialInterestGroup) (SIGs) are teams of people interested in one or more related technologies, and enabling that technology in CentOS. - -These SIGs want to get this technology in the hands of the users in the easiest way possible. SIG members usually include people who work directly on the related technology and open source projects. - -(Some SIGs don't focus on producing a variant but instead work on Infrastructure, Design, Documentation, and so forth.) - -## Using variants - -It's as easy as using CentOS core. There are two main ways: - -* Download a pre-built image [here](/download). -* Run the minimal installer from [here](/download) and choose your variant during installation. - -You may want to look for additional tips, notes, and documentation in the [SIG that produces the variant](http://wiki.centos.org/SpecialInterestGroup). - - - -Some potential early SIG's are listed on the [Special Interest Groups ](http://wiki.centos.org/SpecialInterestGroup). - -## Making variants - -An official variant edition of CentOS can only be created with code from git.centos.org, must be converted entirely from source to binary within the CentOS buildsystems and delivered using the official CentOS content delivery network. - -The gateway to code getting in to git.centos.org is via the SIGs. For example, the SIG that maintains a variant or the core SIG that builds the main CentOS distribution. - -You may want to join an existing SIG or start a new one if you have an idea for a completely new variant. [Read more about starting a SIG](http://wiki.centos.org/SpecialInterestGroup). - -Of course, you are always permitted to remix and redistribute the CentOS code, but you need to read the [trademark guidelines](/legal/trademarks/) to know if you can call it "CentOS".