#3 [WIP] convert site to jekyll
Closed 3 years ago by arrfab. Opened 4 years ago by jasonbrooks.
centos/ jasonbrooks/centos.org pr-jekyll  into  master

file modified
+1
@@ -5,3 +5,4 @@ 

  Guardfile

  output.diff

  crash.log

+ _site/*

file modified
+28 -64
@@ -1,68 +1,32 @@ 

- # If you have OpenSSL installed, we recommend updating

- # the following line to use "https"

- source 'http://rubygems.org'

- 

- gem "nanoc", "~>3.6"

- gem "compass", "0.12.2"

- gem "sass", "3.2.18"

- gem "susy", "1.0.9"

- gem "haml", "~>4.0.5"

- gem "rubypants", "~> 0.2.0"

- gem "rainpress", "~> 1.0"

- gem "kramdown", '~> 1.3.3'

- gem 'systemu', '~> 2.6.4'

- gem 'adsf'

- gem 'guard-nanoc'

- 

- # Debugger / REPL alternative to irb

- gem 'pry'

- 

- # Cross-templating language block fix for Ruby 1.8

- platforms :mri_18 do

-   gem "ruby18_source_location"

+ 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", "~> 3.8.5"

+ 

+ # This is the default theme for new Jekyll sites. You may change this to anything you like.

+ #gem "minima", "~> 2.0"

+ 

+ # 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", "~> 0.6"

+   gem "jekyll-haml"

+   gem "jekyll-sitemap"

  end

  

- # For faster file watcher updates for people using Windows

- gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]

- 

- 

- #####

- # General plugins

- 

- # Blog plugin

- 

- # Thumbnailer

- #gem "middleman-thumbnailer", github: "nhemsley/middleman-thumbnailer"

- 

- # favicon support (favicon PNG should be 144×144)

- 

- # HTML & XML parsing smarts

- gem "nokogiri"

- 

- # Syntax highlighting

- 

- # For feed.xml.builder

- gem "builder", "~> 3.0"

- 

- # Better JSON lib

- gem "oj"

- 

- 

- #####

- # Bootstrap

- 

- # Bootstrap, as SASS 3 version (there's a bug in 3.0.1+, so we're

- # locking to 3.0.0 for now

- gem "bootstrap-sass", "3.0.0"

- 

- 

- #####

- # Formats

- 

- # less (css)

- gem "therubyracer"

- gem "less"

+ # Windows does not include zoneinfo files, so bundle the tzinfo-data gem

+ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

  

- # asciidoctor

- gem "asciidoctor"

+ # Performance-booster for watching directories on Windows

+ gem "wdm", "~> 0.1.0" if Gem.win_platform?

  

file modified
+71 -97
@@ -1,105 +1,79 @@ 

  GEM

-   remote: http://rubygems.org/

+   remote: https://rubygems.org/

    specs:

-     adsf (1.2.0)

-       rack (>= 1.0.0)

-     asciidoctor (1.5.4)

-     bootstrap-sass (3.0.0.0)

-       sass (~> 3.2)

-     builder (3.2.2)

-     chunky_png (1.3.5)

-     coderay (1.1.0)

-     colored (1.2)

-     commonjs (0.2.7)

-     compass (0.12.2)

-       chunky_png (~> 1.2)

-       fssm (>= 0.2.7)

-       sass (~> 3.1)

-     cri (2.7.0)

-       colored (~> 1.2)

-     ffi (1.9.10)

-     formatador (0.2.5)

-     fssm (0.2.10)

-     guard (2.13.0)

-       formatador (>= 0.2.4)

-       listen (>= 2.7, <= 4.0)

-       lumberjack (~> 1.0)

-       nenv (~> 0.1)

-       notiffany (~> 0.0)

-       pry (>= 0.9.12)

-       shellany (~> 0.0)

-       thor (>= 0.18.1)

-     guard-nanoc (1.0.3)

-       guard (~> 2.8)

-       nanoc (~> 3.6)

-     haml (4.0.7)

+     addressable (2.5.2)

+       public_suffix (>= 2.0.2, < 4.0)

+     colorator (1.1.0)

+     concurrent-ruby (1.1.3)

+     em-websocket (0.5.1)

+       eventmachine (>= 0.12.9)

+       http_parser.rb (~> 0.6.0)

+     eventmachine (1.2.7)

+     ffi (1.9.25)

+     forwardable-extended (2.6.0)

+     haml (5.0.4)

+       temple (>= 0.8.0)

        tilt

-     kramdown (1.3.3)

-     less (2.6.0)

-       commonjs (~> 0.2.7)

-     libv8 (3.16.14.13)

-     listen (3.0.5)

-       rb-fsevent (>= 0.9.3)

-       rb-inotify (>= 0.9)

-     lumberjack (1.0.9)

-     method_source (0.8.2)

-     mini_portile2 (2.0.0)

-     nanoc (3.8.0)

-       cri (~> 2.3)

-     nenv (0.2.0)

-     nokogiri (1.6.7)

-       mini_portile2 (~> 2.0.0.rc2)

-     notiffany (0.0.8)

-       nenv (~> 0.1)

-       shellany (~> 0.0)

-     oj (2.14.0)

-     pry (0.10.3)

-       coderay (~> 1.1.0)

-       method_source (~> 0.8.1)

-       slop (~> 3.4)

-     rack (1.6.4)

-     rainpress (1.0)

-     rb-fsevent (0.9.6)

-     rb-inotify (0.9.5)

-       ffi (>= 0.5.0)

-     ref (2.0.0)

-     ruby18_source_location (0.2)

-     rubypants (0.2.0)

-     sass (3.2.18)

-     shellany (0.0.1)

-     slop (3.6.0)

-     susy (1.0.9)

-       compass (>= 0.12.2)

-       sass (>= 3.2.0)

-     systemu (2.6.5)

-     therubyracer (0.12.2)

-       libv8 (~> 3.16.14.0)

-       ref

-     thor (0.19.1)

-     tilt (2.0.1)

+     http_parser.rb (0.6.0)

+     i18n (0.9.5)

+       concurrent-ruby (~> 1.0)

+     jekyll (3.8.5)

+       addressable (~> 2.4)

+       colorator (~> 1.0)

+       em-websocket (~> 0.5)

+       i18n (~> 0.7)

+       jekyll-sass-converter (~> 1.0)

+       jekyll-watch (~> 2.0)

+       kramdown (~> 1.14)

+       liquid (~> 4.0)

+       mercenary (~> 0.3.3)

+       pathutil (~> 0.9)

+       rouge (>= 1.7, < 4)

+       safe_yaml (~> 1.0)

+     jekyll-feed (0.11.0)

+       jekyll (~> 3.3)

+     jekyll-haml (0.1.6)

+       haml (>= 3.0.0)

+       jekyll (>= 3.3.0)

+     jekyll-sass-converter (1.5.2)

+       sass (~> 3.4)

+     jekyll-sitemap (1.2.0)

+       jekyll (~> 3.3)

+     jekyll-watch (2.1.2)

+       listen (~> 3.0)

+     kramdown (1.17.0)

+     liquid (4.0.1)

+     listen (3.1.5)

+       rb-fsevent (~> 0.9, >= 0.9.4)

+       rb-inotify (~> 0.9, >= 0.9.7)

+       ruby_dep (~> 1.2)

+     mercenary (0.3.6)

+     pathutil (0.16.2)

+       forwardable-extended (~> 2.6)

+     public_suffix (3.0.3)

+     rb-fsevent (0.10.3)

+     rb-inotify (0.9.10)

+       ffi (>= 0.5.0, < 2)

+     rouge (3.3.0)

+     ruby_dep (1.5.0)

+     safe_yaml (1.0.4)

+     sass (3.7.2)

+       sass-listen (~> 4.0.0)

+     sass-listen (4.0.0)

+       rb-fsevent (~> 0.9, >= 0.9.4)

+       rb-inotify (~> 0.9, >= 0.9.7)

+     temple (0.8.0)

+     tilt (2.0.9)

  

  PLATFORMS

    ruby

  

  DEPENDENCIES

-   adsf

-   asciidoctor

-   bootstrap-sass (= 3.0.0)

-   builder (~> 3.0)

-   compass (= 0.12.2)

-   guard-nanoc

-   haml (~> 4.0.5)

-   kramdown (~> 1.3.3)

-   less

-   nanoc (~> 3.6)

-   nokogiri

-   oj

-   pry

-   rainpress (~> 1.0)

-   ruby18_source_location

-   rubypants (~> 0.2.0)

-   sass (= 3.2.18)

-   susy (= 1.0.9)

-   systemu (~> 2.6.4)

-   therubyracer

-   wdm (~> 0.1.0)

+   jekyll (~> 3.8.5)

+   jekyll-feed (~> 0.6)

+   jekyll-haml

+   jekyll-sitemap

+   tzinfo-data

+ 

+ BUNDLED WITH

+    1.17.1

file modified
+19
@@ -1,4 +1,23 @@ 

  

+ # a test conversion of this site to jekyll

+ 

+ ## test it in a container

+ 

+ Clone this repo, and then, from inside your working copy:

+ 

+ ```

+ sudo podman run -d --name centos-jekyll -p 4000:4000 -v $(pwd):/srv/jekyll:Z jekyll/jekyll jekyll serve --watch

+ ```

+ 

+ ## todo

+ 

+ * Need to figure out `media.erb`. 

+ 

+ 

+ ***

+ 

+ 

+ 

  The site is built with *nanoc* and *Bootstrap 3*.

  

    * http://www.nanoc.ws

file removed
-103
@@ -1,103 +0,0 @@ 

- #!/usr/bin/env ruby

- 

- ## Required Gems

- require 'compass'

- require 'susy'

- 

- ### Compass configuration ####################################################

- Compass.add_project_configuration 'config.rb'

- sass_options = Compass.sass_engine_options

- 

- ### Configuration ############################################################

- TypographicalImprovementFilter = :rubypants

- TypographicalImprovementFilterParams = {}

- 

- ### Preprocessing ############################################################

- preprocess do

-   config[:nanoc_version_info] = `nanoc --version`.strip

-   config[:gem_version_info]   = `gem --version`.strip

- end

- 

- ### Routing ##################################################################

- route '/static/*' do

-   # /static/foo.html/ → /foo.html

-   item.identifier[7..-2]

- end

- 

- route 'sitemap' do

-   item.identifier.chop + '.xml'

- end

- 

- 

- route '/assets/css/bootstrap/_*/' do

-   # Don't output partials, so return nil

-   nil

- end

- 

- route '/assets/css/*/' do

-   # path with version

-   '/assets/style' + '-v' + rep.item[:version].to_s + '.css'

- end

- 

- route '*' do

-   if item.binary?

-     item.identifier.chop + '.' + item[:extension]

-   elsif item[:is_partial] || item[:kind] == 'article'

-     # Don’t output partial items (e.g. sub-stylesheets)

-     nil

-   elsif item[:path]

-     item[:path]

-   else

-     # Place each file in its own directory

-     rep.item.identifier + 'index.html'

-   end

- end

- 

- 

- ### Compilation ##############################################################

- 

- compile 'sitemap' do

-   filter :erb

- end

- 

- compile '/assets/css/bootstrap/_*/' do

-   # Don’t compile partials

- end

- 

- compile '/assets/css/*/' do

-   filter :sass, Compass.sass_engine_options

-   filter :relativize_paths, :type => :css

-   filter :rainpress

- end

- compile '/static/*' do

- end

- 

- compile '*' do 

-   if item.binary?

-     # ha, do nothing! :)

-   else

-     puts "item = #{item.identifier} -- extension = #{item[:extension]}"

-     case item[:extension]

-     when 'md'

-       filter :erb

-       filter :kramdown

-     when 'haml'

-       filter :erb

-       filter :haml

-     when 'js'

-       filter :erb

-       filter :uglify_js

-     when 'adoc'

-       filter :asciidoc

-     else

-       filter :erb

-     end

-   layout 'default-haml' unless item[:extension] == 'js' 

-   filter :add_ids_to_headers

-   filter TypographicalImprovementFilter, TypographicalImprovementFilterParams

-   end

- end

- ### Layouting ################################################################

- 

- 

- layout '*', :haml 

file added
+4
@@ -0,0 +1,4 @@ 

+ name: centos-jekyll

+ 

+ plugins:

+   - jekyll-sitemap

file added
+539
@@ -0,0 +1,539 @@ 

+ - name: 45Drives

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/45drives.png

+   url: http://www.45drives.com/

+   

+ - name: artmotion

+   sponsor: true

+   country: eu

+   is_hidden: true

+   img: /images/sponsors/am-logo.png

+   url: http://www.artmotion.eu

+   

+ - name: BackupVault

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/BackupVault.png

+   url: https://www.backupvault.co.uk/

+   

+ - name: baseip

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/baseip_240x60.jpg

+   url: http://www.baseip.com/

+   

+ - name: castlegem

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/Banner_Castlegem_240x60.gif

+   url: http://www.castlegem.co.uk/

+   

+ - name: cdn77

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/cdn77.png

+   url: http://www.cdn77.com/

+   

+ - name: ch-center

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/ch-center-small.png

+   url: http://www.ch-center.com/

+   

+ - name: Cloudbase Solutions

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/CentOS-CBSL-02.png

+   url: http://www.cloudbase.it

+   

+ - name: codero

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/codero.png

+   url: http://www.codero.com

+   

+ - name: Colocation America

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/coloamerica_small.gif

+   url: http://www.colocationamerica.com/dedicated_servers

+   

+ - name: Colocation Australia Pty Ltd 

+   sponsor: true

+   country: Australia

+   is_hidden: true

+   img: /images/sponsors/coloau.png

+   url: http://coloau.com.au/

+   

+ - name: cologuard

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/cologuard.png

+   url: http://www.colocationguard.com/

+   

+ - name: constant

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/constant.png

+   url: http://www.constant.com/

+   

+ - name: Coreix

+   sponsor: true

+   country: uk

+   is_hidden: true

+   img: /images/sponsors/coreix.jpg

+   url: https://www.coreix.net/

+   

+ - name: cPanel

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/cpanel.png

+   url: http://www.cpanel.com/

+   

+ - name: Database By Design

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/dbd_240_60.jpg

+   url: http://www.databasebydesignllc.com

+   

+ - name: Dedicatednow

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/dedicatednow.gif

+   url: http://www.dedicatednow.com/

+   

+ - name: Dedicated Solutions

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/dedicatedsolutions.png

+   url: https://www.dedicatedsolutions.com/

+   

+ - name: easyspace

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/iomart-240x60.gif

+   url: http://www.easyspace.com/dedserver_main.php

+   

+ - name: eukhost

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/eukhost.png

+   url: http://www.eukhost.com/

+   

+ - name: everex

+   sponsor: true

+   country: spain

+   is_hidden: true

+   img: /images/sponsors/everex.png

+   url: http://www.everex.es/

+   

+ - name: Exabytes cloud

+   sponsor: true

+   country: malaysia

+   is_hidden: true

+   img: /images/sponsors/exabytes-my.png

+   url: http://www.exabytes.com.my/

+   

+ - name: FastHosts

+   sponsor: true

+   country: uk

+   is_hidden: true

+   img: /images/sponsors/fasthosts.png

+   url: https://www.fasthosts.co.uk/

+   

+ - name: Globo.Tech

+   sponsor: true

+   country: canada

+   is_hidden: true

+   img: /images/sponsors/globotech.png

+   url: http://www.globo.tech/

+   

+ - name: GoDaddy

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/godaddy.jpg

+   url: http://www.godaddy.com

+   

+ - name: Host1Plus

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/host1plus_logo.png

+   url: http://www.host1plus.com/

+   

+ - name: hostasaurus

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/hostasaurus240x60banner.gif

+   url: http://www.hostasaurus.com/

+   

+ - name: hostdime-br

+   sponsor: true

+   country: brazil

+   is_hidden: true

+   img: /images/sponsors/hostdime_br_small.jpg

+   url: http://www.hostdime.com.br

+   

+ - name: hostdime

+   sponsor: true

+   country: USA

+   is_hidden: true

+   img: /images/sponsors/HostDime_Logo_Slogan_300_71.png

+   url: http://www.hostdime.com

+   

+ - name: Host-Engine

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/host-engine.png

+   url: http://host-engine.com/

+   

+ - name: hostiserver

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/hostiserver.png

+   url: https://www.hostiserver.com/

+   

+ - name: hostkey

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/hostkey_small.gif

+   url: http://www.hostkey.com/

+   

+ - name: HostStage

+   sponsor: true

+   country: france

+   is_hidden: true

+   img: /images/sponsors/host-stage.png

+   url: http://www.host-stage.net/

+   

+ - name: InterNetX

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/internetx.gif

+   url: http://www.internetx.com

+   

+ - name: ITsyndicate

+   sponsor: true

+   country: Ukraine

+   is_hidden: true

+   img: /images/sponsors/itsyndicate.png

+   url: https://itsyndicate.org/

+   

+ - name: leaseweb

+   sponsor: true

+   country: netherlands

+   is_hidden: true

+   img: /images/sponsors/leaseweb.png

+   url: http://www.leaseweb.com/

+   

+ - name: Liberty VPS

+   sponsor: true

+   country: israel

+   is_hidden: true

+   img: /images/sponsors/OffshoreVPS.png

+   url: https://libertyvps.net

+   

+ - name: liquidweb

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/liquidweb.png

+   url: http://www.liquidweb.com/

+   

+ - name: multacom

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/multacom-240x60.gif

+   url: http://www.multacom.com/

+   

+ - name: NDCHost

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/ndc_host_240.gif

+   url: http://www.ndchost.com/

+   

+ - name: netelligent

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/netelligent_small.png

+   url: http://www.netelligent.ca/centos/

+   

+ - name: nexcess

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/nexcess.png

+   url: http://www.nexcess.net/

+   

+ - name: Node4

+   sponsor: true

+   country: UK

+   is_hidden: true

+   img: /images/sponsors/N4_logo_colour-banner-small.jpg

+   url: http://www.node4.co.uk/managed-services/

+   

+ - name: Pidgin Host 

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/pidginhost.png

+   url: http://www.pidginhost.com/

+   

+ - name: Pirates Hosting

+   sponsor: true

+   country: israel

+   is_hidden: true

+   img: /images/sponsors/OffshoreServers.png

+   url: https://www.pirateshosting.net

+   

+ - name: Profvds

+   sponsor: true

+   country: russia

+   is_hidden: true

+   img: /images/sponsors/profvds.png

+   url: http://www.profvds.com

+   

+    

+ - name: psw group

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/PSW_Banner_240x60.jpg

+   url: http://www.psw.net/

+   

+    

+ - name: Psychz Networks

+   sponsor: true

+   is_hidden: true

+   img: /images/sponsors/psychz-234x60.jpg

+   url: http://www.psychz.net/

+   

+ - name: ptisp

+   sponsor: true

+   country: portugal

+   is_hidden: true

+   img: /images/sponsors/ptisp.png

+   url: http://www.ptisp.pt/

+   

+ - name: redstation

+   sponsor: true

+   country: uk

+   is_hidden: true

+   img: /images/sponsors/redstation.png

+   url: http://www.redstation.com/

+   

+ - name: Scaleway

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/scaleway_logo.png

+   url: http://www.scaleway.com

+   

+ - name: Phoenix NAP

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/PNAP_Banner.gif

+   url: http://www.securedservers.com/landing/linux-hosting/

+   

+ - name: seedvps

+   sponsor: true

+   country: netherlands

+   is_hidden: true

+   img: /images/sponsors/seedvps.png

+   url: https://www.seedvps.com/

+   

+ - name: serverel

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/serverel.png

+   url: http://www.serverel.com/

+   

+ - name: ServerHub

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/centos-serverhub.png

+   url: http://www.serverhub.com

+   

+ - name: ServerMania

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/servermania.gif

+   url: http://servermania.com/

+   

+ - name: serverpoint

+   sponsor: true

+   country: us

+   is_hidden: true

+   img: /images/sponsors/serverpoint.png

+   url: http://www.serverpoint.com

+   

+ - name: serverpronto

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/serverpronto_small.gif

+   url: http://www.serverpronto.com/

+   

+ - name: shinjiru

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/shinjirubanner260x60.gif

+   url: http://shinjiru.com/

+   

+ - name: steadfast

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/steadfast.png

+   url: http://steadfast.net/

+   

+ - name: Tailor Made Servers

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/tailoredservers.png

+   url: http://www.tailoredservers.com

+   

+ - name: theplanet

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/theplanet.png

+   url: http://www.theplanet.com/dedicated-servers/

+   

+    

+ - name: vHost

+   sponsor: true

+   is_hidden: true

+   img: /images/sponsors/vhostvn.gif

+   url: http://vhost.vn/

+   

+ - name: Virtual Internet

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/2014-11-10-vi.gif

+   url: http://www.vi.net

+   

+ - name: vitelity

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/vitelity.png

+   url: http://www.vitelity.net/

+   

+ - name: webnx

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/webnx1.png

+   url: http://www.webnx.com

+   

+ - name: Whitelabel ITSolutions

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/whitelabelitsolutions.gif

+   url: http://whitelabelitsolutions.com/

+   

+ - name: wowrack

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/wow.234x60.gif

+   url: http://www.wowrack.com/

+   

+ - name: Xen Project

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/ad_lfcpxen_240x60.png

+   url: http://www.xenproject.org/

+   

+ - name: yourname

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/yourname_small.gif

+   url: http://www.yourname.nl/

+ 

+ - name: NDCHost

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/NDCHost.png

+   url: https://www.ndchost.com/

+ 

+ - name: intevation

+   sponsor: true

+   country: germany

+   is_hidden: true

+   img: /images/sponsors/intevation.png

+   url: http://www.intevation.de/

+ 

+ - name: Iomart

+   sponsor: true

+   country: uk

+   is_hidden: true

+   img: /images/sponsors/iomart.png

+   url: https://www.iomart.com

+ 

+ - name: Miva

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/miva.png

+   url: https://www.miva.com/

+ 

+ - name: Packet

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/packet.png

+   url: https://www.packet.com/

+ 

+ - name: trabia network 

+   sponsor: true

+   country: usa

+   is_hidden: moldova

+   img: /images/sponsors/trabia.png

+   url: https://www.trabia.com/

+ 

+ - name: Voyant

+   sponsor: true

+   country: usa

+   is_hidden: true

+   img: /images/sponsors/voyant.png

+   url: http://www.voyant.com/

_includes/navbar.haml layouts/navbar.haml
file renamed
file was moved with no change to the file
_layouts/default.haml layouts/default-haml.haml
file renamed
+4 -4
@@ -9,7 +9,7 @@ 

      %meta( http-equiv = "cache-control" content = "max-age=0" )

      %meta( http-equiv = "pragma" content = "no-cache" )

      %link( rel="shortcut icon" href="/images/favicon.ico" )

-     %title= @item[:title]

+     %title= "{{ page.title }}"

      %script{ :src=>'/assets/js/jquery.min.js' } 

      %script{ :src=>'/assets/js/jquery.cycle2.min.js' }

      %script{ :src=>'/assets/js/jquery.cycle2.center.min.js' }
@@ -19,7 +19,7 @@ 

      %script{ :src=>'/assets/js/jquery.rss.js' }

      %script{ :src=>'/assets/js/moment.min.js' }

      %script{ :src=>'/assets/js/google.js' }

-     %link(rel='stylesheet' type='text/css' href='/assets/style-v2.css' )

+     %link(rel='stylesheet' type='text/css' href='/styles/site.css' )

      %link(rel='stylesheet' type='text/css' href='/assets/stylesheet.css' )

      %link(rel='stylesheet' type='text/css' href='/assets/jquery.tidy.table.css' )

      %link{:href => "/favicon.ico", :rel => "shortcut icon"}
@@ -31,9 +31,9 @@ 

      #wrap

        #header

          .container.text-center

-       = render 'navbar'

+       {% haml navbar.haml %}

        .container#main

-         = yield

+         = "{{ content }}"

        #footer

          .container.text-center

            %p.text-muted.credit &copy; #{ DateTime.now.year } The CentOS Project | <a href="/legal/">Legal</a> | <a href="/legal/privacy/">Privacy</a>

@@ -0,0 +1,2 @@ 

+ @import "bootstrap/bootstrap";

+ @import "extra";

_sass/bootstrap/_alerts.scss content/assets/css/bootstrap/_alerts.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_badges.scss content/assets/css/bootstrap/_badges.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_breadcrumbs.scss content/assets/css/bootstrap/_breadcrumbs.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_button-groups.scss content/assets/css/bootstrap/_button-groups.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_buttons.scss content/assets/css/bootstrap/_buttons.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_carousel.scss content/assets/css/bootstrap/_carousel.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_close.scss content/assets/css/bootstrap/_close.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_code.scss content/assets/css/bootstrap/_code.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_component-animations.scss content/assets/css/bootstrap/_component-animations.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_dropdowns.scss content/assets/css/bootstrap/_dropdowns.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_forms.scss content/assets/css/bootstrap/_forms.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_glyphicons.scss content/assets/css/bootstrap/_glyphicons.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_grid.scss content/assets/css/bootstrap/_grid.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_input-groups.scss content/assets/css/bootstrap/_input-groups.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_jumbotron.scss content/assets/css/bootstrap/_jumbotron.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_labels.scss content/assets/css/bootstrap/_labels.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_list-group.scss content/assets/css/bootstrap/_list-group.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_media.scss content/assets/css/bootstrap/_media.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_mixins.scss content/assets/css/bootstrap/_mixins.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_modals.scss content/assets/css/bootstrap/_modals.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_navbar.scss content/assets/css/bootstrap/_navbar.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_navs.scss content/assets/css/bootstrap/_navs.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_normalize.scss content/assets/css/bootstrap/_normalize.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_pager.scss content/assets/css/bootstrap/_pager.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_pagination.scss content/assets/css/bootstrap/_pagination.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_panels.scss content/assets/css/bootstrap/_panels.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_popovers.scss content/assets/css/bootstrap/_popovers.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_print.scss content/assets/css/bootstrap/_print.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_progress-bars.scss content/assets/css/bootstrap/_progress-bars.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_responsive-utilities.scss content/assets/css/bootstrap/_responsive-utilities.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_scaffolding.scss content/assets/css/bootstrap/_scaffolding.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_tables.scss content/assets/css/bootstrap/_tables.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_theme.scss content/assets/css/bootstrap/_theme.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_thumbnails.scss content/assets/css/bootstrap/_thumbnails.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_tooltip.scss content/assets/css/bootstrap/_tooltip.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_type.scss content/assets/css/bootstrap/_type.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_utilities.scss content/assets/css/bootstrap/_utilities.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_variables.scss content/assets/css/bootstrap/_variables.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/_wells.scss content/assets/css/bootstrap/_wells.scss
file renamed
file was moved with no change to the file
_sass/bootstrap/bootstrap.scss content/assets/css/bootstrap/bootstrap.scss
file renamed
file was moved with no change to the file
_sass/extra.scss content/assets/css/extra.scss
file renamed
-1
@@ -49,4 +49,3 @@ 

      background: #FF5700;

      color: white;

  }

- 

about.md content/about.md
file renamed
+3 -2
@@ -2,12 +2,13 @@ 

  title:      "About CentOS"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  * Table of contents will replace this text.

  {:toc}

  

  

- #CentOS Linux

+ # 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).
@@ -16,7 +17,7 @@ 

  

  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

  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.

  

  

about/governance.md content/about/governance.md
file renamed
+2 -1
@@ -2,12 +2,13 @@ 

  title:      "CentOS Governance"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  

  * Table of contents will replace this text.

  {:toc}

  

- #CentOS Governance 

+ # CentOS Governance 

  {:.no_toc}

  

  The CentOS Project governance structure has two main tiers: 

about/governance/appendix-glossary.md content/about/governance/appendix-glossary.md
file renamed
+3 -2
@@ -2,12 +2,13 @@ 

  title:      "CentOS Governance - Appendix: Glossary"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  

  * Table of contents will replace this text.

  {:toc}

  

- #CentOS Governance - Appendix: Glossary 

+ # CentOS Governance - Appendix: Glossary 

  {:.no_toc}

  [&laquo; Back to Governance](/about/governance)

  
@@ -18,7 +19,7 @@ 

  

  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

+ ## 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.

about/governance/board-diagram-involvement.png content/about/governance/board-diagram-involvement.png
file renamed
file was moved with no change to the file
about/governance/board-responsibilities.md content/about/governance/board-responsibilities.md
file renamed
+2 -1
@@ -2,12 +2,13 @@ 

  title:      "CentOS Governance - Board Structure"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  

  * Table of contents will replace this text.

  {:toc}

  

- #CentOS Governing Responsibilities

+ # CentOS Governing Responsibilities

  {:.no_toc}

  [&laquo; Back to Governance](/about/governance)

  

about/governance/governance-greenhouse.png content/about/governance/governance-greenhouse.png
file renamed
file was moved with no change to the file
about/governance/governance-structure-diagram.png content/about/governance/governance-structure-diagram.png
file renamed
file was moved with no change to the file
about/governance/joining-the-project.md content/about/governance/joining-the-project.md
file renamed
+4 -3
@@ -2,6 +2,7 @@ 

  title:      "CentOS Governance - Joining the Project"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  

  * Table of contents will replace this text.
@@ -13,17 +14,17 @@ 

  

  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

+ ## 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

+ ## 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

+ ## 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 it's 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 it's upstream, the factors that influence and guide that ecosystem, and the need to maintain the health and vitality of that ecosystem.

about/governance/sig-maturity-crossover.png content/about/governance/sig-maturity-crossover.png
file renamed
file was moved with no change to the file
about/governance/sigs.md content/about/governance/sigs.md
file renamed
+5 -4
@@ -2,6 +2,7 @@ 

  title:      "CentOS Governance - SIGs"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  

  * Table of contents will replace this text.
@@ -21,7 +22,7 @@ 

  

  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

+ ## CentOS Core SIG Responsibilities

  * Build the CentOS release.

  * _Sign_ the CentOS release.

  * Push official CentOS releases to the initial mirror.
@@ -29,7 +30,7 @@ 

  * Accept changes into Git.

    * Manage Git licensing and contribution policies.

  

- ##Variant SIG Responsibilities

+ ## 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.
@@ -37,13 +38,13 @@ 

  * 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

+ ## 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

  

  <div class="captioned-image">

    <img class="img-responsive" src="/about/governance/sig-maturity-crossover.png" alt="Illustration" />

about/governance/voting.md content/about/governance/voting.md
file renamed
+4 -3
@@ -2,12 +2,13 @@ 

  title:      "CentOS Governance - Voting"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  

  * Table of contents will replace this text.

  {:toc}

  

- #CentOS Governance - Voting

+ # CentOS Governance - Voting

  {:.no_toc}

  [&laquo; Back to Governance](/about/governance)

  
@@ -17,12 +18,12 @@ 

  

  All -1s votes require reason/ explanation, -1's with no substantiation may be overturned. 

  

- ##When do votes need to be called?

+ ## 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

+ ## 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.

abuseipdb-verification.html static/abuseipdb-verification.html
file renamed
file was moved with no change to the file
assets/csvtable-look.css static/assets/csvtable-look.css
file renamed
file was moved with no change to the file
assets/fonts/bootstrap/glyphicons-halflings-regular.eot static/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
file renamed
file was moved with no change to the file
assets/fonts/bootstrap/glyphicons-halflings-regular.svg static/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
file renamed
file was moved with no change to the file
assets/fonts/bootstrap/glyphicons-halflings-regular.ttf static/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
file renamed
file was moved with no change to the file
assets/fonts/bootstrap/glyphicons-halflings-regular.woff static/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
file renamed
file was moved with no change to the file
assets/jquery.tidy.table.css static/assets/jquery.tidy.table.css
file renamed
file was moved with no change to the file
assets/js/google.js static/assets/js/google.js
file renamed
file was moved with no change to the file
assets/js/html5.js static/assets/js/html5.js
file renamed
file was moved with no change to the file
assets/js/jquery.backstretch.min.js static/assets/js/jquery.backstretch.min.js
file renamed
file was moved with no change to the file
assets/js/jquery.csvToTable.js static/assets/js/jquery.csvToTable.js
file renamed
file was moved with no change to the file
assets/js/jquery.csvToTable2.js static/assets/js/jquery.csvToTable2.js
file renamed
file was moved with no change to the file
assets/js/jquery.cycle2.center.min.js static/assets/js/jquery.cycle2.center.min.js
file renamed
file was moved with no change to the file
assets/js/jquery.cycle2.min.js static/assets/js/jquery.cycle2.min.js
file renamed
file was moved with no change to the file
assets/js/jquery.min.js static/assets/js/jquery.min.js
file renamed
file was moved with no change to the file
assets/js/jquery.rss.js static/assets/js/jquery.rss.js
file renamed
file was moved with no change to the file
assets/js/jquery.tablesorter.min.js static/assets/js/jquery.tablesorter.min.js
file renamed
file was moved with no change to the file
assets/js/jquery.tidy.table.min.js static/assets/js/jquery.tidy.table.min.js
file renamed
file was moved with no change to the file
assets/js/moment.min.js static/assets/js/moment.min.js
file renamed
file was moved with no change to the file
assets/js/sass-bootstrap.js static/assets/js/sass-bootstrap.js
file renamed
file was moved with no change to the file
assets/js/sass-bootstrap.min.js static/assets/js/sass-bootstrap.min.js
file renamed
file was moved with no change to the file
assets/seven.rss content/assets/seven.rss
file renamed
file was moved with no change to the file
assets/stylesheet.css static/assets/stylesheet.css
file renamed
file was moved with no change to the file
community/calendar.md content/community/calendar.md
file renamed
+4
@@ -1,3 +1,7 @@ 

+ ---

+ layout: default

+ ---

+ 

  # CentOS IRC meetings

  

  ## Meeting schedule

community/stories.md content/community/stories.md
file renamed
+4 -3
@@ -2,11 +2,12 @@ 

  title:      "CentOS community stories"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  * Table of contents will replace this text.

  {:toc}

  

- #Real Users, Real Stories

+ # Real Users, Real Stories

  {:.no_toc}

  

  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. This page will try and collect some of the user stories over the next few months. 
@@ -15,7 +16,7 @@ 

  

  

  

- #CentOS Community Stories

+ # CentOS Community Stories

  

  ## Major Hayden's story

  
@@ -63,7 +64,7 @@ 

  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

+ ## 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.

  

file removed
-11
@@ -1,11 +0,0 @@ 

- project_path = "."

- http_path    = '/'

- output_style = :expanded

- sass_dir     = 'content/assets/css'

- css_dir      = 'output/assets/css'

- fonts_dir    = "output/assets/fonts"

- icon_fonts_path   = "output/assets/fonts"

- icon_fonts_dir    = "output/assets/fonts"

- sass_options = {

-   :syntax => :scss

- }

@@ -1,9 +0,0 @@ 

- ---

- version:    2

- is_hidden:  true

- is_dynamic: false

- ---

- 

- @import "bootstrap/bootstrap";

- @import "extra";

- 

file removed
-43
@@ -1,43 +0,0 @@ 

- ---

- title: Media

- presentation_title: Lyon Dojo

- presenter: <a href="http://www.epitech.eu/lyon/ecole-informatique-lyon.aspx">epitech</a>

- iframe_url: <iframe width="640" height="390" src="http://www.youtube.com/embed/muUOhg12FKs" frameborder="0" allowfullscreen></iframe>

- event: Office Hours

- stream: true

- ---

- <% if @item[:stream] %>

- 

-   <% if @item[:presentation_title] %>

-     <h1 class="video"> <%= @item[:presentation_title] %> </h1>

-   <% end %>

-   <% if @item[:presenter] %>

-     <h2 class="video"> Sponsored By: <%= @item[:presenter] %> </h2>

-   <% end %>

-   <br />

-   <br />

-   <%#  <%= @item[:iframe_url] %>

-   <ul class="sessions">

- </ul>

-   <script>

- var playListURL = 'http://gdata.youtube.com/feeds/api/playlists/PLuRtbOXpVDjDoYh16MrnRjbx7xtjr1G4B?v=2&alt=json&callback=?';

- var videoURL= 'http://www.youtube.com/watch?v=';

- $.getJSON(playListURL, function(data) {

-     var list_data="";

-     $.each(data.feed.entry, function(i, item) {

-         var feedTitle = item.title.$t;

-         var feedURL = item.link[1].href;

-         var fragments = feedURL.split("/");

-         var videoID = fragments[fragments.length - 2];

-         var url = videoURL + videoID;

-         var thumb = "http://img.youtube.com/vi/"+ videoID +"/default.jpg";

-         list_data += '<li><a href="'+ url + '">' +feedTitle+ '</a>';

-     });

-     $(list_data).appendTo(".sessions");

- });

- 

- 

- </script>

- 

- <% end %>

- 

@@ -1,9 +0,0 @@ 

- ---

- name: 45Drives

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/45drives.png

- url: http://www.45drives.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: artmotion

- sponsor: true

- country: eu

- is_hidden: true

- img: /images/sponsors/am-logo.png

- url: http://www.artmotion.eu

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: BackupVault

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/BackupVault.png

- url: https://www.backupvault.co.uk/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: baseip

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/baseip_240x60.jpg

- url: http://www.baseip.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: castlegem

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/Banner_Castlegem_240x60.gif

- url: http://www.castlegem.co.uk/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: cdn77

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/cdn77.png

- url: http://www.cdn77.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: ch-center

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/ch-center-small.png

- url: http://www.ch-center.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: codero

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/codero.png

- url: http://www.codero.com

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Colocation America

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/coloamerica_small.gif

- url: http://www.colocationamerica.com/dedicated_servers

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: Colocation Australia Pty Ltd 

- sponsor: true

- country: Australia

- is_hidden: true

- img: /images/sponsors/coloau.png

- url: http://coloau.com.au/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: cologuard

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/cologuard.png

- url: http://www.colocationguard.com/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: constant

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/constant.png

- url: http://www.constant.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Coreix

- sponsor: true

- country: uk

- is_hidden: true

- img: /images/sponsors/coreix.jpg

- url: https://www.coreix.net/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: cPanel

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/cpanel.png

- url: http://www.cpanel.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Database By Design

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/dbd_240_60.jpg

- url: http://www.databasebydesignllc.com

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: Dedicatednow

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/dedicatednow.gif

- url: http://www.dedicatednow.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Dedicated Solutions

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/dedicatedsolutions.png

- url: https://www.dedicatedsolutions.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: eukhost

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/eukhost.png

- url: http://www.eukhost.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: everex

- sponsor: true

- country: spain

- is_hidden: true

- img: /images/sponsors/everex.png

- url: http://www.everex.es/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Exabytes cloud

- sponsor: true

- country: malaysia

- is_hidden: true

- img: /images/sponsors/exabytes-my.png

- url: http://www.exabytes.com.my/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: FastHosts

- sponsor: true

- country: uk

- is_hidden: true

- img: /images/sponsors/fasthosts.png

- url: https://www.fasthosts.co.uk/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Globo.Tech

- sponsor: true

- country: canada

- is_hidden: true

- img: /images/sponsors/globotech.png

- url: http://www.globo.tech/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Host-Engine

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/host-engine.png

- url: http://host-engine.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: HostStage

- sponsor: true

- country: france

- is_hidden: true

- img: /images/sponsors/host-stage.png

- url: http://www.host-stage.net/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Host1Plus

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/host1plus_logo.png

- url: http://www.host1plus.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: hostdime

- sponsor: true

- country: USA

- is_hidden: true

- img: /images/sponsors/HostDime_Logo_Slogan_300_71.png

- url: http://www.hostdime.com

- ---

@@ -1,8 +0,0 @@ 

- ---

- name: hostdime-br

- sponsor: true

- country: brazil

- is_hidden: true

- img: /images/sponsors/hostdime_br_small.jpg

- url: http://www.hostdime.com.br

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: hostiserver

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/hostiserver.png

- url: https://www.hostiserver.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: hostkey

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/hostkey_small.gif

- url: http://www.hostkey.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: InterNetX

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/internetx.gif

- url: http://www.internetx.com

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: intevation

- sponsor: true

- country: germany

- is_hidden: true

- img: /images/sponsors/intevation.png

- url: http://www.intevation.de/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Iomart

- sponsor: true

- country: uk

- is_hidden: true

- img: /images/sponsors/iomart.png

- url: https://www.iomart.com

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: ITsyndicate

- sponsor: true

- country: Ukraine

- is_hidden: true

- img: /images/sponsors/itsyndicate.png

- url: https://itsyndicate.org/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: leaseweb

- sponsor: true

- country: netherlands

- is_hidden: true

- img: /images/sponsors/leaseweb.png

- url: http://www.leaseweb.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Liberty VPS

- sponsor: true

- country: israel

- is_hidden: true

- img: /images/sponsors/OffshoreVPS.png

- url: https://libertyvps.net

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: liquidweb

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/liquidweb.png

- url: http://www.liquidweb.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Miva

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/miva.png

- url: https://www.miva.com/

- ---

@@ -1,8 +0,0 @@ 

- ---

- name: multacom

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/multacom-240x60.gif

- url: http://www.multacom.com/

- ---

@@ -1,8 +0,0 @@ 

- ---

- name: NDCHost

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/NDCHost.png

- url: https://www.ndchost.com/

- ---

@@ -1,8 +0,0 @@ 

- ---

- name: netelligent

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/netelligent_small.png

- url: http://www.netelligent.ca/centos/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: nexcess

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/nexcess.png

- url: http://www.nexcess.net/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Node4

- sponsor: true

- country: UK

- is_hidden: true

- img: /images/sponsors/N4_logo_colour-banner-small.jpg

- url: http://www.node4.co.uk/managed-services/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: Packet

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/packet.png

- url: https://www.packet.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Pidgin Host 

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/pidginhost.png

- url: http://www.pidginhost.com/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: Pirates Hosting

- sponsor: true

- country: israel

- is_hidden: true

- img: /images/sponsors/OffshoreServers.png

- url: https://www.pirateshosting.net

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Profvds

- sponsor: true

- country: russia

- is_hidden: true

- img: /images/sponsors/profvds.png

- url: http://www.profvds.com

- ---

- 

@@ -1,9 +0,0 @@ 

- --- 

- name: psw group

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/PSW_Banner_240x60.jpg

- url: http://www.psw.net/

- ---

- 

@@ -1,8 +0,0 @@ 

- --- 

- name: Psychz Networks

- sponsor: true

- is_hidden: true

- img: /images/sponsors/psychz-234x60.jpg

- url: http://www.psychz.net/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: ptisp

- sponsor: true

- country: portugal

- is_hidden: true

- img: /images/sponsors/ptisp.png

- url: http://www.ptisp.pt/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: redstation

- sponsor: true

- country: uk

- is_hidden: true

- img: /images/sponsors/redstation.png

- url: http://www.redstation.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Scaleway

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/scaleway_logo.png

- url: http://www.scaleway.com

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: Phoenix NAP

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/PNAP_Banner.gif

- url: http://www.securedservers.com/landing/linux-hosting/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: seedvps

- sponsor: true

- country: netherlands

- is_hidden: true

- img: /images/sponsors/seedvps.png

- url: https://www.seedvps.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: serverel

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/serverel.png

- url: http://www.serverel.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: ServerHub

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/centos-serverhub.png

- url: http://www.serverhub.com

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: ServerMania

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/servermania.gif

- url: http://servermania.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: serverpoint

- sponsor: true

- country: us

- is_hidden: true

- img: /images/sponsors/serverpoint.png

- url: http://www.serverpoint.com

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: serverpronto

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/serverpronto_small.gif

- url: http://www.serverpronto.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: shinjiru

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/shinjirubanner260x60.gif

- url: http://shinjiru.com/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: steadfast

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/steadfast.png

- url: http://steadfast.net/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Tailor Made Servers

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/tailoredservers.png

- url: http://www.tailoredservers.com

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: theplanet

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/theplanet.png

- url: http://www.theplanet.com/dedicated-servers/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: trabia network 

- sponsor: true

- country: usa

- is_hidden: moldova

- img: /images/sponsors/trabia.png

- url: https://www.trabia.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- --- 

- name: vHost

- sponsor: true

- is_hidden: true

- img: /images/sponsors/vhostvn.gif

- url: http://vhost.vn/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Virtual Internet

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/2014-11-10-vi.gif

- url: http://www.vi.net

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Voyant

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/voyant.png

- url: http://www.voyant.com/

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: webnx

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/webnx1.png

- url: http://www.webnx.com

- ---

- 

@@ -1,9 +0,0 @@ 

- ---

- name: Whitelabel ITSolutions

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/whitelabelitsolutions.gif

- url: http://whitelabelitsolutions.com/

- ---

- 

@@ -1,8 +0,0 @@ 

- ---

- name: wowrack

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/wow.234x60.gif

- url: http://www.wowrack.com/

- ---

@@ -1,8 +0,0 @@ 

- ---

- name: Xen Project

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/ad_lfcpxen_240x60.png

- url: http://www.xenproject.org/

- ---

@@ -1,9 +0,0 @@ 

- ---

- name: yourname

- sponsor: true

- country: usa

- is_hidden: true

- img: /images/sponsors/yourname_small.gif

- url: http://www.yourname.nl/

- ---

- 

file added
+9
@@ -0,0 +1,9 @@ 

+ ---

+ layout: default

+ ---

+ 

+ # CentOS Documentation

+ 

+ At the current time the CentOS Project does not have the time nor manpower to produce documentation for the supported CentOS Linux releases. 

+ 

+ The upstream documentation is, with certain exceptions such as subscription manager, applicable to CentOS Linux and can be used in its place and can be found at access.redhat.com.

download.haml content/download.haml
file renamed
+1 -1
@@ -1,5 +1,5 @@ 

  ---

- layout: default-haml

+ layout: default

  title: Download CentOS

  ---

  .jumbotron

@@ -0,0 +1,68 @@ 

+ <h1>List of CentOS Mirrors providing AltArch</h1>

+ <p class="lead"> 

+ CentOS welcomes new mirror sites. If you are considering setting up a

+ public mirror site for CentOS, <a href="http://wiki.centos.org/HowTos/CreatePublicMirrors">please follow the mirror guidelines</a> to make

+ sure that your mirror is consistent with the other mirror sites.

+ </p>

+ 

+ <div id="CSVTable"></div>

+ <script type="text/javascript" src="/assets/js/jquery.csvToTable2.js"></script>

+ <script type="text/javascript" src="/assets/js/jquery.tablesorter.min.js"></script>

+ <link rel="stylesheet" type="text/css" href="/assets/csvtable-look.css">

+ 

+ <script>

+ $('#CSVTable').CSVToTable('/download/full-altarchlist.csv', 

+     { 

+        startLine: 1,

+        //['Location', 'Region', 'Sponsor', 'HomePage', 'HTTP location', 'FTP Location', 'Rsync Location']

+        headers: [

+        'Location', 

+        'Region', 

+        {label:'Sponsor' , items:[2 , 3]}, 

+        {label:'HomePage' , hidden:true}, 

+        'HTTP location', 

+        'FTP Location', 

+        'Rsync Location'

+        ],

+        itemMerger: function(header , items) {

+           var outItem = [];

+           console.log(items);

+           for(var i in header.items){

+             var item = header.items[i];

+             outItem.push(items[item]);

+           }

+           if(header.label = 'Sponsor'){

+              console.log(outItem);

+              return '<a href="' + outItem[1] + '" target="_blank">' + outItem[0] + '</a>';

+           }else return outItem.join(' ');

+       },

+       preRenderItem: function(headerLabel , item) {

+         if(item == '') return '';

+         switch (headerLabel) {

+           case 'HTTP location':

+           case 'FTP Location':

+           case 'Rsync Location':

+               item = item.replace(/"/gi , '');

+               return '<a href="' + item + '" target="_blank">' + item + '</a>'; 

+           default:

+               return item;

+         }

+       }

+     }

+ ).bind("loadComplete",function() { 

+   $('#CSVTable').find('TABLE').tablesorter({

+     widgets: ['zebra', 'filter'],

+     widgetOptions: {

+       uitheme: "bootstrap"

+     },

+     textExtraction: function(node) {  

+         // extract data from markup and return it  

+         return $(node).text();

+     } 

+   });

+ 

+ });;

+ </script>

+ 

+ <noscript>

+   <div id

@@ -0,0 +1,10 @@ 

+ <h1 id="amazon-ami-information-here">Amazon AMI information here</h1>

+ 

+ <p>Basic info on Amazon images here</p>

+ 

+ <h1 id="hyperv-image-info-here">HyperV image info here</h1>

+ <p>Yes, Microsoft has a cloud. Yes we run in it. 

+ Here is the basic info you will need.</p>

+ 

+ <h1 id="everything-i-missed">Everything I missed</h1>

+ 

download/_site/full-altarchlist.csv content/download/full-altarchlist.csv
file renamed
file was moved with no change to the file
download/_site/full-mirrorlist.csv content/download/full-mirrorlist.csv
file renamed
file was moved with no change to the file
@@ -0,0 +1,72 @@ 

+ <h1>List of CentOS Mirrors</h1>

+ <p class="lead"> 

+ CentOS welcomes new mirror sites. If you are considering setting up a

+ public mirror site for CentOS, <a href="http://wiki.centos.org/HowTos/CreatePublicMirrors">please follow the mirror guidelines</a> 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 <a href="/download/altarch-mirrors/"> this link </a>

+ </p>

+ 

+ <div id="CSVTable"></div>

+ <script type="text/javascript" src="/assets/js/jquery.csvToTable2.js"></script>

+ 

+ <script type="text/javascript" src="/assets/js/jquery.tablesorter.min.js"></script>

+ 

+ <link rel="stylesheet" type="text/css" href="/assets/csvtable-look.css" />

+ 

+ <script>

+ $('#CSVTable').CSVToTable('/download/full-mirrorlist.csv', 

+     { 

+        startLine: 1,

+        //['Location', 'Region', 'Sponsor', 'HomePage', 'HTTP location', 'FTP Location', 'Rsync Location']

+        headers: [

+        'Location', 

+        'Region', 

+        {label:'Sponsor' , items:[2 , 3]}, 

+        {label:'HomePage' , hidden:true}, 

+        'HTTP location', 

+        'FTP Location', 

+        'Rsync Location'

+        ],

+        itemMerger: function(header , items) {

+           var outItem = [];

+           console.log(items);

+           for(var i in header.items){

+             var item = header.items[i];

+             outItem.push(items[item]);

+           }

+           if(header.label = 'Sponsor'){

+              console.log(outItem);

+              return '<a href="' + outItem[1] + '" target="_blank">' + outItem[0] + '</a>';

+           }else return outItem.join(' ');

+       },

+       preRenderItem: function(headerLabel , item) {

+         if(item == '') return '';

+         switch (headerLabel) {

+           case 'HTTP location':

+           case 'FTP Location':

+           case 'Rsync Location':

+               item = item.replace(/"/gi , '');

+               return '<a href="' + item + '" target="_blank">' + item + '</a>'; 

+           default:

+               return item;

+         }

+       }

+     }

+ ).bind("loadComplete",function() { 

+   $('#CSVTable').find('TABLE').tablesorter({

+     widgets: ['zebra', 'filter'],

+     widgetOptions: {

+       uitheme: "bootstrap"

+     },

+     textExtraction: function(node) {  

+         // extract data from markup and return it  

+         return $(node).text();

+     } 

+   });

+ 

+ });;

+ </script>

+ 

+ <noscript>

+   &lt;div id

+ </noscript>

download/_site/wallpaper.png content/download/wallpaper.png
file renamed
file was moved with no change to the file
download/altarch-mirrors.md content/download/altarch-mirrors.erb
file renamed
+1
@@ -1,6 +1,7 @@ 

  ---

  title: AltArch Mirror List

  is_hidden: false

+ layout: default

  ---

  <h1>List of CentOS Mirrors providing AltArch</h1>

  <p class="lead"> 

download/cloud.md content/download/cloud.md
file renamed
file was moved with no change to the file
@@ -0,0 +1,16 @@ 

+ "Region","Country","Sponsor","Sponsor URL","http mirror link","ftp mirror link","rsync mirror link"

+ "Asia","Japan","Yamagata University","http://www.yamagata-u.ac.jp/","http://ftp.yz.yamagata-u.ac.jp/pub/linux/centos-altarch/","","rsync://ftp.yz.yamagata-u.ac.jp/pub/linux/centos-altarch/"

+ "EU","France","   Babylon Network","https://babylon.network/","http://fr.mirror.babylon.network/centos-altarch/","ftp://fr.mirror.babylon.network/centos-altarch/","rsync://fr.mirror.babylon.network/centos-altarch/"

+ "EU","Germany","University of Applied Sciences Esslingen 2","http://www.hs-esslingen.de/","http://mirror1.hs-esslingen.de/pub/Mirrors/centos-altarch/","","rsync://mirror1.hs-esslingen.de/centos-altarch/"

+ "EU","Germany","Yannic Bonenberger","https://www.yannic-bonenberger.com/","http://mirror.yannic-bonenberger.com/centos-altarch/","",""

+ "EU","Netherlands","    Babylon Network","https://babylon.network/","http://nl.mirror.babylon.network/centos-altarch/","ftp://nl.mirror.babylon.network/centos-altarch/","rsync://nl.mirror.babylon.network/centos-altarch/"

+ "EU","Spain","AireNetworks ","http://www.airenetworks.es/","http://mirror.airenetworks.es/CentOS-AltArch/","ftp://mirror.airenetworks.es/CentOS-AltArch/","rsync://mirror.airenetworks.es/CentOS-AltArch/"

+ "EU","United Kingdom","Coreix","http://www.coreix.net/","http://mirrors.coreix.net/centos-altarch/","","rsync://rsync.mirrors.coreix.net/centos-altarch/"

+ "EU","United Kingdom","Freethought Internet","https://www.freethought-internet.co.uk/","http://mirror.freethought-internet.co.uk/centos-altarch/","ftp://mirror.freethought-internet.co.uk/centos-altarch/","rsync://mirror.freethought-internet.co.uk/centos-altarch/"

+ "US","","Oregon State University","http://osuosl.org/","http://ftp.osuosl.org/pub/centos-altarch/","ftp://ftp.osuosl.org/pub/centos-altarch/","rsync://rsync.osuosl.org/centos-altarch/"

+ "US","CA","Open Computing Facility","https://www.ocf.berkeley.edu/","http://mirrors.ocf.berkeley.edu/centos-altarch/","ftp://mirrors.ocf.berkeley.edu/centos-altarch/","rsync://mirrors.ocf.berkeley.edu/centos-altarch/"

+ "US","GA","Virtual World Technologies","http://www.vwtonline.com","http://centos.vwtonline.net/centos-altarch/","",""

+ "US","NJ","Princeton University Department of Mathematics","http://www.math.princeton.edu/","http://mirror.math.princeton.edu/pub/centos-altarch/","","rsync://mirror.math.princeton.edu/pub/centos-altarch/"

+ "US","UT","University of Utah","http://www.chpc.utah.edu/","http://mirror.chpc.utah.edu/pub/centos-altarch/","","rsync://mirror.chpc.utah.edu/pub/centos-altarch/"

+ 

+ Mon Feb 20 17:20:01 UTC 2017

@@ -0,0 +1,485 @@ 

+ "Africa","Egypt","CityNet Host Data Center Egypt","http://www.citynethost.com/","http://mirror.citynethost.com/centos/","",""

+ "Africa","South Africa","Internet Solutions","http://www.is.co.za/","http://ftp.is.co.za/mirror/centos/","ftp://ftp.is.co.za/mirror/centos/","rsync://ftp.is.co.za/mirror/centos/"

+ "Africa","South Africa","JSDAAV ZA Telecoms (Pty) Ltd","http://www.jsdaav.com/","http://dl.za.jsdaav.net/mirror/CentOS/","ftp://dl.za.jsdaav.net/mirror/CentOS/","rsync://dl.za.jsdaav.net/mirror/CentOS/"

+ "Africa","South Africa","Telkom SA","http://www.telkom.co.za","http://www.ftp.saix.net/pub/linux/distributions/centos/","ftp://ftp.saix.net/pub/linux/distributions/centos/",""

+ "Africa","South Africa ","University of the Free State","http://www.ufs.ac.za/","http://mirror.ufs.ac.za/centos/","ftp://mirror.ufs.ac.za/os/linux/distros/centos/","rsync://mirror.ufs.ac.za/centos/"

+ "Africa","Tanzania","Aptus Solutions","http://www.aptus.co.tz/","http://mirror.aptus.co.tz/pub/centos/","",""

+ "Africa","Uganda","Uganda Christian University","http://www.ucu.ac.ug/","http://mirror.ucu.ac.ug/centos/","",""

+ "Asia","Bangladesh","dhakaCom Limited","http://www.dhakacom.com/","http://mirror.dhakacom.com/centos/","ftp://mirror.dhakacom.com/centos/",""

+ "Asia","Bangladesh","IS Pros Ltd.","http://www.ispros.com.bd/","http://mirrors.ispros.com.bd/centos/","ftp://mirrors.ispros.com.bd/centos/","rsync://mirrors.ispros.com.bd/CentOS/"

+ "Asia","China","Beijing Institute of Technology","http://www.bit.edu.cn/","http://mirror.bit.edu.cn/centos/","",""

+ "Asia","China","Beijing Teletron Telecom Engineering","http://www.btte.com.cn","http://mirrors.btte.net/centos/","",""

+ "Asia","China","CDS China","http://www.yun-idc.com/","http://mirrors.yun-idc.com/centos/","ftp://mirrors.yun-idc.com/centos/","rsync://mirrors.yun-idc.com/centos/"

+ "Asia","China","Dalian Neusoft University of Information","http://www.neusoft.edu.cn/","http://mirrors.neusoft.edu.cn/centos/","ftp://mirrors.neusoft.edu.cn/centos/",""

+ "Asia","China","esocc","http://www.esocc.com/","http://mirror.esocc.com/centos/","",""

+ "Asia","China","Grand Cloud","http://www.grandcloud.cn/","http://mirrors.grandcloud.cn/centos/","",""

+ "Asia","China","Huazhong University of Science and Technology","http://www.hust.edu.cn/","http://mirrors.hust.edu.cn/centos/","","rsync://mirrors.hust.edu.cn/centos/"

+ "Asia","China","NetEase","http://www.163.com/","http://mirrors.163.com/centos/","",""

+ "Asia","China","Northeastern University, Shenyang Liaoni","http://www.neu.edu.cn/","http://mirror.neu.edu.cn/centos/","",""

+ "Asia","China","Qiming College of Huazhong University of Science and Technology","","http://mirrors.hustunique.com/centos/","","rsync://mirrors.hustunique.com/centos/"

+ "Asia","China","Sohu Inc, Beijing P.R. China","http://www.sohu.com/","http://mirrors.sohu.com/centos/","",""

+ "Asia","China","Star Studio of UESTC","http://www.uestc.edu.cn/","http://mirrors.stuhome.net/centos/","ftp://mirrors.stuhome.net/centos/",""

+ "Asia","China","Tsinghua University","http://www.tsinghua.edu.cn/","http://mirrors.tuna.tsinghua.edu.cn/centos/","",""

+ "Asia","China","University of Science and Tech of China","http://www.ustc.edu.cn/","http://centos.ustc.edu.cn/centos/","",""

+ "Asia","China - Hong Kong","Asia Web Services Ltd.","http://www.vpshosting.com.hk","http://mirror.vpshosting.com.hk/pub/linux/centos/","ftp://mirror.vpshosting.com.hk/pub/linux/centos/",""

+ "Asia","Hong Kong","01LINK NETWORK SERVICES LIMITED","http://www.01link.net/","http://centos.01link.hk/","ftp://centos.01link.hk/","rsync://centos.01link.hk/centos/"

+ "Asia","Hong Kong","CommuniLink Internet Limited","http://www.communilink.net/","http://centos.communilink.net/","ftp://centos.communilink.net/centos/",""

+ "Asia","Hong Kong","i-System Technology Limited","http://www.uhost.hk/","http://centos.uhost.hk/","ftp://centos.uhost.hk/centos/",""

+ "Asia","Hong Kong","SunnyVision Limited","http://www.sunnyvision.com/","http://mirror.sunnyvision.com/centos/","",""

+ "Asia","Hong Kong","The Chinese University of Hong Kong","http://www.cuhk.edu.hk/","http://ftp.cuhk.edu.hk/pub/Linux/centos/","ftp://ftp.cuhk.edu.hk/pub/Linux/centos/",""

+ "Asia","Hong Kong","UDomain Web Hosting Company Ltd.","http://www.udomain.com.hk/","http://repo.cloudhosting.com.hk/centos/","ftp://repo.cloudhosting.com.hk/pub/centos/",""

+ "Asia","India","AOL Online India Pvt. Ltd.","http://corp.aol.in/","http://centos.aol.in/","",""

+ "Asia","India","Cyber Futuristics India Pvt Ltd - Go4hos","http://www.go4hosting.com/","http://centosmirror.go4hosting.in/centos/","ftp://centosmirror.go4hosting.in/","rsync://centosmirror.go4hosting.in/centos/"

+ "Asia","India","Excell Media Pvt. Ltd.","http://www.excellmedia.net/","http://centos.excellmedia.net/","",""

+ "Asia","India","Indian Institute of Technology, Madras","http://www.iitm.ac.in","http://ftp.iitm.ac.in/centos/","ftp://ftp.iitm.ac.in/centos/","rsync://ftp.iitm.ac.in/centos/"

+ "Asia","India","LeapSwitch Networks","http://www.leapswitch.com/","http://mirror.leapswitch.com/centos/","",""

+ "Asia","India","National Brain Research Centre","http://nbrc.ac.in/","http://mirror.nbrc.ac.in/centos/","",""

+ "Asia","Indonesia","Biznet Networks","http://www.biznetnetworks.com/","http://centos.biz.net.id/","","rsync://centos.biz.net.id/centos/"

+ "Asia","Indonesia","JR Webhost","http://www.jr-webhost.net/","http://centos.jr-webhost.net/","",""

+ "Asia","Indonesia","Kelompok Linux Arek Surabaya (KLAS)/PT Rahajasa Media Internet (RADNET)","","http://buaya.klas.or.id/centos/","ftp://buaya.klas.or.id/centos/",""

+ "Asia","Indonesia","Smart Media Pratama, PT.","http://smartmedia.net.id/","http://mirror.smartmedia.net.id/centos/","ftp://mirror.smartmedia.net.id/centos/",""

+ "Asia","Japan","FAIRWAY Corporation","http://www.fairway-corp.co.jp/","http://mirror.fairway.ne.jp/centos/","ftp://mirror.fairway.ne.jp/centos/",""

+ "Asia","Japan","Internet Initiative Japan Inc.","http://www.iij.ad.jp/","http://ftp.iij.ad.jp/pub/linux/centos/","ftp://ftp.iij.ad.jp/pub/linux/centos/","rsync://ftp.iij.ad.jp/centos/"

+ "Asia","Japan","JAIST","http://www.jaist.ac.jp/","http://ftp.jaist.ac.jp/pub/Linux/CentOS/","ftp://ftp.jaist.ac.jp/pub/Linux/CentOS/","rsync://ftp.jaist.ac.jp/pub/Linux/CentOS/"

+ "Asia","Japan","KDDI R&D Laboratories Inc.","http://www.kddilabs.jp/english/index.html","http://www.ftp.ne.jp/Linux/packages/CentOS/","ftp://ftp.kddilabs.jp/Linux/packages/CentOS/","rsync://rsync.kddilabs.jp/centos/"

+ "Asia","Japan","NARA Inst of Science and Technology","http://www.naist.jp/","http://ftp.nara.wide.ad.jp/pub/Linux/centos/","ftp://ftp.nara.wide.ad.jp/pub/Linux/centos/","rsync://ftp.nara.wide.ad.jp/centos"

+ "Asia","Japan","RIKEN Research Institute","http://www.riken.jp/","http://ftp.riken.jp/Linux/centos/","ftp://ftp.riken.jp/Linux/centos/","rsync://ftp.riken.jp/centos/"

+ "Asia","Japan","WIDEProject Tsukuba NOC","","http://ftp.tsukuba.wide.ad.jp/Linux/centos/","",""

+ "Asia","Kazakhstan","Neolabs LLP","http://neolabs.kz","http://mirror.neolabs.kz/centos/","ftp://mirror.neolabs.kz/centos/","rsync://mirror.neolabs.kz/centos/"

+ "Asia","Korea","AoneNetworks Co.,Ltd.","http://www.nicehosting.co.kr","http://data.nicehosting.co.kr/os/CentOS/","",""

+ "Asia","Korea","CDNetworks Co., Ltd.","http://www.cdnetworks.com/","http://centos.mirror.cdnetworks.com/","ftp://centos.mirror.cdnetworks.com/centos/",""

+ "Asia","Korea","NeowizGames corp.","http://www.pmang.com/","http://ftp.neowiz.com/centos/","ftp://ftp.neowiz.com/centos/","rsync://ftp.neowiz.com::centos"

+ "Asia","Korea","TODAY&TOMORROW CO., LTD.","http://tt.co.kr/gate/main.php","http://centos.tt.co.kr/","",""

+ "Asia","Malaysia","Hostemo Technology Sdn Bhd","http://www.hostemo.com/","http://mirrors.hostemo.com/CentOS/","",""

+ "Asia","Malaysia","IP ServerOne Solutions Sdn Bhd","http://www.ipserverone.com/","http://centos.ipserverone.com/centos/","",""

+ "Asia","Malaysia","OSCC MAMPU","http://www.oscc.org.my/","http://mirror.oscc.org.my/centos/","",""

+ "Asia","Malaysia","Sultan Idris Education University","http://www.upsi.edu.my/","http://mirror.upsi.edu.my/centos/","",""

+ "Asia","Malaysia","Universiti Teknologi Malaysia","http://www.utm.my/","http://ossm.utm.my/centos/","","rsync://ossm.utm.my/centos/"

+ "Asia","Mongolia","Mongolian National Data Center","http://www.ndc.gov.mn/","http://mirror.ndc.mn/centos/","",""

+ "Asia","Mongolia","National University of Mongolia","http://www.num.edu.mn/","http://centos.num.edu.mn/","ftp://centos.num.edu.mn/",""

+ "Asia","Pakistan","Cyber Internet Services","http://www.cyber.net.pk/","http://stingray.cyber.net.pk/pub/centos/","ftp://stingray.cyber.net.pk/centos/","rsync://stingray.cyber.net.pk/centos/"

+ "Asia","Pakistan","MAGSNET LIMITED","http://www.magsnet.net/","http://centos-mirror.magsnet.net/centos/","",""

+ "Asia","Philippines","DOST-ASTI and PREGI.NET","http://www.asti.dost.gov.ph/","http://mirror.pregi.net/pub/Linux/CentOS/","ftp://mirror.pregi.net/pub/Linux/CentOS/",""

+ "Asia","Singapore","National University of Singapore","http://www.comp.nus.edu.sg/","http://mirror.nus.edu.sg/centos/","ftp://mirror.nus.edu.sg/pub/centos/",""

+ "Asia","South Korea","Premist","http://premi.st/","http://mirror.premi.st/centos/","",""

+ "Asia","Sri Lanka","Lanka Education and Research Network","http://www.learn.ac.lk/","http://mirror.learn.ac.lk/centos/","ftp://mirror.learn.ac.lk/pub/centos/","rsync://mirror.learn.ac.lk/centos/"

+ "Asia","Taiwan","CCI, Providence University","http://www.cci.pu.edu.tw/","http://ftp.cs.pu.edu.tw/Linux/CentOS/","ftp://ftp.cs.pu.edu.tw/Linux/CentOS/",""

+ "Asia","Taiwan","Computer Center, Shu-Te University","http://en.main.stu.edu.tw/","http://ftp.stu.edu.tw/Linux/CentOS/","ftp://ftp.stu.edu.tw/Linux/CentOS/",""

+ "Asia","Taiwan","I-Shou University","http://www.isu.edu.tw/","http://ftp.isu.edu.tw/pub/Linux/CentOS/","ftp://ftp.isu.edu.tw/pub/Linux/CentOS/","rsync://ftp.isu.edu.tw/centos/"

+ "Asia","Taiwan","National Center for High-Perf Computing","http://www.nchc.org.tw/en/","http://ftp.twaren.net/Linux/CentOS/","ftp://ftp.twaren.net/Linux/CentOS/",""

+ "Asia","Taiwan","National Sun Yat-sen University","http://www.nsysu.edu.tw","http://ftp.nsysu.edu.tw/CentOS/","ftp://ftp.nsysu.edu.tw/pub/CentOS/",""

+ "Asia","Taiwan","Southern Taiwan University of Science and Technology","http://www.stust.edu.tw/","http://ftp.stust.edu.tw/pub/Linux/CentOS/","ftp://ftp.stust.edu.tw/pub/Linux/CentOS/",""

+ "Asia","Taiwan","TaiChung City Education Network Center","http://www.tc.edu.tw/","http://ftp.tc.edu.tw/Linux/CentOS/","ftp://ftp.tc.edu.tw/Linux/CentOS/",""

+ "Asia","Thailand","Bangmod Hosting","http://www.bangmodhosting.com/","http://mirrors.bangmodhosting.com/centos/","","rsync://mirrors.bangmodhosting.com/centos/"

+ "Asia","Thailand","Kasetsart University","http://www.ku.ac.th/","http://mirror1.ku.ac.th/centos/","",""

+ "Asia","Thailand","Prince of Songkla University, Hatyai cam","http://www.psu.ac.th/en/","http://mirrors.psu.ac.th/pub/centos/","ftp://mirrors.psu.ac.th/pub/centos/","rsync://mirrors.psu.ac.th/centos/"

+ "Asia","Thailand","THZ Hosting","http://www.thzhost.com/","http://mirrors.thzhost.com/centos/","","rsync://mirrors.thzhost.com/centos/"

+ "Asia","Vietnam","DIGIPOWER Co.,ltd","http://www.digipower.vn/","http://mirrors.digipower.vn/centos/","ftp://mirrors.digipower.vn/centos/","rsync://mirrors.digipower.vn/centos/"

+ "Asia","Vietnam","Fibo Web","http://fiboweb.com/","http://mirrors.fibo.vn/centos/","",""

+ "Asia","Vietnam","FPT Telecom","http://www.fpt.net/EN/","http://mirror-fpt-telecom.fpt.net/centos/","ftp://mirror-fpt-telecom.fpt.net/mirror/centos/",""

+ "Asia","Vietnam","HanoiLUG","http://www.hanoilug.org/","http://virror.hanoilug.org/centos/","",""

+ "Asia","Vietnam","VietOSS","","http://mirror.vietoss.com/CentOS/","",""

+ "Asia","Vietnam","Viettel  IDC ","http://viettelidc.com.vn/","http://centos-hcm.viettelidc.com.vn/","",""

+ "Asia","Vietnam","Viettel IDC","http://viettelidc.com.vn/","http://centos-hn.viettelidc.com.vn/","",""

+ "Asia","Vietnam","VinaHost Co., Ltd","http://vinahost.vn/","http://mirrors.vinahost.vn/centos/","",""

+ "Asia","Vietnam","VONLINE","http://vonline.vn/","http://mirrors.vonline.vn/centos/","",""

+ "Canada","AB","Arctic Network Mirrors","http://www.arcticnetwork.ca/","http://centos.arcticnetwork.ca/","ftp://centos.arcticnetwork.ca/pub/centos/","rsync://centos.arcticnetwork.ca/centos/"

+ "Canada","BC","Simon Fraser University","http://www.fas.sfu.ca/","http://mirror.its.sfu.ca/mirror/CentOS/","",""

+ "Canada","MB","Manitoba Unix User Group","http://www.muug.mb.ca/","http://www.muug.mb.ca/pub/centos/","ftp://ftp.muug.mb.ca/pub/centos/","rsync://rsync.muug.mb.ca/centos/"

+ "Canada","MB","Westman Communications Grp","http://www.westmancom.com/","http://centos.westmancom.com/","ftp://centos.westmancom.com/",""

+ "Canada","NS","Dalhousie University","http://www.dal.ca/","http://mirror.its.dal.ca/centos/","ftp://mirror.its.dal.ca/centos/","rsync://mirror.its.dal.ca/centos/"

+ "Canada","ON","Adeste Global Managed Networks","http://www.adesteglobal.com/","http://mirror.agmn.ca/mirror/centos/","",""

+ "Canada","ON","Atwab Networks","http://www.atwab.net/","http://centos.mirrors.atwab.net/","ftp://centos.mirrors.atwab.net/","rsync://centos.mirrors.atwab.net::shares/"

+ "Canada","ON","Clearcable Networks","http://www.clearcable.ca/","http://centos.mirror.rafal.ca/","ftp://centos.mirror.rafal.ca/pub/CentOS/","rsync://centos.mirror.rafal.ca/CentOS"

+ "Canada","ON","Cogeco Inc.","http://www.cogeco.net/","http://less.cogeco.net/CentOS/","ftp://less.cogeco.net/CentOS/",""

+ "Canada","ON","Netflash Internet Solutions","http://www.netflash.net/","http://mirror.netflash.net/centos/","ftp://mirror.netflash.net/centos/","rsync://mirror.netflash.net/centos/"

+ "Canada","ON","Nexicom Inc","http://www.nexicom.net","http://centos.mirror.nexicom.net/","ftp://mirror.nexicom.net/pub/centos/","rsync://mirror.nexicom.net/CentOS"

+ "Canada","ON","U. of Waterloo Computer Science Club","http://csclub.uwaterloo.ca/","http://mirror.csclub.uwaterloo.ca/centos/","ftp://mirror.csclub.uwaterloo.ca/centos/","rsync://mirror.csclub.uwaterloo.ca/centos/"

+ "Canada","ON","University of Ottawa, Faculty of Science","http://www.science.uottawa.ca/","http://mirror.science.uottawa.ca/centos/","",""

+ "Canada","ON","Wightman Telecom","http://wightman.ca/","http://mirror.netaddicted.ca/CentOS/","ftp://mirror.netaddicted.ca/CentOS/",""

+ "Canada","QC","Cubicule Studio inc.","http://www.cubiculestudio.com/","http://www.cubiculestudio.com/centos/","",""

+ "Canada","QC","GloboTech Communications","http://www.gtcomm.net/","http://centos.mirror.gtcomm.net/","",""

+ "Canada","QC","iWeb Technologies Inc.","http://iweb.com/","http://centos.mirror.iweb.ca/","ftp://centos.mirror.iweb.ca/","rsync://centos.mirror.iweb.ca/centos"

+ "Canada","QC","Netelligent","http://www.netelligent.ca/centos/","http://centos.mirror.netelligent.ca/centos/","",""

+ "Canada","QC","OVH Canada","http://www.ovh.com/ca/en/","http://centos.bhs.mirrors.ovh.net/ftp.centos.org/","ftp://centos.bhs.mirrors.ovh.net/ftp.centos.org/","rsync://centos.bhs.mirrors.ovh.net/ftp.centos.org/"

+ "Canada","QC","PlanetHoster Canada","http://www.planethoster.net/","http://centos.mirror.ca.planethoster.net/","",""

+ "Canada","QC","VEXXHOST","http://www.vexxhost.com/","http://centos.mirror.vexxhost.com/","ftp://mirror.vexxhost.com/centos/","rsync://mirror.vexxhost.com/centos/"

+ "EU","Armenia","ARMINCO Global Telecommunications","http://www.arminco.com/","http://centos.mirrors.arminco.com/","",""

+ "EU","Austria","Goodie Domain Service","http://gd.tuwien.ac.at/","http://gd.tuwien.ac.at/opsys/linux/centos/","ftp://gd.tuwien.ac.at/opsys/linux/centos/","rsync://gd.tuwien.ac.at/opsys/linux/centos/"

+ "EU","Austria","netzpionier and it&tel","http://www.mirroraustria.at/","http://centos.mirroraustria.at/","http://centos.mirroraustria.at/","rsync://centos.mirroraustria.at/CentOS/"

+ "EU","Azerbaijan","Delta Telecom LTD ","http://delta-telecom.net/","http://centos.datacenter.az/","",""

+ "EU","Belarus","RUE Beltelecom, ByFly ISP.","http://byfly.by/","http://ftp.byfly.by/pub/CentOS/","ftp://ftp.byfly.by/pub/CentOS/","rsync://ftp.byfly.by/pub/CentOS/"

+ "EU","Belgium","All In One","http://www.all-in-one.be/","http://mirror.myip.be/pub/centos/","",""

+ "EU","Belgium","Connexeon bvba","http://www.connexeon.com","http://centos.mirror.connexeon.net/","",""

+ "EU","Belgium","Cu.be Solutions","http://cu.be/","http://centos.cu.be/","",""

+ "EU","Belgium","EURid (BE)","http://www.eurid.eu/","http://be.mirror.eurid.eu/centos/","ftp://be.mirror.eurid.eu/centos/",""

+ "EU","Belgium","Nucleus","http://www.nucleus.be/","http://centos.mirror.nucleus.be/","ftp://centos.mirror.nucleus.be/",""

+ "EU","Belgium","WeePee telecom","http://www.weepeetelecom.be/","http://centos.weepeetelecom.be/","",""

+ "EU","Bosnia & Herzegovina","BH Telecom","http://www.bhtelecom.ba","http://mirror.centos.com.ba/","ftp://mirror.centos.com.ba/centos/","ftp://mirror.centos.com.ba/centos/"

+ "EU","Bulgaria","Cherybg (Private Mirror)","http://www.cherybg.com/","http://mirror.cherybg.com/centos/","",""

+ "EU","Bulgaria","Neterra LTD","http://www.neterra.net/","http://mirrors.neterra.net/centos/","ftp://mirrors.neterra.net/centos/","rsync://mirrors.neterra.net/centos/"

+ "EU","Bulgaria","Svetozar Mihailov Private Mirror","","http://mirror.zarhi.com/","http://mirror.zarhi.com/",""

+ "EU","Bulgaria","Telecoms Ltd.","http://www.telecoms.bg/","http://centos.telecoms.bg/","ftp://centos.telecoms.bg/",""

+ "EU","Bulgaria","Telepoint Bulgaria","http://telepoint.bg/","http://mirror.telepoint.bg/centos/","ftp://mirror.telepoint.bg/centos/",""

+ "EU","Croatia","Plus Hosting","http://www.plus.hr/","http://mirror.centos.plus.hr/centos/","ftp://mirror.centos.plus.hr/centos/",""

+ "EU","Cyprus","Dept. of Computer Science, University of Cyprus","http://www.cs.ucy.ac.cy/","http://mirror.cs.ucy.ac.cy/centos/","ftp://mirror.cs.ucy.ac.cy/centos/",""

+ "EU","Czech Republic","Brno University of Technology","http://www.fit.vutbr.cz/","http://merlin.fit.vutbr.cz/mirrors/centos/","","rsync://merlin.fit.vutbr.cz/CentOS-incdvd/"

+ "EU","Czech Republic","Czech Technical University","http://www.cvut.cz","http://ftp.cvut.cz/centos/","ftp://ftp.cvut.cz/centos/",""

+ "EU","Czech Republic","Faculty of Informatics, Masaryk Univ.","http://www.fi.muni.cz/","http://ftp.fi.muni.cz/pub/linux/centos/","ftp://ftp.fi.muni.cz/pub/linux/centos/","rsync://ftp.fi.muni.cz/pub/linux/centos/"

+ "EU","Czech Republic","Hosting90 systems s.r.o.","http://www.hosting90.cz/","http://mirror.hosting90.cz/centos/","ftp://mirror.hosting90.cz/centos/",""

+ "EU","Czech Republic","Karneval Media","http://www.karneval.cz","http://mirror.karneval.cz/pub/centos/","ftp://mirror.karneval.cz/pub/centos/",""

+ "EU","Czech Republic","Silesian university in Opava","http://www.slu.cz/","http://mirror.slu.cz/centos/","ftp://mirror.slu.cz/centos/","rsync://mirror.slu.cz/centos/"

+ "EU","Denmark","Carlsberg Research Center","http://www.crc.dk/","","ftp://ftp.crc.dk/pub/mirrors/centos/",""

+ "EU","Denmark","EasySpeedy","http://easyspeedy.com/","http://mirror.easyspeedy.com/centos/","ftp://mirror.easyspeedy.com/centos/","rsync://mirror.easyspeedy.com/centos/"

+ "EU","Denmark","Physics Dept, Technical Univ of Denmark","http://www.fys.dtu.dk/","http://mirror.fysik.dtu.dk/linux/centos/","",""

+ "EU","Denmark","Skytech","http://skytech.dk/","http://centos.skarta.net/","","rsync://centos.skarta.net::CentOS"

+ "EU","Estonia","Elion Enterprises Ltd","http://www.elion.ee/wwwmain?screenId=html.main&locale=en","http://ftp.estpak.ee/pub/centos/","ftp://ftp.estpak.ee/pub/centos/","rsync://ftp.estpak.ee/centos"

+ "EU","Finland","Academica Oy","http://academica.fi/","http://mirror.academica.fi/CentOS/","ftp://mirror.academica.fi/CentOS/","rsync://mirror.academica.fi/CentOS"

+ "EU","Finland","CSC / Funet","http://www.nic.funet.fi/","http://ftp.funet.fi/pub/mirrors/centos.org/","ftp://ftp.funet.fi/pub/mirrors/centos.org/","rsync://rsync.nic.funet.fi/ftp/pub/mirrors/centos.org/"

+ "EU","France","Atos Worldline","http://www.atos.net/","http://mirrors.atosworldline.com/public/centos/","",""

+ "EU","France","Avenir Telematique SAS","http://www.ate.info","http://mirror.ate.info/ftp.centos.org/","",""

+ "EU","France","Centre de Calcul de l'IN2P3","http://cc.in2p3.fr/","http://mirror.in2p3.fr/linux/CentOS/","ftp://mirror.in2p3.fr/pub/linux/CentOS/","rsync://mirror.in2p3.fr/ftp/linux/CentOS/"

+ "EU","France","CIRIL","http://reseau.ciril.fr","http://ftp.ciril.fr/pub/linux/centos/","ftp://ftp.ciril.fr/pub/linux/centos/","rsync://ftp.ciril.fr/pub/linux/centos/"

+ "EU","France","Distrib Coffee","http://distrib-coffee.ipsl.jussieu.fr/","http://distrib-coffee.ipsl.jussieu.fr/pub/linux/centos/","ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/centos/","rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/centos/"

+ "EU","France","ftp.free.fr","","","ftp://ftp.free.fr/mirrors/ftp.centos.org/",""

+ "EU","France","Institut Pasteur","http://www.pasteur.fr/","","ftp://ftp.pasteur.fr/pub/computing/linux/centos/",""

+ "EU","France","ircam","http://mirrors.ircam.fr/pub/CentOS/","http://mirrors.ircam.fr/pub/CentOS/","ftp://mirrors.ircam.fr/pub/CentOS/","rsync://mirrors.ircam.fr/CentOS/"

+ "EU","France","Matt Clements (private mirror)","http://mattclements.co.uk/","http://centos.mattclements.co.uk/","",""

+ "EU","France","OVH","http://www.ovh.net","http://mirror.ovh.net/ftp.centos.org/","ftp://mirror.ovh.net/ftp.centos.org/","rsync://mirror.ovh.net/ftp.centos.org/"

+ "EU","France","PlanetHoster France","http://www.planethoster.net/","http://centos.mirror.fr.planethoster.net/","",""

+ "EU","France","RelouFR Networks","http://www.reloumirrors.net/","http://centos.crazyfrogs.org/","","rsync://centos.crazyfrogs.org/centos/"

+ "EU","France","Rezopole","http://www.rezopole.net/","http://ftp.rezopole.net/centos/","ftp://ftp.rezopole.net/centos/","ftp.rezopole.net::centos"

+ "EU","France","Rpmfind","http://rpmfind.net/","http://fr2.rpmfind.net/linux/centos/","ftp://fr2.rpmfind.net/linux/centos/","rsync://fr2.rpmfind.net/linux/centos/"

+ "EU","France","Syntis","http://www.syntis.net/","http://mir01.syntis.net/CentOS/","ftp://mir01.syntis.net/CentOS/","mir01.syntis.net::CentOS "

+ "EU","France","Universit� Paris 13","http://www.univ-paris13.fr/","http://miroir.univ-paris13.fr/centos/","",""

+ "EU","Georgia","Caucasus Online","http://www.co.ge/","http://centos.mirror.srv.co.ge/","",""

+ "EU","Georgia","Wanex LLC (ISP)","http://www.wanex.net","http://mirror.centos.ge/","ftp://mirror.centos.ge/",""

+ "EU","Germany","Artfiles New Media GmbH ","http://www.artfiles.de/","http://artfiles.org/centos.org/","ftp://artfiles.org/centos.org/",""

+ "EU","Germany","ATrpms","http://www.atrpms.net/","http://mirror.atrpms.net/centos/","",""

+ "EU","Germany","Checkdomain GmbH","http://www.checkdomain.de/","http://mirror.checkdomain.de/centos","ftp://mirror.checkdomain.de/centos",""

+ "EU","Germany","Copahost","http://www.copahost.com/","http://centos.copahost.com/","",""

+ "EU","Germany","EUserv Internet","http://www.euserv.com/","http://mirror.euserv.net/linux/centos/","ftp://mirror.euserv.net/linux/centos/","rsync://mirror.euserv.net::centos"

+ "EU","Germany","Faerber (Private Mirror)","","http://mirror.maeh.org/centos/","ftp://mirror.maeh.org/centos/",""

+ "EU","Germany","Fraunhofer-Gesellschaft","http://www.fraunhofer.de/","","ftp://mirror.fraunhofer.de/centos.org/",""

+ "EU","Germany","Friedrich-Alexander-Universit�t Erlangen-N�rnberg","http://www.fau.de/","http://ftp.fau.de/centos/","ftp://ftp.fau.de/centos/","rsync://ftp.fau.de/centos/"

+ "EU","Germany","Host Europe","http://www.hosteurope.de/","http://ftp.hosteurope.de/mirror/centos.org/","ftp://ftp.hosteurope.de/mirror/centos.org/","rsync://ftp.hosteurope.de/centos/"

+ "EU","Germany","Intergenia","http://www.server4you.de/","http://centos.intergenia.de/","","rsync://centos.intergenia.de/centos-linux/"

+ "EU","Germany","Juergen Gotteswinter (private)","","http://mirror.jgotteswinter.com/centos/","ftp://ftp.jgotteswinter.com/centos/","rsync://rsync.jgotteswinter.com/centos/"

+ "EU","Germany","LeaseWeb Germany","http://www.leaseweb.com/","http://mirror.de.leaseweb.net/centos/","ftp://mirror.de.leaseweb.net/centos/","rsync://mirror.de.leaseweb.net/centos/"

+ "EU","Germany","LMU Muenchen, Dpt. Biologie 2, IT-Gruppe","http://zi.bio.lmu.de/","http://centos.bio.lmu.de/","ftp://centos.bio.lmu.de/centos/","rsync://centos.bio.lmu.de/CentOS/"

+ "EU","Germany","NetCologne","http://netcologne.de","http://mirror.netcologne.de/centos/","ftp://mirror.netcologne.de/centos/","rsync://mirror.netcologne.de/centos/"

+ "EU","Germany","Plus.line AG","http://www.plusline.de","http://ftp.plusline.de/centos/","ftp://ftp.plusline.de/pub/centos/","rsync://ftp.plusline.de/CentOS/"

+ "EU","Germany","PSW Group","http://www.psw.net/","http://centos.psw.net/centos/","",""

+ "EU","Germany","Rechenzentrum Universit�t Bayreuth","http://www.rz.uni-bayreuth.de/","http://ftp.uni-bayreuth.de/linux/CentOS/","ftp://ftp.uni-bayreuth.de/pub/linux/CentOS/","rsync://rsync.uni-bayreuth.de/CentOS/"

+ "EU","Germany","RWTH Aachen University","http://www.rwth-aachen.de","http://ftp.halifax.rwth-aachen.de/centos/","ftp://ftp.halifax.rwth-aachen.de/centos/","rsync://ftp.halifax.rwth-aachen.de/centos/"

+ "EU","Germany","Schlund Technologies GmbH","http://www.schlundtech.de/","http://centos.schlundtech.de/","ftp://centos.schlundtech.de/centos/","rsync://centos.schlundtech.de/centos/"

+ "EU","Germany","Sky Link Data Center","http://skylink-datacenter.de/","http://mirror.skylink-datacenter.de/centos/","ftp://mirror.skylink-datacenter.de/centos/","rsync://mirror.skylink-datacenter.de/centos/"

+ "EU","Germany","Softaculous ltd.","http://www.softaculous.com/","http://mirror.softaculous.com/centos/","",""

+ "EU","Germany","Tim Harsdorf","http://www.timharsdorf.de/home/","http://centos.mirror.linuxwerk.com/","",""

+ "EU","Germany","TU Chemnitz","http://www.tu-chemnitz.de/","http://wftp.tu-chemnitz.de/pub/linux/centos/","ftp://ftp.tu-chemnitz.de/pub/linux/centos/","rsync://rsync.hrz.tu-chemnitz.de/ftp/pub/linux/centos/"

+ "EU","Germany","University of Applied Sciences Esslingen","http://www.fht-esslingen.de/de/44","http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/","ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/","rsync://ftp-stud.fht-esslingen.de/centos/"

+ "EU","Germany","University of Applied Sciences Esslingen 2","http://www.fht-esslingen.de/de/44","http://mirror2.hs-esslingen.de/centos/","","rsync://mirror2.hs-esslingen.de/centos/"

+ "EU","Germany","University of Applied Sciences Fulda","http://www.hs-fulda.de/","http://mirror.informatik.hs-fulda.de/centos","","rsync://mirror.informatik.hs-fulda.de/centos/"

+ "EU","Germany","Vieth Server","http://mirror-server.de/","http://centos.mirror-server.de/","",""

+ "EU","Greece","Computer Center, University of Crete","http://www.cc.uoc.gr/","http://ftp.cc.uoc.gr/CentOS/","ftp://ftp.cc.uoc.gr/CentOS/",""

+ "EU","Greece","Hellenic Telecommunications Organization","http://www.ote.gr/","http://ftp.otenet.gr/linux/centos/","ftp://ftp.otenet.gr/pub/linux/centos/",""

+ "EU","Greece","NTUA","http://www.ntua.gr/","http://ftp.ntua.gr/pub/linux/centos/","ftp://ftp.ntua.gr/pub/linux/centos/","rsync://ftp.ntua.gr/centos/"

+ "EU","Hungary","Free Software Network foundation","http://www.fsn.hu/","http://ftp.freepark.org/pub/linux/distributions/centos/","ftp://ftp.freepark.org/pub/linux/distributions/centos/","rsync://ftp.freepark.org/linux/centos/"

+ "EU","Iceland","Siminn","http://www.simnet.is/","http://www.fedora.is/CentOS/","ftp://ftp.fedora.is/pub/CentOS/",""

+ "EU","Iceland","TM Software","http://www.tm-software.com","http://centos.t.is/centos/","ftp://centos.t.is/centos/",""

+ "EU","Ireland","HEAnet","http://www.heanet.ie/about/index.html","http://ftp.heanet.ie/pub/centos/","ftp://ftp.heanet.ie/pub/centos/","rsync://ftp.heanet.ie/pub/centos/"

+ "EU","Italy","2nd University of Rome","www.uniroma2.it","http://centos.fis.uniroma2.it","ftp://cis.uniroma2.it/LinuxF/CentOS",""

+ "EU","Italy","Clouditalia Communications","http://www.eutelia.it/","","ftp://ftp.eutelia.it/CentOS",""

+ "EU","Italy","Contactlab","http://www.contactlab.com/","http://it.centos.contactlab.it/","",""

+ "EU","Italy","Crazy Network","http://crazynetwork.it/","http://mirror.crazynetwork.it/centos/","","rsync://mirror.crazynetwork.it/centos/"

+ "EU","Italy","Fastbull project","http://www.fastbull.org/home_english.html","http://centos.fastbull.org/centos/","",""

+ "EU","Italy","GARR/CILEA","http://mirror.garr.it","http://mi.mirror.garr.it/mirrors/CentOS/","ftp://mi.mirror.garr.it/mirrors/CentOS/","rsync://mi.mirror.garr.it/CentOS/"

+ "EU","Italy","Prometeus","http://www.prometeus.net/","http://mirrors.prometeus.net/centos/","",""

+ "EU","Italy","Range-ID","http://www.range-id.it/","http://centos.mirror.range-id.it/","",""

+ "EU","Latvia","ChampGround","http://www.champground.com/","http://champground.com/centos/","",""

+ "EU","Latvia","koyanet.lv","","http://centos.koyanet.lv/centos/","ftp://centos.koyanet.lv/centos/",""

+ "EU","Latvia","Linux Center, University of Latvia","http://linux.edu.lv/index.php","http://centos.linux.edu.lv/","ftp://centos.linux.edu.lv/centos.linux.edu.lv/","rsync://centos.linux.edu.lv/centos/"

+ "EU","Latvia","Makonix SIA","http://makonix.com/","http://mirror.makonix.com/centos/","",""

+ "EU","Lithuania","Balticservers.com","http://www.balticservers.com/","http://mirror.duomenucentras.lt/centos/","ftp://mirror.duomenucentras.lt/centos/",""

+ "EU","Lithuania","Interneto vizija","http://www.serveriai.lt/","http://centos.mirror.serveriai.lt/","",""

+ "EU","Lithuania","UAB Esnet","http://www.vpsnet.lt/","http://centos.vpsnet.lt/","",""

+ "EU","Luxembourg","root S.A","http://www.root.lu/","http://centos.mirror.root.lu/","ftp://mirror.root.lu/centos/","rsync://mirror.root.lu/CentOS"

+ "EU","Macedonia","Cabletel Macedonia","http://cabletel.com.mk/","http://mirror.cabletel.com.mk/centos/","",""

+ "EU","Moldova","FedoraMD.org","http://www.fedoramd.org/","http://repo.fedoramd.org/centos/","ftp://ftp.fedoramd.org/centos/",""

+ "EU","Netherlands","1000mbps.com","http://www.1000mbps.com/","http://mirror.1000mbps.com/centos/","ftp://mirror.1000mbps.com/centos/","rsync://mirror.1000mbps.com/centos/"

+ "EU","Netherlands","ColoCenter","http://www.colocenter.nl/","http://mirror.colocenter.nl/pub/centos/","",""

+ "EU","Netherlands","Delft University of Technology","http://www.tudelft.nl/","http://ftp.tudelft.nl/centos.org/","ftp://ftp.tudelft.nl/pub/Linux/centos.org/",""

+ "EU","Netherlands","EURid (NL)","http://www.eurid.eu/","http://nl.mirror.eurid.eu/centos/","ftp://nl.mirror.eurid.eu/centos/",""

+ "EU","Netherlands","INTERACTIVE 3D","http://www.i3d.net/","http://mirror.i3d.net/pub/centos/","ftp://mirror.i3d.net/centos/","rsync://mirror.i3d.net::centos"

+ "EU","Netherlands","LeaseWeb","http://www.leaseweb.com","http://mirror.nl.leaseweb.net/centos/","ftp://mirror.nl.leaseweb.net/centos/","rsync://mirror.nl.leaseweb.net/centos/"

+ "EU","Netherlands","Linux Kernel Archives (NL)","http://www.kernel.org/","http://mirrors.nl.kernel.org/centos/","ftp://mirrors.nl.kernel.org/centos/","rsync://mirrors.nl.kernel.org/centos/"

+ "EU","Netherlands","Mj Webhosting","https://www.mjwebhosting.nl/","http://mirror.serverbeheren.nl/centos/","ftp://mirror.serverbeheren.nl/centos/","rsync://mirror.serverbeheren.nl/centos/"

+ "EU","Netherlands","MuntInternet","http://www.muntinternet.nl/","http://mirror.muntinternet.net/pub/centos/","ftp://mirror.muntinternet.net/pub/centos/","rsync://mirror.muntinternet.net/pub/centos/"

+ "EU","Netherlands","NLUUG","http://www.nluug.nl/","http://ftp.nluug.nl/ftp/pub/os/Linux/distr/CentOS/","ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/","rsync://ftp.nluug.nl/centoslinux/"

+ "EU","Netherlands","Prolocation B.V.","http://www.prolocation.net/","http://mirror.prolocation.net/centos/","",""

+ "EU","Netherlands","Proserve","http://www.proserve.nl/","http://mirror.proserve.nl/centos/","ftp://mirror.proserve.nl/centos/",""

+ "EU","Netherlands","Spango Internet BV","http://www.spango.com/nl/index.html","http://centos.mirror1.spango.com/","ftp://mirror1.spango.com/centos/",""

+ "EU","Netherlands","Supportex","http://supportex.net/","http://mirrors.supportex.net/centos/","",""

+ "EU","Netherlands","TransIP BV","http://www.transip.nl/","http://centos.mirror.transip.nl/","ftp://centos.mirror.transip.nl/Centos/",""

+ "EU","Netherlands","Triple IT","http://www.triple-it.nl/","http://centos.mirror.triple-it.nl/","",""

+ "EU","Netherlands","University of Utrecht","http://www.cs.uu.nl/","http://archive.cs.uu.nl/mirror/Linux/centos/","ftp://ftp.cs.uu.nl/mirror/Linux/centos/","rsync://rsync.cs.uu.nl/CentOS/"

+ "EU","Netherlands","ViralVPS","http://www.viralvps.com/","http://mirrors.viralvps.com/centos/","",""

+ "EU","Netherlands","Webzilla","http://webzilla.com/","http://mirror.nl.webzilla.com/CentOS/","ftp://mirror.nl.webzilla.com/CentOS/","rsync://mirror.nl.webzilla.com/CentOS/"

+ "EU","Netherlands","WeePee telecom NL","http://www.weepeetelecom.be/","http://centos.weepeetelecom.nl/","",""

+ "EU","Netherlands","WideXS","http://www.widexs.nl","http://mirror.widexs.nl/ftp/pub/os/Linux/distr/centos/","ftp://mirror.widexs.nl/pub/os/Linux/distr/centos/",""

+ "EU","Netherlands","Yourwebhoster.eu","http://yourwebhoster.eu/","http://mirror.yourwebhoster.eu/centos/","",""

+ "EU","Norway","Searchdaimon","http://www.searchdaimon.com/","http://mirror.searchdaimon.com/Linux/centos/","",""

+ "EU","Norway","University of Bergen","http://www.uib.no/","http://centos.uib.no/","ftp://centos.uib.no/pub/Linux/Distributions/centos/","rsync://centos.uib.no/centos/"

+ "EU","Norway","University of Oslo","http://ftp.uninett.no","http://ftp.uninett.no/pub/Linux/centos/","ftp://ftp.uninett.no/pub/linux/centos/","rsync://ftp.uninett.no/centos/"

+ "EU","Norway","ViaNett AS","http://www.vianett.com/","http://centos.vianett.no/","ftp://centos.vianett.no/pub/centos/",""

+ "EU","Poland","ICM Warsaw","http://www.icm.edu.pl/","http://sunsite.icm.edu.pl/pub/Linux/distributions/centos/","ftp://sunsite.icm.edu.pl/pub/Linux/distributions/centos/","rsync://sunsite.icm.edu.pl/pub/Linux/distributions/centos/"

+ "EU","Poland","IONIC.pl","http://www.ionic.pl/","http://centos.ionic.net.pl/","ftp://centos.ionic.net.pl/",""

+ "EU","Poland","Kielce Technology Park","http://www.technopark.kielce.pl/","http://mirror-pl.kielcetechnologypark.net/centos/","ftp://mirror-pl.kielcetechnologypark.net/centos/",""

+ "EU","Poland","LiveNet Sp. z o.o. ","http://www.slaskdatacenter.pl/","http://centos.slaskdatacenter.com/","ftp://centos.slaskdatacenter.com/","rsync://centos.slaskdatacenter.com/centos"

+ "EU","Poland","pbone.net","http://www.pbone.net/","http://ftp.pbone.net/pub/centos/","ftp://ftp.pbone.net/pub/centos/","rsync://ftp.pbone.net/pub/centos/"

+ "EU","Poland","Polish Telecom","http://www.tp.pl/","","ftp://ftp.tpnet.pl/d23/centos/","rsync://ftp.tpnet.pl/centos/"

+ "EU","Poland","Rzeszow University of Technology","http://www.prz.edu.pl/","http://ftp.prz.edu.pl/centos/","ftp://ftp.prz.edu.pl/pub/centos/","rsync://ftp.prz.edu.pl/centos/"

+ "EU","Poland","Szczecin University of Technology","http://www.ps.pl/","http://ftp.ps.pl/pub/Linux/CentOS/","ftp://ftp.ps.pl/pub/Linux/CentOS/",""

+ "EU","Poland","Vectra","http://www.vectra.pl/","http://ftp.vectranet.pl/centos/","ftp://ftp.vectranet.pl/centos/","rsync://ftp.vectranet.pl/centos/"

+ "EU","Portugal","nfsi telecom","http://www.nfsi.pt/","http://mirrors.nfsi.pt/CentOS/","ftp://ftp.nfsi.pt/pub/CentOS/",""

+ "EU","Portugal","Univ. of Coimbra, Informatics Eng. Dept.","http://www.dei.uc.pt/","http://ftp.dei.uc.pt/pub/linux/CentOS/","ftp://ftp.dei.uc.pt/pub/linux/CentOS/",""

+ "EU","Portugal","University of Porto","http://www.up.pt/","http://ftp.up.pt/CentOS/","ftp://ftp.up.pt/pub/CentOS/",""

+ "EU","Romania","BizTelecom Romania","http://www.biztelecom.ro/","http://mirrors.biztelecom.ro/centos/","","rsync://mirrors.biztelecom.ro/centos/"

+ "EU","Romania","CH-Center Hosting","http://www.ch-center.com/","http://mirrors.ch-center.com/centos/","",""

+ "EU","Romania","Dhost Software","http://dhost.ro/","http://ns3.dhost.ro/centosmirros/","ftp://ns3.dhost.ro/centos/",""

+ "EU","Romania","Pidgin Host","http://www.pidginhost.com/","http://mirrors.pidginhost.com/centos/","ftp://mirrors.pidginhost.com/centos/","mirrors.pidginhost.com::CentOS"

+ "EU","Romania","RCS and RDS","http://www.rcs-rds.ro/","http://centos.mirrors.linux.ro/","ftp://ftp.linux.ro/centos/",""

+ "EU","Romania","Romanian Linux Users Group (ines)","http://www.lug.ro/","http://ftp.ines.lug.ro/centos/","ftp://ftp.ines.lug.ro/centos/",""

+ "EU","Romania","Romtelecom","http://cyberhost.ro/","http://centos-mirror.cyberhost.ro/","ftp://centos-mirror.cyberhost.ro/",""

+ "EU","Romania","Telepoint","http://telepoint.bg/","http://mirror.telepoint.bg/centos","ftp://mirror.telepoint.bg/centos",""

+ "EU","Romania","Universitatea Aurel Vlaicu Arad","http://www.uav.ro/","","ftp://mirrors.uav.ro/centos/",""

+ "EU","Romania","UPC Romania","http://www.upc.ro/","http://ftp.astral.ro/distros/centos/","ftp://ftp.astral.ro/distros/centos/",""

+ "EU","Romania","Xservers.ro","http://www.xservers.ro/","http://mirrors.xservers.ro/centos/","",""

+ "EU","Russia"," Tver State University","","http://mirror.tversu.ru/centos/","",""

+ "EU","Russia","Astrakhan Page ISP","http://www.astpage.ru/","http://mirror.astpage.ru/centos/","","rsync://mirror.astpage.ru/centos/"

+ "EU","Russia","Awanti ISP","http://www.awanti.com/","http://mirror.awanti.com/centos/","ftp://mirror.awanti.com/centos/",""

+ "EU","Russia","Internet Hosting LTD","http://majorhost.net/","http://mirror.majorhost.net/centos/","",""

+ "EU","Russia","Logol Hosting Company","http://logol.ru/","http://mirror.logol.ru/centos/","ftp://mirror.logol.ru/centos/","rsync://mirror.logol.ru/centos/"

+ "EU","Russia","Private Mirror (Micro8240)","","","ftp://linux-mirror.no-ip.org/CentOS/","rsync://linux-mirror.no-ip.org/CentOS/"

+ "EU","Russia","RADIUS, Ltd.","","http://mirror.vilkam.ru/centos/","ftp://mirror.vilkam.ru/centos/","rsync://mirror.vilkam.ru/centos/"

+ "EU","Russia","RosBusinessConsulting","http://www.rbc.ru/","http://centos-mirror.rbc.ru/pub/centos/","",""

+ "EU","Russia","Yandex","http://www.yandex.ru/","http://mirror.yandex.ru/centos/","ftp://mirror.yandex.ru/centos/","rsync://mirror.yandex.ru/centos/"

+ "EU","Slovakia","Energotel a.s.","http://www.energotel.sk","http://ftp.energotel.sk/pub/linux/centos/","ftp://ftp.energotel.sk/pub/linux/centos/","rsync://ftp.energotel.sk/centos/"

+ "EU","Slovakia","Rainside","http://www.rainside.sk/","http://tux.rainside.sk/centos/","ftp://tux.rainside.sk/centos/",""

+ "EU","Slovakia","University of P.J.Safarik","http://www.upjs.sk/","http://ftp.upjs.sk/pub/centos/","ftp://ftp.upjs.sk/pub/centos/",""

+ "EU","Slovenia","ARNES","http://www.arnes.si/","http://ftp.arnes.si/pub/mirrors/centos.org/","ftp://ftp.arnes.si/mirrors/centos.org/",""

+ "EU","Slovenia","lihnidos.org","http://www.lihnidos.org","http://mirror.lihnidos.org/CentOS/","",""

+ "EU","Slovenia","PakNet IT","http://paknet.org/","http://mirrors.paknet.org/CentOS/","",""

+ "EU","Spain","CADT Software and Drafting, S.L. ","http://www.cadt.com/","http://centos.cadt.com/","",""

+ "EU","Spain","Centro Inform. Cientifico de Andalucia","http://www.cica.es/","http://ftp.cica.es/CentOS/","ftp://ftp.cica.es/CentOS/","rsync://rsync.cica.es/CentOS/"

+ "EU","Spain","CESCA","http://www.cesca.cat/","","ftp://ftp.cesca.cat/centos/","rsync://ftp.cesca.cat/centos/"

+ "EU","Spain","inAsset Networks","http://www.inasset.es/","http://mirror.trueinter.net/","ftp://mirror.trueinter.net/","rsync://mirror.trueinter.net/"

+ "EU","Spain","Oficina de Software Libre do CIXUG","http://www.cixug.es/osl/oficina/","http://ftp.cixug.es/CentOS/","ftp://ftp.cixug.es/CentOS/",""

+ "EU","Spain","RedIRIS, Spanish National Research Net.","http://www.rediris.es/index.en.html","http://sunsite.rediris.es/mirror/CentOS/","ftp://ftp.rediris.es/mirror/CentOS/",""

+ "EU","Spain","Universitat de Lleida","http://www.udl.es/","http://ftp.udl.es/pub/centos/","ftp://ftp.udl.es/pub/centos/",""

+ "EU","Spain","University of Seville (Spain)","http://www.us.es/","http://nervion.us.es/centos/","",""

+ "EU","Spain","Xtratelecom S.A.","http://www.xtratelecom.es/","http://centos.mirror.xtratelecom.es/","","centos.mirror.xtratelecom.es::CentOS"

+ "EU","Sweden","Availo AB","http://www.availo.se/","http://ftp.availo.se/centos/","ftp://ftp.availo.se/centos/","rsync://rsync.availo.se/centos/"

+ "EU","Sweden","Halmstad University","http://www.hh.se/","http://mirror.hh.se/centos/","ftp://mirror.hh.se/centos/",""

+ "EU","Sweden","Linux Kernel Archives (SE)","http://www.kernel.org/","http://mirrors.se.kernel.org/centos/","ftp://mirrors.se.kernel.org/centos/","rsync://mirrors.se.kernel.org/centos/"

+ "EU","Sweden","National Supercomputer Center, Link�ping","http://www.nsc.liu.se/","http://mirror.nsc.liu.se/CentOS/","ftp://mirror.nsc.liu.se/CentOS/","rsync://mirror.nsc.liu.se/CentOS"

+ "EU","Sweden","Sunet FTP archive","http://basun.sunet.se/engelska.html","http://ftp.sunet.se/pub/Linux/distributions/centos/","ftp://ftp.sunet.se/pub/Linux/distributions/centos/","rsync://ftp.sunet.se/pub/Linux/distributions/centos/"

+ "EU","Sweden","the computer society at Lund University","http://www.df.lth.se/","http://ftp.df.lth.se/pub/centos/","ftp://ftp.df.lth.se/pub/centos/","rsync://ftp.df.lth.se/centos"

+ "EU","Sweden","Zetup AB","http://www.zetup.se/","http://mirror.zetup.net/CentOS/","",""

+ "EU","Switzerland","Private Layer Inc.","http://www.privatelayer.com/","http://centos.privatelayer.com/","ftp://centos.privatelayer.com/","100"

+ "EU","Switzerland","SWITCHmirror","http://mirror.switch.ch","http://mirror.switch.ch/ftp/mirror/centos/","ftp://mirror.switch.ch/mirror/centos/",""

+ "EU","Turkey","7x24NET T�rkiye","http://www.7x24web.net.tr/","http://mirror.7x24web.net.tr/centos","",""

+ "EU","Turkey","Bogazici University","http://www.boun.edu.tr/","http://repo.boun.edu.tr/centos/","ftp://repo.boun.edu.tr/centos/",""

+ "EU","Turkey","DGN Teknoloji","http://www.dgn.net.tr","http://ftp.dgn.net.tr/linux/centos/","",""

+ "EU","Turkey","Turkish Linux User's Association","http://www.linux.org.tr/ ","http://ftp.linux.org.tr/centos/","ftp://ftp.linux.org.tr/centos/","rsync://ftp.linux.org.tr/centos/"

+ "EU","Turkey","Vital Technology","http://www.vit.com.tr/","http://mirror.vit.com.tr/mirror/CentOS/","ftp://mirror.vit.com.tr/CentOS/",""

+ "EU","UK","Hyve Ltd.","http://www.hyve.com/","http://centos.hyve.com/","",""

+ "EU","UK","ServerSpace Ltd","http://www.serverspace.co.uk/","http://centos.serverspace.co.uk/centos/","ftp://centos.serverspace.co.uk/centos/","rsync://centos.serverspace.co.uk/centos/"

+ "EU","UK","Simwood eSMS Limited","http://www.simwood.com/","http://mirror.simwood.com/centos/","",""

+ "EU","UK","Somerset Technical Solutions Ltd","http://www.somersettechsolutions.co.uk/","http://mirror.stshosting.co.uk/centos/","ftp://mirror.stshosting.co.uk/centos/","rsync://mirror.stshosting.co.uk::centos"

+ "EU","UK","SynergyWorks Internet","http://www.synergyworks.co.uk/","http://mirror.synergyworks.co.uk/centos/","",""

+ "EU","UK","Umbee Ltd","http://www.umbeehosting.co.uk/","http://repo.umbeehosting.com/centos/","http://repo.umbeehosting.com/centos/","repo.umbeehosting.com::CentOS"

+ "EU","UK","VooServers","http://vooservers.com/","http://mirrors.vooservers.com/centos/","",""

+ "EU","UK","XILO Communications Ltd.","http://www.xilo.net/","http://mirror.mhd.uk.as44574.net/mirror.centos.org/","",""

+ "EU","Ukraine","ABN","http://www.abn-ad.com/","http://ftp.tlk-l.net/pub/mirrors/centos.org/","ftp://ftp.tlk-l.net/pub/mirrors/centos.org/","rsync://ftp.tlk-l.net/pub/mirrors/centos.org/"

+ "EU","Ukraine","Colocall Internet Data Center","http://www.colocall.net/","http://ftp.colocall.net/pub/centos/","ftp://ftp.colocall.net/pub/centos/",""

+ "EU","Ukraine","IT&T Consulting","https://itt-consulting.com/","http://centos.itt-consulting.com/","",""

+ "EU","Ukraine","LDS (Luganskie Domashnie Seti)","http://lds.ua/","","ftp://ftp.linux.lg.ua/pub/centos/",""

+ "EU","Ukraine","Mirohost","http://mirohost.net/","http://mirror.mirohost.net/centos/","ftp://mirror.mirohost.net/centos/",""

+ "EU","Ukraine","Ukrnames LLC ICANN","http://www.ukrnames.com/","http://mirror.ukrnames.com/mirrors/centos/","ftp://mirror.ukrnames.com/mirrors/centos/","rsync://mirror.ukrnames.com/centos/"

+ "EU","Ukraine","Vinnytsia IP-Connect","http://ip-connect.vn.ua/","http://centos.ip-connect.vn.ua/","ftp://centos.ip-connect.vn.ua/mirror/centos/","rsync://centos.ip-connect.vn.ua/centos/"

+ "EU","United Kingdom","AAISP","http://aa.net.uk/","http://mirror.for.me.uk/centos/","",""

+ "EU","United Kingdom","AS29550.net","http://mirror.as29550.net/","http://mirror.as29550.net/mirror.centos.org/","ftp://mirror.as29550.net/mirror.centos.org/",""

+ "EU","United Kingdom","Bytemark","http://www.bytemark.co.uk/","http://mirror.bytemark.co.uk/centos/","ftp://mirror.bytemark.co.uk/centos/","rsync://mirror.bytemark.co.uk/centos"

+ "EU","United Kingdom","Coreix","http://www.coreix.net/","http://mirrors.coreix.net/centos/","",""

+ "EU","United Kingdom","Goscomb Technologies Limited","http://www.goscomb.net/","http://mirror.sov.uk.goscomb.net/centos/","ftp://mirror.sov.uk.goscomb.net/centos/",""

+ "EU","United Kingdom","IceColo, a division of M247 Ltd","http://www.icecolo.com","","http://mirrors.manchester.m247.com/centos/","rsync://mirrors.manchester.m247.com/centos/"

+ "EU","United Kingdom","Krystal Secure Hosting Solutions","http://www.krystal.co.uk/","http://mirror.krystal.co.uk/centos/","ftp://mirror.krystal.co.uk/centos/","rsync://mirror.krystal.co.uk::centos"

+ "EU","United Kingdom","Melbourne Server Hosting Ltd.","http://www.melbourne.co.uk/","http://mirrors.melbourne.co.uk/sites/ftp.centos.org/centos/","ftp://mirrors.melbourne.co.uk/sites/ftp.centos.org/centos/",""

+ "EU","United Kingdom","Oxford University Computing Services","http://www.oucs.ox.ac.uk/","http://mirror.ox.ac.uk/sites/mirror.centos.org/","ftp://mirror.ox.ac.uk/sites/mirror.centos.org/",""

+ "EU","United Kingdom","Pulsant Ltd.","http://www.pulsant.co.uk/","http://centos.mirroring.pulsant.co.uk/","ftp://centos.mirroring.pulsant.co.uk/centos/",""

+ "EU","United Kingdom","UK Mirror Service - Univ. Kent","http://www.mirrorservice.org/","http://www.mirrorservice.org/sites/mirror.centos.org/","ftp://ftp.mirrorservice.org/sites/mirror.centos.org/","rsync://rsync.mirrorservice.org/mirror.centos.org/"

+ "EU","United Kingdom","UKFast.net Ltd","http://www.ukfast.co.uk/","http://mirrors.ukfast.co.uk/sites/ftp.centos.org/","ftp://mirrors.ukfast.co.uk/ftp.centos.org/",""

+ "EU","United Kingdom","Warwick University","http://www2.warwick.ac.uk/fac/sci/csc/","http://anorien.csc.warwick.ac.uk/mirrors/centos/","ftp://anorien.csc.warwick.ac.uk/CentOS/","rsync://anorien.csc.warwick.ac.uk/CentOS/"

+ "Greenland","","Tele Greenland","http://www.tele.gl","http://mirror.greennet.gl/centos/","",""

+ "Middle East","Israel","Interhost Networks","http://www.interhost.co.il/","http://centos.syn.co.il/","","rsync://centos.syn.co.il/centos/"

+ "Middle East","Israel","Israel Internet Association (ISOC-IL)","http://www.isoc.org.il/","http://mirror.isoc.org.il/pub/centos/","ftp://mirror.isoc.org.il/pub/centos/",""

+ "Middle East","Israel","Joinweb Hosting Ltd","http://www.joinweb.co.il/","http://centos.joinweb.co.il/","",""

+ "Middle East","Israel","SPD Hosting LTD","http://www.spd.co.il/","http://centos.spd.co.il/","",""

+ "Middle East","Oman","Sultan Qaboos University","http://www.squ.edu.om/","http://mirror.squ.edu.om/centos/","",""

+ "Middle East","Saudi Arabia","Saudi Telecom Company (STC)","","http://centos.saudi.net.sa","ftp://centos.saudi.net.sa",""

+ "North America","Mexico","Webxcreen","http://www.webxcreen.com/","http://centos.webxcreen.org/","",""

+ "Oceania","Australia","AARNet","http://mirror.aarnet.edu.au/","http://mirror.aarnet.edu.au/pub/centos/","ftp://mirror.aarnet.edu.au/pub/centos/","rsync://mirror.aarnet.edu.au/centos/"

+ "Oceania","Australia","BKB Internet","http://bkb.net.au/","http://mirror.mel.bkb.net.au/pub/centos/","",""

+ "Oceania","Australia","Colocity","http://www.colocity.com/","http://mirror.colocity.com/centos/","",""

+ "Oceania","Australia","Crucial Cloud Hosting","http://www.crucial.com.au/","http://centos.mirror.crucial.com.au/","ftp://centos.mirror.crucial.com.au/","mirror.crucial.com.au::CentOS"

+ "Oceania","Australia","GloVine Pty Ltd"," http://www.glovine.com.au/","http://centos.syd.au.glomirror.com.au/","",""

+ "Oceania","Australia","Hostcentral","http://www.hostcentral.net.au/","http://mirror.as24220.net/pub/centos/","ftp://mirror.as24220.net/pub/centos/","rsync://mirror.as24220.net/centos/"

+ "Oceania","Australia","Internode","http://www.internode.on.net/","http://mirror.internode.on.net/pub/centos/","",""

+ "Oceania","Australia","Over The Wire","http://www.overthewire.com.au/","http://mirror.overthewire.com.au/pub/centos/","ftp://mirror.overthewire.com.au/pub/centos/",""

+ "Oceania","Australia","RackCentral","http://rackcentral.com.au/","http://mirror.rackcentral.com.au/centos/","ftp://mirror.rackcentral.com.au/centos/","rsync://mirror.rackcentral.com.au/centos/"

+ "Oceania","Australia","Servers Australia Pty Ltd.","http://www.serversaustralia.com.au/","http://centos.mirror.serversaustralia.com.au/","",""

+ "Oceania","Australia","Swinburne University of Technology","http://www.swin.edu.au/","http://ftp.swin.edu.au/centos/","ftp://ftp.swin.edu.au/centos/","rsync://ftp.swin.edu.au/centos/"

+ "Oceania","Australia","UberGlobal","http://www.uber.com.au/","http://centos.mirror.uber.com.au/","","rsync://mirror.uber.com.au/centos"

+ "Oceania","Australia","VentraIP Group (Australia) Pty Ltd","http://www.ventraip.com.au/","http://mirror.ventraip.net.au/CentOS/","ftp://mirror.ventraip.net.au/CentOS/",""

+ "Oceania","Australia","Web24 Group Pty Ltd","http://www.web24.com.au/","http://mirror.web24.net.au/centos/","ftp://mirror.web24.net.au/centos/","rsync://mirror.web24.net.au/centos/"

+ "Oceania","Indonesia","Computer Center, Jember University","http://www.unej.ac.id/","http://mirror.unej.ac.id/centos/","ftp://mirror.unej.ac.id/centos/","rsync://mirror.unej.ac.id/centos"

+ "Oceania","New Zealand","University of Canterbury","http://canterbury.ac.nz/","http://ucmirror.canterbury.ac.nz/linux/CentOS/","ftp://ucmirror.canterbury.ac.nz/pub/linux/CentOS/",""

+ "Oceania","New Zealand","wicks.co.nz","http://wicks.co.nz/","http://ftp.wicks.co.nz/pub/linux/dist/centos/","ftp://ftp.wicks.co.nz/pub/linux/dist/centos/","rsync://ftp.wicks.co.nz/pub/linux/dist/centos/"

+ "Oceania","New Zealand","WorldxChange Communications Ltd","http://wxc.co.nz/","http://mirror.xnet.co.nz/pub/centos/","ftp://mirror.xnet.co.nz/pub/centos/",""

+ "South America","Argentina","ARSAT","http://www.arsat.com.ar/","http://mirrors.dcarsat.com.ar/centos/","",""

+ "South America","Argentina","CCT - CONICET MENDOZA","http://www.mendoza-conicet.gob.ar/","http://centos.mirror.mendoza-conicet.gob.ar/","",""

+ "South America","Argentina","xfree.com","http://www.xfree.com.ar/","http://centos.xfree.com.ar/","",""

+ "South America","Brazil","Centro de Computa��o Eletr�nica / University of Sao Paulo","http://www.cce.usp.br/","http://linorg.usp.br/CentOS","","rsync://linorg.usp.br/CentOS"

+ "South America","Brazil","Federal University of Mato Grosso do Sul - UFMS","http://www-nt.ufms.br/","http://centos.ufms.br/","","rsync://centos.ufms.br/CentOS/"

+ "South America","Brazil","Globo.com","http://www.globo.com/","http://mirror.globo.com/centos/","",""

+ "South America","Brazil","Instituto Federal do Esp�rito Santo","http://www.ci.ifes.edu.br/","http://mirror.ci.ifes.edu.br/centos/","",""

+ "South America","Brazil","SecrelNet","http://secrel.com.br/","http://centos.secrel.com.br/","",""

+ "South America","Brazil","State University of Campinas - UNICAMP","http://www.ccuec.unicamp.br/","http://ftp.unicamp.br/pub/centos/","ftp://ftp.unicamp.br/pub/centos/","rsync://ftp.unicamp.br/centos/"

+ "South America","Brazil","Universidade Federal do Esp�rito Santo","http://www.ufes.br/","http://centos.ufes.br/","","rsync://centos.ufes.br/centos/"

+ "South America","Chile","Gtdinternet S.A.","","http://mirror.gtdinternet.com/","ftp://mirror.gtdinternet.com/pub/Linux/CentOS/",""

+ "South America","Chile","Universidad Tecnica Federico Santa Maria","http://portal.inf.utfsm.cl/","","ftp://ftp.inf.utfsm.cl/pub/Linux/CentOS/","rsync://ftp.inf.utfsm.cl/pub/Linux/CentOS/"

+ "South America","Colombia","EDATEL ISP","http://www.edatel.net.co/","http://mirror.edatel.net.co/centos/","",""

+ "South America","Costa Rica","abdicar Communications, S.A.","http://abdicar.com/","http://mirrors.abdicar.com/CentOS/","ftp://mirrors.abdicar.com/CentOS/","rsync://mirrors.abdicar.com/costarica_CentOS"

+ "South America","Costa Rica","University of Costa Rica","http://www.ucr.ac.cr/","http://mirrors.ucr.ac.cr/centos/","ftp://mirrors.ucr.ac.cr/pub/centos/","rsync://mirrors.ucr.ac.cr/centos/"

+ "South America","Ecuador","ESPOCH (Escuela Superior Polit�cnica de Chimborazo)","http://www.espoch.edu.ec/","http://mirror.espoch.edu.ec/centos/","","rsync://mirror.espoch.edu.ec/centos/"

+ "South America","Puerto Rico","University of Puerto Rico - HPCF","http://www.hpcf.upr.edu/","http://mirrors.hpcf.upr.edu/ftp/pub/Mirrors/CentOS/","ftp://mirrors.hpcf.upr.edu/pub/Mirrors/CentOS/",""

+ "US","","Facebook","http://developers.facebook.com/opensource","http://centos.mirror.facebook.net/","",""

+ "US","","Oregon State University","http://osuosl.org/","http://ftp.osuosl.org/pub/centos/","ftp://ftp.osuosl.org/pub/centos/","rsync://ftp.osuosl.org/centos/"

+ "US","","Rackspace","http://www.rackspace.com/","http://mirror.rackspace.com/CentOS/","",""

+ "US","AK","Arctic Region Supercomputing Center","http://www.arsc.edu/","http://mirrors.arsc.edu/centos/","ftp://mirrors.arsc.edu/centos/",""

+ "US","AL","Millry Telephone Co","http://www.millry.net/","http://mirror.millry.co/CentOS/","ftp://mirror.millry.co/CentOS/",""

+ "US","AL","Teklinks","http://teklinks.com/","http://mirror.teklinks.com/centos/","ftp://mirror.teklinks.com/centos/",""

+ "US","AZ","Cavecreek Web Hosting","http://www.cavecreek.net/","http://centos-distro.cavecreek.net/centos/","","rsync://centos-distro.cavecreek.net/CentOS/"

+ "US","AZ","Easynews","http://www.easynews.com/","http://mirrors.easynews.com//linux/centos/","ftp://mirrors.easynews.com//linux/centos/",""

+ "US","AZ","Singlehop, LLC","http://www.singlehop.com/","http://yum.phx.singlehop.com/centos/","",""

+ "US","CA","5Nine Solutions","http://www.5ninesolutions.com/","http://mirror.5ninesolutions.com/centos/","ftp://mirror.5ninesolutions.com/pub/mirror/centos/","rsync://mirror.5ninesolutions.com/centos/"

+ "US","CA","Energy Sciences Network","http://www.es.net/","http://linux.mirrors.es.net/centos/","ftp://linux.mirrors.es.net/centos/","rsync://linux.mirrors.es.net/centos/"

+ "US","CA","Fast Serv Networks, LLC","http://www.fastserv.com/web/","http://mirror.san.fastserv.com/pub/linux/centos/","ftp://mirror.san.fastserv.com/pub/linux/centos/",""

+ "US","CA","FreedomVoice","http://www.freedomvoice.com/","http://centos.mirror.freedomvoice.com/","ftp://mirror.freedomvoice.com/centos/","rsync://mirror.freedomvoice.com/centos/"

+ "US","CA","Harvey Mudd College","http://www.hmc.edu","http://mirror.hmc.edu/centos/","",""

+ "US","CA","Linux Kernel Archives","http://www.kernel.org/","http://mirrors.kernel.org/centos/","ftp://mirrors.kernel.org/centos/","rsync://mirrors.kernel.org/centos/"

+ "US","CA","NDCHost","http://ndchost.com/","http://centos.mirror.ndchost.com/","",""

+ "US","CA","Pac-12 Enterprises","http://www.pac-12.org/","http://mirror.pac-12.org/","",""

+ "US","CA","Sonic.net","http://sonic.net/","http://mirrors.sonic.net/centos/","ftp://mirrors.sonic.net/centos/",""

+ "US","CA","SONN","http://www.sonn.com/","http://centos.sonn.com/","",""

+ "US","CA","Stanford University","http://www.stanford.edu/","http://mirror.stanford.edu/yum/pub/centos/","ftp://mirror.stanford.edu/pub/mirrors/centos/","rsync://mirror.stanford.edu/mirrors/centos/"

+ "US","CA","TCPDIAG","","http://centos.tcpdiag.net/centos/","ftp://centos.tcpdiag.net/centos/","rsync://centos.tcpdiag.net/centos/"

+ "US","CA","University of Southern California","http://mirrors.usc.edu/","http://mirrors.usc.edu/pub/linux/distributions/centos/","ftp://mirrors.usc.edu/pub/linux/distributions/centos/","rsync://mirrors.usc.edu/centos/"

+ "US","CO","FDCservers.net LLC (Denver)","http://www.fdcservers.net","http://mirrordenver.fdcservers.net/centos/","",""

+ "US","CO","IcyBoards","http://icyboards.com/","http://centos.icyboards.com/","",""

+ "US","CO","LFCVPS","http://www.lfcvps.com/","http://mirrors.loosefoot.com/centos/","ftp://mirrors.loosefoot.com/centos/","rsync://mirrors.loosefoot.com/centos/"

+ "US","CO","SomeImage Image Hosting","http://someimage.com/","http://centos.someimage.com/","",""

+ "US","CO","tummy.com","http://www.tummy.com","http://mirrors.tummy.com/mirrors/CentOS/","",""

+ "US","CT","Connecticut Education Network","http://www.ct.gov/cen","http://mirror.net.cen.ct.gov/centos/","",""

+ "US","DC","ServInt","http://www.servint.com/","http://centos.servint.com/","",""

+ "US","DE","University of Delaware","http://ftp.lug.udel.edu/","http://mirror.lug.udel.edu/pub/centos/","",""

+ "US","FL","Atlantic.Net","http://www.atlantic.net/","","ftp://mirror.atlantic.net/pub/centos/",""

+ "US","FL","Mojohost","http://www.mojohost.com/","http://mirror.mojohost.com/centos/","ftp://mirror.mojohost.com/centos/",""

+ "US","FL","University of South Florida","http://www.usf.edu/","http://ftp.usf.edu/pub/centos/","ftp://ftp.usf.edu/pub/centos/",""

+ "US","GA","Georgia Tech","http://www.gtlib.gatech.edu/","http://www.gtlib.gatech.edu/pub/centos/","ftp://ftp.gtlib.gatech.edu/pub/centos/","rsync://rsync.gtlib.gatech.edu/centos/"

+ "US","HI","Advanced Network Computing Lab Hawaii","http://www.ancl.hawaii.edu/","http://mirror.ancl.hawaii.edu/linux/centos/","",""

+ "US","ID","SolutionPro","http://www.solutionpro.com/","http://mirror.spro.net/centos/","ftp://mirror.spro.net/centos/","rsync://mirror.spro.net/centos/"

+ "US","ID","Syringa Networks","http://www.syringanetworks.net/","http://mirrors.syringanetworks.net/centos/","ftp://mirrors.syringanetworks.net/centos/","rsync://mirrors.syringanetworks.net/CentOS/"

+ "US","IL","FDCservers.net LLC","http://www.fdcservers.net","http://mirror.fdcservers.net/centos/","ftp://mirror.fdcservers.net/centos/",""

+ "US","IL","GIGENET","http://www.gigenet.com/","http://mirrors.gigenet.com/centos/","ftp://mirrors.gigenet.com/centos/","rsync://mirrors.gigenet.com/centos/"

+ "US","IL","SanctuaryHost","http://www.sanctuaryhost.com","http://mirror.sanctuaryhost.com/centos/","",""

+ "US","IL","Server Axis Corporation","http://serveraxis.com/","http://mirrors.serveraxis.net/centos/","ftp://mirrors.serveraxis.net/centos/",""

+ "US","IL","SingleHop.com","http://SingleHop.com/","http://yum.singlehop.com/CentOS/","",""

+ "US","IL","Steadfast Networks","http://steadfast.net","http://mirror.steadfast.net/centos/","ftp://mirror.steadfast.net/centos/","rsync://mirror.steadfast.net/centos/"

+ "US","IL","Team Cymru","http://team-cymru.org/","http://mirror.team-cymru.org/CentOS/","ftp://mirror.team-cymru.org/CentOS/","rsync://mirror.team-cymru.org/CentOS"

+ "US","IL","University of Chicago, Astronomy","http://astro.uchicago.edu/","http://bay.uchicago.edu/centos/","ftp://bay.uchicago.edu/centos/","rsync://bay.uchicago.edu/CentOS/"

+ "US","IL","Your.Org","http://www.your.org/","http://ftpmirror.your.org/pub/centos/","ftp://ftpmirror.your.org/pub/centos/","rsync://ftpmirror.your.org/centos/"

+ "US","IN","Indiana University","http://pti.iu.edu/cs/software-applications/","","ftp://ftp.ussg.iu.edu/linux/centos/",""

+ "US","IN","NetNITCO Internet Services","http://www.netnitco.net/","http://centos.netnitco.net/","ftp://centos.netnitco.net/centos/",""

+ "US","MA","Harvard SEAS ARC","http://www.seas.harvard.edu/","http://mirrors.seas.harvard.edu/centos/","",""

+ "US","MD","University of Maryland, College Park","http://www.umd.edu/","http://mirror.umd.edu/centos/","ftp://mirror.umd.edu/centos/","rsync://mirror.umd.edu/centos/"

+ "US","MI","Central Michigan University","http://www.cmich.edu/","http://mirrors.cmich.edu/centos/","",""

+ "US","MI","CoreNetworks Dedicated Servers","http://corenetworks.net","http://centos.corenetworks.net/","",""

+ "US","MI","Liquid Web, Inc.","http://www.liquidweb.com/","http://mirrors.liquidweb.com/CentOS/","","rsync://mirrors.liquidweb.com/CentOS/"

+ "US","MI","MBNI, University of Michigan","http://www.mbni.med.umich.edu/","http://centos.mbni.med.umich.edu/mirror/","","rsync://centos.mbni.med.umich.edu/mirror"

+ "US","MI","Michigan State University Engineering De","http://www.egr.msu.edu/","http://ftp.egr.msu.edu/pub/centos","ftp://ftp.egr.msu.edu/pub/centos","rsync://ftp.egr.msu.edu::CentOS"

+ "US","MI","Michigan Tech Linux Users Group","http://lug.mtu.edu/","http://lug.mtu.edu/centos/","ftp://lug.mtu.edu/centos/","rsync://lug.mtu.edu/centos/"

+ "US","MI","Nexcess.Net","http://nexcess.net/","http://mirror.nexcess.net/CentOS/","",""

+ "US","MI","The Linux Fix","http://tlfhosting.com/","http://mirror.thelinuxfix.com/CentOS/","ftp://mirror.thelinuxfix.com/CentOS/","rsync://mirror.thelinuxfix.com/CentOS/"

+ "US","MI","University of Michigan � Flint","http://www.umflint.edu/","http://holmes.umflint.edu/centos/","",""

+ "US","MN","US Internet","http://www.usinternet.com/","http://mirrors.usinternet.com/centos/","","mirrors.usinternet.com::centos"

+ "US","MO","JCHost.net Internet Services","http://www.jchost.net/","http://centos-mirror.jchost.net/","",""

+ "US","NC","Duke University","http://www.linux.duke.edu/","http://mirror.linux.duke.edu/pub/centos/","ftp://mirror.linux.duke.edu/pub/centos/","rsync://mirror.linux.duke.edu/centos"

+ "US","NC","McClatchy Interactive","http://www.mcclatchyinteractive.com/","","ftp://mirror.nandomedia.com/pub/CentOS/",""

+ "US","NC","Netriplex, LLC","http://www.netriplex.com","http://centos.mirror.netriplex.com/","","rsync://centos.mirror.netriplex.com/CentOS"

+ "US","NC","North Carolina State University","http://www.linux.ncsu.edu/","http://ftp.linux.ncsu.edu/pub/CentOS/","ftp://ftp.linux.ncsu.edu/pub/CentOS/","rsync://ftp.linux.ncsu.edu/CentOS/"

+ "US","NE","University of Nebraska-Lincoln","http://www.unl.edu","http://mirror.unl.edu/centos/","",""

+ "US","NH","MetroCast Cablevision","http://www.metrocast.com/","http://mirror.metrocast.net/centos/","",""

+ "US","NJ","Constant Hosting","http://constant.com/","http://centos.mirror.constant.com/","",""

+ "US","NJ","interserver.net","http://interserver.net/","http://mirror.trouble-free.net/centos/","","rsync://mirror.trouble-free.net/centos/"

+ "US","NJ","Net Access Corporation","http://www.nac.net","http://centos.mirror.nac.net/","",""

+ "US","NJ","SolarVPS","http://www.solarvps.com/","http://mirror.solarvps.com/centos/","ftp://mirror.solarvps.com/centos/",""

+ "US","NV","Versaweb Hosting Services","http://www.versaweb.com/","http://mirrors.versaweb.com/centos/","ftp://mirrors.versaweb.com/centos/",""

+ "US","NY","Atlantic Metro Communications","http://www.atlanticmetro.net/","http://mirror.atlanticmetro.net/centos/","ftp://mirror.atlanticmetro.net/centos/",""

+ "US","NY","BuildDesignCreate.com","http://www.builddesigncreate.com/","http://centos.builddesigncreate.com/mirror/","",""

+ "US","NY","Clarkson University","http://www.clarkson.edu/","http://mirror.clarkson.edu/centos/","","rsync://mirror.clarkson.edu/centos"

+ "US","NY","Einstein College of Medicine","http://www.einstein.yu.edu/home/default.asp","http://mirrors.einstein.yu.edu/centos/","",""

+ "US","NY","New York Internet","http://nyi.net/","","ftp://mirror.nyi.net/centos/",""

+ "US","NY","NYU","http://www.nyu.edu/","http://mirror.es.its.nyu.edu/centos/","",""

+ "US","NY","Rochester Institute of Technology","http://www.rit.edu/","http://mirrors.rit.edu/centos/","","rsync://mirrors.rit.edu/centos/"

+ "US","NY","SpinelliCreations","http://www.spinellicreations.com/","http://centos.spinellicreations.com/","",""

+ "US","OH","Beyond Hosting","http://beyondhosting.net/","http://mirror.beyondhosting.net/CentOS/","",""

+ "US","OH","CISP / Yocolo","http://www.cisp.com","http://mirror.cisp.com/CentOS/","","rsync://mirror.cisp.com/CentOS"

+ "US","OH","HostingXtreme","http://hostingxtreme.com/","http://centos.hostingxtreme.com/","",""

+ "US","OK","University of Oklahoma","http://www.ou.edu/web.html","http://mirror.oss.ou.edu/centos/","ftp://mirror.oss.ou.edu/centos/","rsync://mirror.oss.ou.edu/centos/"

+ "US","OR","Canby Telcom ","http://www.canbytel.com/","http://mirror.web-ster.com/centos/","ftp://mirror.web-ster.com/centos/","rsync://mirror.web-ster.com/centos/"

+ "US","OR","Portland State Univ.","http://www.cat.pdx.edu/","http://mirrors.cat.pdx.edu/centos/","","rsync://mirrors.cat.pdx.edu/centos/"

+ "US","OR","TOCICI LLC","http://www.tocici.com/","http://mirror.tocici.com/centos/","",""

+ "US","PA","Datto Inc.","http://www.dattobackup.com/","http://mirror.dattobackup.com/CentOS/","",""

+ "US","PA","Hoobly Classifieds","http://www.hoobly.com/","http://centos.mirrors.hoobly.com/","",""

+ "US","PA","IT7 Networks Inc","http://it7.net/","http://mirrors-pa.sioru.com/centos/","ftp://mirrors-pa.sioru.com/centos/","rsync://mirrors-pa.sioru.com::CentOS"

+ "US","TN","Final ASP","http://www.finalasp.com/","http://mirrors.finalasp.com/CentOS/","ftp://mirrors.finalasp.com/CentOS/",""

+ "US","TX","1-800-hosting.com","http://www.800hosting.com/","http://dist1.800hosting.com/centos/","ftp://dist1.800hosting.com/centos/",""

+ "US","TX","Geeks at Work Solutions","http://gawsolutions.us/","http://mirrors.gawsolutions.us/centos","",""

+ "US","TX","GravityFish, LLC","http://gravityfish.com/","http://centos.gravityfish.com/","",""

+ "US","TX","Limestone Networks","http://www.limestonenetworks.com/","http://centos.mirror.lstn.net/","ftp://centos.mirror.lstn.net/centos/","rsync://centos.mirror.lstn.net/"

+ "US","TX","Ray Stedman Library","http://www.raystedman.org/","http://mirror.raystedman.net/centos/","","rsync://mirror.raystedman.net/centos/"

+ "US","TX","UnmeteredVPS.net","http://unmeteredvps.net/","http://centos.unmeteredvps.net/","ftp://centos.unmeteredvps.net/","centos.UnmeteredVPS.net::CentOS"

+ "US","TX","XygenHosting","http://www.xygenhosting.com/","http://dallas.tx.mirror.xygenhosting.com/CentOS/","ftp://dallas.tx.mirror.xygenhosting.com/CentOS/","rsync://dallas.tx.mirror.xygenhosting.com::centos"

+ "US","UT","Bluehost.com","http://www.bluehost.com","http://mirrors.bluehost.com/centos/","",""

+ "US","UT","Fast Speed Test","http://fastspeedtest.com","http://fastspeedtest.net/mirrors/centos/","",""

+ "US","UT","University of Utah","http://www.chpc.utah.edu/","http://mirror.chpc.utah.edu/pub/centos/","","rsync://mirror.chpc.utah.edu/pub/centos/"

+ "US","UT","XMission","http://www.xmission.com/","http://mirrors.xmission.com/centos/","ftp://mirrors.xmission.com/centos/","rsync://mirrors.xmission.com/centos/"

+ "US","VA","AdvancedHosters","http://advancedhosters.com/","http://mirrors.advancedhosters.com/centos/","ftp://mirrors.advancedhosters.com/centos/","rsync://mirrors.advancedhosters.com/centos/"

+ "US","VA","AOL, LLC","http://corp.aol.com/","http://centos.aol.com/","",""

+ "US","VA","Cogent Communications","http://www.cogentco.com/","http://mirror.cogentco.com/pub/linux/centos/","ftp://mirror.cogentco.com/pub/linux/centos/","rsync://mirror.cogentco.com/CentOS/"

+ "US","VA","Fast Serv Networks, LLC, VA","http://www.fastserv.com/web/","http://mirror.ash.fastserv.com/pub/linux/centos/","ftp://mirror.ash.fastserv.com/pub/linux/centos/",""

+ "US","VA","Leasweb US","http://www.leaseweb.com/","http://mirror.us.leaseweb.net/centos/","ftp://mirror.us.leaseweb.net/centos/","rsync://mirror.us.leaseweb.net/centos/"

+ "US","VA","Symnds","","http://mirror.symnds.com/CentOS/","","rsync://mirror.symnds.com/CentOS/"

+ "US","VA","University of Virginia","http://www.virginia.edu/","http://mirror.itc.virginia.edu/CentOS/","","rsync://mirror.itc.virginia.edu/centos/"

+ "US","VA","Virginia Commonwealth University","http://www.vcu.edu/","http://mirror.vcu.edu/pub/gnu+linux/centos/","ftp://mirror.vcu.edu/pub/gnu+linux/centos/","rsync://mirror.vcu.edu/centos/"

+ "US","VA","Virginia Tech","http://mirror.cs.vt.edu/","http://mirror.cs.vt.edu/pub/CentOS/","ftp://mirror.cs.vt.edu/pub/CentOS/",""

+ "US","VA","Yellow Fiber Networks","http://www.yellowfiber.net/","http://mirror.yellowfiber.net/centos/","",""

+ "US","VT","Green Mountain Access","http://www.greenmountainaccess.net/","http://mirrors.greenmountainaccess.net/centos/","ftp://mirrors.greenmountainaccess.net/centos/","rsync://mirrors.greenmountainaccess.net/centos/"

+ "US","VT","TelJet Longhaul LLC","http://www.teljet.net/","http://mirror.teljet.net/centos","",""

+ "US","WA","Walla Walla University","http://www.wallawalla.edu/","","ftp://ftp.wallawalla.edu/pub/mirrors/centos/","rsync://ftp.wallawalla.edu/CentOS/"

+ "US","WA","Washington State University","http://www.eecs.wsu.edu","http://centos.eecs.wsu.edu/","ftp://centos.eecs.wsu.edu/centos/","rsync://centos.eecs.wsu.edu/centos/"

+ "US","WI","TDS Internet Services","http://mirrors.tds.net/","http://centos.mirrors.tds.net/pub/linux/centos/","ftp://centos.mirrors.tds.net/pub/linux/centos/","rsync://centos.mirrors.tds.net/CentOS/"

+ 

+ Thu Nov 14 15:00:02 CST 2013

download/mirrors.md content/download/mirrors.erb
file renamed
+1
@@ -1,6 +1,7 @@ 

  ---

  title: Mirror List

  is_hidden: false

+ layout: default

  ---

  <h1>List of CentOS Mirrors</h1>

  <p class="lead"> 

empty or binary file added
googlef092517931db8da6.html static/googlef092517931db8da6.html
file renamed
file was moved with no change to the file
images/arrow_asc.gif static/images/arrow_asc.gif
file renamed
file was moved with no change to the file
images/arrow_desc.gif static/images/arrow_desc.gif
file renamed
file was moved with no change to the file
images/avatar.jpg static/images/avatar.jpg
file renamed
file was moved with no change to the file
images/background.jpeg static/images/background.jpeg
file renamed
file was moved with no change to the file
images/centoslogo-32.png static/images/centoslogo-32.png
file renamed
file was moved with no change to the file
images/cloud-hosting-services.png static/images/cloud-hosting-services.png
file renamed
file was moved with no change to the file
images/cloudbase.png static/images/cloudbase.png
file renamed
file was moved with no change to the file
images/favicon.ico static/favicon.ico
file renamed
file was moved with no change to the file
images/logo.png static/images/logo.png
file renamed
file was moved with no change to the file
images/logo_small.png static/images/logo_small.png
file renamed
file was moved with no change to the file
images/sponsors/15minuteservers.png static/images/sponsors/15minuteservers.png
file renamed
file was moved with no change to the file
images/sponsors/2014-11-10-vi.gif static/images/sponsors/2014-11-10-vi.gif
file renamed
file was moved with no change to the file
images/sponsors/45drives.png static/images/sponsors/45drives.png
file renamed
file was moved with no change to the file
images/sponsors/BackupVault.png static/images/sponsors/BackupVault.png
file renamed
file was moved with no change to the file
images/sponsors/Banner_Castlegem_240x60.gif static/images/sponsors/Banner_Castlegem_240x60.gif
file renamed
file was moved with no change to the file
images/sponsors/CentOS-CBSL-02.png static/images/sponsors/CentOS-CBSL-02.png
file renamed
file was moved with no change to the file
images/sponsors/HOST1PLUS_240x60.jpg static/images/sponsors/HOST1PLUS_240x60.jpg
file renamed
file was moved with no change to the file
images/sponsors/HostDime_Logo_Slogan_300_71.png static/images/sponsors/HostDime_Logo_Slogan_300_71.png
file renamed
file was moved with no change to the file
images/sponsors/N4_logo_colour-banner-small.jpg static/images/sponsors/N4_logo_colour-banner-small.jpg
file renamed
file was moved with no change to the file
images/sponsors/NDCHost.png static/images/sponsors/NDCHost.png
file renamed
file was moved with no change to the file
images/sponsors/OffshoreServers.png static/images/sponsors/OffshoreServers.png
file renamed
file was moved with no change to the file
images/sponsors/OffshoreVPS.png static/images/sponsors/OffshoreVPS.png
file renamed
file was moved with no change to the file
images/sponsors/PNAP-Logo-CMYK.JPG static/images/sponsors/PNAP-Logo-CMYK.JPG
file renamed
file was moved with no change to the file
images/sponsors/PNAP_Banner.gif static/images/sponsors/PNAP_Banner.gif
file renamed
file was moved with no change to the file
images/sponsors/PSW_Banner_240x60.jpg static/images/sponsors/PSW_Banner_240x60.jpg
file renamed
file was moved with no change to the file
images/sponsors/ad_lfcpxen_240x60.png static/images/sponsors/ad_lfcpxen_240x60.png
file renamed
file was moved with no change to the file
images/sponsors/am-logo.png static/images/sponsors/am-logo.png
file renamed
file was moved with no change to the file
images/sponsors/baseip_240x60.jpg static/images/sponsors/baseip_240x60.jpg
file renamed
file was moved with no change to the file
images/sponsors/cdn77.png static/images/sponsors/cdn77.png
file renamed
file was moved with no change to the file
images/sponsors/centos-serverhub.png static/images/sponsors/centos-serverhub.png
file renamed
file was moved with no change to the file
images/sponsors/ch-center-small.png static/images/sponsors/ch-center-small.png
file renamed
file was moved with no change to the file
images/sponsors/codero.png static/images/sponsors/codero.png
file renamed
file was moved with no change to the file
images/sponsors/codero_small.gif static/images/sponsors/codero_small.gif
file renamed
file was moved with no change to the file
images/sponsors/coloamerica_small.gif static/images/sponsors/coloamerica_small.gif
file renamed
file was moved with no change to the file
images/sponsors/coloau.png static/images/sponsors/coloau.png
file renamed
file was moved with no change to the file
images/sponsors/cologuard.png static/images/sponsors/cologuard.png
file renamed
file was moved with no change to the file
images/sponsors/constant.png static/images/sponsors/constant.png
file renamed
file was moved with no change to the file
images/sponsors/coreix.jpg static/images/sponsors/coreix.jpg
file renamed
file was moved with no change to the file
images/sponsors/cpanel.png static/images/sponsors/cpanel.png
file renamed
file was moved with no change to the file
images/sponsors/dbd_240_60.jpg static/images/sponsors/dbd_240_60.jpg
file renamed
file was moved with no change to the file
images/sponsors/dedicatednow.gif static/images/sponsors/dedicatednow.gif
file renamed
file was moved with no change to the file
images/sponsors/dedicatedsolutions.png static/images/sponsors/dedicatedsolutions.png
file renamed
file was moved with no change to the file
images/sponsors/dtsnet.png static/images/sponsors/dtsnet.png
file renamed
file was moved with no change to the file
images/sponsors/eukhost.png static/images/sponsors/eukhost.png
file renamed
file was moved with no change to the file
images/sponsors/everex.png static/images/sponsors/everex.png
file renamed
file was moved with no change to the file
images/sponsors/exabytes-my.png static/images/sponsors/exabytes-my.png
file renamed
file was moved with no change to the file
images/sponsors/fasthosts.png static/images/sponsors/fasthosts.png
file renamed
file was moved with no change to the file
images/sponsors/galaxy_small.gif static/images/sponsors/galaxy_small.gif
file renamed
file was moved with no change to the file
images/sponsors/globotech.png static/images/sponsors/globotech.png
file renamed
file was moved with no change to the file
images/sponsors/godaddy.jpg static/images/sponsors/godaddy.jpg
file renamed
file was moved with no change to the file
images/sponsors/host-engine.png static/images/sponsors/host-engine.png
file renamed
file was moved with no change to the file
images/sponsors/host-stage.png static/images/sponsors/host-stage.png
file renamed
file was moved with no change to the file
images/sponsors/host1plus_logo.png static/images/sponsors/host1plus_logo.png
file renamed
file was moved with no change to the file
images/sponsors/hostasaurus240x60banner.gif static/images/sponsors/hostasaurus240x60banner.gif
file renamed
file was moved with no change to the file
images/sponsors/hostdime_br_small.jpg static/images/sponsors/hostdime_br_small.jpg
file renamed
file was moved with no change to the file
images/sponsors/hostingswift240x60.gif static/images/sponsors/hostingswift240x60.gif
file renamed
file was moved with no change to the file
images/sponsors/hostiserver.png static/images/sponsors/hostiserver.png
file renamed
file was moved with no change to the file
images/sponsors/hostkey_small.gif static/images/sponsors/hostkey_small.gif
file renamed
file was moved with no change to the file
images/sponsors/internap.png static/images/sponsors/internap.png
file renamed
file was moved with no change to the file
images/sponsors/internetx.gif static/images/sponsors/internetx.gif
file renamed
file was moved with no change to the file
images/sponsors/intevation.png static/images/sponsors/intevation.png
file renamed
file was moved with no change to the file
images/sponsors/iomart-240x60.gif static/images/sponsors/iomart-240x60.gif
file renamed
file was moved with no change to the file
images/sponsors/iomart.png static/images/sponsors/iomart.png
file renamed
file was moved with no change to the file
images/sponsors/itsyndicate.png static/images/sponsors/itsyndicate.png
file renamed
file was moved with no change to the file
images/sponsors/leaseweb.png static/images/sponsors/leaseweb.png
file renamed
file was moved with no change to the file
images/sponsors/liquidweb.png static/images/sponsors/liquidweb.png
file renamed
file was moved with no change to the file
images/sponsors/miva.png static/images/sponsors/miva.png
file renamed
file was moved with no change to the file
images/sponsors/multacom-240x60.gif static/images/sponsors/multacom-240x60.gif
file renamed
file was moved with no change to the file
images/sponsors/ndc_host_240.gif static/images/sponsors/ndc_host_240.gif
file renamed
file was moved with no change to the file
images/sponsors/netelligent_small.png static/images/sponsors/netelligent_small.png
file renamed
file was moved with no change to the file
images/sponsors/nexcess.png static/images/sponsors/nexcess.png
file renamed
file was moved with no change to the file
images/sponsors/packet.png static/images/sponsors/packet.png
file renamed
file was moved with no change to the file
images/sponsors/pidginhost.png static/images/sponsors/pidginhost.png
file renamed
file was moved with no change to the file
images/sponsors/profvds.png static/images/sponsors/profvds.png
file renamed
file was moved with no change to the file
images/sponsors/psychz-234x60.jpg static/images/sponsors/psychz-234x60.jpg
file renamed
file was moved with no change to the file
images/sponsors/psychz_net.gif static/images/sponsors/psychz_net.gif
file renamed
file was moved with no change to the file
images/sponsors/ptisp.png static/images/sponsors/ptisp.png
file renamed
file was moved with no change to the file
images/sponsors/redstation.png static/images/sponsors/redstation.png
file renamed
file was moved with no change to the file
images/sponsors/scaleway_logo.png static/images/sponsors/scaleway_logo.png
file renamed
file was moved with no change to the file
images/sponsors/seedvps.png static/images/sponsors/seedvps.png
file renamed
file was moved with no change to the file
images/sponsors/serverel.png static/images/sponsors/serverel.png
file renamed
file was moved with no change to the file
images/sponsors/servermania.gif static/images/sponsors/servermania.gif
file renamed
file was moved with no change to the file
images/sponsors/serverpoint.png static/images/sponsors/serverpoint.png
file renamed
file was moved with no change to the file
images/sponsors/serverpronto_small.gif static/images/sponsors/serverpronto_small.gif
file renamed
file was moved with no change to the file
images/sponsors/shinjirubanner260x60.gif static/images/sponsors/shinjirubanner260x60.gif
file renamed
file was moved with no change to the file
images/sponsors/sponsor_placeholder-240-60.png static/images/sponsors/sponsor_placeholder-240-60.png
file renamed
file was moved with no change to the file
images/sponsors/steadfast.png static/images/sponsors/steadfast.png
file renamed
file was moved with no change to the file
images/sponsors/steadfast_234x60.gif static/images/sponsors/steadfast_234x60.gif
file renamed
file was moved with no change to the file
images/sponsors/tailoredservers.png static/images/sponsors/tailoredservers.png
file renamed
file was moved with no change to the file
images/sponsors/theplanet.png static/images/sponsors/theplanet.png
file renamed
file was moved with no change to the file
images/sponsors/trabia.png static/images/sponsors/trabia.png
file renamed
file was moved with no change to the file
images/sponsors/vhostvn.gif static/images/sponsors/vhostvn.gif
file renamed
file was moved with no change to the file
images/sponsors/vitelity.png static/images/sponsors/vitelity.png
file renamed
file was moved with no change to the file
images/sponsors/voyant.png static/images/sponsors/voyant.png
file renamed
file was moved with no change to the file
images/sponsors/webnx1.png static/images/sponsors/webnx1.png
file renamed
file was moved with no change to the file
images/sponsors/whitelabelitsolutions.gif static/images/sponsors/whitelabelitsolutions.gif
file renamed
file was moved with no change to the file
images/sponsors/wow.234x60.gif static/images/sponsors/wow.234x60.gif
file renamed
file was moved with no change to the file
images/sponsors/yourname_small.gif static/images/sponsors/yourname_small.gif
file renamed
file was moved with no change to the file
index.md content/index.erb
file renamed
+28 -37
@@ -1,17 +1,19 @@ 

  ---

  title: CentOS Project

- is_hidden: true

+ layout: default

  ---

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

- <script> 

+ <script>

    jQuery(function($) {

-     $("#rss-feeds").rss("https://www.centos.org/assets/planet.rss",{

-     	limit: 5,

- 	ssl: true,

- 	entryTemplate: '<li><a href="{url}">{date} : {title}</a><br/>{shortBodyPlain}</li>'    },

-  )

-  })

-  </script>

+     $("#divRss").rss("https://www.centos.org/assets/planet.rss",{

+         limit: 5,

+         ssl: true,

+         dateFormat: 'dddd MMM Do',

+         entryTemplate: '<li><a href="{url}">{date} : {title}</a><br/>{shortBodyPlain}</li>'

+     },

+     )

+   })

+ </script>

  

  <div class="row">

    <div class="jumbotron col-md-12">
@@ -25,7 +27,7 @@ 

  <div class="row">

    <div class="col-sm-4">

      <h2 class="text-center">Around CentOS</h2>

-     <div id="rss-feeds">

+     <div id="divRss">

      </div>

    </div>

    <div class="col-sm-4">
@@ -45,57 +47,46 @@ 

  <br />

  <br />

  

-     <div class="media">

+   

+      <div class="media">

        <a class="pull-left" href="#">

          <img class="media-object img-rounded" src="/images/centoslogo-32.png" width="32" alt="..."></a>

        <div class="media-body">

-         <h4 class="media-heading">CentOS Dojo @ DevConf.US</h4>

-         <p><strong>August 14th, 2019</strong>: We'll once again be

-         holding a CentOS Dojo on the day before <a

-         href="https://devconf.us">DevConf.US</a> in Boston. The Call for

-         Presentations is now open on<a

-         href="https://wiki.centos.org/Events/Dojo/DevConfUS2019">the event page</a>.

+         <h4 class="media-heading">CentOS Dojo @ FOSDEM</h4>

+         <p><strong>February 1, 2019</strong>: We will be hosting a <a href="https://wiki.centos.org/Events/Dojo/Brussels2019">Dojo on the day before FOSDEM</a>, in Brussels. The schedule and registration are now available. See you in Brussels!

          </p>

        </div>

      </div> 

  

+   

      <div class="media">

        <a class="pull-left" href="#">

          <img class="media-object img-rounded" src="/images/centoslogo-32.png" width="32" alt="..."></a>

        <div class="media-body">

-         <h4 class="media-heading">ORNL Dojo Video</h4>

-         <p>Video from the recent CentOS Dojo at Oak Ridge National Labs

-         is <a

-         href="https://www.youtube.com/playlist?list=PLuRtbOXpVDjD76XycIe24IA3VP6-OufS1">now

-         available on YouTube</a>.

+         <h4 class="media-heading">CentOS Dojo @ CERN</h4>

+         <p><strong>October 19th, 2018</strong>: We held our annual

+         CentOS Dojo, and SIG Gathering Day at

+         <a href="https://cern.ch/centos/">CERN, in Meyrin, Switzerland</a>. The video recordings are available on the <a href="https://indico.cern.ch/event/727150/timetable/#20181019">event agenda page</a>.

          </p>

        </div>

      </div> 

  

  

- 

    </div>

  

    <div class="col-sm-4">

      <h2 class="text-center">Sponsorship</h2>

      <p>CentOS would not be possible without the support of our sponsors. We would like to thank the following product/service for being a CentOS sponsor:</p>

-     <div class='cycle-slideshow' 

-       data-cycle-random="true"

-       data-cycle-timeout="3000" 

-       data-cycle-fx="fade" 

-       data-cycle-center-horz=true 

-       data-cycle-center-vert=true 

-       data-cycle-loader="wait" 

-       data-cycle-progressive="#images"

-       data-cycle-slides="> a"

-       data-cycle-pause-on-hover="true" >

-       <% @site.items.select { |i| i[:sponsor] }.each do|i| %>

-         <a href="<%= i[:url] %>" rel="nofollow"><img class="img-rounded" src="<%= i[:img] %>" /></a> <% end %>

+     <div class="cycle-slideshow" data-cycle-random="true" data-cycle-timeout="3000" data-cycle-fx="fade" data-cycle-center-horz="true" data-cycle-center-vert="true" data-cycle-loader="wait" data-cycle-progressive="#images" data-cycle-slides="&gt; a" data-cycle-pause-on-hover="true">

+ 

+         {% for sponsor in site.data.sponsors %}

+           <a href="{{ sponsor.url }}" rel="nofollow"><img class="img-rounded" src="{{ sponsor.img }}"></a>

+         {% endfor %}

+ 

      </div>

-     <br /> 

+     <br> 

      <p><a href="/sponsors/">If you value our work, please consider becoming a sponsor!</a></p>

  

  

  

    </div>

- </div>

keys.md content/keys.md
file renamed
+6 -4
@@ -2,17 +2,19 @@ 

  title:      "CentOS GPG Keys"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

+ 

  * Table of contents will replace this text.

  {:toc}

  

- #CentOS GPG Keys

+ # CentOS GPG Keys

  {:.no_toc}

  

- #How CentOS uses GPG keys

+ # 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

+ # 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:
@@ -49,7 +51,7 @@ 

  

  ## CentOS 6 Keys

  

- ###CentOS-6 Signing Key

+ ### 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) <centos-6-key@centos.org>

keys/RPM-GPG-KEY-CentOS-5 static/keys/RPM-GPG-KEY-CentOS-5
file renamed
file was moved with no change to the file
keys/RPM-GPG-KEY-CentOS-6 static/keys/RPM-GPG-KEY-CentOS-6
file renamed
file was moved with no change to the file
keys/RPM-GPG-KEY-CentOS-7 static/keys/RPM-GPG-KEY-CentOS-7
file renamed
file was moved with no change to the file
keys/RPM-GPG-KEY-CentOS-7-aarch64 static/keys/RPM-GPG-KEY-CentOS-7-aarch64
file renamed
file was moved with no change to the file
keys/RPM-GPG-KEY-CentOS-Debug-6 static/keys/RPM-GPG-KEY-CentOS-Debug-6
file renamed
file was moved with no change to the file
@@ -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-----

@@ -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-----

@@ -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-----

@@ -0,0 +1,21 @@ 

+ -----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-----

+ 

@@ -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

+ Q2xvdWQpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQIAIwUCVVZwJwIbAwcL

+ CQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEPm5/ud2RCnmATUH/3HDtWxpFkmy

+ FiA3VGkMt5dp3bgCRSd84X6Orfx1LARowpI4LomCGglGBGXVJePBacwcclorbLaz

+ uWrW/wU0efz0aDB5c4NPg/yXfNvujvlda8ADJwZXVBQphzvaIKwl4PqBsEnxC10I

+ 93T/0iyphAhfMRJ5R8AbEHMj7uF+TWTX/JoyQagllMqWTwoP4DFRutPdOmmjwvSV

+ kWItH7hq6z9+M4dhlqeoOvPbL5oCxX7TVmLck02Q5gI4syULOa7sqntzUQKFkhWp

+ 9U0+5KrBQBKezrurrrkq/WZR3WNE1KQfNQ77f7S2JcXJdOaKgJ7xe7Y2flPq98Aq

+ wKXK7l1c3dc=

+ =W6yF

+ -----END PGP PUBLIC KEY BLOCK-----

@@ -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

+ b3Mub3JnPokBOQQTAQIAIwUCWrLNsAIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4B

+ AheAAAoJEBrhEPpui36K814IAM0o2BHQ8YXJhxKTas0Nx8KkcejaZMbCNx2JdOFj

+ 9b73LPp4LW68QFNdRib0Clw1IYKLItztSystNUINn856fVyzsiZZ0K00oab8TTYK

+ eYvjfk0neJDhVfZqCVymwYtV+slJ7MnMACnpT2ijjelJtd6rgzfgd2zVOiwx0qqU

+ m5NEZDosWwgGvH/9Bpy489OSNstBbahZ6FZ9Day1AHj+vriYSsnPzNcz/cLAdt+G

+ 2w3DzYG97bgBhffSwc8HoF96s3lU7MK0t5WweqxdaiT1jJ6jbY6Y1gEyYybrHd+A

+ XMqYI79GA/VEwchmxXenXVqL6uA8TlvCDYIdzqa+MXBXlWI=

+ =HUNw

+ -----END PGP PUBLIC KEY BLOCK-----

keys/RPM-GPG-KEY-CentOS-SIG-NFV static/keys/RPM-GPG-KEY-CentOS-SIG-NFV
file renamed
file was moved with no change to the file
@@ -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

+ b3VwL09wc1Rvb2xzKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwECACMFAlir

+ SnoCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBP2VMnUbwqE6GSB/9r

+ ViXDUqDAA6xy5TxGZv+JGxFNxRN+srhBLsUeK/DL//kFuONpN+t662V6J1/odP3x

+ Ho7gE08RJvo8V+QNjfswzseqeVl0texuX9/QNjAbatDFW5GW4w4wFDB9yM1C9GtQ

+ HZqmNmuP9ZM9smH6uFCVFDhPCAT5uoW+iedJWSjrwHAwfu3nuWMNHX0H1IYAf4Kp

+ lstDehI0ydMhCEkajBe67M9sdMTfLL0vfnvFzjk4eDdBKrC/aaUYHfLwlBn5zC9W

+ WaM0qP0zkSYT4C301LsRtYkUDCv4JgojgPZX0lea0fXaEzE5qps+gNFsklNVKhFo

+ vb7nW8WM0/YHt3XqFILq

+ =R48J

+ -----END PGP PUBLIC KEY BLOCK-----

@@ -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+iQE5BBMBAgAjBQJXPIsFAhsDBwsJ

+ CAcDAgEGFQgCCQoLBBYCAwECHgECF4AACgkQw0xb1C8pfsyT2gf9FqJoc8oZ+T5A

+ 8cZslMyCWziPi0o7kd/Rw91T7dkV+VIC+sFlVga7fkPEAiD8U7JFE+a1IlcjfGuY

+ my4S6UH8K5zL36CRg2MF112HE5TWoBxF3KZg9nOJQ2NLapJowaP8uITYG4vlgV3g

+ GJD2OC191tjcqmelFnhAN0EBdxrRrBJ7tr3OCtL6bJ6NPQ0bXPI2Fjbm7SbxTfpE

+ ggEU8R7WZQApYgl8zRfyS12SfpFV8ZU+lIBmJaU1qaY4/BmNgG6e7clmq8xVZQLg

+ ZH9qi9+HPh+80+8/WhJUddlVXc2g6c4VjnnFpZfsrMdTAFuEsrjkyaxqeBjXCgbb

+ pzGjTg0LXg==

+ =CVSF

+ -----END PGP PUBLIC KEY BLOCK-----

@@ -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

+ AgAjBQJWDPwKAhsDBwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AACgkQTrhOcfLu

+ nVXNewgAg7RVclomjTY4w80XiztUuUaFlCHyR76KazdaGfx/8XckWH2GdQtwii+3

+ Tg7+PT2H0Xyuj1aod+jVTPXTPVUr+rEHAjuNDY+xyAJrNljoOHiz111zs9pk7PLX

+ CPwKWQLnmrcKIi8v/51L79FFsUMvhClTBdLUQ51lkCwbcXQi+bOhPvZTVbRhjoB/

+ a9z0d8t65X16zEzE7fBhnVoj4xye/MPMbTH41Mv+FWVciBTuAepOLmgJ9oxODliv

+ rgZa28IEWkvHQ8m9GLJ0y9mI6olh0cGFybnd5y4Ss1cMttlRGR4qthLhN2gHZpO9

+ 2y4WgkeVXCj1BK1fzVrDMLPbuNNCZQ==

+ =UtPD

+ -----END PGP PUBLIC KEY BLOCK-----

@@ -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

+ cC9TdG9yYWdlKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwECACMFAlTCLWAC

+ GwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRDUouUL5FHltbq9B/93dtpt

+ lQG2mVvGik9TFgRdt+p3CPTqT1fwNzhB3iO02yJu5oM6s4FB1XqKRaKlqtvtBzyT

+ geAwenu74aU1hFv4uq+uETCanUaSgOvTcCn5WXUpOvlwKJV7TUjLSNRfp2dAG8Ig

+ d3euLnfajCE13t5BrqhTAlaMxAbGAqtzr6K9y0hUeT0ogjrscfoQSVptlcLs8d7m

+ P+VMR4GUfvUAws65JZxBaal4N7eIIZCWktnJ+B3dE3/tsAksGyXGLaSroPSuY18V

+ wksdBuscKVV49Ees0SbhvSrF5JJ07ccUt43SSFun84iNW4nuiWm2QOOKMcd182Sk

+ d9SDUTFu/G4s2gx7

+ =a0nM

+ -----END PGP PUBLIC KEY BLOCK-----

@@ -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

+ OQQTAQIAIwUCVYHfVgIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEHrr

+ voJh6IBsRd0H/A62i5CqfftuySOCE95xMxZRw8+voWO84QS9zYvDEnzcEQpNnHyo

+ FNZTpKOghIDtETWxzpY2ThLixcZOTubT+6hUL1n+cuLDVMu4OVXBPoUkRy56defc

+ qkWR+UVwQitmlq1ngzwmqVZaB8Hf/mFZiB3B3Jr4dvVgWXRv58jcXFOPb8DdUoAc

+ S3u/FLvri92lCaXu08p8YSpFOfT5T55kFICeneqETNYS2E3iKLipHFOLh7EWGM5b

+ Wsr7o0r+KltI4Ehy/TjvNX16fa/t9p5pUs8rKyG8SZndxJCsk0MW55G9HFvQ0FmP

+ A6vX9WQmbP+ml7jsUxtEJ6MOGJ39jmaUvPc=

+ =ZzP+

+ -----END PGP PUBLIC KEY BLOCK-----

keys/RPM-GPG-KEY-CentOS-Security-6 static/keys/RPM-GPG-KEY-CentOS-Security-6
file renamed
file was moved with no change to the file
keys/RPM-GPG-KEY-CentOS-Testing-6 static/keys/RPM-GPG-KEY-CentOS-Testing-6
file renamed
file was moved with no change to the file
keys/RPM-GPG-KEY-CentOS-Testing-7 static/keys/RPM-GPG-KEY-CentOS-Testing-7
file renamed
file was moved with no change to the file
legal.md content/legal.md
file renamed
+7 -6
@@ -2,34 +2,35 @@ 

  title:      "CentOS Legal"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  * Table of contents will replace this text.

  {:toc}

  

- #CentOS Legal

+ # CentOS Legal

  {:.no_toc}

  

- #Export Compliance/Customs Information

+ # 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

+ # Trademark Guidelines

  

  [The CentOS trademark usage policy](/legal/trademarks/)

  

- #Disclaimers

+ # 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

+ ## 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

+ # 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.

legal/privacy.md content/legal/privacy.md
file renamed
+15 -14
@@ -2,11 +2,12 @@ 

  title: "CentOS Privacy Policy"

  markdown: basic

  is_dynamic: true

+ layout: default

  ---

  * Table of contents will replace this text.

  {:toc}

  

- #Scope of this Notice

+ # 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
@@ -15,11 +16,11 @@ 

  as "CentOS". 

  

  

- #Our Commitment to Privacy

+ # 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

+ # 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.

  
@@ -55,7 +56,7 @@ 

  * your geographic coordinates

  * your affiliation(s).

  

- #Publicly Available Personal Data

+ # 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.
@@ -78,7 +79,7 @@ 

  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

+ # Using your Personal Data

  

  CentOS uses the personal data you provide to:

  
@@ -101,7 +102,7 @@ 

  historical, scientific, and research purposes.

  

  

- #Sharing your Personal Information

+ # Sharing your Personal Information

  

  Unless you assent, CentOS will never share the personal data you

  provide us except as described below:
@@ -114,11 +115,11 @@ 

  * 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

+ # 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

+ # 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.

  
@@ -131,26 +132,26 @@ 

  

  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

+ # 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

+ # 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

+ # 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

+ # 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

+ # 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
@@ -168,7 +169,7 @@ 

  

  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

+ # 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).

  

legal/trademarks.md content/legal/trademarks.md
file renamed
+15 -14
@@ -2,11 +2,12 @@ 

  title:      "CentOS Trademark Guidelines"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  * Table of contents will replace this text.

  {:toc}

  

- #Introduction

+ # 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 &#39;Powered by CentOS&#39; logo, and all other CentOS logos (the "Logos") (collectively, the "CentOS Marks").

  
@@ -17,11 +18,11 @@ 

  

  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

+ # 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

+ # 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". 

  
@@ -31,9 +32,9 @@ 

  

  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

+ # Software-related uses

  

- ##Acceptable 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.

  
@@ -45,7 +46,7 @@ 

  

  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

+ ## Unacceptable uses

  

  Notwithstanding anything to the contrary provided in these Guidelines, the following are examples of unacceptable uses:

  
@@ -55,9 +56,9 @@ 

  

  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

+ # Use in relation to non-software goods and services

  

- ##Acceptable uses

+ ## 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;
@@ -68,15 +69,15 @@ 

  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

+ ## 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

+ # Proper trademark use

  

- ##Use of trademarks in text

+ ## Use of trademarks in text

  

  * Always distinguish trademarks from surrounding text with at least initial capital letters or in all capital letters.

    * Unacceptable: centos
@@ -97,13 +98,13 @@ 

    * Unacceptable: CentOS&#39;s distribution is stable.

    * Acceptable: The CentOS distribution is stable.

  

- ##Use of logos

+ ## 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

+ # 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

+ # 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).

file removed
-2
@@ -1,2 +0,0 @@ 

- # All files in the 'lib' directory will be loaded

- # before nanoc starts compiling.

@@ -1,20 +0,0 @@ 

- require 'nokogiri'

- 

- module Nanoc3::Filters

- 

-   # TODO document

-   class AddIDsToHeaders < Nanoc3::Filter

- 

-     identifiers :add_ids_to_headers

- 

-     def run(content, arguments={})

-       doc = Nokogiri::HTML.parse(content)

-       doc.css("h1, h2, h3, h4, h5, h6").each do |header|

-         header['id'] = header.content.downcase.gsub(/\W+/, '-').gsub(/^-|-$/, '')

-       end

-       doc.to_s

-     end

- 

-   end

- 

- end

file removed
-28
@@ -1,28 +0,0 @@ 

- class AddTOCFilter < Nanoc::Filter

- 

-   identifier :add_toc

- 

-   def run(content, params={})

-     content.gsub('{{TOC}}') do

-       # Find all top-level sections

-       doc = Nokogiri::HTML(content)

-       headers = doc.xpath('//h2').map do |header|

-         { :title => header.inner_html, :id => header['id'] }

-       end

- 

-       if headers.empty?

-         next ''

-       end

- 

-       # Build table of contents

-       res = '<ol class="toc">'

-       headers.each do |header|

-         res << %[<li><a href="##{header[:id]}">#{header[:title]}</a></li>]

-       end

-       res << '</ol>'

- 

-       res

-     end

-   end

- 

- end

@@ -1,13 +0,0 @@ 

- module Nanoc3::Filters

- 

-   class RemoveSpacingRoundPre < Nanoc3::Filter

- 

-     identifiers :remove_spacing_around_pre

- 

-     def run(content, arguments={})

-       content.gsub(/<pre( title="[^"]+")?><code( class="language-[a-z]+")?>\n/) { |m| m[0..-2] }

-     end

- 

-   end

- 

- end

file removed
-5
@@ -1,5 +0,0 @@ 

- # this is for partials (use <%= render "head", :title => "Foo" %> for example)

- include Nanoc::Helpers::Rendering

- include Nanoc3::Helpers::Filtering

- include Nanoc3::Helpers::Blogging

- include Nanoc3::Helpers::Capturing

file removed
-1
@@ -1,1 +0,0 @@ 

- include Nanoc3::Helpers::XMLSitemap

loader.gif static/loader.gif
file renamed
file was moved with no change to the file
file removed
-29
@@ -1,29 +0,0 @@ 

- ---

- title: Media

- presentation_title: CentOS Board Meeting

- presenter: CentOS Project

- iframe_url: <iframe width="640" height="390" src="http://www.youtube.com/embed/muUOhg12FKs" frameborder="0" allowfullscreen></iframe>

- event: Office Hours

- stream: true

- ---

- <% if @item[:stream] %>

- 

-   <% if @item[:presentation_title] %>

-     <h1 class="video"> <%= @item[:presentation_title] %> </h1>

-   <% end %>

-   <% if @item[:presenter] %>

-     <h2 class="video"> Presenter: <%= @item[:presenter] %>

-   <% end %>

-   <br />

-   <br />

-   <%= @item[:iframe_url] %>

- 

-   <% if @item[:event] %>

-     <h3 class="video">Stream of: <%= @item[:event] %>

-   <% end %>

- <% else %>

- <h1 class="video"> No Live Broadcast</h1>

- <h2 class="video">Videos from Past Events</h2>

- <iframe width="560" height="315" src="http://www.youtube.com/embed/videoseries?list=PLuRtbOXpVDjC0WAkHx0oW4Y6gu8uBWHmf" frameborder="0" ></iframe>

- <% end %>

- 

file removed
-94
@@ -1,94 +0,0 @@ 

- # A list of file extensions that nanoc will consider to be textual rather than

- # binary. If an item with an extension not in this list is found,  the file

- # will be considered as binary.

- text_extensions: [ 'coffee', 'css', 'adoc', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'sass', 'scss', 'txt', 'xhtml', 'xml' ]

- 

- # The path to the directory where all generated files will be written to. This

- # can be an absolute path starting with a slash, but it can also be path

- # relative to the site directory.

- output_dir: output

- 

- # A list of index filenames, i.e. names of files that will be served by a web

- # server when a directory is requested. Usually, index files are named

- # “index.html”, but depending on the web server, this may be something else,

- # such as “default.htm”. This list is used by nanoc to generate pretty URLs.

- index_filenames: [ 'index.html' ]

- 

- # Whether or not to generate a diff of the compiled content when compiling a

- # site. The diff will contain the differences between the compiled content

- # before and after the last site compilation.

- enable_output_diff: true

- 

- prune:

-   # Whether to automatically remove files not managed by nanoc from the output

-   # directory. For safety reasons, this is turned off by default.

-   auto_prune: true

- 

-   # Which files and directories you want to exclude from pruning. If you version

-   # your output directory, you should probably exclude VCS directories such as

-   # .git, .svn etc.

-   exclude: [ '.git', '.hg', '.svn', 'CVS' ]

- 

- # The data sources where nanoc loads its data from. This is an array of

- # hashes; each array element represents a single data source. By default,

- # there is only a single data source that reads data from the “content/” and

- # “layout/” directories in the site directory.

- data_sources:

-   -

-     # The type is the identifier of the data source. By default, this will be

-     # `filesystem_unified`.

-     type: filesystem_unified

- 

-     # Forcing utf-8 : useful when used through container (https://github.com/nanoc/nanoc/issues/237)

-     encoding: utf-8

-     # The path where items should be mounted (comparable to mount points in

-     # Unix-like systems). This is “/” by default, meaning that items will have

-     # “/” prefixed to their identifiers. If the items root were “/en/”

-     # instead, an item at content/about.html would have an identifier of

-     # “/en/about/” instead of just “/about/”.

-     items_root: /

- 

-     # The path where layouts should be mounted. The layouts root behaves the

-     # same as the items root, but applies to layouts rather than items.

-     layouts_root: /

-   -

-     type:         static

-     items_root:   /static/

- 

-     # Whether to allow periods in identifiers. When turned off, everything

-     # past the first period is considered to be the extension, and when

-     # turned on, only the characters past the last period are considered to

-     # be the extension. For example,  a file named “content/about.html.erb”

-     # will have the identifier “/about/” when turned off, but when turned on

-     # it will become “/about.html/” instead.

-     allow_periods_in_identifiers: false

- base_url: http://www.centos.org

- 

- # Configuration for the “watch” command, which watches a site for changes and

- # recompiles if necessary.

- watcher:

-   # A list of directories to watch for changes. When editing this, make sure

-   # that the “output/” and “tmp/” directories are _not_ included in this list,

-   # because recompiling the site will cause these directories to change, which

-   # will cause the site to be recompiled, which will cause these directories

-   # to change, which will cause the site to be recompiled again, and so on.

-   dirs_to_watch: [ 'content', 'layouts', 'lib' ]

- 

-   # A list of single files to watch for changes. As mentioned above, don’t put

-   # any files from the “output/” or “tmp/” directories in here.

-   files_to_watch: [ 'nanoc.yaml', 'Rules' ]

- 

-   # When to send notifications (using Growl or notify-send).

-   notify_on_compilation_success: true

-   notify_on_compilation_failure: true

- 

- #Deployment

- deploy:

-   prod:

-     kind: rsync

-     dst: "webcontent@web.p5.centos.org:/var/www/html/websitev2"

-     options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ]

-   backup:

-     kind: rsync

-     dst: "webcontent@www.lon0.centos.org:/var/www/html/websitev2"

-     options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ]

robots.txt static/robots.txt
file renamed
file was moved with no change to the file
sponsors.md content/sponsors.erb
file renamed
+8 -8
@@ -3,6 +3,7 @@ 

  markdown:   basic

  is_dynamic: true

  is_hidden: false

+ layout: default

  ---

  

  <div class="row">
@@ -13,17 +14,16 @@ 

  </div>

  

  

- 

  <div class="row">

-   <% @site.items.select { |i| i[:sponsor] }.shuffle.each do|i| %>

+   {% for sponsor in site.data.sponsors %}

      <div class="col-sm-6 col-md-4" >

        <div class="thumbnail">

-         <img class="rounded" src="<%= i[:img] %>"> 

-         <div class="caption">

-           <h3><%= i[:name]  %> </h3>

-           <p> <a href="<%= i[:url]  %>" rel="nofollow"><%= i[:url]  %></a></p>

+         <img class="rounded" src="{{ sponsor.img }}">

+           <div class="caption">

+             <h3>{{ sponsor.name }} </h3>

+               <p> <a href="{{ sponsor.url }}" rel="nofollow">{{ sponsor.url }}</a></p>

+           </div>

          </div>

        </div>

-     </div>

-   <% end %>

+   {% endfor %}

  </div>

@@ -1,72 +0,0 @@ 

- /*

- * FeedEk jQuery RSS/ATOM Feed Plugin v3.0 with YQL API

- * http://jquery-plugins.net/FeedEk/FeedEk.html  https://github.com/enginkizil/FeedEk

- * Author : Engin KIZIL http://www.enginkizil.com   

- */

- 

- (function ($) {

-     $.fn.FeedEk = function (opt) {

-         var def = $.extend({

-             MaxCount: 5,

-             ShowDesc: true,

-             ShowPubDate: true,

-             DescCharacterLimit: 0,

-             TitleLinkTarget: "_blank",

-             DateFormat: "",

-             DateFormatLang:"en"

-         }, opt);

-         

-         var id = $(this).attr("id"), i, s = "", dt;

-         $("#" + id).empty();

-         if (def.FeedUrl == undefined) return;       

-         $("#" + id).append('<img src="loader.gif" />');

- 

-         var YQLstr = 'SELECT channel.item FROM feednormalizer WHERE output="rss_2.0" AND url ="' + def.FeedUrl + '" LIMIT ' + def.MaxCount;

- 

-         $.ajax({

-             url: "https://query.yahooapis.com/v1/public/yql?q=" + encodeURIComponent(YQLstr) + "&format=json&diagnostics=false&callback=?",

-             dataType: "json",

-             success: function (data) {

-                 $("#" + id).empty();

-                 if (!(data.query.results.rss instanceof Array)) {

-                     data.query.results.rss = [data.query.results.rss];

-                 }

-                 $.each(data.query.results.rss, function (e, itm) {

-                     s += '<li><div class="itemTitle"><a href="' + itm.channel.item.link + '" target="' + def.TitleLinkTarget + '" >' + itm.channel.item.title + '</a></div>';

-                     

-                     if (def.ShowPubDate){

-                         dt = new Date(itm.channel.item.pubDate);

-                         s += '<div class="itemDate">';

-                         if ($.trim(def.DateFormat).length > 0) {

-                             try {

-                                 moment.lang(def.DateFormatLang);

-                                 s += moment(dt).format(def.DateFormat);

-                             }

-                             catch (e){s += dt.toLocaleDateString();}                            

-                         }

-                         else {

-                             s += dt.toLocaleDateString();

-                         }

-                         s += '</div>';

-                     }

-                     if (def.ShowDesc) {

-                         s += '<div class="itemContent">';

-                          if (def.DescCharacterLimit > 0 && itm.channel.item.description.length > def.DescCharacterLimit) {

-                              // Patches upstream FeedEK to correctly

-                              // handle HTML tags embedded in the

-                              // description text. 

-                             var d = $(itm.channel.item.description).text();

-                             s += d.substring(0, def.DescCharacterLimit) + '...';

-                         }

-                         else {

-                             s += itm.channel.item.description;

-                          }

-                          s += '</div>';

-                     }

-                 });

-                 $("#" + id).append('<ul class="feedEkList">' + s + '</ul>');

-             }

-         });

-     };

- })(jQuery);

- 

@@ -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-----

@@ -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-----

@@ -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-----

@@ -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-----

- 

@@ -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

- Q2xvdWQpIDxzZWN1cml0eUBjZW50b3Mub3JnPokBOQQTAQIAIwUCVVZwJwIbAwcL

- CQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEPm5/ud2RCnmATUH/3HDtWxpFkmy

- FiA3VGkMt5dp3bgCRSd84X6Orfx1LARowpI4LomCGglGBGXVJePBacwcclorbLaz

- uWrW/wU0efz0aDB5c4NPg/yXfNvujvlda8ADJwZXVBQphzvaIKwl4PqBsEnxC10I

- 93T/0iyphAhfMRJ5R8AbEHMj7uF+TWTX/JoyQagllMqWTwoP4DFRutPdOmmjwvSV

- kWItH7hq6z9+M4dhlqeoOvPbL5oCxX7TVmLck02Q5gI4syULOa7sqntzUQKFkhWp

- 9U0+5KrBQBKezrurrrkq/WZR3WNE1KQfNQ77f7S2JcXJdOaKgJ7xe7Y2flPq98Aq

- wKXK7l1c3dc=

- =W6yF

- -----END PGP PUBLIC KEY BLOCK-----

@@ -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

- b3Mub3JnPokBOQQTAQIAIwUCWrLNsAIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4B

- AheAAAoJEBrhEPpui36K814IAM0o2BHQ8YXJhxKTas0Nx8KkcejaZMbCNx2JdOFj

- 9b73LPp4LW68QFNdRib0Clw1IYKLItztSystNUINn856fVyzsiZZ0K00oab8TTYK

- eYvjfk0neJDhVfZqCVymwYtV+slJ7MnMACnpT2ijjelJtd6rgzfgd2zVOiwx0qqU

- m5NEZDosWwgGvH/9Bpy489OSNstBbahZ6FZ9Day1AHj+vriYSsnPzNcz/cLAdt+G

- 2w3DzYG97bgBhffSwc8HoF96s3lU7MK0t5WweqxdaiT1jJ6jbY6Y1gEyYybrHd+A

- XMqYI79GA/VEwchmxXenXVqL6uA8TlvCDYIdzqa+MXBXlWI=

- =HUNw

- -----END PGP PUBLIC KEY BLOCK-----

@@ -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

- b3VwL09wc1Rvb2xzKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwECACMFAlir

- SnoCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBP2VMnUbwqE6GSB/9r

- ViXDUqDAA6xy5TxGZv+JGxFNxRN+srhBLsUeK/DL//kFuONpN+t662V6J1/odP3x

- Ho7gE08RJvo8V+QNjfswzseqeVl0texuX9/QNjAbatDFW5GW4w4wFDB9yM1C9GtQ

- HZqmNmuP9ZM9smH6uFCVFDhPCAT5uoW+iedJWSjrwHAwfu3nuWMNHX0H1IYAf4Kp

- lstDehI0ydMhCEkajBe67M9sdMTfLL0vfnvFzjk4eDdBKrC/aaUYHfLwlBn5zC9W

- WaM0qP0zkSYT4C301LsRtYkUDCv4JgojgPZX0lea0fXaEzE5qps+gNFsklNVKhFo

- vb7nW8WM0/YHt3XqFILq

- =R48J

- -----END PGP PUBLIC KEY BLOCK-----

@@ -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+iQE5BBMBAgAjBQJXPIsFAhsDBwsJ

- CAcDAgEGFQgCCQoLBBYCAwECHgECF4AACgkQw0xb1C8pfsyT2gf9FqJoc8oZ+T5A

- 8cZslMyCWziPi0o7kd/Rw91T7dkV+VIC+sFlVga7fkPEAiD8U7JFE+a1IlcjfGuY

- my4S6UH8K5zL36CRg2MF112HE5TWoBxF3KZg9nOJQ2NLapJowaP8uITYG4vlgV3g

- GJD2OC191tjcqmelFnhAN0EBdxrRrBJ7tr3OCtL6bJ6NPQ0bXPI2Fjbm7SbxTfpE

- ggEU8R7WZQApYgl8zRfyS12SfpFV8ZU+lIBmJaU1qaY4/BmNgG6e7clmq8xVZQLg

- ZH9qi9+HPh+80+8/WhJUddlVXc2g6c4VjnnFpZfsrMdTAFuEsrjkyaxqeBjXCgbb

- pzGjTg0LXg==

- =CVSF

- -----END PGP PUBLIC KEY BLOCK-----

@@ -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

- AgAjBQJWDPwKAhsDBwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AACgkQTrhOcfLu

- nVXNewgAg7RVclomjTY4w80XiztUuUaFlCHyR76KazdaGfx/8XckWH2GdQtwii+3

- Tg7+PT2H0Xyuj1aod+jVTPXTPVUr+rEHAjuNDY+xyAJrNljoOHiz111zs9pk7PLX

- CPwKWQLnmrcKIi8v/51L79FFsUMvhClTBdLUQ51lkCwbcXQi+bOhPvZTVbRhjoB/

- a9z0d8t65X16zEzE7fBhnVoj4xye/MPMbTH41Mv+FWVciBTuAepOLmgJ9oxODliv

- rgZa28IEWkvHQ8m9GLJ0y9mI6olh0cGFybnd5y4Ss1cMttlRGR4qthLhN2gHZpO9

- 2y4WgkeVXCj1BK1fzVrDMLPbuNNCZQ==

- =UtPD

- -----END PGP PUBLIC KEY BLOCK-----

@@ -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

- cC9TdG9yYWdlKSA8c2VjdXJpdHlAY2VudG9zLm9yZz6JATkEEwECACMFAlTCLWAC

- GwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRDUouUL5FHltbq9B/93dtpt

- lQG2mVvGik9TFgRdt+p3CPTqT1fwNzhB3iO02yJu5oM6s4FB1XqKRaKlqtvtBzyT

- geAwenu74aU1hFv4uq+uETCanUaSgOvTcCn5WXUpOvlwKJV7TUjLSNRfp2dAG8Ig

- d3euLnfajCE13t5BrqhTAlaMxAbGAqtzr6K9y0hUeT0ogjrscfoQSVptlcLs8d7m

- P+VMR4GUfvUAws65JZxBaal4N7eIIZCWktnJ+B3dE3/tsAksGyXGLaSroPSuY18V

- wksdBuscKVV49Ees0SbhvSrF5JJ07ccUt43SSFun84iNW4nuiWm2QOOKMcd182Sk

- d9SDUTFu/G4s2gx7

- =a0nM

- -----END PGP PUBLIC KEY BLOCK-----

@@ -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

- OQQTAQIAIwUCVYHfVgIbAwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEHrr

- voJh6IBsRd0H/A62i5CqfftuySOCE95xMxZRw8+voWO84QS9zYvDEnzcEQpNnHyo

- FNZTpKOghIDtETWxzpY2ThLixcZOTubT+6hUL1n+cuLDVMu4OVXBPoUkRy56defc

- qkWR+UVwQitmlq1ngzwmqVZaB8Hf/mFZiB3B3Jr4dvVgWXRv58jcXFOPb8DdUoAc

- S3u/FLvri92lCaXu08p8YSpFOfT5T55kFICeneqETNYS2E3iKLipHFOLh7EWGM5b

- Wsr7o0r+KltI4Ehy/TjvNX16fa/t9p5pUs8rKyG8SZndxJCsk0MW55G9HFvQ0FmP

- A6vX9WQmbP+ml7jsUxtEJ6MOGJ39jmaUvPc=

- =ZzP+

- -----END PGP PUBLIC KEY BLOCK-----

@@ -1,158 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel: CentOS Board meeting - SIG proposals & other business</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel: CentOS Board meeting - SIG proposals & other business</h1>

- <span class="details">

- Meeting started by quaid at 21:55:53 UTC

- (<a href="centos-devel.2014-04-02-21.55.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li>

- <ol type="a">

-   <li><span class="INFO">We have a quorum of Board members, safe to

-     proceed :)</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-16'>quaid</a>,

-     21:58:58)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Desktop SIG proposal</b> <span class="details">(<a href='centos-devel.2014-04-02-21.55.log.html#l-19'>quaid</a>, 21:59:20)</span>

- <ol type="a">

-   <li><span class="INFO">current boundaries for the SIG are to include

-     alternate desktop environments (DEs) with the future expansion in to

-     styling</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-66'>quaid</a>,

-     22:18:46)</span></li>

-   <li><span class="INFO">a SIG boundary is to not include non-open

-     source nor software with potential or real legal issues</span> <span

-     class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-68'>quaid</a>,

-     22:19:21)</span></li>

-   <li><span class="INFO">SIG may carry packages that are later than what

-     is in EPEL if it feels the need</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-71'>quaid</a>,

-     22:20:05)</span></li>

-   <li><span class="INFO">target for CentOS 7* to start, back to CentOS

-     6* as time and interest permits</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-81'>quaid</a>,

-     22:25:00)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">smooge to

-     work up a formal proposal</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-167'>quaid</a>,

-     22:50:46)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">SIG needs to

-     consider what release formats to use (ISO, netinstall,

-     all-in-one-spins, etc.)</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-168'>quaid</a>,

-     22:51:57)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">project wide work

-     on Anaconda to fold in all groups/variants will help the Desktop SIG

-     needs for respins, etc.</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-177'>quaid</a>,

-     22:53:33)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">discuss about

-     respins using packages not built on centos infra and so not signed

-     by us</span> <span class="details">(<a

-     href='centos-devel.2014-04-02-21.55.log.html#l-190'>Arrfab</a>,

-     22:56:56)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 23:08:36 UTC

- (<a href="centos-devel.2014-04-02-21.55.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>smooge to work up a formal proposal</li>

-   <li>SIG needs to consider what release formats to use (ISO, netinstall, all-in-one-spins, etc.)</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>Action items, by person</h3>

- <ol>

-   <li> smooge <ol>

-     <li>smooge to work up a formal proposal</li>

-   </ol></li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>dan408 (46)</li>

-   <li>quaid (42)</li>

-   <li>smooge (40)</li>

-   <li>Evolution (34)</li>

-   <li>kbsingh (19)</li>

-   <li>hughesjr (12)</li>

-   <li>Arrfab (11)</li>

-   <li>centbot (3)</li>

-   <li>tru_tru (3)</li>

-   <li>cctrieloff (2)</li>

-   <li>wolfy (1)</li>

-   <li>range (0)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,240 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">21:55:53</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#startmeeting </span><span class="cmdline">CentOS Board meeting - SIG proposals &amp; other business</span>

- <a name="l-2"></a><span class="tm">21:55:53</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Wed Apr  2 21:55:53 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">21:55:53</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">21:56:16</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#chair </span><span class="cmdline">Evolution tru_tru range kbsingh hughesjr cctrieloff Arrfab</span>

- <a name="l-5"></a><span class="tm">21:56:16</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Arrfab Evolution cctrieloff hughesjr kbsingh quaid range tru_tru

- <a name="l-6"></a><span class="tm">21:56:31</span><span class="nk"> &lt;quaid&gt;</span> all users can use most of the actions, such as #info and #idea

- <a name="l-7"></a><span class="tm">21:56:43</span><span class="nk"> &lt;quaid&gt;</span> chairs can do the #agreed, not sure if #action is restricted

- <a name="l-8"></a><span class="tm">21:56:52</span><span class="nk"> &lt;quaid&gt;</span> anything before we jump in to the first topic?

- <a name="l-9"></a><span class="tm">21:57:04</span><span class="nk"> &lt;kbsingh&gt;</span> show of hands ?

- <a name="l-10"></a><span class="tm">21:57:22 </span><span class="nka">* tru_tru</span> <span class="ac">raises hand</span>

- <a name="l-11"></a><span class="tm">21:57:34 </span><span class="nka">* hughesjr</span> <span class="ac">shows his hand :D</span>

- <a name="l-12"></a><span class="tm">21:57:53</span><span class="nk"> &lt;smooge&gt;</span> here

- <a name="l-13"></a><span class="tm">21:58:05</span><span class="nk"> &lt;Arrfab&gt;</span> same here

- <a name="l-14"></a><span class="tm">21:58:06</span><span class="nk"> &lt;kbsingh&gt;</span> me too

- <a name="l-15"></a><span class="tm">21:58:16</span><span class="nk"> &lt;Evolution&gt;</span> yep

- <a name="l-16"></a><span class="tm">21:58:58</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">We have a quorum of Board members, safe to proceed :)</span>

- <a name="l-17"></a><span class="tm">21:59:08</span><span class="nk"> &lt;quaid&gt;</span> first topic is Desktop SIG?

- <a name="l-18"></a><span class="tm">21:59:19</span><span class="nk"> &lt;Evolution&gt;</span> sure.

- <a name="l-19"></a><span class="tm">21:59:20</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Desktop SIG proposal</span>

- <a name="l-20"></a><span class="tm">21:59:38</span><span class="nk"> &lt;quaid&gt;</span> (channel title hasn't changed because centbot doesn't have ops, but it's changed in the log)

- <a name="l-21"></a><span class="tm">21:59:51</span><span class="nk"> &lt;quaid&gt;</span> also, you don't  need to use #link, just post the URL in the channel and it's the same thing

- <a name="l-22"></a><span class="tm">22:01:11</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">Evolution:</span> you already started a discussion with smooge about a desktop SIG, right ? what's the status and so the "proposal" ?

- <a name="l-23"></a><span class="tm">22:01:20</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">smooge:</span> you proposed the desktop sig. want to lay out your ideas?

- <a name="l-24"></a><span class="tm">22:01:24</span><span class="nk"> &lt;smooge&gt;</span> I would like to propose a Desktop Special Interest Group that would cater towards alternative desktops to the main CentOS one.

- <a name="l-25"></a><span class="tm">22:02:16</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">smooge:</span> is the thought just to provide alternative desktops such as mate, or would you add additional 'desktop' style packages as well?

- <a name="l-26"></a><span class="tm">22:02:24</span><span class="nk"> &lt;smooge&gt;</span> Its main goal would be to make sure that working desktops that cater to other users needs are made available, tested, working and periodically updated

- <a name="l-27"></a><span class="tm">22:02:57</span><span class="nk"> &lt;smooge&gt;</span> my first goal would be to provide just alternate desktops and then from that gauge growth inot additional desktop style packages.

- <a name="l-28"></a><span class="tm">22:03:06</span><span class="nk"> &lt;smooge&gt;</span> s/inot/into/

- <a name="l-29"></a><span class="tm">22:03:29</span><span class="nk"> &lt;smooge&gt;</span> I would like to have an initial goal we can reach and build momentum from

- <a name="l-30"></a><span class="tm">22:03:52</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">smooge:</span> is the inital focus of this desktop for all active versions of CentOS or only for a specific CentOS

- <a name="l-31"></a><span class="tm">22:04:43</span><span class="nk"> &lt;smooge&gt;</span> My initial focus would be 7. The ability to build desktops to older releases will require extra effort and testing

- <a name="l-32"></a><span class="tm">22:05:15</span><span class="nk"> &lt;smooge&gt;</span> as the solutions may require some things like SCL's or other "we aren't replacing core stuff.. but we are." type solutions

- <a name="l-33"></a><span class="tm">22:05:43</span><span class="nk"> &lt;Evolution&gt;</span> most desktop users seem to migrate to newer versions reasonably quickly

- <a name="l-34"></a><span class="tm">22:05:44</span><span class="nk"> &lt;quaid&gt;</span> are there other desktop-like activities you might include in the SIG other than alternative DEs and styling? for example, UX testing.

- <a name="l-35"></a><span class="tm">22:05:56</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">smooge:</span> and you have some kind of plan to make sure we are not running afowl of patent issues (like mp3)

- <a name="l-36"></a><span class="tm">22:06:01</span><span class="nk"> &lt;smooge&gt;</span> I apologize for the wishy washy ness of this. I want to get some questions answered so that I can better focus a finished proposal to you.

- <a name="l-37"></a><span class="tm">22:06:01</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">smooge:</span> do you see that as a "coordination" effort between existing desktop environments ? (for example EPEL providing already alternatives)

- <a name="l-38"></a><span class="tm">22:06:41</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">Arrfab:</span> I think part of it certainly should be.

- <a name="l-39"></a><span class="tm">22:06:46</span><span class="nk"> &lt;smooge&gt;</span> hughesjr, I do not plan to put anything in that could not be shipped in Fedora. Things like VLC etc will have to be done by an associated group which would not be troubled like I personally would be

- <a name="l-40"></a><span class="tm">22:07:14</span><span class="nk"> &lt;Evolution&gt;</span> mate and cinnamon are already in epel. we should certainly appropriate that effort and help where we can.

- <a name="l-41"></a><span class="tm">22:08:22</span><span class="nk"> &lt;smooge&gt;</span> the items that will be a further focus is how to package these items for older releases. I would like to have it that people who need to develop/run EL5 could have a better experience but not replacing certain core items like glibc/gcc/kernel :)

- <a name="l-42"></a><span class="tm">22:09:01</span><span class="nk"> &lt;smooge&gt;</span> Arrfab, I see it as partially coordination. I am worried that EPEL may not be the best place for itmes which change every 6-12 months.

- <a name="l-43"></a><span class="tm">22:09:57</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">smooge:</span> are there other desktop-like activities you might include in the SIG other than alternative DEs and styling? for example, UX testing. -- alternately, I'm not asking if you'll do that work per se but if you are receptive to that work happening within the SIG? Is there a boundary where it's not SIG-relevant?

- <a name="l-44"></a><span class="tm">22:10:05</span><span class="nk"> &lt;smooge&gt;</span> If it turns out that EPEL is not the best place then it is on building the group which will be a better ground.

- <a name="l-45"></a><span class="tm">22:11:10</span><span class="nk"> &lt;smooge&gt;</span> quaid, to answer that I needed to reverse it. How strong a boundary is the board looking for SIGs to have.

- <a name="l-46"></a><span class="tm">22:12:01</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">smooge:</span> SIGs already have the ability to go higher in version for things that are part of even the "Core" OS .. so it would be fine for newer things that in EPEL they choose not to maintain a version that we need

- <a name="l-47"></a><span class="tm">22:12:30</span><span class="nk"> &lt;smooge&gt;</span> Well the EPEL issue is that it can't replace stuff that is in Core.

- <a name="l-48"></a><span class="tm">22:12:39</span><span class="nk"> &lt;hughesjr&gt;</span> right

- <a name="l-49"></a><span class="tm">22:12:51</span><span class="nk"> &lt;hughesjr&gt;</span> but the SIG can, if requried

- <a name="l-50"></a><span class="tm">22:13:56</span><span class="nk"> &lt;Evolution&gt;</span> so epel for some things, and then possibly a 'desktop' repository or whatever for things not suited for epel, but maitained by the sig

- <a name="l-51"></a><span class="tm">22:14:01</span><span class="nk"> &lt;smooge&gt;</span> so my question was "Is the board looking for well defined boundaries that a SIG has in place from the beginning" or is it wanting a lose rule of thumb

- <a name="l-52"></a><span class="tm">22:14:04</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">smooge:</span> it's a fair question you reversed to -- we're interested in it being a wider focus, so "Mate SIG" isn't right, but "Desktop SIG that includes Mate" is ... at that point, the boundary should be what the SIG wants to support and thinks their community needs

- <a name="l-53"></a><span class="tm">22:14:30</span><span class="nk"> &lt;quaid&gt;</span> I think loose rule of thumb is better, let it grow organically

- <a name="l-54"></a><span class="tm">22:14:39</span><span class="nk"> &lt;hughesjr&gt;</span> WRT the board question about SIGs, we will have at least one board member in the SIG ... so we will give SIGs as much lattitude as possible

- <a name="l-55"></a><span class="tm">22:14:43</span><span class="nk"> &lt;quaid&gt;</span> I was mainly curious if you saw that in the future (cf. styling) or thought it was out of scope

- <a name="l-56"></a><span class="tm">22:14:50</span><span class="nk"> &lt;smooge&gt;</span> also is the board wanting me to do a PRD or similar tools to have ready as a full fleshed proposal

- <a name="l-57"></a><span class="tm">22:15:09</span><span class="nk"> &lt;quaid&gt;</span> you can use the existing proposals as a template, but yes, we do want something concrete to vote on

- <a name="l-58"></a><span class="tm">22:15:48</span><span class="nk"> &lt;smooge&gt;</span> quaid, I haven't been presented with any examples of items yet for desktop tools that weren't redlines (VLC, mp3 plugins, etc)

- <a name="l-59"></a><span class="tm">22:15:55</span><span class="nk"> &lt;smooge&gt;</span> so I can't answer clearly yet

- <a name="l-60"></a><span class="tm">22:17:26</span><span class="nk"> &lt;cctrieloff&gt;</span> I'm here but distracted.

- <a name="l-61"></a><span class="tm">22:17:27</span><span class="nk"> &lt;smooge&gt;</span> can someone send me a link for an existing SIG? I will work from that and have something for you asap

- <a name="l-62"></a><span class="tm">22:18:00</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">smooge:</span> http://wiki.centos.org/SpecialInterestGroup/CloudInstance

- <a name="l-63"></a><span class="tm">22:18:06</span><span class="nk"> &lt;Evolution&gt;</span> unless kbsingh has a better one.

- <a name="l-64"></a><span class="tm">22:18:16</span><span class="nk"> &lt;smooge&gt;</span> okie dokie

- <a name="l-65"></a><span class="tm">22:18:18</span><span class="nk"> &lt;Evolution&gt;</span> strip CloudInstance off for a list of others.

- <a name="l-66"></a><span class="tm">22:18:46</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">current boundaries for the SIG are to include alternate desktop environments (DEs) with the future expansion in to styling</span>

- <a name="l-67"></a><span class="tm">22:18:58</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">smooge:</span> based on your email to the list, I roughed out http://wiki.centos.org/SpecialInterestGroup/AlternativeDesktop but it needs some work.

- <a name="l-68"></a><span class="tm">22:19:21</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">a SIG boundary is to not include non-open source nor software with potential or real legal issues</span>

- <a name="l-69"></a><span class="tm">22:19:52</span><span class="nk"> &lt;kbsingh&gt;</span> thats it

- <a name="l-70"></a><span class="tm">22:19:56</span><span class="nk"> &lt;smooge&gt;</span> Evolution, thank you.

- <a name="l-71"></a><span class="tm">22:20:05</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">SIG may carry packages that are later than what is in EPEL if it feels the need</span>

- <a name="l-72"></a><span class="tm">22:21:44</span><span class="nk"> &lt;smooge&gt;</span> I would like to be able to let interested people work on unified theming etc.. but there will be no 'forced' theming (eg people who want alternative desktops usually do their desktops there way thank you very much.)

- <a name="l-73"></a><span class="tm">22:22:21</span><span class="nk"> &lt;kbsingh&gt;</span> i missed if this is going to only target el7 or el6 as well ?

- <a name="l-74"></a><span class="tm">22:22:42</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">kbsingh:</span> 7 to start. 6 if interest/time permists.

- <a name="l-75"></a><span class="tm">22:22:52</span><span class="nk"> &lt;Evolution&gt;</span> iirc

- <a name="l-76"></a><span class="tm">22:23:00</span><span class="nk"> &lt;smooge&gt;</span> kbsingh, I am initially going to focus on el7. The el6 may require me to use software collections or similar tools which I need to study more before I give a I will do that.

- <a name="l-77"></a><span class="tm">22:23:11</span><span class="nk"> &lt;smooge&gt;</span> If others are willing I am up with doing 6 and 5.

- <a name="l-78"></a><span class="tm">22:23:27</span><span class="nk"> &lt;smooge&gt;</span> does that make sense?

- <a name="l-79"></a><span class="tm">22:23:34</span><span class="nk"> &lt;kbsingh&gt;</span> sure

- <a name="l-80"></a><span class="tm">22:25:00</span><span class="nk"> &lt;smooge&gt;</span> My main rules on 'desktops' and such being supported is that they will be shipped as long as people are willing to work on them. I don't want abandon ware (eg tvtwm compiles.. good enough)

- <a name="l-81"></a><span class="tm">22:25:00</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">target for CentOS 7* to start, back to CentOS 6* as time and interest permits</span>

- <a name="l-82"></a><span class="tm">22:26:12</span><span class="nk"> &lt;smooge&gt;</span> When is the next board meeting?

- <a name="l-83"></a><span class="tm">22:26:36</span><span class="nk"> &lt;Evolution&gt;</span> week after next.

- <a name="l-84"></a><span class="tm">22:27:28</span><span class="nk"> &lt;smooge&gt;</span> OK I will make sure I have a finished document with you guys by next wednessday and will work with Evolution and dan408 on it

- <a name="l-85"></a><span class="tm">22:27:47</span><span class="nk"> &lt;smooge&gt;</span> are there any other questions?

- <a name="l-86"></a><span class="tm">22:27:56</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">smooge:</span> leigh expressed a passing interest as well (as the cinnamon maintainer)

- <a name="l-87"></a><span class="tm">22:28:26</span><span class="nk"> &lt;kbsingh&gt;</span> how is this going to layer on top of EPEL ?

- <a name="l-88"></a><span class="tm">22:28:37</span><span class="nk"> &lt;kbsingh&gt;</span> i mean, a chunk of the work might actually be possible to get done there right ?

- <a name="l-89"></a><span class="tm">22:28:49</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">kbsingh:</span> some is done there, yes.

- <a name="l-90"></a><span class="tm">22:28:57</span><span class="nk"> &lt;Evolution&gt;</span> mate/cinnamon exist there already

- <a name="l-91"></a><span class="tm">22:28:58</span><span class="nk"> &lt;kbsingh&gt;</span> ( apart from when $person wants something newer, they can fork it - but will that code then be forked in git.fedora or git.centos )

- <a name="l-92"></a><span class="tm">22:30:38</span><span class="nk"> &lt;smooge&gt;</span> kbsingh, I believe the initial work can be done in EPEL. However if the changes to later versions are invasive etc then it will need changes in either how EPEL is structured or a different build infrastructure.

- <a name="l-93"></a><span class="tm">22:30:55</span><span class="nk"> &lt;smooge&gt;</span> kbsingh, in that case I would be working on making that happen.

- <a name="l-94"></a><span class="tm">22:31:02</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> hey

- <a name="l-95"></a><span class="tm">22:31:08</span><span class="nk"> &lt;dan408&gt;</span> sorry i got dragged out

- <a name="l-96"></a><span class="tm">22:31:23 </span><span class="nka">* dan408</span> <span class="ac">reads scrollback</span>

- <a name="l-97"></a><span class="tm">22:31:48</span><span class="nk"> &lt;smooge&gt;</span> kbsingh, in the case where it wouldn't work for EPEL (say Mate in EL5) but could be done via a different packaging system then we would work on solving that problem

- <a name="l-98"></a><span class="tm">22:32:01</span><span class="nk"> &lt;kbsingh&gt;</span> ok

- <a name="l-99"></a><span class="tm">22:32:24</span><span class="nk"> &lt;kbsingh&gt;</span> so essentially : fix problems as we see them - there is flexibility from packager and buildsystem side. epel to bootstrap into

- <a name="l-100"></a><span class="tm">22:33:52</span><span class="nk"> &lt;smooge&gt;</span> correct. I expect we will need to change over time, but to meet a can we have a solution in 3-6 months the proven existing method to start from.

- <a name="l-101"></a><span class="tm">22:35:10</span><span class="nk"> &lt;dan408&gt;</span> so the biggest roadblock I'm personally seeing is getting Anaconda to read directly from EPEL for yum groups

- <a name="l-102"></a><span class="tm">22:35:11</span><span class="nk"> &lt;kbsingh&gt;</span> is there any drive to also maintain some part of the docs aronud this on say wiki.centos.org/blah/howto/desktops

- <a name="l-103"></a><span class="tm">22:35:12</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">smooge:</span> that sounds good to me .. but indeed some choices will have to be made, like for example if CentOS 7 32bits becomes real

- <a name="l-104"></a><span class="tm">22:35:25</span><span class="nk"> &lt;kbsingh&gt;</span> or is the focus purely on delivering rpms, let the community at large do that

- <a name="l-105"></a><span class="tm">22:35:25</span><span class="nk"> &lt;dan408&gt;</span> I just finished building the MATE stack of packages on EPEL

- <a name="l-106"></a><span class="tm">22:35:54</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">dan408:</span> anaconda... should be fairly simple, with an add-repo at install time right ?

- <a name="l-107"></a><span class="tm">22:36:28</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">kbsingh:</span> well ideally EPEL would just be there out of the box, and you would see MATE as a choice of available desktops

- <a name="l-108"></a><span class="tm">22:37:12</span><span class="nk"> &lt;dan408&gt;</span> so for example you choose "desktop" and then you can pick Gnome, KDE, or Cinnamon, etc

- <a name="l-109"></a><span class="tm">22:37:27</span><span class="nk"> &lt;kbsingh&gt;</span> that shouldnt be hard to do - but how many groups does EPEL host ? we'd have a minor flood

- <a name="l-110"></a><span class="tm">22:37:27</span><span class="nk"> &lt;dan408&gt;</span> otherwise you end up having to install Gnome or KDE and then MATE or cinnamon

- <a name="l-111"></a><span class="tm">22:37:47</span><span class="nk"> &lt;dan408&gt;</span> I'm pretty sure Anaconda can handle it

- <a name="l-112"></a><span class="tm">22:37:50</span><span class="nk"> &lt;smooge&gt;</span> kbsingh, I would like to make sure that we have guides and howtos as part of any 'desktop' solution added. If only on how one logs out, finds certain apps etc.

- <a name="l-113"></a><span class="tm">22:38:07</span><span class="nk"> &lt;Evolution&gt;</span> honestly I think we might consider just stealing the groups we want from epel, and then adding epel-release as a mandatory package for the desktop spin

- <a name="l-114"></a><span class="tm">22:38:14</span><span class="nk"> &lt;Evolution&gt;</span> that would limit the groups visible in anaconda.

- <a name="l-115"></a><span class="tm">22:39:03</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">Evolution:</span> as long as they are responsive to updates

- <a name="l-116"></a><span class="tm">22:39:09</span><span class="nk"> &lt;dan408&gt;</span> wait what do you mean spin?

- <a name="l-117"></a><span class="tm">22:39:24</span><span class="nk"> &lt;smooge&gt;</span> I had not thought about spins per se at the moment. For me it is a "if I have the time"... unless that is a required SIG deliverable.

- <a name="l-118"></a><span class="tm">22:39:46</span><span class="nk"> &lt;dan408&gt;</span> I was thinking netinstall/DVD not spin

- <a name="l-119"></a><span class="tm">22:40:18</span><span class="nk"> &lt;dan408&gt;</span> or just DVD I don't think you guys do a netinstall do you

- <a name="l-120"></a><span class="tm">22:40:25</span><span class="nk"> &lt;quaid&gt;</span> so no ISO compose?

- <a name="l-121"></a><span class="tm">22:40:38</span><span class="nk"> &lt;dan408&gt;</span> wll

- <a name="l-122"></a><span class="tm">22:40:39</span><span class="nk"> &lt;Evolution&gt;</span> well, the core provided by the core sig won't change.

- <a name="l-123"></a><span class="tm">22:40:39</span><span class="nk"> &lt;dan408&gt;</span> well

- <a name="l-124"></a><span class="tm">22:40:40</span><span class="nk"> &lt;quaid&gt;</span> minimal install is the most popular download iirc, it's basically a netinstall isn't it?

- <a name="l-125"></a><span class="tm">22:40:51</span><span class="nk"> &lt;dan408&gt;</span> no

- <a name="l-126"></a><span class="tm">22:41:12</span><span class="nk"> &lt;dan408&gt;</span> so i'm coming from the Fedora side so I may be a little bit confused

- <a name="l-127"></a><span class="tm">22:41:22</span><span class="nk"> &lt;dan408&gt;</span> but on Fedora side you can install anything with a 200mb iso image

- <a name="l-128"></a><span class="tm">22:41:23</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">dan408:</span> we do netinstalls, as well as minimals and something similar to boot.fedora

- <a name="l-129"></a><span class="tm">22:41:28 </span><span class="nka">* quaid</span> <span class="ac">a bit lost in terminology too</span>

- <a name="l-130"></a><span class="tm">22:41:28</span><span class="nk"> &lt;dan408&gt;</span> right

- <a name="l-131"></a><span class="tm">22:41:49</span><span class="nk"> &lt;dan408&gt;</span> okay

- <a name="l-132"></a><span class="tm">22:42:06</span><span class="nk"> &lt;wolfy&gt;</span> <span class="hi">quaid:</span> the minimal.iso bypasses the package selection step and installs @base . all the needed packages are included in the iso

- <a name="l-133"></a><span class="tm">22:42:06</span><span class="nk"> &lt;Evolution&gt;</span> however for a desktop side, I would think some folks would want a usb/iso based install for a desktop

- <a name="l-134"></a><span class="tm">22:42:07</span><span class="nk"> &lt;tru_tru&gt;</span> why just not a desktop-SIG.repo or repo --name=desktop-SIG --baseurl=http:// --cost=XXX ?

- <a name="l-135"></a><span class="tm">22:42:07</span><span class="nk"> &lt;dan408&gt;</span> for the DVD it wouldnt work if you didnt have a network connection

- <a name="l-136"></a><span class="tm">22:42:23</span><span class="nk"> &lt;kbsingh&gt;</span> if the work is done in a contained repo, regardless of how the install starts, its all just a case of adding the repo line, comps will get parsed and options show up in the gui

- <a name="l-137"></a><span class="tm">22:42:26</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">tru_tru:</span> entirely doable as well.

- <a name="l-138"></a><span class="tm">22:42:34</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">dan408:</span> right. which is why I was thinking spin.

- <a name="l-139"></a><span class="tm">22:42:53</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">kbsingh:</span> true

- <a name="l-140"></a><span class="tm">22:42:59</span><span class="nk"> &lt;hughesjr&gt;</span> in the past, when we have had alternative desktops (ie xfce on 5 and 4 :D) we did yum groups in a repo ... that will also work

- <a name="l-141"></a><span class="tm">22:43:02</span><span class="nk"> &lt;kbsingh&gt;</span> we can also ship an additional repo on the DVD ( if it fits! ) with the repo line disabled and a media:/// url

- <a name="l-142"></a><span class="tm">22:43:21</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> well I guess that would be easier and accomplish the goal of a) not having to change base and b) being able to install the desktop you want without having to install a desktop you dont want

- <a name="l-143"></a><span class="tm">22:43:46</span><span class="nk"> &lt;kbsingh&gt;</span> it does not need to end up in the os/ directory, and it need not be enabled by force, but just a checkbox to enable it from DVD might be a great option

- <a name="l-144"></a><span class="tm">22:43:51</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">wolfy:</span> thanks

- <a name="l-145"></a><span class="tm">22:43:52</span><span class="nk"> &lt;kbsingh&gt;</span> the trick is going to be making it fit

- <a name="l-146"></a><span class="tm">22:43:57</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">dan408:</span> minimal install and yum grops cando that too :)

- <a name="l-147"></a><span class="tm">22:43:57</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">hughesjr:</span> what if you wanted to install xfce on a fresh install?

- <a name="l-148"></a><span class="tm">22:44:06</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">hughesjr:</span> no

- <a name="l-149"></a><span class="tm">22:44:30</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">hughesjr:</span> Say I want to put media in choose xfce, and install once and be done

- <a name="l-150"></a><span class="tm">22:45:09</span><span class="nk"> &lt;dan408&gt;</span> your process is a 2 step process

- <a name="l-151"></a><span class="tm">22:45:18</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">dan408:</span> you can create a specific DVD for that too in the SIG

- <a name="l-152"></a><span class="tm">22:45:33</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">hughesjr:</span> Right that's what we're discussing with spins

- <a name="l-153"></a><span class="tm">22:46:00</span><span class="nk"> &lt;dan408&gt;</span> alright

- <a name="l-154"></a><span class="tm">22:46:15</span><span class="nk"> &lt;dan408&gt;</span> this is gunna require some hacking but

- <a name="l-155"></a><span class="tm">22:46:48</span><span class="nk"> &lt;hughesjr&gt;</span> I was just pointing out that an ISO is not the only alternative .. but the SIGs can do that too

- <a name="l-156"></a><span class="tm">22:47:22</span><span class="nk"> &lt;quaid&gt;</span> ultimately the SIG needs to chose delivery methods that make sense for it's community, these questions are somewhat about what the rest of us think makes sense ...

- <a name="l-157"></a><span class="tm">22:48:02</span><span class="nk"> &lt;dan408&gt;</span> i guess if it worked like this: 1) User downloads CentOS 7 MATE spin which can be burnt to CD or written to USB 2) User boots spin, starts Anaconda installer 3) Anaconda functiosn in the exact same way as the DVD or netinstall and can install the same things .. so user chooses say base, standard and "web server", chooses partitioning and hits "install". What they should end up with is a MATE desktop with the options they picked

- <a name="l-158"></a><span class="tm">22:48:45</span><span class="nk"> &lt;Evolution&gt;</span> right.

- <a name="l-159"></a><span class="tm">22:48:52</span><span class="nk"> &lt;dan408&gt;</span> Again, I don't know if this is possible with the current anaconda

- <a name="l-160"></a><span class="tm">22:49:25</span><span class="nk"> &lt;kbsingh&gt;</span> right guys, i need to rebase over. thanks

- <a name="l-161"></a><span class="tm">22:49:28</span><span class="nk"> &lt;Evolution&gt;</span> I don't see why it wouldn't be. it's similar to whate fedora's done with it in the last couple releases.

- <a name="l-162"></a><span class="tm">22:49:46</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">dan408:</span> I haven't looked at anaconda from 7 (yet) but I guess using the updates.img still works for that

- <a name="l-163"></a><span class="tm">22:49:47</span><span class="nk"> &lt;Evolution&gt;</span> I've got to bail in about 5 minutes as well

- <a name="l-164"></a><span class="tm">22:50:03</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> Not necessarily. On a spin you just hit "install" and it installs whatever was included with the spin. You don't get to pick any additional options

- <a name="l-165"></a><span class="tm">22:50:31</span><span class="nk"> &lt;Evolution&gt;</span> ah, fair enough.

- <a name="l-166"></a><span class="tm">22:50:45</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Arrfab:</span> Sure. I'm no anaconda expert here but I'm just throwing this stuff out there

- <a name="l-167"></a><span class="tm">22:50:46</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">smooge to work up a formal proposal</span>

- <a name="l-168"></a><span class="tm">22:51:57</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">SIG needs to consider what release formats to use (ISO, netinstall, all-in-one-spins, etc.)</span>

- <a name="l-169"></a><span class="tm">22:51:57</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> That's why I'm thinking there might be some hacking needed because these packages are already in Fedora base.

- <a name="l-170"></a><span class="tm">22:52:12</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">dan408:</span> we'll have to have a deep look into anaconda to also combine all the groups/variants into one (like we did for centos 6) so I'm sure that once it will be mastered, it will be easy to modify it again for each SIG respin

- <a name="l-171"></a><span class="tm">22:52:25</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Arrfab:</span> +1

- <a name="l-172"></a><span class="tm">22:52:27</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">dan408:</span> yeah. I'm starting to see what you mean.

- <a name="l-173"></a><span class="tm">22:52:36</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> cool

- <a name="l-174"></a><span class="tm">22:52:45</span><span class="nk"> &lt;quaid&gt;</span> fwiw, I'm comfortable with usinage latest bits in Fedora as upstream that we pull in to git.centos.org (if I'm thinking correctly here); Fedora (and EPEL) are trustworthy upstreams

- <a name="l-175"></a><span class="tm">22:52:59</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> The easiest thing is just to import the packages to base, but I completely understand that you don't want to change base.

- <a name="l-176"></a><span class="tm">22:53:26</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Evolution:</span> And that's fine, but workarounds are needed. :D

- <a name="l-177"></a><span class="tm">22:53:33</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">project wide work on Anaconda to fold in all groups/variants will help the Desktop SIG needs for respins, etc.</span>

- <a name="l-178"></a><span class="tm">22:53:40</span><span class="nk"> &lt;Evolution&gt;</span> yeah. we'll have to figure that out. base won't change.

- <a name="l-179"></a><span class="tm">22:54:37</span><span class="nk"> &lt;dan408&gt;</span> Right. Well I'm glad I was able to help put everyone on the same page on how it should be presented to the end user for installation

- <a name="l-180"></a><span class="tm">22:55:16</span><span class="nk"> &lt;dan408&gt;</span> I mean that's how I'd want it personally

- <a name="l-181"></a><span class="tm">22:55:19</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">Evolution:</span> yeah but the desktop sig proposal we have here is quite different from the cloud/storage ones in a sense that we'd build packages with the same key (or alternate key but still from our side) while the idea seems to be here to just consume packages built/signed by EPEL

- <a name="l-182"></a><span class="tm">22:55:47</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">Arrfab:</span> that's the initial starting point, but by no means the end goal.

- <a name="l-183"></a><span class="tm">22:55:56</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">Arrfab:</span> it's a little bit more than that

- <a name="l-184"></a><span class="tm">22:56:04</span><span class="nk"> &lt;Evolution&gt;</span> anyway, off for family. bbiab

- <a name="l-185"></a><span class="tm">22:56:11</span><span class="nk"> &lt;dan408&gt;</span> cya Evolution

- <a name="l-186"></a><span class="tm">22:56:34</span><span class="nk"> &lt;quaid&gt;</span> ok, I'm ready to close out as we are runnning out of Board members and the sponsor just left :)

- <a name="l-187"></a><span class="tm">22:56:38</span><span class="nk"> &lt;quaid&gt;</span> anything else for the record?

- <a name="l-188"></a><span class="tm">22:56:41</span><span class="nk"> &lt;tru_tru&gt;</span> <span class="hi">Evolution:</span> ciao

- <a name="l-189"></a><span class="tm">22:56:45 </span><span class="nka">* quaid</span> <span class="ac">will close in 60 seconds otherwise</span>

- <a name="l-190"></a><span class="tm">22:56:56</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="cmd">#idea </span><span class="cmdline">discuss about respins using packages not built on centos infra and so not signed by us</span>

- <a name="l-191"></a><span class="tm">22:57:00</span><span class="nk"> &lt;quaid&gt;</span> btw, dan408, good to see ya

- <a name="l-192"></a><span class="tm">22:57:04</span><span class="nk"> &lt;dan408&gt;</span> For the record: The entire MATE stack is finished building and I'm going to add a group in to EPEL7 for comps

- <a name="l-193"></a><span class="tm">22:57:09</span><span class="nk"> &lt;dan408&gt;</span> <span class="hi">quaid:</span> good to see you too

- <a name="l-194"></a><span class="tm">22:57:19</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">Arrfab:</span> yeah, we need to really consider that around EPEL in general, right?

- <a name="l-195"></a><span class="tm">22:57:48</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">quaid:</span> yeah, EPEL or other repositories too I guess.

- <a name="l-196"></a><span class="tm">22:59:14</span><span class="nk"> &lt;smooge&gt;</span> I am ok with closing.

- <a name="l-197"></a><span class="tm">22:59:16</span><span class="nk"> &lt;dan408&gt;</span> If anyone has any questions feel free to contact me here (I prefer IRC over email)

- <a name="l-198"></a><span class="tm">22:59:27</span><span class="nk"> &lt;Arrfab&gt;</span> dan408, smooge : what about starting as a documentation on how to install those packages from epel on a running c7. then we'd have to see how to respin specific medias and in the meantime we'll have discussed the "do we rebuild/sign those packages or do we just import those" question

- <a name="l-199"></a><span class="tm">22:59:35</span><span class="nk"> &lt;cctrieloff&gt;</span> thx

- <a name="l-200"></a><span class="tm">23:00:07</span><span class="nk"> &lt;smooge&gt;</span> okie dokie.

- <a name="l-201"></a><span class="tm">23:00:14</span><span class="nk"> &lt;dan408&gt;</span> sure thing I'll work with smooge on that.

- <a name="l-202"></a><span class="tm">23:00:16</span><span class="nk"> &lt;Arrfab&gt;</span> thanks everyone for the meeting

- <a name="l-203"></a><span class="tm">23:00:22</span><span class="nk"> &lt;dan408&gt;</span> thanks for hosting!

- <a name="l-204"></a><span class="tm">23:07:18</span><span class="nk"> &lt;smooge&gt;</span> quaid, remember to #endmeeting

- <a name="l-205"></a><span class="tm">23:08:03 </span><span class="nka">* quaid</span> <span class="ac">was distracted, thanks</span>

- <a name="l-206"></a><span class="tm">23:08:10</span><span class="nk"> &lt;smooge&gt;</span> np

- <a name="l-207"></a><span class="tm">23:08:10</span><span class="nk"> &lt;quaid&gt;</span> typical!

- <a name="l-208"></a><span class="tm">23:08:18</span><span class="nk"> &lt;quaid&gt;</span> going in 5

- <a name="l-209"></a><span class="tm">23:08:20</span><span class="nk"> &lt;quaid&gt;</span> 4

- <a name="l-210"></a><span class="tm">23:08:21</span><span class="nk"> &lt;quaid&gt;</span> 3

- <a name="l-211"></a><span class="tm">23:08:24</span><span class="nk"> &lt;quaid&gt;</span> 2

- <a name="l-212"></a><span class="tm">23:08:24</span><span class="nk"> &lt;quaid&gt;</span> 1

- <a name="l-213"></a><span class="tm">23:08:36</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,213 +0,0 @@ 

- 21:55:53 <quaid> #startmeeting CentOS Board meeting - SIG proposals & other business

- 21:55:53 <centbot> Meeting started Wed Apr  2 21:55:53 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 21:55:53 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 21:56:16 <quaid> #chair Evolution tru_tru range kbsingh hughesjr cctrieloff Arrfab

- 21:56:16 <centbot> Current chairs: Arrfab Evolution cctrieloff hughesjr kbsingh quaid range tru_tru

- 21:56:31 <quaid> all users can use most of the actions, such as #info and #idea

- 21:56:43 <quaid> chairs can do the #agreed, not sure if #action is restricted

- 21:56:52 <quaid> anything before we jump in to the first topic?

- 21:57:04 <kbsingh> show of hands ?

- 21:57:22 * tru_tru raises hand

- 21:57:34 * hughesjr shows his hand :D

- 21:57:53 <smooge> here

- 21:58:05 <Arrfab> same here

- 21:58:06 <kbsingh> me too

- 21:58:16 <Evolution> yep

- 21:58:58 <quaid> #info We have a quorum of Board members, safe to proceed :)

- 21:59:08 <quaid> first topic is Desktop SIG?

- 21:59:19 <Evolution> sure.

- 21:59:20 <quaid> #topic Desktop SIG proposal

- 21:59:38 <quaid> (channel title hasn't changed because centbot doesn't have ops, but it's changed in the log)

- 21:59:51 <quaid> also, you don't  need to use #link, just post the URL in the channel and it's the same thing

- 22:01:11 <Arrfab> Evolution: you already started a discussion with smooge about a desktop SIG, right ? what's the status and so the "proposal" ?

- 22:01:20 <Evolution> smooge: you proposed the desktop sig. want to lay out your ideas?

- 22:01:24 <smooge> I would like to propose a Desktop Special Interest Group that would cater towards alternative desktops to the main CentOS one.

- 22:02:16 <Evolution> smooge: is the thought just to provide alternative desktops such as mate, or would you add additional 'desktop' style packages as well?

- 22:02:24 <smooge> Its main goal would be to make sure that working desktops that cater to other users needs are made available, tested, working and periodically updated

- 22:02:57 <smooge> my first goal would be to provide just alternate desktops and then from that gauge growth inot additional desktop style packages.

- 22:03:06 <smooge> s/inot/into/

- 22:03:29 <smooge> I would like to have an initial goal we can reach and build momentum from

- 22:03:52 <hughesjr> smooge: is the inital focus of this desktop for all active versions of CentOS or only for a specific CentOS

- 22:04:43 <smooge> My initial focus would be 7. The ability to build desktops to older releases will require extra effort and testing

- 22:05:15 <smooge> as the solutions may require some things like SCL's or other "we aren't replacing core stuff.. but we are." type solutions

- 22:05:43 <Evolution> most desktop users seem to migrate to newer versions reasonably quickly

- 22:05:44 <quaid> are there other desktop-like activities you might include in the SIG other than alternative DEs and styling? for example, UX testing.

- 22:05:56 <hughesjr> smooge: and you have some kind of plan to make sure we are not running afowl of patent issues (like mp3)

- 22:06:01 <smooge> I apologize for the wishy washy ness of this. I want to get some questions answered so that I can better focus a finished proposal to you.

- 22:06:01 <Arrfab> smooge: do you see that as a "coordination" effort between existing desktop environments ? (for example EPEL providing already alternatives)

- 22:06:41 <Evolution> Arrfab: I think part of it certainly should be.

- 22:06:46 <smooge> hughesjr, I do not plan to put anything in that could not be shipped in Fedora. Things like VLC etc will have to be done by an associated group which would not be troubled like I personally would be

- 22:07:14 <Evolution> mate and cinnamon are already in epel. we should certainly appropriate that effort and help where we can.

- 22:08:22 <smooge> the items that will be a further focus is how to package these items for older releases. I would like to have it that people who need to develop/run EL5 could have a better experience but not replacing certain core items like glibc/gcc/kernel :)

- 22:09:01 <smooge> Arrfab, I see it as partially coordination. I am worried that EPEL may not be the best place for itmes which change every 6-12 months.

- 22:09:57 <quaid> smooge: are there other desktop-like activities you might include in the SIG other than alternative DEs and styling? for example, UX testing. -- alternately, I'm not asking if you'll do that work per se but if you are receptive to that work happening within the SIG? Is there a boundary where it's not SIG-relevant?

- 22:10:05 <smooge> If it turns out that EPEL is not the best place then it is on building the group which will be a better ground.

- 22:11:10 <smooge> quaid, to answer that I needed to reverse it. How strong a boundary is the board looking for SIGs to have.

- 22:12:01 <hughesjr> smooge: SIGs already have the ability to go higher in version for things that are part of even the "Core" OS .. so it would be fine for newer things that in EPEL they choose not to maintain a version that we need

- 22:12:30 <smooge> Well the EPEL issue is that it can't replace stuff that is in Core.

- 22:12:39 <hughesjr> right

- 22:12:51 <hughesjr> but the SIG can, if requried

- 22:13:56 <Evolution> so epel for some things, and then possibly a 'desktop' repository or whatever for things not suited for epel, but maitained by the sig

- 22:14:01 <smooge> so my question was "Is the board looking for well defined boundaries that a SIG has in place from the beginning" or is it wanting a lose rule of thumb

- 22:14:04 <quaid> smooge: it's a fair question you reversed to -- we're interested in it being a wider focus, so "Mate SIG" isn't right, but "Desktop SIG that includes Mate" is ... at that point, the boundary should be what the SIG wants to support and thinks their community needs

- 22:14:30 <quaid> I think loose rule of thumb is better, let it grow organically

- 22:14:39 <hughesjr> WRT the board question about SIGs, we will have at least one board member in the SIG ... so we will give SIGs as much lattitude as possible

- 22:14:43 <quaid> I was mainly curious if you saw that in the future (cf. styling) or thought it was out of scope

- 22:14:50 <smooge> also is the board wanting me to do a PRD or similar tools to have ready as a full fleshed proposal

- 22:15:09 <quaid> you can use the existing proposals as a template, but yes, we do want something concrete to vote on

- 22:15:48 <smooge> quaid, I haven't been presented with any examples of items yet for desktop tools that weren't redlines (VLC, mp3 plugins, etc)

- 22:15:55 <smooge> so I can't answer clearly yet

- 22:17:26 <cctrieloff> I'm here but distracted.

- 22:17:27 <smooge> can someone send me a link for an existing SIG? I will work from that and have something for you asap

- 22:18:00 <Evolution> smooge: http://wiki.centos.org/SpecialInterestGroup/CloudInstance

- 22:18:06 <Evolution> unless kbsingh has a better one.

- 22:18:16 <smooge> okie dokie

- 22:18:18 <Evolution> strip CloudInstance off for a list of others.

- 22:18:46 <quaid> #info current boundaries for the SIG are to include alternate desktop environments (DEs) with the future expansion in to styling

- 22:18:58 <Evolution> smooge: based on your email to the list, I roughed out http://wiki.centos.org/SpecialInterestGroup/AlternativeDesktop but it needs some work.

- 22:19:21 <quaid> #info a SIG boundary is to not include non-open source nor software with potential or real legal issues

- 22:19:52 <kbsingh> thats it

- 22:19:56 <smooge> Evolution, thank you.

- 22:20:05 <quaid> #info SIG may carry packages that are later than what is in EPEL if it feels the need

- 22:21:44 <smooge> I would like to be able to let interested people work on unified theming etc.. but there will be no 'forced' theming (eg people who want alternative desktops usually do their desktops there way thank you very much.)

- 22:22:21 <kbsingh> i missed if this is going to only target el7 or el6 as well ?

- 22:22:42 <Evolution> kbsingh: 7 to start. 6 if interest/time permists.

- 22:22:52 <Evolution> iirc

- 22:23:00 <smooge> kbsingh, I am initially going to focus on el7. The el6 may require me to use software collections or similar tools which I need to study more before I give a I will do that.

- 22:23:11 <smooge> If others are willing I am up with doing 6 and 5.

- 22:23:27 <smooge> does that make sense?

- 22:23:34 <kbsingh> sure

- 22:25:00 <smooge> My main rules on 'desktops' and such being supported is that they will be shipped as long as people are willing to work on them. I don't want abandon ware (eg tvtwm compiles.. good enough)

- 22:25:00 <quaid> #info target for CentOS 7* to start, back to CentOS 6* as time and interest permits

- 22:26:12 <smooge> When is the next board meeting?

- 22:26:36 <Evolution> week after next.

- 22:27:28 <smooge> OK I will make sure I have a finished document with you guys by next wednessday and will work with Evolution and dan408 on it

- 22:27:47 <smooge> are there any other questions?

- 22:27:56 <Evolution> smooge: leigh expressed a passing interest as well (as the cinnamon maintainer)

- 22:28:26 <kbsingh> how is this going to layer on top of EPEL ?

- 22:28:37 <kbsingh> i mean, a chunk of the work might actually be possible to get done there right ?

- 22:28:49 <Evolution> kbsingh: some is done there, yes.

- 22:28:57 <Evolution> mate/cinnamon exist there already

- 22:28:58 <kbsingh> ( apart from when $person wants something newer, they can fork it - but will that code then be forked in git.fedora or git.centos )

- 22:30:38 <smooge> kbsingh, I believe the initial work can be done in EPEL. However if the changes to later versions are invasive etc then it will need changes in either how EPEL is structured or a different build infrastructure.

- 22:30:55 <smooge> kbsingh, in that case I would be working on making that happen.

- 22:31:02 <dan408> Evolution: hey

- 22:31:08 <dan408> sorry i got dragged out

- 22:31:23 * dan408 reads scrollback

- 22:31:48 <smooge> kbsingh, in the case where it wouldn't work for EPEL (say Mate in EL5) but could be done via a different packaging system then we would work on solving that problem

- 22:32:01 <kbsingh> ok

- 22:32:24 <kbsingh> so essentially : fix problems as we see them - there is flexibility from packager and buildsystem side. epel to bootstrap into

- 22:33:52 <smooge> correct. I expect we will need to change over time, but to meet a can we have a solution in 3-6 months the proven existing method to start from.

- 22:35:10 <dan408> so the biggest roadblock I'm personally seeing is getting Anaconda to read directly from EPEL for yum groups

- 22:35:11 <kbsingh> is there any drive to also maintain some part of the docs aronud this on say wiki.centos.org/blah/howto/desktops

- 22:35:12 <Arrfab> smooge: that sounds good to me .. but indeed some choices will have to be made, like for example if CentOS 7 32bits becomes real

- 22:35:25 <kbsingh> or is the focus purely on delivering rpms, let the community at large do that

- 22:35:25 <dan408> I just finished building the MATE stack of packages on EPEL

- 22:35:54 <kbsingh> dan408: anaconda... should be fairly simple, with an add-repo at install time right ?

- 22:36:28 <dan408> kbsingh: well ideally EPEL would just be there out of the box, and you would see MATE as a choice of available desktops

- 22:37:12 <dan408> so for example you choose "desktop" and then you can pick Gnome, KDE, or Cinnamon, etc

- 22:37:27 <kbsingh> that shouldnt be hard to do - but how many groups does EPEL host ? we'd have a minor flood

- 22:37:27 <dan408> otherwise you end up having to install Gnome or KDE and then MATE or cinnamon

- 22:37:47 <dan408> I'm pretty sure Anaconda can handle it

- 22:37:50 <smooge> kbsingh, I would like to make sure that we have guides and howtos as part of any 'desktop' solution added. If only on how one logs out, finds certain apps etc.

- 22:38:07 <Evolution> honestly I think we might consider just stealing the groups we want from epel, and then adding epel-release as a mandatory package for the desktop spin

- 22:38:14 <Evolution> that would limit the groups visible in anaconda.

- 22:39:03 <hughesjr> Evolution: as long as they are responsive to updates

- 22:39:09 <dan408> wait what do you mean spin?

- 22:39:24 <smooge> I had not thought about spins per se at the moment. For me it is a "if I have the time"... unless that is a required SIG deliverable.

- 22:39:46 <dan408> I was thinking netinstall/DVD not spin

- 22:40:18 <dan408> or just DVD I don't think you guys do a netinstall do you

- 22:40:25 <quaid> so no ISO compose?

- 22:40:38 <dan408> wll

- 22:40:39 <Evolution> well, the core provided by the core sig won't change.

- 22:40:39 <dan408> well

- 22:40:40 <quaid> minimal install is the most popular download iirc, it's basically a netinstall isn't it?

- 22:40:51 <dan408> no

- 22:41:12 <dan408> so i'm coming from the Fedora side so I may be a little bit confused

- 22:41:22 <dan408> but on Fedora side you can install anything with a 200mb iso image

- 22:41:23 <Evolution> dan408: we do netinstalls, as well as minimals and something similar to boot.fedora

- 22:41:28 * quaid a bit lost in terminology too

- 22:41:28 <dan408> right

- 22:41:49 <dan408> okay

- 22:42:06 <wolfy> quaid: the minimal.iso bypasses the package selection step and installs @base . all the needed packages are included in the iso

- 22:42:06 <Evolution> however for a desktop side, I would think some folks would want a usb/iso based install for a desktop

- 22:42:07 <tru_tru> why just not a desktop-SIG.repo or repo --name=desktop-SIG --baseurl=http:// --cost=XXX ?

- 22:42:07 <dan408> for the DVD it wouldnt work if you didnt have a network connection

- 22:42:23 <kbsingh> if the work is done in a contained repo, regardless of how the install starts, its all just a case of adding the repo line, comps will get parsed and options show up in the gui

- 22:42:26 <Evolution> tru_tru: entirely doable as well.

- 22:42:34 <Evolution> dan408: right. which is why I was thinking spin.

- 22:42:53 <Evolution> kbsingh: true

- 22:42:59 <hughesjr> in the past, when we have had alternative desktops (ie xfce on 5 and 4 :D) we did yum groups in a repo ... that will also work

- 22:43:02 <kbsingh> we can also ship an additional repo on the DVD ( if it fits! ) with the repo line disabled and a media:/// url

- 22:43:21 <dan408> Evolution: well I guess that would be easier and accomplish the goal of a) not having to change base and b) being able to install the desktop you want without having to install a desktop you dont want

- 22:43:46 <kbsingh> it does not need to end up in the os/ directory, and it need not be enabled by force, but just a checkbox to enable it from DVD might be a great option

- 22:43:51 <quaid> wolfy: thanks

- 22:43:52 <kbsingh> the trick is going to be making it fit

- 22:43:57 <hughesjr> dan408: minimal install and yum grops cando that too :)

- 22:43:57 <dan408> hughesjr: what if you wanted to install xfce on a fresh install?

- 22:44:06 <dan408> hughesjr: no

- 22:44:30 <dan408> hughesjr: Say I want to put media in choose xfce, and install once and be done

- 22:45:09 <dan408> your process is a 2 step process

- 22:45:18 <hughesjr> dan408: you can create a specific DVD for that too in the SIG

- 22:45:33 <dan408> hughesjr: Right that's what we're discussing with spins

- 22:46:00 <dan408> alright

- 22:46:15 <dan408> this is gunna require some hacking but

- 22:46:48 <hughesjr> I was just pointing out that an ISO is not the only alternative .. but the SIGs can do that too

- 22:47:22 <quaid> ultimately the SIG needs to chose delivery methods that make sense for it's community, these questions are somewhat about what the rest of us think makes sense ...

- 22:48:02 <dan408> i guess if it worked like this: 1) User downloads CentOS 7 MATE spin which can be burnt to CD or written to USB 2) User boots spin, starts Anaconda installer 3) Anaconda functiosn in the exact same way as the DVD or netinstall and can install the same things .. so user chooses say base, standard and "web server", chooses partitioning and hits "install". What they should end up with is a MATE desktop with the options they picked

- 22:48:45 <Evolution> right.

- 22:48:52 <dan408> Again, I don't know if this is possible with the current anaconda

- 22:49:25 <kbsingh> right guys, i need to rebase over. thanks

- 22:49:28 <Evolution> I don't see why it wouldn't be. it's similar to whate fedora's done with it in the last couple releases.

- 22:49:46 <Arrfab> dan408: I haven't looked at anaconda from 7 (yet) but I guess using the updates.img still works for that

- 22:49:47 <Evolution> I've got to bail in about 5 minutes as well

- 22:50:03 <dan408> Evolution: Not necessarily. On a spin you just hit "install" and it installs whatever was included with the spin. You don't get to pick any additional options

- 22:50:31 <Evolution> ah, fair enough.

- 22:50:45 <dan408> Arrfab: Sure. I'm no anaconda expert here but I'm just throwing this stuff out there

- 22:50:46 <quaid> #action smooge to work up a formal proposal

- 22:51:57 <quaid> #action SIG needs to consider what release formats to use (ISO, netinstall, all-in-one-spins, etc.)

- 22:51:57 <dan408> Evolution: That's why I'm thinking there might be some hacking needed because these packages are already in Fedora base.

- 22:52:12 <Arrfab> dan408: we'll have to have a deep look into anaconda to also combine all the groups/variants into one (like we did for centos 6) so I'm sure that once it will be mastered, it will be easy to modify it again for each SIG respin

- 22:52:25 <dan408> Arrfab: +1

- 22:52:27 <Evolution> dan408: yeah. I'm starting to see what you mean.

- 22:52:36 <dan408> Evolution: cool

- 22:52:45 <quaid> fwiw, I'm comfortable with usinage latest bits in Fedora as upstream that we pull in to git.centos.org (if I'm thinking correctly here); Fedora (and EPEL) are trustworthy upstreams

- 22:52:59 <dan408> Evolution: The easiest thing is just to import the packages to base, but I completely understand that you don't want to change base.

- 22:53:26 <dan408> Evolution: And that's fine, but workarounds are needed. :D

- 22:53:33 <quaid> #idea project wide work on Anaconda to fold in all groups/variants will help the Desktop SIG needs for respins, etc.

- 22:53:40 <Evolution> yeah. we'll have to figure that out. base won't change.

- 22:54:37 <dan408> Right. Well I'm glad I was able to help put everyone on the same page on how it should be presented to the end user for installation

- 22:55:16 <dan408> I mean that's how I'd want it personally

- 22:55:19 <Arrfab> Evolution: yeah but the desktop sig proposal we have here is quite different from the cloud/storage ones in a sense that we'd build packages with the same key (or alternate key but still from our side) while the idea seems to be here to just consume packages built/signed by EPEL

- 22:55:47 <Evolution> Arrfab: that's the initial starting point, but by no means the end goal.

- 22:55:56 <dan408> Arrfab: it's a little bit more than that

- 22:56:04 <Evolution> anyway, off for family. bbiab

- 22:56:11 <dan408> cya Evolution

- 22:56:34 <quaid> ok, I'm ready to close out as we are runnning out of Board members and the sponsor just left :)

- 22:56:38 <quaid> anything else for the record?

- 22:56:41 <tru_tru> Evolution: ciao

- 22:56:45 * quaid will close in 60 seconds otherwise

- 22:56:56 <Arrfab> #idea discuss about respins using packages not built on centos infra and so not signed by us

- 22:57:00 <quaid> btw, dan408, good to see ya

- 22:57:04 <dan408> For the record: The entire MATE stack is finished building and I'm going to add a group in to EPEL7 for comps

- 22:57:09 <dan408> quaid: good to see you too

- 22:57:19 <quaid> Arrfab: yeah, we need to really consider that around EPEL in general, right?

- 22:57:48 <Arrfab> quaid: yeah, EPEL or other repositories too I guess.

- 22:59:14 <smooge> I am ok with closing.

- 22:59:16 <dan408> If anyone has any questions feel free to contact me here (I prefer IRC over email)

- 22:59:27 <Arrfab> dan408, smooge : what about starting as a documentation on how to install those packages from epel on a running c7. then we'd have to see how to respin specific medias and in the meantime we'll have discussed the "do we rebuild/sign those packages or do we just import those" question

- 22:59:35 <cctrieloff> thx

- 23:00:07 <smooge> okie dokie.

- 23:00:14 <dan408> sure thing I'll work with smooge on that.

- 23:00:16 <Arrfab> thanks everyone for the meeting

- 23:00:22 <dan408> thanks for hosting!

- 23:07:18 <smooge> quaid, remember to #endmeeting

- 23:08:03 * quaid was distracted, thanks

- 23:08:10 <smooge> np

- 23:08:10 <quaid> typical!

- 23:08:18 <quaid> going in 5

- 23:08:20 <quaid> 4

- 23:08:21 <quaid> 3

- 23:08:24 <quaid> 2

- 23:08:24 <quaid> 1

- 23:08:36 <quaid> #endmeeting 

\ No newline at end of file

@@ -1,78 +0,0 @@ 

- ====================================================================

- #centos-devel: CentOS Board meeting - SIG proposals & other business

- ====================================================================

- 

- 

- Meeting started by quaid at 21:55:53 UTC. The full logs are available at

- centos-devel/2014/centos-devel.2014-04-02-21.55.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * We have a quorum of Board members, safe to proceed :)  (quaid,

-   21:58:58)

- * Desktop SIG proposal  (quaid, 21:59:20)

-   * current boundaries for the SIG are to include alternate desktop

-     environments (DEs) with the future expansion in to styling  (quaid,

-     22:18:46)

-   * a SIG boundary is to not include non-open source nor software with

-     potential or real legal issues  (quaid, 22:19:21)

-   * SIG may carry packages that are later than what is in EPEL if it

-     feels the need  (quaid, 22:20:05)

-   * target for CentOS 7* to start, back to CentOS 6* as time and

-     interest permits  (quaid, 22:25:00)

-   * ACTION: smooge to work up a formal proposal  (quaid, 22:50:46)

-   * ACTION: SIG needs to consider what release formats to use (ISO,

-     netinstall, all-in-one-spins, etc.)  (quaid, 22:51:57)

-   * IDEA: project wide work on Anaconda to fold in all groups/variants

-     will help the Desktop SIG needs for respins, etc.  (quaid, 22:53:33)

-   * IDEA: discuss about respins using packages not built on centos infra

-     and so not signed by us  (Arrfab, 22:56:56)

- 

- Meeting ended at 23:08:36 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * smooge to work up a formal proposal

- * SIG needs to consider what release formats to use (ISO, netinstall,

-   all-in-one-spins, etc.)

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * smooge

-   * smooge to work up a formal proposal

- * **UNASSIGNED**

-   * SIG needs to consider what release formats to use (ISO, netinstall,

-     all-in-one-spins, etc.)

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * dan408 (46)

- * quaid (42)

- * smooge (40)

- * Evolution (34)

- * kbsingh (19)

- * hughesjr (12)

- * Arrfab (11)

- * centbot (3)

- * tru_tru (3)

- * cctrieloff (2)

- * wolfy (1)

- * range (0)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,195 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel Meeting</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel Meeting</h1>

- <span class="details">

- Meeting started by quaid at 15:59:35 UTC

- (<a href="centos-devel.2014-02-10-15.59.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li><b class="TOPIC">Agenda</b> <span class="details">(<a href='centos-devel.2014-02-10-15.59.log.html#l-8'>quaid</a>, 16:00:20)</span>

- <br></li>

- <li><b class="TOPIC">Quick summary</b> <span class="details">(<a href='centos-devel.2014-02-10-15.59.log.html#l-16'>quaid</a>, 16:01:08)</span>

- <ol type="a">

-   <li><a

-     href="http://wiki.centos.org/GSoC/2014/Application">http://wiki.centos.org/GSoC/2014/Application</a>

-     <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-25'>quaid</a>,

-     16:07:36)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">time based tasks

-     are not always the best idea</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-27'>quaid</a>,

-     16:13:51)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">don't put a

-     student on a blocking component</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-28'>quaid</a>,

-     16:14:03)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">must fit in

-     to a discrete task</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-29'>quaid</a>,

-     16:14:35)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">the more we leave

-     open for students to find something that is interesting to them, the

-     more successful they more</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-30'>quaid</a>,

-     16:15:10)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">mentoring is also

-     working on application process with students</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-31'>quaid</a>,

-     16:17:16)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">deliver a

-     xen/centos6/image installer delivered</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-32'>kbsingh</a>,

-     16:17:54)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">openstack livecd,

-     pre-setup to run and scale in a diskless environ</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-35'>kbsingh</a>,

-     16:18:27)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">docker

-     deps/images/projects</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-41'>Evolution</a>,

-     16:19:11)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">docker

-     deps/images/projects</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-45'>Evolution</a>,

-     16:19:49)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">different levels

-     of tasks out there</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-47'>quaid</a>,

-     16:21:12)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">students may

-     not have a good concept of what they can do -- push or reign them

-     in</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-49'>quaid</a>,

-     16:21:41)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">build and

-     automate the in-cloud update/managent infra</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-50'>kbsingh</a>,

-     16:21:41)</span></li>

-   <li><a

-     href="http://www.google-melange.com/gsoc/events/google/gsoc2014">http://www.google-melange.com/gsoc/events/google/gsoc2014</a>

-     <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-54'>quaid</a>,

-     16:24:10)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">explore bootstrap

-     for diff arch</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-55'>kbsingh</a>,

-     16:25:49)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">those with time

-     to help the SIGs already can assist mentors</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-56'>quaid</a>,

-     16:25:50)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">open project

-     ideas around ARM to interest hardware hackers</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-57'>quaid</a>,

-     16:30:59)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">need to write

-     a marketing plan</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-58'>quaid</a>,

-     16:31:14)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">interested

-     mentors to hang out on existing GSoC channel</span> <span

-     class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-59'>quaid</a>,

-     16:31:48)</span></li>

-   <li><span class="INFO">expectations need to be set up front with

-     students</span> <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-62'>quaid</a>,

-     16:35:22)</span></li>

-   <li><a

-     href="http://en.flossmanuals.net/melange/org-application-period/">http://en.flossmanuals.net/melange/org-application-period/</a>

-     <span class="details">(<a

-     href='centos-devel.2014-02-10-15.59.log.html#l-63'>quaid</a>,

-     16:35:47)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 16:37:29 UTC

- (<a href="centos-devel.2014-02-10-15.59.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>need to write a marketing plan</li>

-   <li>interested mentors to hang out on existing GSoC channel</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>quaid (28)</li>

-   <li>kbsingh (14)</li>

-   <li>Evolution (10)</li>

-   <li>Jeff_S (8)</li>

-   <li>centbot (3)</li>

-   <li>tigalch (1)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,91 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">15:59:35</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#startmeeting</span><span class="cmdline"></span>

- <a name="l-2"></a><span class="tm">15:59:35</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Mon Feb 10 15:59:35 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">15:59:35</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">15:59:42</span><span class="nk"> &lt;Jeff_S&gt;</span> <span class="hi">kbsingh:</span> just sat down in a coffee shop

- <a name="l-5"></a><span class="tm">15:59:48</span><span class="nk"> &lt;quaid&gt;</span> hey Jeff_S

- <a name="l-6"></a><span class="tm">16:00:07</span><span class="nk"> &lt;Jeff_S&gt;</span> stealing wifi from the bar next door =/

- <a name="l-7"></a><span class="tm">16:00:10</span><span class="nk"> &lt;kbsingh&gt;</span> jeff pm

- <a name="l-8"></a><span class="tm">16:00:20</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Agenda</span>

- <a name="l-9"></a><span class="tm">16:00:26</span><span class="nk"> &lt;quaid&gt;</span> Quick summary of what Google Summer of Code (GSoC) is.

- <a name="l-10"></a><span class="tm">16:00:27</span><span class="nk"> &lt;quaid&gt;</span> Overview of what is possible to do with GSoC for CentOS.

- <a name="l-11"></a><span class="tm">16:00:27</span><span class="nk"> &lt;quaid&gt;</span> What we have so far.

- <a name="l-12"></a><span class="tm">16:00:27</span><span class="nk"> &lt;quaid&gt;</span> What we need to work on now (this week), next (following few weeks), and for the summer (full program length.)

- <a name="l-13"></a><span class="tm">16:00:30</span><span class="nk"> &lt;quaid&gt;</span> How to be successful &amp; work within this community

- <a name="l-14"></a><span class="tm">16:00:40</span><span class="nk"> &lt;kbsingh&gt;</span> going live

- <a name="l-15"></a><span class="tm">16:01:01</span><span class="nk"> &lt;Jeff_S&gt;</span> <span class="hi">kbsingh:</span> thanks

- <a name="l-16"></a><span class="tm">16:01:08</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Quick summary</span>

- <a name="l-17"></a><span class="tm">16:01:14</span><span class="nk"> &lt;Jeff_S&gt;</span> had to tether from my phone, back now

- <a name="l-18"></a><span class="tm">16:02:11</span><span class="nk"> &lt;kbsingh&gt;</span> who has the player going as well ?

- <a name="l-19"></a><span class="tm">16:02:40</span><span class="nk"> &lt;Evolution&gt;</span> not me.

- <a name="l-20"></a><span class="tm">16:02:52</span><span class="nk"> &lt;kbsingh&gt;</span> there is a massive echo thing going on

- <a name="l-21"></a><span class="tm">16:03:12</span><span class="nk"> &lt;Jeff_S&gt;</span> sound is fine for me

- <a name="l-22"></a><span class="tm">16:03:22</span><span class="nk"> &lt;Jeff_S&gt;</span> (I'm on mute too cause it's kinda loud here)

- <a name="l-23"></a><span class="tm">16:03:37</span><span class="nk"> &lt;tigalch&gt;</span> as a listener - sound is fine

- <a name="l-24"></a><span class="tm">16:03:44</span><span class="nk"> &lt;kbsingh&gt;</span> ok

- <a name="l-25"></a><span class="tm">16:07:36</span><span class="nk"> &lt;quaid&gt;</span> http://wiki.centos.org/GSoC/2014/Application

- <a name="l-26"></a><span class="tm">16:13:11</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">Jeff_S:</span> good video link.. is that off your phone /

- <a name="l-27"></a><span class="tm">16:13:51</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">time based tasks are not always the best idea</span>

- <a name="l-28"></a><span class="tm">16:14:03</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">don't put a student on a blocking component</span>

- <a name="l-29"></a><span class="tm">16:14:35</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">must fit in to a discrete task</span>

- <a name="l-30"></a><span class="tm">16:15:10</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">the more we leave open for students to find something that is interesting to them, the more successful they more</span>

- <a name="l-31"></a><span class="tm">16:17:16</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">mentoring is also working on application process with students</span>

- <a name="l-32"></a><span class="tm">16:17:54</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="cmd">#idea </span><span class="cmdline">deliver a xen/centos6/image installer delivered</span>

- <a name="l-33"></a><span class="tm">16:18:02</span><span class="nk"> &lt;Jeff_S&gt;</span> <span class="hi">kbsingh:</span> yeah, I'm tethering over LTE (but not many bars)

- <a name="l-34"></a><span class="tm">16:18:16</span><span class="nk"> &lt;Jeff_S&gt;</span> but I'm sitting at my laptop

- <a name="l-35"></a><span class="tm">16:18:27</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="cmd">#idea </span><span class="cmdline">openstack livecd, pre-setup to run and scale in a diskless environ</span>

- <a name="l-36"></a><span class="tm">16:18:33</span><span class="nk"> &lt;Evolution&gt;</span> should we consider docker as something separate here?

- <a name="l-37"></a><span class="tm">16:18:43</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">Evolution:</span> it could be included

- <a name="l-38"></a><span class="tm">16:18:48</span><span class="nk"> &lt;Evolution&gt;</span> docker isn't exactly core to what we're doing, but it does tick many current boxes.

- <a name="l-39"></a><span class="tm">16:18:51</span><span class="nk"> &lt;kbsingh&gt;</span> delivering docker dependancies would be awesome

- <a name="l-40"></a><span class="tm">16:18:54</span><span class="nk"> &lt;Evolution&gt;</span> and it's not critical to what we're doing.

- <a name="l-41"></a><span class="tm">16:19:11</span><span class="nk"> &lt;Evolution&gt;</span> <span class="cmd">#idea </span><span class="cmdline">docker deps/images/projects</span>

- <a name="l-42"></a><span class="tm">16:19:36</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#chair </span><span class="cmdline">Evolution kbsingh Jeff_S</span>

- <a name="l-43"></a><span class="tm">16:19:36</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Evolution Jeff_S kbsingh quaid

- <a name="l-44"></a><span class="tm">16:19:47</span><span class="nk"> &lt;Evolution&gt;</span> doh

- <a name="l-45"></a><span class="tm">16:19:49</span><span class="nk"> &lt;Evolution&gt;</span> <span class="cmd">#idea </span><span class="cmdline">docker deps/images/projects</span>

- <a name="l-46"></a><span class="tm">16:19:57</span><span class="nk"> &lt;Evolution&gt;</span> that should be in there now then.

- <a name="l-47"></a><span class="tm">16:21:12</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">different levels of tasks out there</span>

- <a name="l-48"></a><span class="tm">16:21:23</span><span class="nk"> &lt;quaid&gt;</span> right, have flexibility in the ideas

- <a name="l-49"></a><span class="tm">16:21:41</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">students may not have a good concept of what they can do -- push or reign them in</span>

- <a name="l-50"></a><span class="tm">16:21:41</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="cmd">#idea </span><span class="cmdline">build and automate the in-cloud update/managent infra</span>

- <a name="l-51"></a><span class="tm">16:21:44</span><span class="nk"> &lt;Evolution&gt;</span> does that email address on the wiki work? centos-gsoc-mentors ?

- <a name="l-52"></a><span class="tm">16:22:00</span><span class="nk"> &lt;quaid&gt;</span> one engineering manager I worked with said, "Developers always say it will take 2 weeks."

- <a name="l-53"></a><span class="tm">16:22:09</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">quaid:</span> 17 days

- <a name="l-54"></a><span class="tm">16:24:10</span><span class="nk"> &lt;quaid&gt;</span> http://www.google-melange.com/gsoc/events/google/gsoc2014

- <a name="l-55"></a><span class="tm">16:25:49</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="cmd">#idea </span><span class="cmdline">explore bootstrap for diff arch</span>

- <a name="l-56"></a><span class="tm">16:25:50</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">those with time to help the SIGs already can assist mentors</span>

- <a name="l-57"></a><span class="tm">16:30:59</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">open project ideas around ARM to interest hardware hackers</span>

- <a name="l-58"></a><span class="tm">16:31:14</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">need to write a marketing plan</span>

- <a name="l-59"></a><span class="tm">16:31:48</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">interested mentors to hang out on existing GSoC channel</span>

- <a name="l-60"></a><span class="tm">16:33:44</span><span class="nk"> &lt;kbsingh&gt;</span> cool, so are we all about getting done ?

- <a name="l-61"></a><span class="tm">16:34:19</span><span class="nk"> &lt;Evolution&gt;</span> I think so.

- <a name="l-62"></a><span class="tm">16:35:22</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">expectations need to be set up front with students</span>

- <a name="l-63"></a><span class="tm">16:35:47</span><span class="nk"> &lt;quaid&gt;</span> http://en.flossmanuals.net/melange/org-application-period/

- <a name="l-64"></a><span class="tm">16:37:29</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,64 +0,0 @@ 

- 15:59:35 <quaid> #startmeeting

- 15:59:35 <centbot> Meeting started Mon Feb 10 15:59:35 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 15:59:35 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 15:59:42 <Jeff_S> kbsingh: just sat down in a coffee shop

- 15:59:48 <quaid> hey Jeff_S

- 16:00:07 <Jeff_S> stealing wifi from the bar next door =/

- 16:00:10 <kbsingh> jeff pm

- 16:00:20 <quaid> #topic Agenda

- 16:00:26 <quaid> Quick summary of what Google Summer of Code (GSoC) is.

- 16:00:27 <quaid> Overview of what is possible to do with GSoC for CentOS.

- 16:00:27 <quaid> What we have so far.

- 16:00:27 <quaid> What we need to work on now (this week), next (following few weeks), and for the summer (full program length.)

- 16:00:30 <quaid> How to be successful & work within this community

- 16:00:40 <kbsingh> going live

- 16:01:01 <Jeff_S> kbsingh: thanks

- 16:01:08 <quaid> #topic Quick summary

- 16:01:14 <Jeff_S> had to tether from my phone, back now

- 16:02:11 <kbsingh> who has the player going as well ?

- 16:02:40 <Evolution> not me.

- 16:02:52 <kbsingh> there is a massive echo thing going on

- 16:03:12 <Jeff_S> sound is fine for me

- 16:03:22 <Jeff_S> (I'm on mute too cause it's kinda loud here)

- 16:03:37 <tigalch> as a listener - sound is fine

- 16:03:44 <kbsingh> ok

- 16:07:36 <quaid> http://wiki.centos.org/GSoC/2014/Application

- 16:13:11 <kbsingh> Jeff_S: good video link.. is that off your phone /

- 16:13:51 <quaid> #idea time based tasks are not always the best idea

- 16:14:03 <quaid> #idea don't put a student on a blocking component

- 16:14:35 <quaid> #agreed must fit in to a discrete task

- 16:15:10 <quaid> #idea the more we leave open for students to find something that is interesting to them, the more successful they more

- 16:17:16 <quaid> #idea mentoring is also working on application process with students

- 16:17:54 <kbsingh> #idea deliver a xen/centos6/image installer delivered

- 16:18:02 <Jeff_S> kbsingh: yeah, I'm tethering over LTE (but not many bars)

- 16:18:16 <Jeff_S> but I'm sitting at my laptop

- 16:18:27 <kbsingh> #idea openstack livecd, pre-setup to run and scale in a diskless environ

- 16:18:33 <Evolution> should we consider docker as something separate here?

- 16:18:43 <kbsingh> Evolution: it could be included

- 16:18:48 <Evolution> docker isn't exactly core to what we're doing, but it does tick many current boxes.

- 16:18:51 <kbsingh> delivering docker dependancies would be awesome

- 16:18:54 <Evolution> and it's not critical to what we're doing.

- 16:19:11 <Evolution> #idea docker deps/images/projects

- 16:19:36 <quaid> #chair Evolution kbsingh Jeff_S

- 16:19:36 <centbot> Current chairs: Evolution Jeff_S kbsingh quaid

- 16:19:47 <Evolution> doh

- 16:19:49 <Evolution> #idea docker deps/images/projects

- 16:19:57 <Evolution> that should be in there now then.

- 16:21:12 <quaid> #idea different levels of tasks out there

- 16:21:23 <quaid> right, have flexibility in the ideas

- 16:21:41 <quaid> #agreed students may not have a good concept of what they can do -- push or reign them in

- 16:21:41 <kbsingh> #idea build and automate the in-cloud update/managent infra

- 16:21:44 <Evolution> does that email address on the wiki work? centos-gsoc-mentors ?

- 16:22:00 <quaid> one engineering manager I worked with said, "Developers always say it will take 2 weeks."

- 16:22:09 <kbsingh> quaid: 17 days

- 16:24:10 <quaid> http://www.google-melange.com/gsoc/events/google/gsoc2014

- 16:25:49 <kbsingh> #idea explore bootstrap for diff arch

- 16:25:50 <quaid> #idea those with time to help the SIGs already can assist mentors

- 16:30:59 <quaid> #idea open project ideas around ARM to interest hardware hackers

- 16:31:14 <quaid> #action need to write a marketing plan

- 16:31:48 <quaid> #action interested mentors to hang out on existing GSoC channel

- 16:33:44 <kbsingh> cool, so are we all about getting done ?

- 16:34:19 <Evolution> I think so.

- 16:35:22 <quaid> #info expectations need to be set up front with students

- 16:35:47 <quaid> http://en.flossmanuals.net/melange/org-application-period/

- 16:37:29 <quaid> #endmeeting 

\ No newline at end of file

@@ -1,89 +0,0 @@ 

- =====================

- #centos-devel Meeting

- =====================

- 

- 

- Meeting started by quaid at 15:59:35 UTC. The full logs are available at

- centos-devel/2014/centos-devel.2014-02-10-15.59.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * Agenda  (quaid, 16:00:20)

- 

- * Quick summary  (quaid, 16:01:08)

-   * LINK: http://wiki.centos.org/GSoC/2014/Application   (quaid,

-     16:07:36)

-   * IDEA: time based tasks are not always the best idea  (quaid,

-     16:13:51)

-   * IDEA: don't put a student on a blocking component  (quaid, 16:14:03)

-   * AGREED: must fit in to a discrete task  (quaid, 16:14:35)

-   * IDEA: the more we leave open for students to find something that is

-     interesting to them, the more successful they more  (quaid,

-     16:15:10)

-   * IDEA: mentoring is also working on application process with students

-     (quaid, 16:17:16)

-   * IDEA: deliver a xen/centos6/image installer delivered  (kbsingh,

-     16:17:54)

-   * IDEA: openstack livecd, pre-setup to run and scale in a diskless

-     environ  (kbsingh, 16:18:27)

-   * IDEA: docker deps/images/projects  (Evolution, 16:19:11)

-   * IDEA: docker deps/images/projects  (Evolution, 16:19:49)

-   * IDEA: different levels of tasks out there  (quaid, 16:21:12)

-   * AGREED: students may not have a good concept of what they can do --

-     push or reign them in  (quaid, 16:21:41)

-   * IDEA: build and automate the in-cloud update/managent infra

-     (kbsingh, 16:21:41)

-   * LINK: http://www.google-melange.com/gsoc/events/google/gsoc2014

-     (quaid, 16:24:10)

-   * IDEA: explore bootstrap for diff arch  (kbsingh, 16:25:49)

-   * IDEA: those with time to help the SIGs already can assist mentors

-     (quaid, 16:25:50)

-   * IDEA: open project ideas around ARM to interest hardware hackers

-     (quaid, 16:30:59)

-   * ACTION: need to write a marketing plan  (quaid, 16:31:14)

-   * ACTION: interested mentors to hang out on existing GSoC channel

-     (quaid, 16:31:48)

-   * expectations need to be set up front with students  (quaid,

-     16:35:22)

-   * LINK: http://en.flossmanuals.net/melange/org-application-period/

-     (quaid, 16:35:47)

- 

- Meeting ended at 16:37:29 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * need to write a marketing plan

- * interested mentors to hang out on existing GSoC channel

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * **UNASSIGNED**

-   * need to write a marketing plan

-   * interested mentors to hang out on existing GSoC channel

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * quaid (28)

- * kbsingh (14)

- * Evolution (10)

- * Jeff_S (8)

- * centbot (3)

- * tigalch (1)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,186 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel Meeting</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel Meeting</h1>

- <span class="details">

- Meeting started by quaid at 16:20:21 UTC

- (<a href="centos-devel.2014-01-23-16.20.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li>

- <ol type="a">

-   <li><span class="INFO">around Java jars, all that matters is

-     redistributability -- if you want to maintain N jars for your users,

-     that's up to you</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-4'>quaid</a>,

-     16:20:53)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">branding forum to

-     discuss and resolve, cf. fedora-legal list</span> <span

-     class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-5'>quaid</a>,

-     16:21:45)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">quaid to talk

-     with fontana about branding forum</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-6'>quaid</a>,

-     16:22:09)</span></li>

-   <li><span class="INFO">breaking out CLoud Infra and Instance as

-     different SIGs</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-19'>quaid</a>,

-     16:26:18)</span></li>

-   <li><span class="INFO">yes, oVirt is distributed via RPMs</span> <span

-     class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-23'>quaid</a>,

-     16:27:12)</span></li>

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/CloudInstance">http://wiki.centos.org/SpecialInterestGroup/CloudInstance</a>

-     <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-26'>kbsingh</a>,

-     16:27:27)</span></li>

-   <li><span class="INFO">ROD users either packstack or foreman as

-     separate installers (puppet underneath)</span> <span

-     class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-28'>quaid</a>,

-     16:27:40)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">worth working

-     on a pushbutton ISO tool as part of the CentOS Project</span> <span

-     class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-67'>quaid</a>,

-     16:47:24)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">have upstream

-     merit be the basis for who gets commit access, rather than CentOS

-     having to track it</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-69'>quaid</a>,

-     16:49:04)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">within CentOS

-     Project tools, have it be possible for someone in the SIG to get

-     tired of greenlighting patches from a known good person, so proposes

-     that person to the SIG for commit access directly -- this would

-     happen outside of the upstream's own contributor growth

-     pathway</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-71'>quaid</a>,

-     16:50:51)</span></li>

-   <li><span class="INFO">the livecd and image from git stuff already

-     works, so we dont need to block on other stuff. its a simple low

-     hanging fruit thing that we can use to setup a relationship

-     with</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-81'>quaid</a>,

-     16:52:13)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">Seed a few

-     committers to git.centos.org from each upstream, add new commiters

-     as per $formula_to_be_determined but which could be a combination of

-     merit-within-CentOS and merit-within-$upstream</span> <span

-     class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-86'>quaid</a>,

-     16:54:05)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">handle

-     organically, don't sweat</span> <span class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-88'>quaid</a>,

-     16:54:41)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">CentOS is

-     using the meritocracy spotlight, somehow :)</span> <span

-     class="details">(<a

-     href='centos-devel.2014-01-23-16.20.log.html#l-89'>quaid</a>,

-     16:54:55)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 17:17:32 UTC

- (<a href="centos-devel.2014-01-23-16.20.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>quaid to talk with fontana about branding forum</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>Action items, by person</h3>

- <ol>

-   <li> quaid <ol>

-     <li>quaid to talk with fontana about branding forum</li>

-   </ol></li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>quaid (43)</li>

-   <li>goozbach (14)</li>

-   <li>kbsingh (9)</li>

-   <li>jzb (6)</li>

-   <li>Evolution (6)</li>

-   <li>centbot (5)</li>

-   <li>hughesjr (5)</li>

-   <li>mburned (5)</li>

-   <li>DrBacchus (5)</li>

-   <li>Bahhumbug (4)</li>

-   <li>mikem23 (3)</li>

-   <li>pixelb (2)</li>

-   <li>samkottler (0)</li>

-   <li>ke4qqq (0)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,134 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">16:20:21</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#startmeeting</span><span class="cmdline"></span>

- <a name="l-2"></a><span class="tm">16:20:21</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Thu Jan 23 16:20:21 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">16:20:21</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">16:20:53</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">around Java jars, all that matters is redistributability -- if you want to maintain N jars for your users, that's up to you</span>

- <a name="l-5"></a><span class="tm">16:21:45</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">branding forum to discuss and resolve, cf. fedora-legal list</span>

- <a name="l-6"></a><span class="tm">16:22:09</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">quaid to talk with fontana about branding forum</span>

- <a name="l-7"></a><span class="tm">16:22:20</span><span class="nk"> &lt;quaid&gt;</span> anyone else who wants to help keep notes from the meeting, go ahead

- <a name="l-8"></a><span class="tm">16:22:31</span><span class="nk"> &lt;quaid&gt;</span> I'm not sure where the logs write to yet ...

- <a name="l-9"></a><span class="tm">16:23:00</span><span class="nk"> &lt;DrBacchus&gt;</span> You'll get a URL when you end the meeting.

- <a name="l-10"></a><span class="tm">16:23:17</span><span class="nk"> &lt;DrBacchus&gt;</span> Several of them, in fact.

- <a name="l-11"></a><span class="tm">16:23:27</span><span class="nk"> &lt;goozbach&gt;</span> <span class="hi">quaid:</span> you'll need to add whoever wants to add notes to #chair

- <a name="l-12"></a><span class="tm">16:23:50</span><span class="nk"> &lt;quaid&gt;</span> right, the last one I saw from output didn't show the full URL just the local path, not sure what host it's on in other words

- <a name="l-13"></a><span class="tm">16:24:12</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">goozbach:</span> I think anyone can do #idea and #info, only #agreed and #topic and a few others are saved to chair iirc

- <a name="l-14"></a><span class="tm">16:25:12</span><span class="nk"> &lt;Evolution&gt;</span> we ( Bahhumbug ) will be improving centbot in the coming days, so there should be some additional improvements

- <a name="l-15"></a><span class="tm">16:25:20</span><span class="nk"> &lt;DrBacchus&gt;</span> Someone needs to mute.

- <a name="l-16"></a><span class="tm">16:25:27</span><span class="nk"> &lt;goozbach&gt;</span> There definately is a call for something around rebrandability/interoperability SIG

- <a name="l-17"></a><span class="tm">16:26:02</span><span class="nk"> &lt;goozbach&gt;</span> <span class="hi">Evolution:</span> I've got a patch for meetbot which sends email to a list when finished

- <a name="l-18"></a><span class="tm">16:26:05</span><span class="nk"> &lt;goozbach&gt;</span> if you're interested

- <a name="l-19"></a><span class="tm">16:26:18</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">breaking out CLoud Infra and Instance as different SIGs</span>

- <a name="l-20"></a><span class="tm">16:26:55</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">goozbach:</span> that sounds great, my least favorite part of it is having to construct that email at the end :)

- <a name="l-21"></a><span class="tm">16:27:04</span><span class="nk"> &lt;mburned&gt;</span> does the cloud instance sig exist yet?

- <a name="l-22"></a><span class="tm">16:27:12</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">mburned:</span> yes

- <a name="l-23"></a><span class="tm">16:27:12</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">yes, oVirt is distributed via RPMs</span>

- <a name="l-24"></a><span class="tm">16:27:13</span><span class="nk"> &lt;pixelb&gt;</span> Yes RDO uses either packstack or foreman as separate installers (puppet underneath)

- <a name="l-25"></a><span class="tm">16:27:14 </span><span class="nka">* mburned</span> <span class="ac">probably needs to pay attention to that too</span>

- <a name="l-26"></a><span class="tm">16:27:27</span><span class="nk"> &lt;kbsingh&gt;</span> http://wiki.centos.org/SpecialInterestGroup/CloudInstance

- <a name="l-27"></a><span class="tm">16:27:38</span><span class="nk"> &lt;mburned&gt;</span> <span class="hi">kbsingh:</span> thanks

- <a name="l-28"></a><span class="tm">16:27:40</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">ROD users either packstack or foreman as separate installers (puppet underneath)</span>

- <a name="l-29"></a><span class="tm">16:28:45</span><span class="nk"> &lt;hughesjr&gt;</span> ok, so then for the most part, people just want content installed and then configured later

- <a name="l-30"></a><span class="tm">16:29:28</span><span class="nk"> &lt;hughesjr&gt;</span> that lends itself to these SIGs just being repos and no changes to anaconda or isos

- <a name="l-31"></a><span class="tm">16:29:46</span><span class="nk"> &lt;pixelb&gt;</span> hughesjr, I concur

- <a name="l-32"></a><span class="tm">16:30:21</span><span class="nk"> &lt;hughesjr&gt;</span> that makes the delivery system much easier if we can get away with it

- <a name="l-33"></a><span class="tm">16:30:25</span><span class="nk"> &lt;kbsingh&gt;</span> yea

- <a name="l-34"></a><span class="tm">16:30:36</span><span class="nk"> &lt;mburned&gt;</span> i might argue that adding additional repos and/or pre-defined package sets might be useful

- <a name="l-35"></a><span class="tm">16:30:36</span><span class="nk"> &lt;kbsingh&gt;</span> but that would need to fit into the overall scope

- <a name="l-36"></a><span class="tm">16:30:41</span><span class="nk"> &lt;DrBacchus&gt;</span> And then variants - liveCDs, perhaps - of preconfigured systems, like the RDO one.

- <a name="l-37"></a><span class="tm">16:30:42</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">goozbach:</span> yes please, or send it off as a pull request on github

- <a name="l-38"></a><span class="tm">16:31:18</span><span class="nk"> &lt;goozbach&gt;</span> for the voip sig (at least for FreePBX) we want an easier way to rebrand/re-relase isos/anaconda

- <a name="l-39"></a><span class="tm">16:31:37</span><span class="nk"> &lt;mburned&gt;</span> <span class="hi">DrBacchus:</span> right

- <a name="l-40"></a><span class="tm">16:32:09</span><span class="nk"> &lt;goozbach&gt;</span> I think the hardest part of getting a custom "installer" is the lack of documentation/tools on how to create a new spin

- <a name="l-41"></a><span class="tm">16:32:23</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">goozbach:</span> i disagree

- <a name="l-42"></a><span class="tm">16:32:47</span><span class="nk"> &lt;Bahhumbug&gt;</span> <span class="hi">goozbach:</span> Any information you can provide me regarding that patch would be welcome.

- <a name="l-43"></a><span class="tm">16:33:38</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">ke4qqq:</span> another trick of having your bits in a central yum repo is that, if Foo is in git.centos.org, Foo can be called CentOS - this resolves the question that gregdek had earlier, right?

- <a name="l-44"></a><span class="tm">16:33:54</span><span class="nk"> &lt;goozbach&gt;</span> <span class="hi">kbsingh:</span> ok well the "how" isn't too bad it's the "what" needs to changed to comply with trademark issues

- <a name="l-45"></a><span class="tm">16:34:07</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">ke4qqq:</span> we're looking at a future leg of the community build system that is Coprs-like - either user Coprs or build it in to Koji, for example

- <a name="l-46"></a><span class="tm">16:34:13</span><span class="nk"> &lt;goozbach&gt;</span> Bahhumbug, Evolution I'll have the patch up on github shortly

- <a name="l-47"></a><span class="tm">16:34:25</span><span class="nk"> &lt;Bahhumbug&gt;</span> <span class="hi">goozbach:</span> Thank you.

- <a name="l-48"></a><span class="tm">16:34:47</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">goozbach:</span> yes. thank you. the more work I can pile on Bahhumbug the better

- <a name="l-49"></a><span class="tm">16:34:48</span><span class="nk"> &lt;Evolution&gt;</span> :-P

- <a name="l-50"></a><span class="tm">16:34:59 </span><span class="nka">* Bahhumbug</span> <span class="ac">hides</span>

- <a name="l-51"></a><span class="tm">16:35:14</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">ke4qqq:</span> meaning, we can lower the barrier to doing scratch builds from accepted source, making those repos available, etc.

- <a name="l-52"></a><span class="tm">16:39:46</span><span class="nk"> &lt;quaid&gt;</span> yeah, folks are already doing all this ship and support bundled libs, not going to be any harder to do in CentOS

- <a name="l-53"></a><span class="tm">16:41:35</span><span class="nk"> &lt;goozbach&gt;</span> <span class="hi">Bahhumbug:</span> Evolution the code as-is is here: https://github.com/gooseproject/meetbot/blob/master/ircmeeting/meeting.py

- <a name="l-54"></a><span class="tm">16:41:50</span><span class="nk"> &lt;goozbach&gt;</span> don't have a good pull request as it's spread across three different commits

- <a name="l-55"></a><span class="tm">16:42:12</span><span class="nk"> &lt;goozbach&gt;</span> and I don't have time to re-do it as proper branch/and --squash

- <a name="l-56"></a><span class="tm">16:44:46</span><span class="nk"> &lt;mikem23&gt;</span> Koji supports building with Maven actually

- <a name="l-57"></a><span class="tm">16:44:57</span><span class="nk"> &lt;mikem23&gt;</span> though the feature is not used the the Fedora instance

- <a name="l-58"></a><span class="tm">16:45:47</span><span class="nk"> &lt;Bahhumbug&gt;</span> <span class="hi">goozbach:</span> Thank you.

- <a name="l-59"></a><span class="tm">16:46:09</span><span class="nk"> &lt;quaid&gt;</span> I missed that

- <a name="l-60"></a><span class="tm">16:46:12</span><span class="nk"> &lt;quaid&gt;</span> what is the common thing therre?

- <a name="l-61"></a><span class="tm">16:46:23</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#chair </span><span class="cmdline">Evolution</span>

- <a name="l-62"></a><span class="tm">16:46:23</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Evolution quaid

- <a name="l-63"></a><span class="tm">16:47:00</span><span class="nk"> &lt;quaid&gt;</span> what was the question KB just got +1 all around for?

- <a name="l-64"></a><span class="tm">16:47:02</span><span class="nk"> &lt;goozbach&gt;</span> we'd (FreePBX) like the that pushbutton iso dealio too

- <a name="l-65"></a><span class="tm">16:47:03</span><span class="nk"> &lt;quaid&gt;</span> something about live CD?

- <a name="l-66"></a><span class="tm">16:47:06</span><span class="nk"> &lt;quaid&gt;</span> ah

- <a name="l-67"></a><span class="tm">16:47:24</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">worth working on a pushbutton ISO tool as part of the CentOS Project</span>

- <a name="l-68"></a><span class="tm">16:48:48</span><span class="nk"> &lt;mikem23&gt;</span> koji also supports building livecds and virt images

- <a name="l-69"></a><span class="tm">16:49:04</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">have upstream merit be the basis for who gets commit access, rather than CentOS having to track it</span>

- <a name="l-70"></a><span class="tm">16:49:13</span><span class="nk"> &lt;hughesjr&gt;</span> <span class="hi">mikem23:</span> well then set it up :D

- <a name="l-71"></a><span class="tm">16:50:51</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">within CentOS Project tools, have it be possible for someone in the SIG to get tired of greenlighting patches from a known good person, so proposes that person to the SIG for commit access directly -- this would happen outside of the upstream's own contributor growth pathway</span>

- <a name="l-72"></a><span class="tm">16:50:59</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">jzb:</span> is the above fair?

- <a name="l-73"></a><span class="tm">16:51:08</span><span class="nk"> &lt;Evolution&gt;</span> lets get some authentication in place, so that we can do much of this.

- <a name="l-74"></a><span class="tm">16:51:15</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#chair </span><span class="cmdline">jzb ke4qqq mikem23 samkottler</span>

- <a name="l-75"></a><span class="tm">16:51:15</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Evolution jzb ke4qqq mikem23 quaid samkottler

- <a name="l-76"></a><span class="tm">16:51:17</span><span class="nk"> &lt;Evolution&gt;</span> quite a bit of what we're dealing with depends on auth.

- <a name="l-77"></a><span class="tm">16:51:20</span><span class="nk"> &lt;jzb&gt;</span> <span class="hi">quaid:</span> yes

- <a name="l-78"></a><span class="tm">16:51:24</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#chair </span><span class="cmdline">mburned</span>

- <a name="l-79"></a><span class="tm">16:51:24</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Evolution jzb ke4qqq mburned mikem23 quaid samkottler

- <a name="l-80"></a><span class="tm">16:51:44</span><span class="nk"> &lt;kbsingh&gt;</span> the livecd and image from git stuff already works, so we dont need to block on other stuff. its a simple low hanging fruit thing that we can use to setup a relationship with

- <a name="l-81"></a><span class="tm">16:52:13</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">the livecd and image from git stuff already works, so we dont need to block on other stuff. its a simple low hanging fruit thing that we can use to setup a relationship with</span>

- <a name="l-82"></a><span class="tm">16:53:08</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">ke4qqq:</span> jzb I think we don't have consensus on how to handle merit and commit access to git.centos.org, I suspect it will be a blend of those two ideas; let's continue that discussion in The Usual Places

- <a name="l-83"></a><span class="tm">16:53:41</span><span class="nk"> &lt;jzb&gt;</span> <span class="hi">quaid:</span> might be something to handle organically?

- <a name="l-84"></a><span class="tm">16:53:55</span><span class="nk"> &lt;jzb&gt;</span> <span class="hi">quaid:</span>  as it happens, rather than trying to put all the ideas in place day one?

- <a name="l-85"></a><span class="tm">16:53:58</span><span class="nk"> &lt;jzb&gt;</span> (day one-ish)

- <a name="l-86"></a><span class="tm">16:54:05</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">Seed a few committers to git.centos.org from each upstream, add new commiters as per $formula_to_be_determined but which could be a combination of merit-within-CentOS and merit-within-$upstream</span>

- <a name="l-87"></a><span class="tm">16:54:24</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">jzb:</span> +1 sure, i.e., no-new-thread-needed :)

- <a name="l-88"></a><span class="tm">16:54:41</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">handle organically, don't sweat</span>

- <a name="l-89"></a><span class="tm">16:54:55</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">CentOS is using the meritocracy spotlight, somehow :)</span>

- <a name="l-90"></a><span class="tm">16:55:25</span><span class="nk"> &lt;goozbach&gt;</span> &lt;-- doing anaconda "stuff" now

- <a name="l-91"></a><span class="tm">16:56:12</span><span class="nk"> &lt;quaid&gt;</span> sounds like an episode of "Dirty Jobs"

- <a name="l-92"></a><span class="tm">16:56:55</span><span class="nk"> &lt;hughesjr&gt;</span> :)

- <a name="l-93"></a><span class="tm">16:57:59</span><span class="nk"> &lt;jzb&gt;</span> quaid, kbsingh is there any thought to creating SIG-specific mailing lists?

- <a name="l-94"></a><span class="tm">16:58:16</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">jzb:</span> I think we were going to start on devel and split if needd

- <a name="l-95"></a><span class="tm">16:58:21</span><span class="nk"> &lt;DrBacchus&gt;</span> <span class="hi">jzb:</span> As I understood it, it'll be on centos-devel until it gets too noisy.

- <a name="l-96"></a><span class="tm">16:58:24</span><span class="nk"> &lt;quaid&gt;</span> it's been a rather quiet list

- <a name="l-97"></a><span class="tm">16:58:33</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">kbsingh:</span> can I help you with getting your notes in to this meetbot instance now?

- <a name="l-98"></a><span class="tm">16:58:36</span><span class="nk"> &lt;goozbach&gt;</span> <span class="hi">quaid:</span> it is a dirty job

- <a name="l-99"></a><span class="tm">16:59:02</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">DrBacchus:</span> yeah, I refer to that as "standard operating procedure" - wait until it's annoying, then split :)

- <a name="l-100"></a><span class="tm">16:59:05</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">jzb:</span> yes, once the SIG needs it and there is traffic that is SIG specific, lets mailing list it ( eg. CentOS-Virt is a list )

- <a name="l-101"></a><span class="tm">17:00:43</span><span class="nk"> &lt;jzb&gt;</span> <span class="hi">kbsingh:</span> gotcha

- <a name="l-102"></a><span class="tm">17:03:33</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">kbsingh:</span> do you have any notes for the meeting before I close it?

- <a name="l-103"></a><span class="tm">17:03:49</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">quaid:</span> just that i will write up notes from the call, and propose

- <a name="l-104"></a><span class="tm">17:10:54</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">kbsingh:</span> OK

- <a name="l-105"></a><span class="tm">17:10:58</span><span class="nk"> &lt;quaid&gt;</span> closing the meeting in a moment

- <a name="l-106"></a><span class="tm">17:13:15</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">quaid:</span> ta

- <a name="l-107"></a><span class="tm">17:17:32</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,107 +0,0 @@ 

- 16:20:21 <quaid> #startmeeting

- 16:20:21 <centbot> Meeting started Thu Jan 23 16:20:21 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 16:20:21 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 16:20:53 <quaid> #info around Java jars, all that matters is redistributability -- if you want to maintain N jars for your users, that's up to you

- 16:21:45 <quaid> #idea branding forum to discuss and resolve, cf. fedora-legal list

- 16:22:09 <quaid> #action quaid to talk with fontana about branding forum

- 16:22:20 <quaid> anyone else who wants to help keep notes from the meeting, go ahead

- 16:22:31 <quaid> I'm not sure where the logs write to yet ...

- 16:23:00 <DrBacchus> You'll get a URL when you end the meeting.

- 16:23:17 <DrBacchus> Several of them, in fact.

- 16:23:27 <goozbach> quaid: you'll need to add whoever wants to add notes to #chair

- 16:23:50 <quaid> right, the last one I saw from output didn't show the full URL just the local path, not sure what host it's on in other words

- 16:24:12 <quaid> goozbach: I think anyone can do #idea and #info, only #agreed and #topic and a few others are saved to chair iirc

- 16:25:12 <Evolution> we ( Bahhumbug ) will be improving centbot in the coming days, so there should be some additional improvements

- 16:25:20 <DrBacchus> Someone needs to mute.

- 16:25:27 <goozbach> There definately is a call for something around rebrandability/interoperability SIG

- 16:26:02 <goozbach> Evolution: I've got a patch for meetbot which sends email to a list when finished

- 16:26:05 <goozbach> if you're interested

- 16:26:18 <quaid> #info breaking out CLoud Infra and Instance as different SIGs

- 16:26:55 <quaid> goozbach: that sounds great, my least favorite part of it is having to construct that email at the end :)

- 16:27:04 <mburned> does the cloud instance sig exist yet?

- 16:27:12 <kbsingh> mburned: yes

- 16:27:12 <quaid> #info yes, oVirt is distributed via RPMs

- 16:27:13 <pixelb> Yes RDO uses either packstack or foreman as separate installers (puppet underneath)

- 16:27:14 * mburned probably needs to pay attention to that too

- 16:27:27 <kbsingh> http://wiki.centos.org/SpecialInterestGroup/CloudInstance

- 16:27:38 <mburned> kbsingh: thanks

- 16:27:40 <quaid> #info ROD users either packstack or foreman as separate installers (puppet underneath)

- 16:28:45 <hughesjr> ok, so then for the most part, people just want content installed and then configured later

- 16:29:28 <hughesjr> that lends itself to these SIGs just being repos and no changes to anaconda or isos

- 16:29:46 <pixelb> hughesjr, I concur

- 16:30:21 <hughesjr> that makes the delivery system much easier if we can get away with it

- 16:30:25 <kbsingh> yea

- 16:30:36 <mburned> i might argue that adding additional repos and/or pre-defined package sets might be useful

- 16:30:36 <kbsingh> but that would need to fit into the overall scope

- 16:30:41 <DrBacchus> And then variants - liveCDs, perhaps - of preconfigured systems, like the RDO one.

- 16:30:42 <Evolution> goozbach: yes please, or send it off as a pull request on github

- 16:31:18 <goozbach> for the voip sig (at least for FreePBX) we want an easier way to rebrand/re-relase isos/anaconda

- 16:31:37 <mburned> DrBacchus: right

- 16:32:09 <goozbach> I think the hardest part of getting a custom "installer" is the lack of documentation/tools on how to create a new spin

- 16:32:23 <kbsingh> goozbach: i disagree

- 16:32:47 <Bahhumbug> goozbach: Any information you can provide me regarding that patch would be welcome.

- 16:33:38 <quaid> ke4qqq: another trick of having your bits in a central yum repo is that, if Foo is in git.centos.org, Foo can be called CentOS - this resolves the question that gregdek had earlier, right?

- 16:33:54 <goozbach> kbsingh: ok well the "how" isn't too bad it's the "what" needs to changed to comply with trademark issues

- 16:34:07 <quaid> ke4qqq: we're looking at a future leg of the community build system that is Coprs-like - either user Coprs or build it in to Koji, for example

- 16:34:13 <goozbach> Bahhumbug, Evolution I'll have the patch up on github shortly

- 16:34:25 <Bahhumbug> goozbach: Thank you.

- 16:34:47 <Evolution> goozbach: yes. thank you. the more work I can pile on Bahhumbug the better

- 16:34:48 <Evolution> :-P

- 16:34:59 * Bahhumbug hides

- 16:35:14 <quaid> ke4qqq: meaning, we can lower the barrier to doing scratch builds from accepted source, making those repos available, etc.

- 16:39:46 <quaid> yeah, folks are already doing all this ship and support bundled libs, not going to be any harder to do in CentOS

- 16:41:35 <goozbach> Bahhumbug: Evolution the code as-is is here: https://github.com/gooseproject/meetbot/blob/master/ircmeeting/meeting.py

- 16:41:50 <goozbach> don't have a good pull request as it's spread across three different commits

- 16:42:12 <goozbach> and I don't have time to re-do it as proper branch/and --squash

- 16:44:46 <mikem23> Koji supports building with Maven actually

- 16:44:57 <mikem23> though the feature is not used the the Fedora instance

- 16:45:47 <Bahhumbug> goozbach: Thank you.

- 16:46:09 <quaid> I missed that

- 16:46:12 <quaid> what is the common thing therre?

- 16:46:23 <quaid> #chair Evolution

- 16:46:23 <centbot> Current chairs: Evolution quaid

- 16:47:00 <quaid> what was the question KB just got +1 all around for?

- 16:47:02 <goozbach> we'd (FreePBX) like the that pushbutton iso dealio too

- 16:47:03 <quaid> something about live CD?

- 16:47:06 <quaid> ah

- 16:47:24 <quaid> #agreed worth working on a pushbutton ISO tool as part of the CentOS Project

- 16:48:48 <mikem23> koji also supports building livecds and virt images

- 16:49:04 <quaid> #idea have upstream merit be the basis for who gets commit access, rather than CentOS having to track it

- 16:49:13 <hughesjr> mikem23: well then set it up :D

- 16:50:51 <quaid> #idea within CentOS Project tools, have it be possible for someone in the SIG to get tired of greenlighting patches from a known good person, so proposes that person to the SIG for commit access directly -- this would happen outside of the upstream's own contributor growth pathway

- 16:50:59 <quaid> jzb: is the above fair?

- 16:51:08 <Evolution> lets get some authentication in place, so that we can do much of this.

- 16:51:15 <quaid> #chair jzb ke4qqq mikem23 samkottler

- 16:51:15 <centbot> Current chairs: Evolution jzb ke4qqq mikem23 quaid samkottler

- 16:51:17 <Evolution> quite a bit of what we're dealing with depends on auth.

- 16:51:20 <jzb> quaid: yes

- 16:51:24 <quaid> #chair mburned

- 16:51:24 <centbot> Current chairs: Evolution jzb ke4qqq mburned mikem23 quaid samkottler

- 16:51:44 <kbsingh> the livecd and image from git stuff already works, so we dont need to block on other stuff. its a simple low hanging fruit thing that we can use to setup a relationship with

- 16:52:13 <quaid> #info the livecd and image from git stuff already works, so we dont need to block on other stuff. its a simple low hanging fruit thing that we can use to setup a relationship with

- 16:53:08 <quaid> ke4qqq: jzb I think we don't have consensus on how to handle merit and commit access to git.centos.org, I suspect it will be a blend of those two ideas; let's continue that discussion in The Usual Places

- 16:53:41 <jzb> quaid: might be something to handle organically?

- 16:53:55 <jzb> quaid:  as it happens, rather than trying to put all the ideas in place day one?

- 16:53:58 <jzb> (day one-ish)

- 16:54:05 <quaid> #idea Seed a few committers to git.centos.org from each upstream, add new commiters as per $formula_to_be_determined but which could be a combination of merit-within-CentOS and merit-within-$upstream

- 16:54:24 <quaid> jzb: +1 sure, i.e., no-new-thread-needed :)

- 16:54:41 <quaid> #idea handle organically, don't sweat

- 16:54:55 <quaid> #agreed CentOS is using the meritocracy spotlight, somehow :)

- 16:55:25 <goozbach> <-- doing anaconda "stuff" now

- 16:56:12 <quaid> sounds like an episode of "Dirty Jobs"

- 16:56:55 <hughesjr> :)

- 16:57:59 <jzb> quaid, kbsingh is there any thought to creating SIG-specific mailing lists?

- 16:58:16 <quaid> jzb: I think we were going to start on devel and split if needd

- 16:58:21 <DrBacchus> jzb: As I understood it, it'll be on centos-devel until it gets too noisy.

- 16:58:24 <quaid> it's been a rather quiet list

- 16:58:33 <quaid> kbsingh: can I help you with getting your notes in to this meetbot instance now?

- 16:58:36 <goozbach> quaid: it is a dirty job

- 16:59:02 <quaid> DrBacchus: yeah, I refer to that as "standard operating procedure" - wait until it's annoying, then split :)

- 16:59:05 <kbsingh> jzb: yes, once the SIG needs it and there is traffic that is SIG specific, lets mailing list it ( eg. CentOS-Virt is a list )

- 17:00:43 <jzb> kbsingh: gotcha

- 17:03:33 <quaid> kbsingh: do you have any notes for the meeting before I close it?

- 17:03:49 <kbsingh> quaid: just that i will write up notes from the call, and propose

- 17:10:54 <quaid> kbsingh: OK

- 17:10:58 <quaid> closing the meeting in a moment

- 17:13:15 <kbsingh> quaid: ta

- 17:17:32 <quaid> #endmeeting 

\ No newline at end of file

@@ -1,91 +0,0 @@ 

- =====================

- #centos-devel Meeting

- =====================

- 

- 

- Meeting started by quaid at 16:20:21 UTC. The full logs are available at

- centos-devel/2014/centos-devel.2014-01-23-16.20.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * around Java jars, all that matters is redistributability -- if you

-   want to maintain N jars for your users, that's up to you  (quaid,

-   16:20:53)

- * IDEA: branding forum to discuss and resolve, cf. fedora-legal list

-   (quaid, 16:21:45)

- * ACTION: quaid to talk with fontana about branding forum  (quaid,

-   16:22:09)

- * breaking out CLoud Infra and Instance as different SIGs  (quaid,

-   16:26:18)

- * yes, oVirt is distributed via RPMs  (quaid, 16:27:12)

- * LINK: http://wiki.centos.org/SpecialInterestGroup/CloudInstance

-   (kbsingh, 16:27:27)

- * ROD users either packstack or foreman as separate installers (puppet

-   underneath)  (quaid, 16:27:40)

- * AGREED: worth working on a pushbutton ISO tool as part of the CentOS

-   Project  (quaid, 16:47:24)

- * IDEA: have upstream merit be the basis for who gets commit access,

-   rather than CentOS having to track it  (quaid, 16:49:04)

- * IDEA: within CentOS Project tools, have it be possible for someone in

-   the SIG to get tired of greenlighting patches from a known good

-   person, so proposes that person to the SIG for commit access directly

-   -- this would happen outside of the upstream's own contributor growth

-   pathway  (quaid, 16:50:51)

- * the livecd and image from git stuff already works, so we dont need to

-   block on other stuff. its a simple low hanging fruit thing that we can

-   use to setup a relationship with  (quaid, 16:52:13)

- * IDEA: Seed a few committers to git.centos.org from each upstream, add

-   new commiters as per $formula_to_be_determined but which could be a

-   combination of merit-within-CentOS and merit-within-$upstream  (quaid,

-   16:54:05)

- * IDEA: handle organically, don't sweat  (quaid, 16:54:41)

- * AGREED: CentOS is using the meritocracy spotlight, somehow :)  (quaid,

-   16:54:55)

- 

- Meeting ended at 17:17:32 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * quaid to talk with fontana about branding forum

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * quaid

-   * quaid to talk with fontana about branding forum

- * **UNASSIGNED**

-   * (none)

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * quaid (43)

- * goozbach (14)

- * kbsingh (9)

- * jzb (6)

- * Evolution (6)

- * centbot (5)

- * hughesjr (5)

- * mburned (5)

- * DrBacchus (5)

- * Bahhumbug (4)

- * mikem23 (3)

- * pixelb (2)

- * samkottler (0)

- * ke4qqq (0)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,204 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel: CentOS Board public meeting</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel: CentOS Board public meeting</h1>

- <span class="details">

- Meeting started by quaid at 21:04:16 UTC

- (<a href="centos-devel.2014-03-05-21.04.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li><b class="TOPIC">Core S</b> <span class="details">(<a href='centos-devel.2014-03-05-21.04.log.html#l-4'>quaid</a>, 21:07:11)</span>

- <br></li>

- <li><b class="TOPIC">Core SIG</b> <span class="details">(<a href='centos-devel.2014-03-05-21.04.log.html#l-5'>quaid</a>, 21:07:19)</span>

- <ol type="a">

-   <li><span class="INFO">although RHEL 7 upstream isn't doing a 32-bit

-     build, we have reason to do it as part of building the main

-     distro.</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-7'>quaid</a>,

-     21:08:39)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">32-bit is part of

-     Core SIG</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-8'>quaid</a>,

-     21:08:44)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">or 32-bit is it's

-     own SIG</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-9'>quaid</a>,

-     21:08:49)</span></li>

-   <li><span class="INFO">for 64-bit we don't need to build 32-bit ISOs,

-     make sure installs work, and make sure kernels work</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-10'>quaid</a>,

-     21:09:37)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">we could do most

-     of the work in the Core SIG and have the 32-bit SIG focus on the

-     final ISO building and testing</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-11'>quaid</a>,

-     21:09:54)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">Core SIG can

-     produce 32-bit RPMs, and 32-bit SIG can focus on building and

-     testing ISOs; as that SIG gains merit they can gain more access to

-     do the work; all of the work could be tested as part of the

-     QA.</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-12'>quaid</a>,

-     21:16:42)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Virt SIG proposal</b> <span class="details">(<a href='centos-devel.2014-03-05-21.04.log.html#l-13'>quaid</a>, 21:17:09)</span>

- <ol type="a">

-   <li><span class="INFO">Virt SIG would be for all

-     virtualization-related updated software needs, bootstrapping with

-     Xen</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-14'>quaid</a>,

-     21:25:36)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">SIGs should look

-     to the common e.g. qemu in Virt SIG (even to maybe carry a patch for

-     them) before carrying their own variation of a package in their own

-     SIG</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-15'>quaid</a>,

-     21:30:39)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">make it so

-     everyone can consume from central</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-16'>quaid</a>,

-     21:31:02)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">Virt SIG could be

-     a good place for carrying the latest upstream KVM for those who want

-     it</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-17'>quaid</a>,

-     21:31:25)</span></li>

-   <li><span class="INFO">Virt SIG will also need to carry a new

-     libvirt</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-21'>quaid</a>,

-     21:32:17)</span></li>

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/Core">http://wiki.centos.org/SpecialInterestGroup/Core</a>

-     <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-25'>quaid</a>,

-     21:32:57)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">Core SIG

-     needs to update it's charter &amp; run that by the Board</span>

-     <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-29'>quaid</a>,

-     21:36:12)</span></li>

-   <li><span class="INFO">'CentOS' in the Core SIG description means

-     "CentOS Linux, controls everything not done by other SIGs, is the

-     core OS"</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-36'>quaid</a>,

-     21:40:25)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">have an Infra SIG

-     that takes the infrastructure management work off the hands of the

-     Core SIG, who can then maintian just the build system (or systems

-     for the community builders)</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-41'>quaid</a>,

-     21:41:38)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">tentatively

-     agreed to approve Virt SIG proposal as new charter, upcoming content

-     on the Wiki; need to get input from Tru</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-62'>quaid</a>,

-     21:50:37)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Any other business?</b> <span class="details">(<a href='centos-devel.2014-03-05-21.04.log.html#l-64'>quaid</a>, 21:50:43)</span>

- <ol type="a">

-   <li><span class="INFO">In general, we'll be able to bring up

-     functional SIGs e.g. Documentation, QA, Promo, Artwork, etc.; have a

-     dependency on an auth system to share resources granularly v.

-     all-or-nothing</span> <span class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-71'>quaid</a>,

-     21:56:23)</span></li>

-   <li><span class="INFO">Jim Perrin has been working with FreeIPA and

-     Fedora Auth System (FAS) to see how they compare; FreeIPA looks

-     really nice &amp; would be a good reference story; FAS has all the

-     features we need but is really customized.</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-05-21.04.log.html#l-75'>quaid</a>,

-     22:00:49)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 22:03:45 UTC

- (<a href="centos-devel.2014-03-05-21.04.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>Core SIG needs to update it's charter &amp; run that by the Board</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>quaid (41)</li>

-   <li>Evolution (15)</li>

-   <li>toracat (12)</li>

-   <li>hughesjr (9)</li>

-   <li>range (4)</li>

-   <li>csieh (4)</li>

-   <li>centbot (3)</li>

-   <li>kbsingh (2)</li>

-   <li>ccmolik (1)</li>

-   <li>Arrfab (1)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,119 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">21:04:16</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#startmeeting </span><span class="cmdline">CentOS Board public meeting</span>

- <a name="l-2"></a><span class="tm">21:04:16</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Wed Mar  5 21:04:16 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">21:04:16</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">21:07:11</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Core S</span>

- <a name="l-5"></a><span class="tm">21:07:19</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Core SIG</span>

- <a name="l-6"></a><span class="tm">21:07:36 </span><span class="nka">* quaid</span> <span class="ac">thinks that is in the log although centbot doesn't have OPs to change the local channel topic</span>

- <a name="l-7"></a><span class="tm">21:08:39</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">although RHEL 7 upstream isn't doing a 32-bit build, we have reason to do it as part of building the main distro.</span>

- <a name="l-8"></a><span class="tm">21:08:44</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">32-bit is part of Core SIG</span>

- <a name="l-9"></a><span class="tm">21:08:49</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">or 32-bit is it's own SIG</span>

- <a name="l-10"></a><span class="tm">21:09:37</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">for 64-bit we don't need to build 32-bit ISOs, make sure installs work, and make sure kernels work</span>

- <a name="l-11"></a><span class="tm">21:09:54</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">we could do most of the work in the Core SIG and have the 32-bit SIG focus on the final ISO building and testing</span>

- <a name="l-12"></a><span class="tm">21:16:42</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">Core SIG can produce 32-bit RPMs, and 32-bit SIG can focus on building and testing ISOs; as that SIG gains merit they can gain more access to do the work; all of the work could be tested as part of the QA.</span>

- <a name="l-13"></a><span class="tm">21:17:09</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Virt SIG proposal</span>

- <a name="l-14"></a><span class="tm">21:25:36</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Virt SIG would be for all virtualization-related updated software needs, bootstrapping with Xen</span>

- <a name="l-15"></a><span class="tm">21:30:39</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">SIGs should look to the common e.g. qemu in Virt SIG (even to maybe carry a patch for them) before carrying their own variation of a package in their own SIG</span>

- <a name="l-16"></a><span class="tm">21:31:02</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">make it so everyone can consume from central</span>

- <a name="l-17"></a><span class="tm">21:31:25</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">Virt SIG could be a good place for carrying the latest upstream KVM for those who want it</span>

- <a name="l-18"></a><span class="tm">21:31:47</span><span class="nk"> &lt;hughesjr&gt;</span> also a new libvirt is going to be needed

- <a name="l-19"></a><span class="tm">21:31:56</span><span class="nk"> &lt;ccmolik&gt;</span> +1 on new kvm shinynes

- <a name="l-20"></a><span class="tm">21:32:14</span><span class="nk"> &lt;csieh&gt;</span> So is there a "charter" for what the Core SIG should do

- <a name="l-21"></a><span class="tm">21:32:17</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Virt SIG will also need to carry a new libvirt</span>

- <a name="l-22"></a><span class="tm">21:32:31</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">hughesjr:</span> was that an accurate capture of your statement?

- <a name="l-23"></a><span class="tm">21:32:53</span><span class="nk"> &lt;hughesjr&gt;</span> yes

- <a name="l-24"></a><span class="tm">21:32:55</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">csieh:</span> this is the best for now:

- <a name="l-25"></a><span class="tm">21:32:57</span><span class="nk"> &lt;quaid&gt;</span> http://wiki.centos.org/SpecialInterestGroup/Core

- <a name="l-26"></a><span class="tm">21:33:12</span><span class="nk"> &lt;quaid&gt;</span> but it could be updated, such as to include the 32-bit discussion for Cent 7

- <a name="l-27"></a><span class="tm">21:34:15</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">csieh:</span> is there something in that you'd like to see updated or changed?

- <a name="l-28"></a><span class="tm">21:35:38</span><span class="nk"> &lt;csieh&gt;</span> just would like the goal to be documented,  if changed that is ok just need to document it so others can know what is going on

- <a name="l-29"></a><span class="tm">21:36:12</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">Core SIG needs to update it's charter &amp; run that by the Board</span>

- <a name="l-30"></a><span class="tm">21:36:44</span><span class="nk"> &lt;csieh&gt;</span> so the above web page talks about CentOS,  so what really is CentOS as far as this discussion is concerned

- <a name="l-31"></a><span class="tm">21:37:57</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">csieh:</span> yeah, we need to word that loads better. I think it needs to reference the packages (and build requirements) for the upstream(rh) packages only.

- <a name="l-32"></a><span class="tm">21:38:10</span><span class="nk"> &lt;kbsingh&gt;</span> so, CentOS Linux

- <a name="l-33"></a><span class="tm">21:38:13</span><span class="nk"> &lt;hughesjr&gt;</span> it says CentOS Linux ... so it controls everything that is NON-SIG

- <a name="l-34"></a><span class="tm">21:38:23</span><span class="nk"> &lt;hughesjr&gt;</span> or CoreOS

- <a name="l-35"></a><span class="tm">21:39:09</span><span class="nk"> &lt;hughesjr&gt;</span> and manages all infrastructure owned by the project

- <a name="l-36"></a><span class="tm">21:40:25</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">'CentOS' in the Core SIG description means "CentOS Linux, controls everything not done by other SIGs, is the core OS"</span>

- <a name="l-37"></a><span class="tm">21:40:43</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">hughesjr:</span> I thought we had the Infra SIG as a different SIG, with Core SIG maintaining the build system(s)?

- <a name="l-38"></a><span class="tm">21:41:04</span><span class="nk"> &lt;hughesjr&gt;</span> we WILL have one, but not yet

- <a name="l-39"></a><span class="tm">21:41:08</span><span class="nk"> &lt;quaid&gt;</span> in that I'd like us to be able to add people to Infra SIG without being part of the Core SIG - diff skillsets, merit criteria, etc.

- <a name="l-40"></a><span class="tm">21:41:12</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">hughesjr:</span> ok, thanks

- <a name="l-41"></a><span class="tm">21:41:38</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">have an Infra SIG that takes the infrastructure management work off the hands of the Core SIG, who can then maintian just the build system (or systems for the community builders)</span>

- <a name="l-42"></a><span class="tm">21:42:16</span><span class="nk"> &lt;toracat&gt;</span> who would maintain the source files through git.centos.org ?

- <a name="l-43"></a><span class="tm">21:42:38</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> depends on which code you mean?

- <a name="l-44"></a><span class="tm">21:42:47</span><span class="nk"> &lt;toracat&gt;</span> RHEL

- <a name="l-45"></a><span class="tm">21:43:28</span><span class="nk"> &lt;Evolution&gt;</span> we would, the same/similar way we do so now in the private build setup. it'll be read-only and branched

- <a name="l-46"></a><span class="tm">21:43:57</span><span class="nk"> &lt;Evolution&gt;</span> the rhel code would be able to be branched/forked etc. but  not edited.

- <a name="l-47"></a><span class="tm">21:44:08</span><span class="nk"> &lt;toracat&gt;</span> we == Core SIG ?

- <a name="l-48"></a><span class="tm">21:44:10</span><span class="nk"> &lt;hughesjr&gt;</span> the Core SIG will maintain the CentOS Linux source code in git.centos.org ... other SIGs will maintain their code in there

- <a name="l-49"></a><span class="tm">21:44:19</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> yes.

- <a name="l-50"></a><span class="tm">21:44:24</span><span class="nk"> &lt;toracat&gt;</span> thanks

- <a name="l-51"></a><span class="tm">21:45:20</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> sorry. abusing the 'royal we'

- <a name="l-52"></a><span class="tm">21:45:41</span><span class="nk"> &lt;toracat&gt;</span> :D

- <a name="l-53"></a><span class="tm">21:45:43</span><span class="nk"> &lt;hughesjr&gt;</span> we is we and it is everyone who is not they :D

- <a name="l-54"></a><span class="tm">21:46:30</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> good point/question though

- <a name="l-55"></a><span class="tm">21:46:39</span><span class="nk"> &lt;toracat&gt;</span> I want to hear range talk :) he is too quiet

- <a name="l-56"></a><span class="tm">21:47:04</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">toracat:</span> .eu people are silent and almost sleeping :-p

- <a name="l-57"></a><span class="tm">21:47:06</span><span class="nk"> &lt;hughesjr&gt;</span> he is asleep

- <a name="l-58"></a><span class="tm">21:47:17</span><span class="nk"> &lt;toracat&gt;</span> I see now

- <a name="l-59"></a><span class="tm">21:48:58</span><span class="nk"> &lt;Evolution&gt;</span> $5 says range has a nice lager/ale beside him.

- <a name="l-60"></a><span class="tm">21:49:02</span><span class="nk"> &lt;quaid&gt;</span> range looks a bit like a monk in his mini-vid inset pic

- <a name="l-61"></a><span class="tm">21:49:58</span><span class="nk"> &lt;quaid&gt;</span> yeah, I want video voting cards

- <a name="l-62"></a><span class="tm">21:50:37</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">tentatively agreed to approve Virt SIG proposal as new charter, upcoming content on the Wiki; need to get input from Tru</span>

- <a name="l-63"></a><span class="tm">21:50:42</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> anything you'd like to hear covered?

- <a name="l-64"></a><span class="tm">21:50:43</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Any other business?</span>

- <a name="l-65"></a><span class="tm">21:50:53</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">csieh:</span> you as well

- <a name="l-66"></a><span class="tm">21:50:56</span><span class="nk"> &lt;toracat&gt;</span> <span class="hi">Evolution:</span> not for today

- <a name="l-67"></a><span class="tm">21:51:26</span><span class="nk"> &lt;quaid&gt;</span> what do we want to do about the functional SIGs? e.g. QA in particular

- <a name="l-68"></a><span class="tm">21:51:52</span><span class="nk"> &lt;csieh&gt;</span> no other business from me

- <a name="l-69"></a><span class="tm">21:52:21</span><span class="nk"> &lt;toracat&gt;</span> <span class="hi">csieh:</span> hi, good to see you here :)

- <a name="l-70"></a><span class="tm">21:56:18</span><span class="nk"> &lt;kbsingh&gt;</span> range looks very pensive

- <a name="l-71"></a><span class="tm">21:56:23</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">In general, we'll be able to bring up functional SIGs e.g. Documentation, QA, Promo, Artwork, etc.; have a dependency on an auth system to share resources granularly v. all-or-nothing</span>

- <a name="l-72"></a><span class="tm">21:58:08</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Jim Perring has been working with FreeIPA and Fedora Auth System (FAS) to see how they compare; FreeIPA looks really nice &amp; would be a good reference story; FAS has all the features we need but is really customized.</span>

- <a name="l-73"></a><span class="tm">22:00:43</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#undo</span><span class="cmdline"></span>

- <a name="l-74"></a><span class="tm">22:00:43</span><span class="nk"> &lt;centbot&gt;</span> Removing item from minutes: &lt;MeetBot.items.Info object at 0x17c0f90&gt;

- <a name="l-75"></a><span class="tm">22:00:49</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Jim Perrin has been working with FreeIPA and Fedora Auth System (FAS) to see how they compare; FreeIPA looks really nice &amp; would be a good reference story; FAS has all the features we need but is really customized.</span>

- <a name="l-76"></a><span class="tm">22:00:53</span><span class="nk"> &lt;quaid&gt;</span> hate when I do that to his name

- <a name="l-77"></a><span class="tm">22:00:58</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> I'm sorry if I butched your name

- <a name="l-78"></a><span class="tm">22:01:07</span><span class="nk"> &lt;toracat&gt;</span> close

- <a name="l-79"></a><span class="tm">22:01:20</span><span class="nk"> &lt;quaid&gt;</span> btw, others can do #info, #idea, only Chairs can do #agreed, #undo

- <a name="l-80"></a><span class="tm">22:01:27</span><span class="nk"> &lt;range&gt;</span> Okay, no hoodie next time :)

- <a name="l-81"></a><span class="tm">22:01:27</span><span class="nk"> &lt;quaid&gt;</span> I'll pass out #chair next time

- <a name="l-82"></a><span class="tm">22:01:31</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> phonetic spelling?

- <a name="l-83"></a><span class="tm">22:01:36</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">toracat:</span> how do I say it?

- <a name="l-84"></a><span class="tm">22:01:45</span><span class="nk"> &lt;quaid&gt;</span> always a good idea to spread chair in case the meeting starter is netsplit

- <a name="l-85"></a><span class="tm">22:01:48</span><span class="nk"> &lt;toracat&gt;</span> <span class="hi">Evolution:</span> yes. ah-keh-me

- <a name="l-86"></a><span class="tm">22:01:59</span><span class="nk"> &lt;Evolution&gt;</span> ah, so no long ee sound.

- <a name="l-87"></a><span class="tm">22:02:36</span><span class="nk"> &lt;range&gt;</span> <span class="hi">Evolution:</span> No, the lager is on the balcony.

- <a name="l-88"></a><span class="tm">22:02:48</span><span class="nk"> &lt;range&gt;</span> (I might get one, though).

- <a name="l-89"></a><span class="tm">22:02:48</span><span class="nk"> &lt;toracat&gt;</span> now range is awake

- <a name="l-90"></a><span class="tm">22:03:06</span><span class="nk"> &lt;range&gt;</span> Yeah, completely missed this channel :)

- <a name="l-91"></a><span class="tm">22:03:41</span><span class="nk"> &lt;quaid&gt;</span> ok, closing the minutes/log

- <a name="l-92"></a><span class="tm">22:03:45</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,92 +0,0 @@ 

- 21:04:16 <quaid> #startmeeting CentOS Board public meeting

- 21:04:16 <centbot> Meeting started Wed Mar  5 21:04:16 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 21:04:16 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 21:07:11 <quaid> #topic Core S

- 21:07:19 <quaid> #topic Core SIG

- 21:07:36 * quaid thinks that is in the log although centbot doesn't have OPs to change the local channel topic

- 21:08:39 <quaid> #info although RHEL 7 upstream isn't doing a 32-bit build, we have reason to do it as part of building the main distro.

- 21:08:44 <quaid> #idea 32-bit is part of Core SIG

- 21:08:49 <quaid> #idea or 32-bit is it's own SIG

- 21:09:37 <quaid> #info for 64-bit we don't need to build 32-bit ISOs, make sure installs work, and make sure kernels work

- 21:09:54 <quaid> #idea we could do most of the work in the Core SIG and have the 32-bit SIG focus on the final ISO building and testing

- 21:16:42 <quaid> #agreed Core SIG can produce 32-bit RPMs, and 32-bit SIG can focus on building and testing ISOs; as that SIG gains merit they can gain more access to do the work; all of the work could be tested as part of the QA.

- 21:17:09 <quaid> #topic Virt SIG proposal

- 21:25:36 <quaid> #info Virt SIG would be for all virtualization-related updated software needs, bootstrapping with Xen

- 21:30:39 <quaid> #idea SIGs should look to the common e.g. qemu in Virt SIG (even to maybe carry a patch for them) before carrying their own variation of a package in their own SIG

- 21:31:02 <quaid> #idea make it so everyone can consume from central

- 21:31:25 <quaid> #idea Virt SIG could be a good place for carrying the latest upstream KVM for those who want it

- 21:31:47 <hughesjr> also a new libvirt is going to be needed

- 21:31:56 <ccmolik> +1 on new kvm shinynes

- 21:32:14 <csieh> So is there a "charter" for what the Core SIG should do

- 21:32:17 <quaid> #info Virt SIG will also need to carry a new libvirt

- 21:32:31 <quaid> hughesjr: was that an accurate capture of your statement?

- 21:32:53 <hughesjr> yes

- 21:32:55 <quaid> csieh: this is the best for now:

- 21:32:57 <quaid> http://wiki.centos.org/SpecialInterestGroup/Core

- 21:33:12 <quaid> but it could be updated, such as to include the 32-bit discussion for Cent 7

- 21:34:15 <Evolution> csieh: is there something in that you'd like to see updated or changed?

- 21:35:38 <csieh> just would like the goal to be documented,  if changed that is ok just need to document it so others can know what is going on

- 21:36:12 <quaid> #action Core SIG needs to update it's charter & run that by the Board

- 21:36:44 <csieh> so the above web page talks about CentOS,  so what really is CentOS as far as this discussion is concerned

- 21:37:57 <Evolution> csieh: yeah, we need to word that loads better. I think it needs to reference the packages (and build requirements) for the upstream(rh) packages only.

- 21:38:10 <kbsingh> so, CentOS Linux

- 21:38:13 <hughesjr> it says CentOS Linux ... so it controls everything that is NON-SIG

- 21:38:23 <hughesjr> or CoreOS

- 21:39:09 <hughesjr> and manages all infrastructure owned by the project

- 21:40:25 <quaid> #info 'CentOS' in the Core SIG description means "CentOS Linux, controls everything not done by other SIGs, is the core OS"

- 21:40:43 <quaid> hughesjr: I thought we had the Infra SIG as a different SIG, with Core SIG maintaining the build system(s)?

- 21:41:04 <hughesjr> we WILL have one, but not yet

- 21:41:08 <quaid> in that I'd like us to be able to add people to Infra SIG without being part of the Core SIG - diff skillsets, merit criteria, etc.

- 21:41:12 <quaid> hughesjr: ok, thanks

- 21:41:38 <quaid> #idea have an Infra SIG that takes the infrastructure management work off the hands of the Core SIG, who can then maintian just the build system (or systems for the community builders)

- 21:42:16 <toracat> who would maintain the source files through git.centos.org ?

- 21:42:38 <Evolution> toracat: depends on which code you mean?

- 21:42:47 <toracat> RHEL

- 21:43:28 <Evolution> we would, the same/similar way we do so now in the private build setup. it'll be read-only and branched

- 21:43:57 <Evolution> the rhel code would be able to be branched/forked etc. but  not edited.

- 21:44:08 <toracat> we == Core SIG ?

- 21:44:10 <hughesjr> the Core SIG will maintain the CentOS Linux source code in git.centos.org ... other SIGs will maintain their code in there

- 21:44:19 <Evolution> toracat: yes.

- 21:44:24 <toracat> thanks

- 21:45:20 <Evolution> toracat: sorry. abusing the 'royal we'

- 21:45:41 <toracat> :D

- 21:45:43 <hughesjr> we is we and it is everyone who is not they :D

- 21:46:30 <Evolution> toracat: good point/question though

- 21:46:39 <toracat> I want to hear range talk :) he is too quiet

- 21:47:04 <Arrfab> toracat: .eu people are silent and almost sleeping :-p

- 21:47:06 <hughesjr> he is asleep

- 21:47:17 <toracat> I see now

- 21:48:58 <Evolution> $5 says range has a nice lager/ale beside him.

- 21:49:02 <quaid> range looks a bit like a monk in his mini-vid inset pic

- 21:49:58 <quaid> yeah, I want video voting cards

- 21:50:37 <quaid> #agreed tentatively agreed to approve Virt SIG proposal as new charter, upcoming content on the Wiki; need to get input from Tru

- 21:50:42 <Evolution> toracat: anything you'd like to hear covered?

- 21:50:43 <quaid> #topic Any other business?

- 21:50:53 <Evolution> csieh: you as well

- 21:50:56 <toracat> Evolution: not for today

- 21:51:26 <quaid> what do we want to do about the functional SIGs? e.g. QA in particular

- 21:51:52 <csieh> no other business from me

- 21:52:21 <toracat> csieh: hi, good to see you here :)

- 21:56:18 <kbsingh> range looks very pensive

- 21:56:23 <quaid> #info In general, we'll be able to bring up functional SIGs e.g. Documentation, QA, Promo, Artwork, etc.; have a dependency on an auth system to share resources granularly v. all-or-nothing

- 21:58:08 <quaid> #info Jim Perring has been working with FreeIPA and Fedora Auth System (FAS) to see how they compare; FreeIPA looks really nice & would be a good reference story; FAS has all the features we need but is really customized.

- 22:00:43 <quaid> #undo

- 22:00:43 <centbot> Removing item from minutes: <MeetBot.items.Info object at 0x17c0f90>

- 22:00:49 <quaid> #info Jim Perrin has been working with FreeIPA and Fedora Auth System (FAS) to see how they compare; FreeIPA looks really nice & would be a good reference story; FAS has all the features we need but is really customized.

- 22:00:53 <quaid> hate when I do that to his name

- 22:00:58 <Evolution> toracat: I'm sorry if I butched your name

- 22:01:07 <toracat> close

- 22:01:20 <quaid> btw, others can do #info, #idea, only Chairs can do #agreed, #undo

- 22:01:27 <range> Okay, no hoodie next time :)

- 22:01:27 <quaid> I'll pass out #chair next time

- 22:01:31 <Evolution> toracat: phonetic spelling?

- 22:01:36 <Evolution> toracat: how do I say it?

- 22:01:45 <quaid> always a good idea to spread chair in case the meeting starter is netsplit

- 22:01:48 <toracat> Evolution: yes. ah-keh-me

- 22:01:59 <Evolution> ah, so no long ee sound.

- 22:02:36 <range> Evolution: No, the lager is on the balcony.

- 22:02:48 <range> (I might get one, though).

- 22:02:48 <toracat> now range is awake

- 22:03:06 <range> Yeah, completely missed this channel :)

- 22:03:41 <quaid> ok, closing the minutes/log

- 22:03:45 <quaid> #endmeeting 

\ No newline at end of file

@@ -1,104 +0,0 @@ 

- ==========================================

- #centos-devel: CentOS Board public meeting

- ==========================================

- 

- 

- Meeting started by quaid at 21:04:16 UTC. The full logs are available at

- centos-devel/2014/centos-devel.2014-03-05-21.04.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * Core S  (quaid, 21:07:11)

- 

- * Core SIG  (quaid, 21:07:19)

-   * although RHEL 7 upstream isn't doing a 32-bit build, we have reason

-     to do it as part of building the main distro.  (quaid, 21:08:39)

-   * IDEA: 32-bit is part of Core SIG  (quaid, 21:08:44)

-   * IDEA: or 32-bit is it's own SIG  (quaid, 21:08:49)

-   * for 64-bit we don't need to build 32-bit ISOs, make sure installs

-     work, and make sure kernels work  (quaid, 21:09:37)

-   * IDEA: we could do most of the work in the Core SIG and have the

-     32-bit SIG focus on the final ISO building and testing  (quaid,

-     21:09:54)

-   * AGREED: Core SIG can produce 32-bit RPMs, and 32-bit SIG can focus

-     on building and testing ISOs; as that SIG gains merit they can gain

-     more access to do the work; all of the work could be tested as part

-     of the QA.  (quaid, 21:16:42)

- 

- * Virt SIG proposal  (quaid, 21:17:09)

-   * Virt SIG would be for all virtualization-related updated software

-     needs, bootstrapping with Xen  (quaid, 21:25:36)

-   * IDEA: SIGs should look to the common e.g. qemu in Virt SIG (even to

-     maybe carry a patch for them) before carrying their own variation of

-     a package in their own SIG  (quaid, 21:30:39)

-   * IDEA: make it so everyone can consume from central  (quaid,

-     21:31:02)

-   * IDEA: Virt SIG could be a good place for carrying the latest

-     upstream KVM for those who want it  (quaid, 21:31:25)

-   * Virt SIG will also need to carry a new libvirt  (quaid, 21:32:17)

-   * LINK: http://wiki.centos.org/SpecialInterestGroup/Core   (quaid,

-     21:32:57)

-   * ACTION: Core SIG needs to update it's charter & run that by the

-     Board  (quaid, 21:36:12)

-   * 'CentOS' in the Core SIG description means "CentOS Linux, controls

-     everything not done by other SIGs, is the core OS"  (quaid,

-     21:40:25)

-   * IDEA: have an Infra SIG that takes the infrastructure management

-     work off the hands of the Core SIG, who can then maintian just the

-     build system (or systems for the community builders)  (quaid,

-     21:41:38)

-   * AGREED: tentatively agreed to approve Virt SIG proposal as new

-     charter, upcoming content on the Wiki; need to get input from Tru

-     (quaid, 21:50:37)

- 

- * Any other business?  (quaid, 21:50:43)

-   * In general, we'll be able to bring up functional SIGs e.g.

-     Documentation, QA, Promo, Artwork, etc.; have a dependency on an

-     auth system to share resources granularly v. all-or-nothing  (quaid,

-     21:56:23)

-   * Jim Perrin has been working with FreeIPA and Fedora Auth System

-     (FAS) to see how they compare; FreeIPA looks really nice & would be

-     a good reference story; FAS has all the features we need but is

-     really customized.  (quaid, 22:00:49)

- 

- Meeting ended at 22:03:45 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * Core SIG needs to update it's charter & run that by the Board

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * **UNASSIGNED**

-   * Core SIG needs to update it's charter & run that by the Board

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * quaid (41)

- * Evolution (15)

- * toracat (12)

- * hughesjr (9)

- * range (4)

- * csieh (4)

- * centbot (3)

- * kbsingh (2)

- * ccmolik (1)

- * Arrfab (1)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,281 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel: Board meeting live http://centos.org/media - agenda for today:  Storage and Cloud-related SIG proposals</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel: Board meeting live http://centos.org/media - agenda for today:  Storage and Cloud-related SIG proposals</h1>

- <span class="details">

- Meeting started by quaid at 20:58:13 UTC

- (<a href="centos-devel.2014-03-19-20.58.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li>

- <ol type="a">

-   <li><a

-     href="http://www.youtube.com/watch?v=muUOhg12FKs">http://www.youtube.com/watch?v=muUOhg12FKs</a>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-19'>kbsingh</a>,

-     21:04:26)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Storage SIG proposal</b> <span class="details">(<a href='centos-devel.2014-03-19-20.58.log.html#l-25'>quaid</a>, 21:07:26)</span>

- <ol type="a">

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/Storage/Proposal">http://wiki.centos.org/SpecialInterestGroup/Storage/Proposal</a>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-26'>quaid</a>,

-     21:07:28)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">we have a

-     quorum</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-29'>quaid</a>,

-     21:09:25)</span></li>

-   <li><span class="INFO">SIG members currently include Ceph and

-     Gluster</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-32'>quaid</a>,

-     21:12:20)</span></li>

-   <li><span class="INFO">SIG members include Patrick Mcgarry (Ceph) and

-     Lalatendu Mohanty (GlusterFS) and KBSingh (Board

-     mentor/liaison)</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-33'>quaid</a>,

-     21:13:28)</span></li>

-   <li><span class="INFO">Need to work on repository structure</span>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-42'>quaid</a>,

-     21:18:16)</span></li>

-   <li><span class="INFO">qemu dependencies mean work with the Cloud *

-     SIG who adopts qemu to figure out if it can be worked together,

-     hierarchical setup, with maintain-your-own the last possible answer

-     :)</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-43'>quaid</a>,

-     21:18:56)</span></li>

-   <li><span class="INFO">a storage SIG repository could be cleaner and

-     keep things out of CentOS Extras and CentOS Plus</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-45'>quaid</a>,

-     21:22:45)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">need to

-     consider best way to handle questions from IRC, Twitter, etc. for

-     live Board hangouts.</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-54'>quaid</a>,

-     21:27:27)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">start new SIG

-     work on main -devel and users lists, then branch as needed</span>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-56'>quaid</a>,

-     21:36:01)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">having an

-     all-SIGs-overview mailing list for cross-SIG coordination (esp. if

-     things move from -devel)</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-57'>quaid</a>,

-     21:36:24)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">make sure new

-     SIG work gets exposure of ~first 3 months on main centos-devel

-     list</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-58'>quaid</a>,

-     21:37:18)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">have a SIG

-     coordinators (or all maintainers) should have a chat every few

-     weeks, such as a public Hangout or IRC</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-59'>quaid</a>,

-     21:37:45)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">quorum voted

-     yes to Storage SIG propsals</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-60'>quaid</a>,

-     21:39:48)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">KB to follow

-     up with Jim and Tru</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-61'>quaid</a>,

-     21:40:00)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">KB to send

-     call-to-action to -devel list</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-62'>quaid</a>,

-     21:40:11)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">include CentOS

-     package/build expert, Ceph will bring their maintainer</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-64'>quaid</a>,

-     21:40:41)</span></li>

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal">http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal</a>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-65'>kbsingh</a>,

-     21:42:06)</span></li>

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal">http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal</a>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-66'>mikem23</a>,

-     21:42:08)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Cloud Instance SIG</b> <span class="details">(<a href='centos-devel.2014-03-19-20.58.log.html#l-67'>quaid</a>, 21:42:22)</span>

- <ol type="a">

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal">http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal</a>

-     <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-68'>quaid</a>,

-     21:42:27)</span></li>

-   <li><span class="INFO">the intention of this SIG is to have folks who

-     know what they are doing and represent mindshare, come together and

-     help us build images that work across cloud providers, meet best

-     practices, development environments, tuned up for

-     environments.</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-69'>quaid</a>,

-     21:43:24)</span></li>

-   <li><span class="INFO">primary charter is to bring in existing experts

-     to help us build images</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-70'>quaid</a>,

-     21:43:36)</span></li>

-   <li><span class="INFO">SIG will deliver a basic image that others can

-     bundle with their RPMs to do their own image</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-71'>quaid</a>,

-     21:49:53)</span></li>

-   <li><span class="INFO">cloud-init, minimizing for certain instances,

-     perf tuning for certain hypervisors</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-72'>quaid</a>,

-     21:50:13)</span></li>

-   <li><span class="INFO">most of the work will be kickstart files v.

-     RPMs</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-73'>quaid</a>,

-     21:50:37)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">SIG is focused on

-     tuning and curating the image, but there is room in the scope to

-     provide multiple images tuned for various environments</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-74'>quaid</a>,

-     21:51:47)</span></li>

-   <li><span class="INFO">Primary interface will be with the Core

-     SIG</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-76'>quaid</a>,

-     21:53:40)</span></li>

-   <li><span class="INFO">SIG is requesting cloud.centos.org as a source

-     (with an API?) for distributing images, cf. mirror.centos.org for

-     packages</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-77'>quaid</a>,

-     21:54:30)</span></li>

-   <li><span class="INFO">QA for images are basic/essential, may look to

-     spread out toward different hypervisors</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-78'>quaid</a>,

-     22:00:10)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">having 2 physical

-     machines ready for a few hours every day for QA</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-79'>quaid</a>,

-     22:00:24)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">it would be nice

-     to have a process to promote image when they get enough

-     testing/traction to official installation media.</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-82'>alphacc</a>,

-     22:04:42)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">Vote agrees

-     to the Cloud Instance SIG proposal; follow-up to happen with Jim and

-     Tru to confirm their votes</span> <span class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-84'>quaid</a>,

-     22:07:45)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">KB to

-     follow-up with Jim and Tru about this vote</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-85'>quaid</a>,

-     22:08:03)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">SIG needs to

-     define primary point of contact/coordinator</span> <span

-     class="details">(<a

-     href='centos-devel.2014-03-19-20.58.log.html#l-86'>quaid</a>,

-     22:08:18)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 22:09:20 UTC

- (<a href="centos-devel.2014-03-19-20.58.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>need to consider best way to handle questions from IRC, Twitter, etc. for live Board hangouts.</li>

-   <li>make sure new SIG work gets exposure of ~first 3 months on main centos-devel list</li>

-   <li>KB to follow up with Jim and Tru</li>

-   <li>KB to send call-to-action to -devel list</li>

-   <li>KB to follow-up with Jim and Tru about this vote</li>

-   <li>SIG needs to define primary point of contact/coordinator</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>quaid (51)</li>

-   <li>kbsingh (9)</li>

-   <li>Evolution (7)</li>

-   <li>scuttlemonkey (7)</li>

-   <li>alphacc (6)</li>

-   <li>centbot (3)</li>

-   <li>TrevorH (3)</li>

-   <li>range (1)</li>

-   <li>mikem23 (1)</li>

-   <li>hughesjr (0)</li>

-   <li>Arrfab (0)</li>

-   <li>tru_tru (0)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,115 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">20:58:13</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#startmeeting </span><span class="cmdline">Board meeting live http://centos.org/media - agenda for today:  Storage and Cloud-related SIG proposals</span>

- <a name="l-2"></a><span class="tm">20:58:13</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Wed Mar 19 20:58:13 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">20:58:13</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">20:58:40</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#chair </span><span class="cmdline">Evolution hughesjr range tru_tru kbsingh mikem23 Arrfab</span>

- <a name="l-5"></a><span class="tm">20:58:40</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Arrfab Evolution hughesjr kbsingh mikem23 quaid range tru_tru

- <a name="l-6"></a><span class="tm">21:01:26</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">scuttlemonkey:</span> around ?

- <a name="l-7"></a><span class="tm">21:01:38</span><span class="nk"> &lt;scuttlemonkey&gt;</span> <span class="hi">kbsingh:</span> yep, watching the stream now

- <a name="l-8"></a><span class="tm">21:01:45</span><span class="nk"> &lt;alphacc&gt;</span> hi guys, is there a hangout link ?

- <a name="l-9"></a><span class="tm">21:03:19</span><span class="nk"> &lt;TrevorH&gt;</span> the audio is barely functional :(

- <a name="l-10"></a><span class="tm">21:03:23</span><span class="nk"> &lt;quaid&gt;</span> just getting ready

- <a name="l-11"></a><span class="tm">21:03:45</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">alphacc:</span> for watching, you should be able to find it at http://centos.org/media

- <a name="l-12"></a><span class="tm">21:03:53</span><span class="nk"> &lt;quaid&gt;</span> or on the YouTube channel?

- <a name="l-13"></a><span class="tm">21:04:01</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">quaid:</span> not until I get the updated youtube url he can't :-P

- <a name="l-14"></a><span class="tm">21:04:06</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">quaid:</span> that url needs to be updated i think

- <a name="l-15"></a><span class="tm">21:04:06</span><span class="nk"> &lt;quaid&gt;</span> erps

- <a name="l-16"></a><span class="tm">21:04:08</span><span class="nk"> &lt;Evolution&gt;</span> I need the url to put on media

- <a name="l-17"></a><span class="tm">21:04:12</span><span class="nk"> &lt;quaid&gt;</span> you still can't get that in advance?

- <a name="l-18"></a><span class="tm">21:04:13</span><span class="nk"> &lt;Evolution&gt;</span> er, /media

- <a name="l-19"></a><span class="tm">21:04:26</span><span class="nk"> &lt;kbsingh&gt;</span> http://www.youtube.com/watch?v=muUOhg12FKs

- <a name="l-20"></a><span class="tm">21:04:28</span><span class="nk"> &lt;Evolution&gt;</span> the person who starts them sees it

- <a name="l-21"></a><span class="tm">21:04:31</span><span class="nk"> &lt;Evolution&gt;</span> ah, there we go

- <a name="l-22"></a><span class="tm">21:04:33</span><span class="nk"> &lt;Evolution&gt;</span> one sec

- <a name="l-23"></a><span class="tm">21:05:25</span><span class="nk"> &lt;Evolution&gt;</span> okay, pushing now

- <a name="l-24"></a><span class="tm">21:06:57</span><span class="nk"> &lt;alphacc&gt;</span> youtube link is ok, nothing on media yet. thx !

- <a name="l-25"></a><span class="tm">21:07:26</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Storage SIG proposal</span>

- <a name="l-26"></a><span class="tm">21:07:28</span><span class="nk"> &lt;quaid&gt;</span> http://wiki.centos.org/SpecialInterestGroup/Storage/Proposal

- <a name="l-27"></a><span class="tm">21:08:31</span><span class="nk"> &lt;quaid&gt;</span> scuttlemonkey == Patrick?

- <a name="l-28"></a><span class="tm">21:08:39</span><span class="nk"> &lt;scuttlemonkey&gt;</span> yep, that's me

- <a name="l-29"></a><span class="tm">21:09:25</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">we have a quorum</span>

- <a name="l-30"></a><span class="tm">21:10:45</span><span class="nk"> &lt;TrevorH&gt;</span> <span class="hi">kbsingh:</span> yes, your audio is much better now, less Herbie Hancock

- <a name="l-31"></a><span class="tm">21:11:51</span><span class="nk"> &lt;kbsingh&gt;</span> woo!

- <a name="l-32"></a><span class="tm">21:12:20</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">SIG members currently include Ceph and Gluster</span>

- <a name="l-33"></a><span class="tm">21:13:28</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">SIG members include Patrick Mcgarry (Ceph) and Lalatendu Mohanty (GlusterFS) and KBSingh (Board mentor/liaison)</span>

- <a name="l-34"></a><span class="tm">21:16:14</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">scuttlemonkey:</span> yeah, it's "building bridges" not "burning" them ;-D

- <a name="l-35"></a><span class="tm">21:16:20</span><span class="nk"> &lt;scuttlemonkey&gt;</span> hehe

- <a name="l-36"></a><span class="tm">21:16:26 </span><span class="nka">* quaid</span> <span class="ac">is Karsten btw</span>

- <a name="l-37"></a><span class="tm">21:16:37</span><span class="nk"> &lt;scuttlemonkey&gt;</span> sorry, that's my own turn of phrase

- <a name="l-38"></a><span class="tm">21:16:43</span><span class="nk"> &lt;scuttlemonkey&gt;</span> I shouldn't use that in mixed company

- <a name="l-39"></a><span class="tm">21:17:20</span><span class="nk"> &lt;scuttlemonkey&gt;</span> I tend to eschew your typical calloquialisms

- <a name="l-40"></a><span class="tm">21:17:44</span><span class="nk"> &lt;quaid&gt;</span> heh

- <a name="l-41"></a><span class="tm">21:18:00</span><span class="nk"> &lt;quaid&gt;</span> oh, no, it made sense to me, from the way you phrased it in context :)

- <a name="l-42"></a><span class="tm">21:18:16</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Need to work on repository structure</span>

- <a name="l-43"></a><span class="tm">21:18:56</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">qemu dependencies mean work with the Cloud * SIG who adopts qemu to figure out if it can be worked together, hierarchical setup, with maintain-your-own the last possible answer :)</span>

- <a name="l-44"></a><span class="tm">21:22:16</span><span class="nk"> &lt;alphacc&gt;</span> I don't know if I can ask question but can't we consider rhev rebuild for a qemu-kvm that works out of the box(accross sigs). It may not fit gluster team as it ship with some specific gluster version. (it's what we do in prod at CERN)

- <a name="l-45"></a><span class="tm">21:22:45</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">a storage SIG repository could be cleaner and keep things out of CentOS Extras and CentOS Plus</span>

- <a name="l-46"></a><span class="tm">21:22:52 </span><span class="nka">* quaid</span> <span class="ac">hoped he simplified that well</span>

- <a name="l-47"></a><span class="tm">21:23:54</span><span class="nk"> &lt;scuttlemonkey&gt;</span> yeah, Ceph is already in centos-extras...we were hoping to make it easier to deploy storage options through this effort

- <a name="l-48"></a><span class="tm">21:24:40</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">alphacc:</span> I think it's relevant, sure; the point around the SIG is a gathering of people around a technology who are willing to maintain and grow community around the technology

- <a name="l-49"></a><span class="tm">21:25:30</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">alphacc:</span> so my initial thought is, who is offering to maintain that rebuild? and does it fit in one or more existing SIGs? if yes, then those SIGs need to weigh in on how it could work; if not, then is it a standalone SIG?

- <a name="l-50"></a><span class="tm">21:26:37</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">quaid:</span> alphacc: i think the virtsig might be a good place to curate that

- <a name="l-51"></a><span class="tm">21:26:47</span><span class="nk"> &lt;kbsingh&gt;</span> but can do we discussion

- <a name="l-52"></a><span class="tm">21:26:59</span><span class="nk"> &lt;alphacc&gt;</span> yes my idea was to solve the qemu-kvm issues this way. HAve an effort to rebuild a cloud oriented qemu-kvm.

- <a name="l-53"></a><span class="tm">21:27:12</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">alphacc:</span> the trick is going to be finding where to host it

- <a name="l-54"></a><span class="tm">21:27:27</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">need to consider best way to handle questions from IRC, Twitter, etc. for live Board hangouts.</span>

- <a name="l-55"></a><span class="tm">21:27:52</span><span class="nk"> &lt;kbsingh&gt;</span> woo! xen qemu could use ceph

- <a name="l-56"></a><span class="tm">21:36:01</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">start new SIG work on main -devel and users lists, then branch as needed</span>

- <a name="l-57"></a><span class="tm">21:36:24</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">having an all-SIGs-overview mailing list for cross-SIG coordination (esp. if things move from -devel)</span>

- <a name="l-58"></a><span class="tm">21:37:18</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">make sure new SIG work gets exposure of ~first 3 months on main centos-devel list</span>

- <a name="l-59"></a><span class="tm">21:37:45</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">have a SIG coordinators (or all maintainers) should have a chat every few weeks, such as a public Hangout or IRC</span>

- <a name="l-60"></a><span class="tm">21:39:48</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">quorum voted yes to Storage SIG propsals</span>

- <a name="l-61"></a><span class="tm">21:40:00</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">KB to follow up with Jim and Tru</span>

- <a name="l-62"></a><span class="tm">21:40:11</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">KB to send call-to-action to -devel list</span>

- <a name="l-63"></a><span class="tm">21:40:16</span><span class="nk"> &lt;range&gt;</span> I think the "sig coordinator mailing list" isn't a bad idea. We have the same for the people running the foreign language mailing lists. Not that that list has any traffic at all ...

- <a name="l-64"></a><span class="tm">21:40:41</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">include CentOS package/build expert, Ceph will bring their maintainer</span>

- <a name="l-65"></a><span class="tm">21:42:06</span><span class="nk"> &lt;kbsingh&gt;</span> http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

- <a name="l-66"></a><span class="tm">21:42:08</span><span class="nk"> &lt;mikem23&gt;</span> http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

- <a name="l-67"></a><span class="tm">21:42:22</span><span class="nk"> &lt;quaid&gt;</span> <span class="topic">#topic </span><span class="topicline">Cloud Instance SIG</span>

- <a name="l-68"></a><span class="tm">21:42:27</span><span class="nk"> &lt;quaid&gt;</span> http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

- <a name="l-69"></a><span class="tm">21:43:24</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">the intention of this SIG is to have folks who know what they are doing and represent mindshare, come together and help us build images that work across cloud providers, meet best practices, development environments, tuned up for environments.</span>

- <a name="l-70"></a><span class="tm">21:43:36</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">primary charter is to bring in existing experts to help us build images</span>

- <a name="l-71"></a><span class="tm">21:49:53</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">SIG will deliver a basic image that others can bundle with their RPMs to do their own image</span>

- <a name="l-72"></a><span class="tm">21:50:13</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">cloud-init, minimizing for certain instances, perf tuning for certain hypervisors</span>

- <a name="l-73"></a><span class="tm">21:50:37</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">most of the work will be kickstart files v. RPMs</span>

- <a name="l-74"></a><span class="tm">21:51:47</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">SIG is focused on tuning and curating the image, but there is room in the scope to provide multiple images tuned for various environments</span>

- <a name="l-75"></a><span class="tm">21:53:00</span><span class="nk"> &lt;TrevorH&gt;</span> you need an authentication SIG ;)

- <a name="l-76"></a><span class="tm">21:53:40</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Primary interface will be with the Core SIG</span>

- <a name="l-77"></a><span class="tm">21:54:30</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">SIG is requesting cloud.centos.org as a source (with an API?) for distributing images, cf. mirror.centos.org for packages</span>

- <a name="l-78"></a><span class="tm">22:00:10</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">QA for images are basic/essential, may look to spread out toward different hypervisors</span>

- <a name="l-79"></a><span class="tm">22:00:24</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">having 2 physical machines ready for a few hours every day for QA</span>

- <a name="l-80"></a><span class="tm">22:01:29</span><span class="nk"> &lt;alphacc&gt;</span> it would be nice to have a process to promote image when they get enough testing/traction to official installation media.

- <a name="l-81"></a><span class="tm">22:03:54</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">alphacc:</span> can you repeat that with '#idea' in front? that helps it get in the discussion/minutes from here

- <a name="l-82"></a><span class="tm">22:04:42</span><span class="nk"> &lt;alphacc&gt;</span> <span class="cmd">#idea </span><span class="cmdline">it would be nice to have a process to promote image when they get enough testing/traction to official installation media.</span>

- <a name="l-83"></a><span class="tm">22:06:37</span><span class="nk"> &lt;quaid&gt;</span> thanks :)

- <a name="l-84"></a><span class="tm">22:07:45</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">Vote agrees to the Cloud Instance SIG proposal; follow-up to happen with Jim and Tru to confirm their votes</span>

- <a name="l-85"></a><span class="tm">22:08:03</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">KB to follow-up with Jim and Tru about this vote</span>

- <a name="l-86"></a><span class="tm">22:08:18</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">SIG needs to define primary point of contact/coordinator</span>

- <a name="l-87"></a><span class="tm">22:09:09</span><span class="nk"> &lt;quaid&gt;</span> finishing ...

- <a name="l-88"></a><span class="tm">22:09:20</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,88 +0,0 @@ 

- 20:58:13 <quaid> #startmeeting Board meeting live http://centos.org/media - agenda for today:  Storage and Cloud-related SIG proposals

- 20:58:13 <centbot> Meeting started Wed Mar 19 20:58:13 2014 UTC.  The chair is quaid. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 20:58:13 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 20:58:40 <quaid> #chair Evolution hughesjr range tru_tru kbsingh mikem23 Arrfab

- 20:58:40 <centbot> Current chairs: Arrfab Evolution hughesjr kbsingh mikem23 quaid range tru_tru

- 21:01:26 <kbsingh> scuttlemonkey: around ?

- 21:01:38 <scuttlemonkey> kbsingh: yep, watching the stream now

- 21:01:45 <alphacc> hi guys, is there a hangout link ?

- 21:03:19 <TrevorH> the audio is barely functional :(

- 21:03:23 <quaid> just getting ready

- 21:03:45 <quaid> alphacc: for watching, you should be able to find it at http://centos.org/media

- 21:03:53 <quaid> or on the YouTube channel?

- 21:04:01 <Evolution> quaid: not until I get the updated youtube url he can't :-P

- 21:04:06 <kbsingh> quaid: that url needs to be updated i think

- 21:04:06 <quaid> erps

- 21:04:08 <Evolution> I need the url to put on media

- 21:04:12 <quaid> you still can't get that in advance?

- 21:04:13 <Evolution> er, /media

- 21:04:26 <kbsingh> http://www.youtube.com/watch?v=muUOhg12FKs

- 21:04:28 <Evolution> the person who starts them sees it

- 21:04:31 <Evolution> ah, there we go

- 21:04:33 <Evolution> one sec

- 21:05:25 <Evolution> okay, pushing now

- 21:06:57 <alphacc> youtube link is ok, nothing on media yet. thx !

- 21:07:26 <quaid> #topic Storage SIG proposal

- 21:07:28 <quaid> http://wiki.centos.org/SpecialInterestGroup/Storage/Proposal

- 21:08:31 <quaid> scuttlemonkey == Patrick?

- 21:08:39 <scuttlemonkey> yep, that's me

- 21:09:25 <quaid> #agreed we have a quorum

- 21:10:45 <TrevorH> kbsingh: yes, your audio is much better now, less Herbie Hancock

- 21:11:51 <kbsingh> woo!

- 21:12:20 <quaid> #info SIG members currently include Ceph and Gluster

- 21:13:28 <quaid> #info SIG members include Patrick Mcgarry (Ceph) and Lalatendu Mohanty (GlusterFS) and KBSingh (Board mentor/liaison)

- 21:16:14 <quaid> scuttlemonkey: yeah, it's "building bridges" not "burning" them ;-D

- 21:16:20 <scuttlemonkey> hehe

- 21:16:26 * quaid is Karsten btw

- 21:16:37 <scuttlemonkey> sorry, that's my own turn of phrase

- 21:16:43 <scuttlemonkey> I shouldn't use that in mixed company

- 21:17:20 <scuttlemonkey> I tend to eschew your typical calloquialisms

- 21:17:44 <quaid> heh

- 21:18:00 <quaid> oh, no, it made sense to me, from the way you phrased it in context :)

- 21:18:16 <quaid> #info Need to work on repository structure

- 21:18:56 <quaid> #info qemu dependencies mean work with the Cloud * SIG who adopts qemu to figure out if it can be worked together, hierarchical setup, with maintain-your-own the last possible answer :)

- 21:22:16 <alphacc> I don't know if I can ask question but can't we consider rhev rebuild for a qemu-kvm that works out of the box(accross sigs). It may not fit gluster team as it ship with some specific gluster version. (it's what we do in prod at CERN)

- 21:22:45 <quaid> #info a storage SIG repository could be cleaner and keep things out of CentOS Extras and CentOS Plus

- 21:22:52 * quaid hoped he simplified that well

- 21:23:54 <scuttlemonkey> yeah, Ceph is already in centos-extras...we were hoping to make it easier to deploy storage options through this effort

- 21:24:40 <quaid> alphacc: I think it's relevant, sure; the point around the SIG is a gathering of people around a technology who are willing to maintain and grow community around the technology

- 21:25:30 <quaid> alphacc: so my initial thought is, who is offering to maintain that rebuild? and does it fit in one or more existing SIGs? if yes, then those SIGs need to weigh in on how it could work; if not, then is it a standalone SIG?

- 21:26:37 <kbsingh> quaid: alphacc: i think the virtsig might be a good place to curate that

- 21:26:47 <kbsingh> but can do we discussion

- 21:26:59 <alphacc> yes my idea was to solve the qemu-kvm issues this way. HAve an effort to rebuild a cloud oriented qemu-kvm.

- 21:27:12 <kbsingh> alphacc: the trick is going to be finding where to host it

- 21:27:27 <quaid> #action need to consider best way to handle questions from IRC, Twitter, etc. for live Board hangouts.

- 21:27:52 <kbsingh> woo! xen qemu could use ceph

- 21:36:01 <quaid> #agreed start new SIG work on main -devel and users lists, then branch as needed

- 21:36:24 <quaid> #idea having an all-SIGs-overview mailing list for cross-SIG coordination (esp. if things move from -devel)

- 21:37:18 <quaid> #action make sure new SIG work gets exposure of ~first 3 months on main centos-devel list

- 21:37:45 <quaid> #idea have a SIG coordinators (or all maintainers) should have a chat every few weeks, such as a public Hangout or IRC

- 21:39:48 <quaid> #agreed quorum voted yes to Storage SIG propsals

- 21:40:00 <quaid> #action KB to follow up with Jim and Tru

- 21:40:11 <quaid> #action KB to send call-to-action to -devel list

- 21:40:16 <range> I think the "sig coordinator mailing list" isn't a bad idea. We have the same for the people running the foreign language mailing lists. Not that that list has any traffic at all ...

- 21:40:41 <quaid> #idea include CentOS package/build expert, Ceph will bring their maintainer

- 21:42:06 <kbsingh> http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

- 21:42:08 <mikem23> http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

- 21:42:22 <quaid> #topic Cloud Instance SIG

- 21:42:27 <quaid> http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

- 21:43:24 <quaid> #info the intention of this SIG is to have folks who know what they are doing and represent mindshare, come together and help us build images that work across cloud providers, meet best practices, development environments, tuned up for environments.

- 21:43:36 <quaid> #info primary charter is to bring in existing experts to help us build images

- 21:49:53 <quaid> #info SIG will deliver a basic image that others can bundle with their RPMs to do their own image

- 21:50:13 <quaid> #info cloud-init, minimizing for certain instances, perf tuning for certain hypervisors

- 21:50:37 <quaid> #info most of the work will be kickstart files v. RPMs

- 21:51:47 <quaid> #idea SIG is focused on tuning and curating the image, but there is room in the scope to provide multiple images tuned for various environments

- 21:53:00 <TrevorH> you need an authentication SIG ;)

- 21:53:40 <quaid> #info Primary interface will be with the Core SIG

- 21:54:30 <quaid> #info SIG is requesting cloud.centos.org as a source (with an API?) for distributing images, cf. mirror.centos.org for packages

- 22:00:10 <quaid> #info QA for images are basic/essential, may look to spread out toward different hypervisors

- 22:00:24 <quaid> #idea having 2 physical machines ready for a few hours every day for QA

- 22:01:29 <alphacc> it would be nice to have a process to promote image when they get enough testing/traction to official installation media.

- 22:03:54 <quaid> alphacc: can you repeat that with '#idea' in front? that helps it get in the discussion/minutes from here

- 22:04:42 <alphacc> #idea it would be nice to have a process to promote image when they get enough testing/traction to official installation media.

- 22:06:37 <quaid> thanks :)

- 22:07:45 <quaid> #agreed Vote agrees to the Cloud Instance SIG proposal; follow-up to happen with Jim and Tru to confirm their votes

- 22:08:03 <quaid> #action KB to follow-up with Jim and Tru about this vote

- 22:08:18 <quaid> #action SIG needs to define primary point of contact/coordinator

- 22:09:09 <quaid> finishing ...

- 22:09:20 <quaid> #endmeeting 

\ No newline at end of file

@@ -1,141 +0,0 @@ 

- ======================================================================================================================

- #centos-devel: Board meeting live http://centos.org/media - agenda for today:  Storage and Cloud-related SIG proposals

- ======================================================================================================================

- 

- 

- Meeting started by quaid at 20:58:13 UTC. The full logs are available at

- centos-devel/2014/centos-devel.2014-03-19-20.58.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * LINK: http://www.youtube.com/watch?v=muUOhg12FKs   (kbsingh, 21:04:26)

- * Storage SIG proposal  (quaid, 21:07:26)

-   * LINK: http://wiki.centos.org/SpecialInterestGroup/Storage/Proposal

-     (quaid, 21:07:28)

-   * AGREED: we have a quorum  (quaid, 21:09:25)

-   * SIG members currently include Ceph and Gluster  (quaid, 21:12:20)

-   * SIG members include Patrick Mcgarry (Ceph) and Lalatendu Mohanty

-     (GlusterFS) and KBSingh (Board mentor/liaison)  (quaid, 21:13:28)

-   * Need to work on repository structure  (quaid, 21:18:16)

-   * qemu dependencies mean work with the Cloud * SIG who adopts qemu to

-     figure out if it can be worked together, hierarchical setup, with

-     maintain-your-own the last possible answer :)  (quaid, 21:18:56)

-   * a storage SIG repository could be cleaner and keep things out of

-     CentOS Extras and CentOS Plus  (quaid, 21:22:45)

-   * ACTION: need to consider best way to handle questions from IRC,

-     Twitter, etc. for live Board hangouts.  (quaid, 21:27:27)

-   * AGREED: start new SIG work on main -devel and users lists, then

-     branch as needed  (quaid, 21:36:01)

-   * IDEA: having an all-SIGs-overview mailing list for cross-SIG

-     coordination (esp. if things move from -devel)  (quaid, 21:36:24)

-   * ACTION: make sure new SIG work gets exposure of ~first 3 months on

-     main centos-devel list  (quaid, 21:37:18)

-   * IDEA: have a SIG coordinators (or all maintainers) should have a

-     chat every few weeks, such as a public Hangout or IRC  (quaid,

-     21:37:45)

-   * AGREED: quorum voted yes to Storage SIG propsals  (quaid, 21:39:48)

-   * ACTION: KB to follow up with Jim and Tru  (quaid, 21:40:00)

-   * ACTION: KB to send call-to-action to -devel list  (quaid, 21:40:11)

-   * IDEA: include CentOS package/build expert, Ceph will bring their

-     maintainer  (quaid, 21:40:41)

-   * LINK:

-     http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

-     (kbsingh, 21:42:06)

-   * LINK:

-     http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

-     (mikem23, 21:42:08)

- 

- * Cloud Instance SIG  (quaid, 21:42:22)

-   * LINK:

-     http://wiki.centos.org/SpecialInterestGroup/CloudInstance/Proposal

-     (quaid, 21:42:27)

-   * the intention of this SIG is to have folks who know what they are

-     doing and represent mindshare, come together and help us build

-     images that work across cloud providers, meet best practices,

-     development environments, tuned up for environments.  (quaid,

-     21:43:24)

-   * primary charter is to bring in existing experts to help us build

-     images  (quaid, 21:43:36)

-   * SIG will deliver a basic image that others can bundle with their

-     RPMs to do their own image  (quaid, 21:49:53)

-   * cloud-init, minimizing for certain instances, perf tuning for

-     certain hypervisors  (quaid, 21:50:13)

-   * most of the work will be kickstart files v. RPMs  (quaid, 21:50:37)

-   * IDEA: SIG is focused on tuning and curating the image, but there is

-     room in the scope to provide multiple images tuned for various

-     environments  (quaid, 21:51:47)

-   * Primary interface will be with the Core SIG  (quaid, 21:53:40)

-   * SIG is requesting cloud.centos.org as a source (with an API?) for

-     distributing images, cf. mirror.centos.org for packages  (quaid,

-     21:54:30)

-   * QA for images are basic/essential, may look to spread out toward

-     different hypervisors  (quaid, 22:00:10)

-   * IDEA: having 2 physical machines ready for a few hours every day for

-     QA  (quaid, 22:00:24)

-   * IDEA: it would be nice to have a process to promote image when they

-     get enough testing/traction to official installation media.

-     (alphacc, 22:04:42)

-   * AGREED: Vote agrees to the Cloud Instance SIG proposal; follow-up to

-     happen with Jim and Tru to confirm their votes  (quaid, 22:07:45)

-   * ACTION: KB to follow-up with Jim and Tru about this vote  (quaid,

-     22:08:03)

-   * ACTION: SIG needs to define primary point of contact/coordinator

-     (quaid, 22:08:18)

- 

- Meeting ended at 22:09:20 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * need to consider best way to handle questions from IRC, Twitter, etc.

-   for live Board hangouts.

- * make sure new SIG work gets exposure of ~first 3 months on main

-   centos-devel list

- * KB to follow up with Jim and Tru

- * KB to send call-to-action to -devel list

- * KB to follow-up with Jim and Tru about this vote

- * SIG needs to define primary point of contact/coordinator

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * **UNASSIGNED**

-   * need to consider best way to handle questions from IRC, Twitter,

-     etc. for live Board hangouts.

-   * make sure new SIG work gets exposure of ~first 3 months on main

-     centos-devel list

-   * KB to follow up with Jim and Tru

-   * KB to send call-to-action to -devel list

-   * KB to follow-up with Jim and Tru about this vote

-   * SIG needs to define primary point of contact/coordinator

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * quaid (51)

- * kbsingh (9)

- * Evolution (7)

- * scuttlemonkey (7)

- * alphacc (6)

- * centbot (3)

- * TrevorH (3)

- * range (1)

- * mikem23 (1)

- * hughesjr (0)

- * Arrfab (0)

- * tru_tru (0)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,134 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel Meeting</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel Meeting</h1>

- <span class="details">

- Meeting started by filippoc at 16:52:43 UTC

- (<a href="centos-devel.2014-05-09-16.52.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li>

- <ol type="a">

-   <li><a

-     href="http://wiki.centos.org/SpecialInterestGroup/SLS">http://wiki.centos.org/SpecialInterestGroup/SLS</a>

-     <span class="details">(<a

-     href='centos-devel.2014-05-09-16.52.log.html#l-39'>daveloper</a>,

-     17:03:27)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">modify sls

-     wiki page -&gt; Status: proposal</span> <span class="details">(<a

-     href='centos-devel.2014-05-09-16.52.log.html#l-55'>filippoc</a>,

-     17:07:40)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">expand

-     Deliverables section</span> <span class="details">(<a

-     href='centos-devel.2014-05-09-16.52.log.html#l-67'>filippoc</a>,

-     17:12:56)</span></li>

-   <li><a

-     href="https://bugzilla.redhat.com/show_bug.cgi?id=1018312">https://bugzilla.redhat.com/show_bug.cgi?id=1018312</a>

-     <span class="details">(<a

-     href='centos-devel.2014-05-09-16.52.log.html#l-83'>filippoc</a>,

-     17:17:26)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">ask for

-     comments on centos-devel</span> <span class="details">(<a

-     href='centos-devel.2014-05-09-16.52.log.html#l-136'>filippoc</a>,

-     17:34:39)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">talk to Jim

-     for advice on a board member to sponsor the SLS SIG</span> <span

-     class="details">(<a

-     href='centos-devel.2014-05-09-16.52.log.html#l-146'>filippoc</a>,

-     17:39:33)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 17:50:28 UTC

- (<a href="centos-devel.2014-05-09-16.52.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>modify sls wiki page -&gt; Status: proposal</li>

-   <li>expand Deliverables section</li>

-   <li>ask for comments on centos-devel</li>

-   <li>talk to Jim for advice on a board member to sponsor the SLS SIG</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>filippoc (47)</li>

-   <li>kbsingh (43)</li>

-   <li>daveloper (29)</li>

-   <li>omarel (8)</li>

-   <li>reetp (7)</li>

-   <li>pcbaldwin (7)</li>

-   <li>Arrfab (4)</li>

-   <li>centbot (3)</li>

-   <li>davidep (3)</li>

-   <li>gsanchietti (3)</li>

-   <li>JPP_kimsufi (3)</li>

-   <li>rsc (2)</li>

-   <li>Bahhumbug (2)</li>

-   <li>alefattorini (2)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,190 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">16:52:43</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#startmeeting</span><span class="cmdline"></span>

- <a name="l-2"></a><span class="tm">16:52:43</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Fri May  9 16:52:43 2014 UTC.  The chair is filippoc. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">16:52:43</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">16:53:07</span><span class="nk"> &lt;omarel&gt;</span> Are you trying to expand it to Small Business oriented as well?

- <a name="l-5"></a><span class="tm">16:53:11</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#meetingname </span><span class="cmdline">SLS-SIG</span>

- <a name="l-6"></a><span class="tm">16:53:11</span><span class="nk"> &lt;centbot&gt;</span> The meeting name has been set to 'sls-sig'

- <a name="l-7"></a><span class="tm">16:53:22</span><span class="nk"> &lt;JPP_kimsufi&gt;</span> <span class="hi">filippoc:</span> if you need log of this conversation I would be able to provide

- <a name="l-8"></a><span class="tm">16:54:12</span><span class="nk"> &lt;filippoc&gt;</span> omarel, we are small business oriented

- <a name="l-9"></a><span class="tm">16:54:14</span><span class="nk"> &lt;JPP_kimsufi&gt;</span> <span class="hi">filippoc:</span> but other than that no experience with meetbot

- <a name="l-10"></a><span class="tm">16:55:04</span><span class="nk"> &lt;omarel&gt;</span> I'm still a bit confused, though. My "branding" issue is still there.  How would someone wanting a small business server find you?

- <a name="l-11"></a><span class="tm">16:55:35</span><span class="nk"> &lt;daveloper&gt;</span> I don’t think that we need to, of necessity, be business oriented at all. Personally, I think the name presently reflects the nature of what we are trying to do. If simplified is used for business or for home or for hobby, it wouldn’t matter to me.

- <a name="l-12"></a><span class="tm">16:56:18</span><span class="nk"> &lt;omarel&gt;</span> It may be 2 different gruops with some obvious overlap.  Perhaps dealing with th overlap is the issue.

- <a name="l-13"></a><span class="tm">16:56:43</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">daveloper:</span> next steps would involve mandatory collaboration from centos, i.e. importing packages in git, setting up the buildsys, etc

- <a name="l-14"></a><span class="tm">16:57:24</span><span class="nk"> &lt;gsanchietti&gt;</span> <span class="hi">omarel:</span> the SLS SIG is a group of people with common interest. Probably more CentOS variant will born from the SIG. Each variant will have its own brand.

- <a name="l-15"></a><span class="tm">16:57:27</span><span class="nk"> &lt;filippoc&gt;</span> I'm not sure that more than one group would be beneficial

- <a name="l-16"></a><span class="tm">16:57:40</span><span class="nk"> &lt;filippoc&gt;</span> more variants are welcome to fill every niche

- <a name="l-17"></a><span class="tm">16:57:44</span><span class="nk"> &lt;pcbaldwin&gt;</span> I think that a SIG can have a broad scope that covers both home and business.  The potential variants that come out of the SIG can be more focused.

- <a name="l-18"></a><span class="tm">16:57:49</span><span class="nk"> &lt;JPP_kimsufi&gt;</span> small business oriented is an aspect, but it also adress to home users who wants an easily configurable home server. Thus the reference to what it provides, and not to whom it addresses. But good point to reference it to the public two IMOHA

- <a name="l-19"></a><span class="tm">16:57:51</span><span class="nk"> &lt;daveloper&gt;</span> agreed, I think we’ve done what they’ve asked for as far as defining the scope of what this SIG is about. I’d hope that they would now follow through and make aspects of their buildsys available to us now.

- <a name="l-20"></a><span class="tm">16:58:30</span><span class="nk"> &lt;gsanchietti&gt;</span> <span class="hi">pcbaldwin:</span> I agree

- <a name="l-21"></a><span class="tm">16:58:53</span><span class="nk"> &lt;filippoc&gt;</span> I'm not up to date with recent centos decisions about repositories and such

- <a name="l-22"></a><span class="tm">16:59:11 </span><span class="nka">* Arrfab</span> <span class="ac">sees activity and jumps in ...</span>

- <a name="l-23"></a><span class="tm">16:59:14</span><span class="nk"> &lt;daveloper&gt;</span> Filippoc said, “more variants are welcome to fill every niche”… I totally agree. The point of the SIG is collaboration and standards, not necessarily unification.

- <a name="l-24"></a><span class="tm">16:59:17</span><span class="nk"> &lt;omarel&gt;</span> I think if there are people with special interests, it amounts to SIG.  It's a demographic issue.  If there's interest, and it's specialized, then the group of people decide.

- <a name="l-25"></a><span class="tm">16:59:59</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">omarel:</span> in the CentOS ecosystem a SIG is a group of people looking to either curate or deliver something based on and around a technology

- <a name="l-26"></a><span class="tm">17:00:03</span><span class="nk"> &lt;omarel&gt;</span> I think from my point of view, I'm not so much interesting in a broad target.  I'd rather narrowly target it to businesses and institutions.

- <a name="l-27"></a><span class="tm">17:00:29</span><span class="nk"> &lt;daveloper&gt;</span> demographics can be a SIG, sure, but this SIG is about “[providing] a common platform for delivering turnkey CentOS-based solutions that are managed via a web and/or REST-based interface.”

- <a name="l-28"></a><span class="tm">17:00:33</span><span class="nk"> &lt;kbsingh&gt;</span> key being tech and code and deliver

- <a name="l-29"></a><span class="tm">17:00:48</span><span class="nk"> &lt;omarel&gt;</span> I think personally I need to find other people with similar interests.  If the interest is there, we have another sig.

- <a name="l-30"></a><span class="tm">17:00:49</span><span class="nk"> &lt;kbsingh&gt;</span> ( this isnt orthogonal to what you were saying omarel, but i wanted to quantify that )

- <a name="l-31"></a><span class="tm">17:02:01</span><span class="nk"> &lt;omarel&gt;</span> Remember, this is just me, and people have different points of view, but the issues I deal with on a daily basis are different than I think SLS is dealing with.

- <a name="l-32"></a><span class="tm">17:02:07</span><span class="nk"> &lt;davidep&gt;</span> hi all

- <a name="l-33"></a><span class="tm">17:02:28</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">omarel:</span> a SIG can deliver more than one end result :D

- <a name="l-34"></a><span class="tm">17:02:39 </span><span class="nka">* alefattorini</span> <span class="ac">jumps in too</span>

- <a name="l-35"></a><span class="tm">17:02:42</span><span class="nk"> &lt;filippoc&gt;</span> omarel, your idea is totally different from the SLS SIG proposal? Or similar and could be addressed with minor modifications to SLS?

- <a name="l-36"></a><span class="tm">17:02:45</span><span class="nk"> &lt;kbsingh&gt;</span> there is no reason why the Small business SIG cant be doing more than SLS - actually, every SIG would

- <a name="l-37"></a><span class="tm">17:03:04</span><span class="nk"> &lt;kbsingh&gt;</span> also, i dont think its going to be called SLS SIG, is it ?

- <a name="l-38"></a><span class="tm">17:03:24</span><span class="nk"> &lt;filippoc&gt;</span> :-)

- <a name="l-39"></a><span class="tm">17:03:27</span><span class="nk"> &lt;daveloper&gt;</span> http://wiki.centos.org/SpecialInterestGroup/SLS

- <a name="l-40"></a><span class="tm">17:03:55</span><span class="nk"> &lt;omarel&gt;</span> Yes it can.  You know I need to sit down and write out what I have in mind and my motivation for it.  It's more than can be elaborated her in this chat format.

- <a name="l-41"></a><span class="tm">17:03:55</span><span class="nk"> &lt;kbsingh&gt;</span> ok, pretty sure its going to get rejected by the board

- <a name="l-42"></a><span class="tm">17:04:09</span><span class="nk"> &lt;kbsingh&gt;</span> also, you need to make sure it clearly states that this is a proposed SIG, not accepted as yet

- <a name="l-43"></a><span class="tm">17:04:21</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">kbsingh:</span> also worth noting that it's still a proposal, indeed

- <a name="l-44"></a><span class="tm">17:04:36</span><span class="nk"> &lt;daveloper&gt;</span> What criteria are we missing Karanbir?

- <a name="l-45"></a><span class="tm">17:04:49</span><span class="nk"> &lt;kbsingh&gt;</span> SIG's are interest and tech driven, not a specific deliverable

- <a name="l-46"></a><span class="tm">17:04:54</span><span class="nk"> &lt;kbsingh&gt;</span> eg. its not the XEN SIG - its the Virt SIG

- <a name="l-47"></a><span class="tm">17:05:04</span><span class="nk"> &lt;kbsingh&gt;</span> and its not the GLUSTER SIG- its the Storage SIG

- <a name="l-48"></a><span class="tm">17:05:19</span><span class="nk"> &lt;kbsingh&gt;</span> the virt-sig is already working with a upstream qemu onramp and openvz is making efforts in

- <a name="l-49"></a><span class="tm">17:05:27</span><span class="nk"> &lt;kbsingh&gt;</span> similarly the storage sig already includes ceph and gluster

- <a name="l-50"></a><span class="tm">17:06:00</span><span class="nk"> &lt;pcbaldwin&gt;</span> The "tech" is moving from CLI and X-Windows based systems to API/REST-based interfaces.

- <a name="l-51"></a><span class="tm">17:06:03</span><span class="nk"> &lt;daveloper&gt;</span> What specific technology are we advocating. I’m pretty sure the individual members all use different technologies to deliver a wide array of deliverables.

- <a name="l-52"></a><span class="tm">17:06:22</span><span class="nk"> &lt;daveloper&gt;</span> For example, Filippo’s project doesn’t do what my project does and vice, versa.

- <a name="l-53"></a><span class="tm">17:06:27</span><span class="nk"> &lt;kbsingh&gt;</span> so in that mindsetup Simplified Linux Server does not fit into the larger model at all - a Small Office SIG can however work to deliver a simplified SOHO server install set ( as an example )

- <a name="l-54"></a><span class="tm">17:07:35</span><span class="nk"> &lt;kbsingh&gt;</span> things like this are far too ambigious "The SIG members are involved in the development and maintenance of turnkey solutions based on CentOS. "

- <a name="l-55"></a><span class="tm">17:07:40</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#action </span><span class="cmdline">modify sls wiki page -&gt; Status: proposal</span>

- <a name="l-56"></a><span class="tm">17:07:59</span><span class="nk"> &lt;kbsingh&gt;</span> what does that mean ? are you guys also working on the MIPS vlsi poc using centos in an embedded role for industrial automation ?

- <a name="l-57"></a><span class="tm">17:08:03</span><span class="nk"> &lt;daveloper&gt;</span> SOHO seems to be more of a deliverable than Simplified Linux Server. For example, I can simplify the process for provisioning large directory services based on an array of different backends and that would not be a SOHO application. But it would still be ‘Simplified’ through a web UI.

- <a name="l-58"></a><span class="tm">17:09:06</span><span class="nk"> &lt;daveloper&gt;</span> I don’t know about Filippo but we’ve discussed applying what we are doing to other architectures including MIPS.

- <a name="l-59"></a><span class="tm">17:09:36</span><span class="nk"> &lt;filippoc&gt;</span> we'd like to have arm support, but we'll follow upstream

- <a name="l-60"></a><span class="tm">17:09:59</span><span class="nk"> &lt;kbsingh&gt;</span> my understanding of this sig is that the aim is to deliver a set of solutions for small business , new linux users doing entry level admin work in small offices / soho environs

- <a name="l-61"></a><span class="tm">17:11:08</span><span class="nk"> &lt;kbsingh&gt;</span> seondly, who is proposing the SIG to the board ? I dont see any of the CentOS Board guys on the who's involved list

- <a name="l-62"></a><span class="tm">17:11:44</span><span class="nk"> &lt;daveloper&gt;</span> But the reason for bringing this together is to come up with common build needs and processes that are common among our technologies. For example, Filippo’s team and our team benefit from an accelarated path to getting newer PHP code. Others involved don’t need that but there are crossover needs at multiple levels.

- <a name="l-63"></a><span class="tm">17:11:48</span><span class="nk"> &lt;kbsingh&gt;</span> what i would recommend is actually working the proposal to include specific deliverables

- <a name="l-64"></a><span class="tm">17:11:53</span><span class="nk"> &lt;kbsingh&gt;</span> and remove stuff like "Software Maintenance - This SIG will co-ordinate maintenance of common upstream packages in order to avoid duplication and provide a better experience for all CentOS users. "

- <a name="l-65"></a><span class="tm">17:12:16</span><span class="nk"> &lt;kbsingh&gt;</span> and "Quality Assurance - This SIG provides solutions with tight integration amongst the various applications in CentOS. This provides a unique opportunity to provide additional QA testing (e.g. Samba + OpenLDAP). "

- <a name="l-66"></a><span class="tm">17:12:26</span><span class="nk"> &lt;kbsingh&gt;</span> basically, that deliverables section - someone needs to write one

- <a name="l-67"></a><span class="tm">17:12:56</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#action </span><span class="cmdline">expand Deliverables section</span>

- <a name="l-68"></a><span class="tm">17:13:11</span><span class="nk"> &lt;daveloper&gt;</span> Are we required to have board sponsorship in order to get a SIG approved. Who can we contact then to have an advocate?

- <a name="l-69"></a><span class="tm">17:13:55</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">daveloper:</span> the list of board members is listed on the centos website - you should be ok to contact any / all of them if you want

- <a name="l-70"></a><span class="tm">17:13:56</span><span class="nk"> &lt;filippoc&gt;</span> I hope that Evolution could help us

- <a name="l-71"></a><span class="tm">17:14:06</span><span class="nk"> &lt;kbsingh&gt;</span> i think he's i brazil at the moment

- <a name="l-72"></a><span class="tm">17:14:07</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">daveloper:</span> well, the board needs to approve a SIG proposal during a board meeting, so if you don't ask, nothing will be discussed :-)

- <a name="l-73"></a><span class="tm">17:14:53</span><span class="nk"> &lt;daveloper&gt;</span> correct, but karanbir seems to indicate that we need to have a board member on our SIG team in order for this to be a reality. I did not know that this was a requirement.

- <a name="l-74"></a><span class="tm">17:15:03</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">daveloper:</span> it is

- <a name="l-75"></a><span class="tm">17:15:24</span><span class="nk"> &lt;pcbaldwin&gt;</span> I thought it was a member of the dev team.  That's what's on the Wiki page.

- <a name="l-76"></a><span class="tm">17:15:40</span><span class="nk"> &lt;kbsingh&gt;</span> a completely mature SIG, is able to do their own  process work - but we esitmate a 2 yr span from going onboard to maturity for a highly organised sig

- <a name="l-77"></a><span class="tm">17:15:42</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">daveloper:</span> http://wiki.centos.org/SpecialInterestGroup/ but all Devteam members are on the board

- <a name="l-78"></a><span class="tm">17:15:48</span><span class="nk"> &lt;filippoc&gt;</span> we probably need to "polish" the proposal before asking for approval

- <a name="l-79"></a><span class="tm">17:16:22</span><span class="nk"> &lt;kbsingh&gt;</span> stuff like Clam from EPEL - but does this sig have access to influence that build in EPEL ? if not, you are already creating deadends

- <a name="l-80"></a><span class="tm">17:16:30</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> yes please

- <a name="l-81"></a><span class="tm">17:16:36</span><span class="nk"> &lt;pcbaldwin&gt;</span> No matter.  At this stage, we're still trying to figure out the whole role/scope of a SIG.  Even looking through the wiki and centos-devel list, there seems to be a lot of unknowns.  That's expected given that it's the early days!

- <a name="l-82"></a><span class="tm">17:16:45</span><span class="nk"> &lt;Bahhumbug&gt;</span> <span class="hi">Arrfab:</span> The web page probably needs to be cleared up in that regard.

- <a name="l-83"></a><span class="tm">17:17:26</span><span class="nk"> &lt;filippoc&gt;</span> https://bugzilla.redhat.com/show_bug.cgi?id=1018312

- <a name="l-84"></a><span class="tm">17:18:30</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> so you need rsc to join the SIG

- <a name="l-85"></a><span class="tm">17:18:48</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">pcbaldwin:</span> Bahhumbug: please submit patch

- <a name="l-86"></a><span class="tm">17:18:56</span><span class="nk"> &lt;kbsingh&gt;</span> or an issue report at bugs.centos.org

- <a name="l-87"></a><span class="tm">17:19:06</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">kbsingh:</span> probably a good idea

- <a name="l-88"></a><span class="tm">17:19:45</span><span class="nk"> &lt;pcbaldwin&gt;</span> <span class="hi">kbsingh:</span> patch for the wiki page??

- <a name="l-89"></a><span class="tm">17:20:02</span><span class="nk"> &lt;rsc&gt;</span> <span class="hi">kbsingh:</span> hm?

- <a name="l-90"></a><span class="tm">17:20:07</span><span class="nk"> &lt;Bahhumbug&gt;</span> It's a wiki page.  It's a 30 second edit.

- <a name="l-91"></a><span class="tm">17:21:56</span><span class="nk"> &lt;kbsingh&gt;</span> submit patch, a community notion of saying 'come help fix that which needs attention, and since you have the attention..'

- <a name="l-92"></a><span class="tm">17:21:56</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">omarel:</span> could you write your ideas on a mail to centos-devel?

- <a name="l-93"></a><span class="tm">17:22:20</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> daveloper: its also important to highlight what exactly is going to get done

- <a name="l-94"></a><span class="tm">17:23:10</span><span class="nk"> &lt;kbsingh&gt;</span> eg. the QA stuff might be : develop as a part of the SIG, a test suite that can be run on a nightly basis from ci.dev.centos.org to validate a spec ( also to be developed as a part of the SIG ) - QA test harness being a precursor to code development in the SIG

- <a name="l-95"></a><span class="tm">17:23:19</span><span class="nk"> &lt;filippoc&gt;</span> we will release rpms

- <a name="l-96"></a><span class="tm">17:23:22</span><span class="nk"> &lt;daveloper&gt;</span> Looking at the requirements: We don’t have overlap with other SIGs so far as I can tell. We’ve opened a discussion topic and have solicited comments. Have we requested a new mailing list? We do have a wiki section. We will need version control setup. We are listed as a SIG on the SIG page. We need one Devteam member to join the team. Is there anything I missed?

- <a name="l-97"></a><span class="tm">17:23:52</span><span class="nk"> &lt;filippoc&gt;</span> we will write a testsuite

- <a name="l-98"></a><span class="tm">17:24:09</span><span class="nk"> &lt;rsc&gt;</span> kbsingh, filippoc: How can I help regarding RHBZ#1018312? Or what is with which SIG?

- <a name="l-99"></a><span class="tm">17:24:10</span><span class="nk"> &lt;filippoc&gt;</span> davidep is already working on it

- <a name="l-100"></a><span class="tm">17:24:11</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> quantifying that on the proposal will help

- <a name="l-101"></a><span class="tm">17:24:44</span><span class="nk"> &lt;davidep&gt;</span> Arrfab, kbsingh: what about the CI platform for SIGs? any progress on it?

- <a name="l-102"></a><span class="tm">17:24:45</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">rsc:</span> sorry, it was an bad example to show that we work with epel

- <a name="l-103"></a><span class="tm">17:24:52</span><span class="nk"> &lt;kbsingh&gt;</span> also, who is going to run the SIG, what or how are you going to bring more members in, what licenses are you guys going to use - what is the downstream going to be etc.

- <a name="l-104"></a><span class="tm">17:24:59</span><span class="nk"> &lt;reetp&gt;</span> Filippo, you may have seen that we have been got some basic testing working....

- <a name="l-105"></a><span class="tm">17:25:13</span><span class="nk"> &lt;kbsingh&gt;</span> get as much of this pre-done, better chances to get in through the board review

- <a name="l-106"></a><span class="tm">17:25:29</span><span class="nk"> &lt;filippoc&gt;</span> rretp, I meant t_functional on ci.centos

- <a name="l-107"></a><span class="tm">17:25:41</span><span class="nk"> &lt;filippoc&gt;</span> reetp sorry

- <a name="l-108"></a><span class="tm">17:25:50</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> it does not need to be in t_functional. it can be a completely different suite

- <a name="l-109"></a><span class="tm">17:26:03</span><span class="nk"> &lt;daveloper&gt;</span> Which SIGs have already been approved?

- <a name="l-110"></a><span class="tm">17:26:11</span><span class="nk"> &lt;kbsingh&gt;</span> eg. the virt-sig is starting the t_xen.git suite

- <a name="l-111"></a><span class="tm">17:26:21</span><span class="nk"> &lt;filippoc&gt;</span> I thought it was better trying to extend t_functional and improve ci.centos

- <a name="l-112"></a><span class="tm">17:26:32</span><span class="nk"> &lt;filippoc&gt;</span> but ok

- <a name="l-113"></a><span class="tm">17:26:34 </span><span class="nka">* kbsingh</span> <span class="ac">off, call time, back in a few hours</span>

- <a name="l-114"></a><span class="tm">17:26:56</span><span class="nk"> &lt;reetp&gt;</span> Have a chat with Ian when you get a minute and see where they are at.

- <a name="l-115"></a><span class="tm">17:26:59</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> thats ok as well - but ci.d.c.o can run more tests than just that

- <a name="l-116"></a><span class="tm">17:28:28</span><span class="nk"> &lt;filippoc&gt;</span> daveloper, I'll try to exapnd the Deliverables section of our proposal

- <a name="l-117"></a><span class="tm">17:28:59</span><span class="nk"> &lt;daveloper&gt;</span> Thanks Filippo, I’ll work with you on that in the shared doc if you like.

- <a name="l-118"></a><span class="tm">17:29:26</span><span class="nk"> &lt;filippoc&gt;</span> maybe I could simply list rpm packages from your web page

- <a name="l-119"></a><span class="tm">17:29:53</span><span class="nk"> &lt;daveloper&gt;</span> I’m curious as to who already has been approved so we can know what to follow or emulate.

- <a name="l-120"></a><span class="tm">17:29:57</span><span class="nk"> &lt;reetp&gt;</span> Can you share the doc with other members of our Board ? I can give you addresses

- <a name="l-121"></a><span class="tm">17:30:21</span><span class="nk"> &lt;filippoc&gt;</span> only virt sig I think

- <a name="l-122"></a><span class="tm">17:30:44</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">reetp:</span> sure

- <a name="l-123"></a><span class="tm">17:31:02</span><span class="nk"> &lt;filippoc&gt;</span> I'll give you full control

- <a name="l-124"></a><span class="tm">17:31:53</span><span class="nk"> &lt;daveloper&gt;</span> Are there any other objectives to cover here?

- <a name="l-125"></a><span class="tm">17:32:02</span><span class="nk"> &lt;filippoc&gt;</span> mmh, we should probably start a new doc, that old one is already a wiki page

- <a name="l-126"></a><span class="tm">17:32:03</span><span class="nk"> &lt;reetp&gt;</span> Thanks -I'm sure some of the others will chime in.

- <a name="l-127"></a><span class="tm">17:32:11</span><span class="nk"> &lt;pcbaldwin&gt;</span> I have to head out.  At a fundamental level, it would be nice for all of us (NethServer, SME Server, ClearOS and potentially others) to have a working relationship with CentOS/RHEL.   We're part of the ecosystem and I personally have always felt like an outsider.  I'm certainly not getting the warm and fuzzies, but maybe that's just because it's IRC.  Or maybe there's a lot on the CentOS team's plate right now.  Oh well, I'll keep on

- <a name="l-128"></a><span class="tm">17:32:16</span><span class="nk"> &lt;daveloper&gt;</span> agreed.

- <a name="l-129"></a><span class="tm">17:32:36</span><span class="nk"> &lt;filippoc&gt;</span> agreed

- <a name="l-130"></a><span class="tm">17:32:41</span><span class="nk"> &lt;pcbaldwin&gt;</span> keep on trucking = keep on trying to build the relationship

- <a name="l-131"></a><span class="tm">17:32:50</span><span class="nk"> &lt;daveloper&gt;</span> Thanks Peter. I get that sense as well.

- <a name="l-132"></a><span class="tm">17:33:07</span><span class="nk"> &lt;reetp&gt;</span> We're agreed on something then :-)

- <a name="l-133"></a><span class="tm">17:33:34</span><span class="nk"> &lt;daveloper&gt;</span> Also a call would be good. I’ll try to set that up next week sometime.

- <a name="l-134"></a><span class="tm">17:34:02</span><span class="nk"> &lt;reetp&gt;</span> An obvious note is that perhaps their documentation and expectation s are not really clear enough and they should address that. WE can only work to what they give us.

- <a name="l-135"></a><span class="tm">17:34:06</span><span class="nk"> &lt;filippoc&gt;</span> I'll try to solicit comments to our sig proposal on the centos-devel ml

- <a name="l-136"></a><span class="tm">17:34:39</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#action </span><span class="cmdline">ask for comments on centos-devel</span>

- <a name="l-137"></a><span class="tm">17:35:33</span><span class="nk"> &lt;reetp&gt;</span> I gotta go - only 45 mins late. Interesting and will look back through this later.

- <a name="l-138"></a><span class="tm">17:35:48</span><span class="nk"> &lt;daveloper&gt;</span> Filippo, have we formally requested version control for our SIG?

- <a name="l-139"></a><span class="tm">17:36:22</span><span class="nk"> &lt;filippoc&gt;</span> not sure if we did formally

- <a name="l-140"></a><span class="tm">17:36:37</span><span class="nk"> &lt;daveloper&gt;</span> Also, we need to secure a mailing list for ourselves.

- <a name="l-141"></a><span class="tm">17:36:43</span><span class="nk"> &lt;filippoc&gt;</span> we asked tough

- <a name="l-142"></a><span class="tm">17:36:58</span><span class="nk"> &lt;daveloper&gt;</span> I’m not sure who we do that with on the centos team.

- <a name="l-143"></a><span class="tm">17:38:21</span><span class="nk"> &lt;filippoc&gt;</span> keeping discussion on centos-devel for a while will probably be beneficial

- <a name="l-144"></a><span class="tm">17:38:48</span><span class="nk"> &lt;filippoc&gt;</span> but I'm sure we need to have our ml sooner than later

- <a name="l-145"></a><span class="tm">17:39:22</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">filippoc:</span> you need to get approved first

- <a name="l-146"></a><span class="tm">17:39:33</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#action </span><span class="cmdline">talk to Jim for advice on a board member to sponsor the SLS SIG</span>

- <a name="l-147"></a><span class="tm">17:39:34</span><span class="nk"> &lt;kbsingh&gt;</span> then the resources become available immediately

- <a name="l-148"></a><span class="tm">17:39:49</span><span class="nk"> &lt;filippoc&gt;</span> got it

- <a name="l-149"></a><span class="tm">17:40:37</span><span class="nk"> &lt;daveloper&gt;</span> Getting a mailing list is listed as a requirement before approval.

- <a name="l-150"></a><span class="tm">17:40:48</span><span class="nk"> &lt;daveloper&gt;</span> seemed backwards to me too

- <a name="l-151"></a><span class="tm">17:41:14</span><span class="nk"> &lt;daveloper&gt;</span> so then the only thing we need is a devteam member on our group and then we can present, yeah?

- <a name="l-152"></a><span class="tm">17:41:25</span><span class="nk"> &lt;daveloper&gt;</span> We’ll clean up our proposal though first.

- <a name="l-153"></a><span class="tm">17:43:43</span><span class="nk"> &lt;davidep&gt;</span> quoting kbsingh: "key being tech and code and deliver"

- <a name="l-154"></a><span class="tm">17:45:06</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">daveloper:</span> I will ask for editing permission for you on centos wiki

- <a name="l-155"></a><span class="tm">17:45:18</span><span class="nk"> &lt;daveloper&gt;</span> thanks

- <a name="l-156"></a><span class="tm">17:45:23</span><span class="nk"> &lt;filippoc&gt;</span> register and send me your username

- <a name="l-157"></a><span class="tm">17:46:20</span><span class="nk"> &lt;gsanchietti&gt;</span> daveloper, filippoc: I think we also need to extend the section about how to join the SIG and who is in charge to evaluate new members

- <a name="l-158"></a><span class="tm">17:46:40</span><span class="nk"> &lt;filippoc&gt;</span> I'll ask for permissions for you too

- <a name="l-159"></a><span class="tm">17:46:59</span><span class="nk"> &lt;filippoc&gt;</span> <span class="hi">gsanchietti:</span> register and so on...

- <a name="l-160"></a><span class="tm">17:48:42</span><span class="nk"> &lt;filippoc&gt;</span> I'd end this meeting, but I'd like to schedule next week

- <a name="l-161"></a><span class="tm">17:49:38</span><span class="nk"> &lt;alefattorini&gt;</span> we have a lot of stuff to do:-)

- <a name="l-162"></a><span class="tm">17:50:22</span><span class="nk"> &lt;filippoc&gt;</span> have a nice weekend

- <a name="l-163"></a><span class="tm">17:50:28</span><span class="nk"> &lt;filippoc&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,163 +0,0 @@ 

- 16:52:43 <filippoc> #startmeeting

- 16:52:43 <centbot> Meeting started Fri May  9 16:52:43 2014 UTC.  The chair is filippoc. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 16:52:43 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 16:53:07 <omarel> Are you trying to expand it to Small Business oriented as well?

- 16:53:11 <filippoc> #meetingname SLS-SIG

- 16:53:11 <centbot> The meeting name has been set to 'sls-sig'

- 16:53:22 <JPP_kimsufi> filippoc: if you need log of this conversation I would be able to provide

- 16:54:12 <filippoc> omarel, we are small business oriented

- 16:54:14 <JPP_kimsufi> filippoc: but other than that no experience with meetbot

- 16:55:04 <omarel> I'm still a bit confused, though. My "branding" issue is still there.  How would someone wanting a small business server find you?

- 16:55:35 <daveloper> I don’t think that we need to, of necessity, be business oriented at all. Personally, I think the name presently reflects the nature of what we are trying to do. If simplified is used for business or for home or for hobby, it wouldn’t matter to me.

- 16:56:18 <omarel> It may be 2 different gruops with some obvious overlap.  Perhaps dealing with th overlap is the issue.

- 16:56:43 <filippoc> daveloper: next steps would involve mandatory collaboration from centos, i.e. importing packages in git, setting up the buildsys, etc

- 16:57:24 <gsanchietti> omarel: the SLS SIG is a group of people with common interest. Probably more CentOS variant will born from the SIG. Each variant will have its own brand.

- 16:57:27 <filippoc> I'm not sure that more than one group would be beneficial

- 16:57:40 <filippoc> more variants are welcome to fill every niche

- 16:57:44 <pcbaldwin> I think that a SIG can have a broad scope that covers both home and business.  The potential variants that come out of the SIG can be more focused.

- 16:57:49 <JPP_kimsufi> small business oriented is an aspect, but it also adress to home users who wants an easily configurable home server. Thus the reference to what it provides, and not to whom it addresses. But good point to reference it to the public two IMOHA

- 16:57:51 <daveloper> agreed, I think we’ve done what they’ve asked for as far as defining the scope of what this SIG is about. I’d hope that they would now follow through and make aspects of their buildsys available to us now.

- 16:58:30 <gsanchietti> pcbaldwin: I agree

- 16:58:53 <filippoc> I'm not up to date with recent centos decisions about repositories and such

- 16:59:11 * Arrfab sees activity and jumps in ...

- 16:59:14 <daveloper> Filippoc said, “more variants are welcome to fill every niche”… I totally agree. The point of the SIG is collaboration and standards, not necessarily unification.

- 16:59:17 <omarel> I think if there are people with special interests, it amounts to SIG.  It's a demographic issue.  If there's interest, and it's specialized, then the group of people decide.

- 16:59:59 <kbsingh> omarel: in the CentOS ecosystem a SIG is a group of people looking to either curate or deliver something based on and around a technology

- 17:00:03 <omarel> I think from my point of view, I'm not so much interesting in a broad target.  I'd rather narrowly target it to businesses and institutions.

- 17:00:29 <daveloper> demographics can be a SIG, sure, but this SIG is about “[providing] a common platform for delivering turnkey CentOS-based solutions that are managed via a web and/or REST-based interface.”

- 17:00:33 <kbsingh> key being tech and code and deliver

- 17:00:48 <omarel> I think personally I need to find other people with similar interests.  If the interest is there, we have another sig.

- 17:00:49 <kbsingh> ( this isnt orthogonal to what you were saying omarel, but i wanted to quantify that )

- 17:02:01 <omarel> Remember, this is just me, and people have different points of view, but the issues I deal with on a daily basis are different than I think SLS is dealing with.

- 17:02:07 <davidep> hi all

- 17:02:28 <kbsingh> omarel: a SIG can deliver more than one end result :D

- 17:02:39 * alefattorini jumps in too

- 17:02:42 <filippoc> omarel, your idea is totally different from the SLS SIG proposal? Or similar and could be addressed with minor modifications to SLS?

- 17:02:45 <kbsingh> there is no reason why the Small business SIG cant be doing more than SLS - actually, every SIG would

- 17:03:04 <kbsingh> also, i dont think its going to be called SLS SIG, is it ?

- 17:03:24 <filippoc> :-)

- 17:03:27 <daveloper> http://wiki.centos.org/SpecialInterestGroup/SLS

- 17:03:55 <omarel> Yes it can.  You know I need to sit down and write out what I have in mind and my motivation for it.  It's more than can be elaborated her in this chat format.

- 17:03:55 <kbsingh> ok, pretty sure its going to get rejected by the board

- 17:04:09 <kbsingh> also, you need to make sure it clearly states that this is a proposed SIG, not accepted as yet

- 17:04:21 <Arrfab> kbsingh: also worth noting that it's still a proposal, indeed

- 17:04:36 <daveloper> What criteria are we missing Karanbir?

- 17:04:49 <kbsingh> SIG's are interest and tech driven, not a specific deliverable

- 17:04:54 <kbsingh> eg. its not the XEN SIG - its the Virt SIG

- 17:05:04 <kbsingh> and its not the GLUSTER SIG- its the Storage SIG

- 17:05:19 <kbsingh> the virt-sig is already working with a upstream qemu onramp and openvz is making efforts in

- 17:05:27 <kbsingh> similarly the storage sig already includes ceph and gluster

- 17:06:00 <pcbaldwin> The "tech" is moving from CLI and X-Windows based systems to API/REST-based interfaces.

- 17:06:03 <daveloper> What specific technology are we advocating. I’m pretty sure the individual members all use different technologies to deliver a wide array of deliverables.

- 17:06:22 <daveloper> For example, Filippo’s project doesn’t do what my project does and vice, versa.

- 17:06:27 <kbsingh> so in that mindsetup Simplified Linux Server does not fit into the larger model at all - a Small Office SIG can however work to deliver a simplified SOHO server install set ( as an example )

- 17:07:35 <kbsingh> things like this are far too ambigious "The SIG members are involved in the development and maintenance of turnkey solutions based on CentOS. "

- 17:07:40 <filippoc> #action modify sls wiki page -> Status: proposal

- 17:07:59 <kbsingh> what does that mean ? are you guys also working on the MIPS vlsi poc using centos in an embedded role for industrial automation ?

- 17:08:03 <daveloper> SOHO seems to be more of a deliverable than Simplified Linux Server. For example, I can simplify the process for provisioning large directory services based on an array of different backends and that would not be a SOHO application. But it would still be ‘Simplified’ through a web UI.

- 17:09:06 <daveloper> I don’t know about Filippo but we’ve discussed applying what we are doing to other architectures including MIPS.

- 17:09:36 <filippoc> we'd like to have arm support, but we'll follow upstream

- 17:09:59 <kbsingh> my understanding of this sig is that the aim is to deliver a set of solutions for small business , new linux users doing entry level admin work in small offices / soho environs

- 17:11:08 <kbsingh> seondly, who is proposing the SIG to the board ? I dont see any of the CentOS Board guys on the who's involved list

- 17:11:44 <daveloper> But the reason for bringing this together is to come up with common build needs and processes that are common among our technologies. For example, Filippo’s team and our team benefit from an accelarated path to getting newer PHP code. Others involved don’t need that but there are crossover needs at multiple levels.

- 17:11:48 <kbsingh> what i would recommend is actually working the proposal to include specific deliverables

- 17:11:53 <kbsingh> and remove stuff like "Software Maintenance - This SIG will co-ordinate maintenance of common upstream packages in order to avoid duplication and provide a better experience for all CentOS users. "

- 17:12:16 <kbsingh> and "Quality Assurance - This SIG provides solutions with tight integration amongst the various applications in CentOS. This provides a unique opportunity to provide additional QA testing (e.g. Samba + OpenLDAP). "

- 17:12:26 <kbsingh> basically, that deliverables section - someone needs to write one

- 17:12:56 <filippoc> #action expand Deliverables section

- 17:13:11 <daveloper> Are we required to have board sponsorship in order to get a SIG approved. Who can we contact then to have an advocate?

- 17:13:55 <kbsingh> daveloper: the list of board members is listed on the centos website - you should be ok to contact any / all of them if you want

- 17:13:56 <filippoc> I hope that Evolution could help us

- 17:14:06 <kbsingh> i think he's i brazil at the moment

- 17:14:07 <Arrfab> daveloper: well, the board needs to approve a SIG proposal during a board meeting, so if you don't ask, nothing will be discussed :-)

- 17:14:53 <daveloper> correct, but karanbir seems to indicate that we need to have a board member on our SIG team in order for this to be a reality. I did not know that this was a requirement.

- 17:15:03 <kbsingh> daveloper: it is

- 17:15:24 <pcbaldwin> I thought it was a member of the dev team.  That's what's on the Wiki page.

- 17:15:40 <kbsingh> a completely mature SIG, is able to do their own  process work - but we esitmate a 2 yr span from going onboard to maturity for a highly organised sig

- 17:15:42 <Arrfab> daveloper: http://wiki.centos.org/SpecialInterestGroup/ but all Devteam members are on the board

- 17:15:48 <filippoc> we probably need to "polish" the proposal before asking for approval

- 17:16:22 <kbsingh> stuff like Clam from EPEL - but does this sig have access to influence that build in EPEL ? if not, you are already creating deadends

- 17:16:30 <kbsingh> filippoc: yes please

- 17:16:36 <pcbaldwin> No matter.  At this stage, we're still trying to figure out the whole role/scope of a SIG.  Even looking through the wiki and centos-devel list, there seems to be a lot of unknowns.  That's expected given that it's the early days!

- 17:16:45 <Bahhumbug> Arrfab: The web page probably needs to be cleared up in that regard.

- 17:17:26 <filippoc> https://bugzilla.redhat.com/show_bug.cgi?id=1018312

- 17:18:30 <kbsingh> filippoc: so you need rsc to join the SIG

- 17:18:48 <kbsingh> pcbaldwin: Bahhumbug: please submit patch

- 17:18:56 <kbsingh> or an issue report at bugs.centos.org

- 17:19:06 <filippoc> kbsingh: probably a good idea

- 17:19:45 <pcbaldwin> kbsingh: patch for the wiki page??

- 17:20:02 <rsc> kbsingh: hm?

- 17:20:07 <Bahhumbug> It's a wiki page.  It's a 30 second edit.

- 17:21:56 <kbsingh> submit patch, a community notion of saying 'come help fix that which needs attention, and since you have the attention..'

- 17:21:56 <filippoc> omarel: could you write your ideas on a mail to centos-devel?

- 17:22:20 <kbsingh> filippoc: daveloper: its also important to highlight what exactly is going to get done

- 17:23:10 <kbsingh> eg. the QA stuff might be : develop as a part of the SIG, a test suite that can be run on a nightly basis from ci.dev.centos.org to validate a spec ( also to be developed as a part of the SIG ) - QA test harness being a precursor to code development in the SIG

- 17:23:19 <filippoc> we will release rpms

- 17:23:22 <daveloper> Looking at the requirements: We don’t have overlap with other SIGs so far as I can tell. We’ve opened a discussion topic and have solicited comments. Have we requested a new mailing list? We do have a wiki section. We will need version control setup. We are listed as a SIG on the SIG page. We need one Devteam member to join the team. Is there anything I missed?

- 17:23:52 <filippoc> we will write a testsuite

- 17:24:09 <rsc> kbsingh, filippoc: How can I help regarding RHBZ#1018312? Or what is with which SIG?

- 17:24:10 <filippoc> davidep is already working on it

- 17:24:11 <kbsingh> filippoc: quantifying that on the proposal will help

- 17:24:44 <davidep> Arrfab, kbsingh: what about the CI platform for SIGs? any progress on it?

- 17:24:45 <filippoc> rsc: sorry, it was an bad example to show that we work with epel

- 17:24:52 <kbsingh> also, who is going to run the SIG, what or how are you going to bring more members in, what licenses are you guys going to use - what is the downstream going to be etc.

- 17:24:59 <reetp> Filippo, you may have seen that we have been got some basic testing working....

- 17:25:13 <kbsingh> get as much of this pre-done, better chances to get in through the board review

- 17:25:29 <filippoc> rretp, I meant t_functional on ci.centos

- 17:25:41 <filippoc> reetp sorry

- 17:25:50 <kbsingh> filippoc: it does not need to be in t_functional. it can be a completely different suite

- 17:26:03 <daveloper> Which SIGs have already been approved?

- 17:26:11 <kbsingh> eg. the virt-sig is starting the t_xen.git suite

- 17:26:21 <filippoc> I thought it was better trying to extend t_functional and improve ci.centos

- 17:26:32 <filippoc> but ok

- 17:26:34 * kbsingh off, call time, back in a few hours

- 17:26:56 <reetp> Have a chat with Ian when you get a minute and see where they are at.

- 17:26:59 <kbsingh> filippoc: thats ok as well - but ci.d.c.o can run more tests than just that

- 17:28:28 <filippoc> daveloper, I'll try to exapnd the Deliverables section of our proposal

- 17:28:59 <daveloper> Thanks Filippo, I’ll work with you on that in the shared doc if you like.

- 17:29:26 <filippoc> maybe I could simply list rpm packages from your web page

- 17:29:53 <daveloper> I’m curious as to who already has been approved so we can know what to follow or emulate.

- 17:29:57 <reetp> Can you share the doc with other members of our Board ? I can give you addresses

- 17:30:21 <filippoc> only virt sig I think

- 17:30:44 <filippoc> reetp: sure

- 17:31:02 <filippoc> I'll give you full control

- 17:31:53 <daveloper> Are there any other objectives to cover here?

- 17:32:02 <filippoc> mmh, we should probably start a new doc, that old one is already a wiki page

- 17:32:03 <reetp> Thanks -I'm sure some of the others will chime in.

- 17:32:11 <pcbaldwin> I have to head out.  At a fundamental level, it would be nice for all of us (NethServer, SME Server, ClearOS and potentially others) to have a working relationship with CentOS/RHEL.   We're part of the ecosystem and I personally have always felt like an outsider.  I'm certainly not getting the warm and fuzzies, but maybe that's just because it's IRC.  Or maybe there's a lot on the CentOS team's plate right now.  Oh well, I'll keep on

- 17:32:16 <daveloper> agreed.

- 17:32:36 <filippoc> agreed

- 17:32:41 <pcbaldwin> keep on trucking = keep on trying to build the relationship

- 17:32:50 <daveloper> Thanks Peter. I get that sense as well.

- 17:33:07 <reetp> We're agreed on something then :-)

- 17:33:34 <daveloper> Also a call would be good. I’ll try to set that up next week sometime.

- 17:34:02 <reetp> An obvious note is that perhaps their documentation and expectation s are not really clear enough and they should address that. WE can only work to what they give us.

- 17:34:06 <filippoc> I'll try to solicit comments to our sig proposal on the centos-devel ml

- 17:34:39 <filippoc> #action ask for comments on centos-devel

- 17:35:33 <reetp> I gotta go - only 45 mins late. Interesting and will look back through this later.

- 17:35:48 <daveloper> Filippo, have we formally requested version control for our SIG?

- 17:36:22 <filippoc> not sure if we did formally

- 17:36:37 <daveloper> Also, we need to secure a mailing list for ourselves.

- 17:36:43 <filippoc> we asked tough

- 17:36:58 <daveloper> I’m not sure who we do that with on the centos team.

- 17:38:21 <filippoc> keeping discussion on centos-devel for a while will probably be beneficial

- 17:38:48 <filippoc> but I'm sure we need to have our ml sooner than later

- 17:39:22 <kbsingh> filippoc: you need to get approved first

- 17:39:33 <filippoc> #action talk to Jim for advice on a board member to sponsor the SLS SIG

- 17:39:34 <kbsingh> then the resources become available immediately

- 17:39:49 <filippoc> got it

- 17:40:37 <daveloper> Getting a mailing list is listed as a requirement before approval.

- 17:40:48 <daveloper> seemed backwards to me too

- 17:41:14 <daveloper> so then the only thing we need is a devteam member on our group and then we can present, yeah?

- 17:41:25 <daveloper> We’ll clean up our proposal though first.

- 17:43:43 <davidep> quoting kbsingh: "key being tech and code and deliver"

- 17:45:06 <filippoc> daveloper: I will ask for editing permission for you on centos wiki

- 17:45:18 <daveloper> thanks

- 17:45:23 <filippoc> register and send me your username

- 17:46:20 <gsanchietti> daveloper, filippoc: I think we also need to extend the section about how to join the SIG and who is in charge to evaluate new members

- 17:46:40 <filippoc> I'll ask for permissions for you too

- 17:46:59 <filippoc> gsanchietti: register and so on...

- 17:48:42 <filippoc> I'd end this meeting, but I'd like to schedule next week

- 17:49:38 <alefattorini> we have a lot of stuff to do:-)

- 17:50:22 <filippoc> have a nice weekend

- 17:50:28 <filippoc> #endmeeting 

\ No newline at end of file

@@ -1,71 +0,0 @@ 

- =====================

- #centos-devel Meeting

- =====================

- 

- 

- Meeting started by filippoc at 16:52:43 UTC. The full logs are available

- at centos-devel/2014/centos-devel.2014-05-09-16.52.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * LINK: http://wiki.centos.org/SpecialInterestGroup/SLS   (daveloper,

-   17:03:27)

- * ACTION: modify sls wiki page -> Status: proposal  (filippoc, 17:07:40)

- * ACTION: expand Deliverables section  (filippoc, 17:12:56)

- * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1018312   (filippoc,

-   17:17:26)

- * ACTION: ask for comments on centos-devel  (filippoc, 17:34:39)

- * ACTION: talk to Jim for advice on a board member to sponsor the SLS

-   SIG  (filippoc, 17:39:33)

- 

- Meeting ended at 17:50:28 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * modify sls wiki page -> Status: proposal

- * expand Deliverables section

- * ask for comments on centos-devel

- * talk to Jim for advice on a board member to sponsor the SLS SIG

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * **UNASSIGNED**

-   * modify sls wiki page -> Status: proposal

-   * expand Deliverables section

-   * ask for comments on centos-devel

-   * talk to Jim for advice on a board member to sponsor the SLS SIG

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * filippoc (47)

- * kbsingh (43)

- * daveloper (29)

- * omarel (8)

- * reetp (7)

- * pcbaldwin (7)

- * Arrfab (4)

- * centbot (3)

- * davidep (3)

- * gsanchietti (3)

- * JPP_kimsufi (3)

- * rsc (2)

- * Bahhumbug (2)

- * alefattorini (2)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,143 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel Meeting</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel Meeting</h1>

- <span class="details">

- Meeting started by bstinson at 13:01:06 UTC

- (<a href="centos-devel.2014-09-15-13.01.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li><b class="TOPIC">Is this a good time to meet?</b> <span class="details">(<a href='centos-devel.2014-09-15-13.01.log.html#l-8'>bstinson</a>, 13:02:45)</span>

- <ol type="a">

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">Weekly

-     meetings on Monday at 13:00 UTC</span> <span class="details">(<a

-     href='centos-devel.2014-09-15-13.01.log.html#l-17'>bstinson</a>,

-     13:05:18)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">SIG/Developer authentication</b> <span class="details">(<a href='centos-devel.2014-09-15-13.01.log.html#l-19'>bstinson</a>, 13:06:54)</span>

- <ol type="a">

-   <li><span class="INFO">Next meeting: Monday 22-Sept 2014 13:00

-     UTC</span> <span class="details">(<a

-     href='centos-devel.2014-09-15-13.01.log.html#l-224'>bstinson</a>,

-     13:57:21)</span></li>

-   <li><span class="INFO">We will be doing 6 weekly meetings, then moving

-     to a bi-weekly schedule</span> <span class="details">(<a

-     href='centos-devel.2014-09-15-13.01.log.html#l-227'>bstinson</a>,

-     13:58:12)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">MerlinTHP_

-     Research lookaside cache authentication and upload

-     permissions</span> <span class="details">(<a

-     href='centos-devel.2014-09-15-13.01.log.html#l-232'>bstinson</a>,

-     13:59:21)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">alphacc

-     investigate koji policy for cbs.</span> <span class="details">(<a

-     href='centos-devel.2014-09-15-13.01.log.html#l-244'>alphacc</a>,

-     14:03:00)</span></li>

-   <li><span class="INFO">send agenda items for next week to the

-     centos-devel@centos.org</span> <span class="details">(<a

-     href='centos-devel.2014-09-15-13.01.log.html#l-246'>bstinson</a>,

-     14:03:53)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 14:05:31 UTC

- (<a href="centos-devel.2014-09-15-13.01.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>MerlinTHP_ Research lookaside cache authentication and upload permissions</li>

-   <li>alphacc investigate koji policy for cbs.</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>Action items, by person</h3>

- <ol>

-   <li> alphacc <ol>

-     <li>alphacc investigate koji policy for cbs.</li>

-   </ol></li>

-   <li> MerlinTHP_ <ol>

-     <li>MerlinTHP_ Research lookaside cache authentication and upload permissions</li>

-   </ol></li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>MerlinTHP_ (96)</li>

-   <li>kbsingh (67)</li>

-   <li>bstinson (34)</li>

-   <li>alphacc (29)</li>

-   <li>gwd (7)</li>

-   <li>Evolution (7)</li>

-   <li>Arrfab (5)</li>

-   <li>centbot (4)</li>

-   <li>lalatenduM (3)</li>

-   <li>wolfy (1)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,280 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">13:01:06</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#startmeeting</span><span class="cmdline"></span>

- <a name="l-2"></a><span class="tm">13:01:06</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Mon Sep 15 13:01:06 2014 UTC.  The chair is bstinson. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">13:01:06</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">13:01:27</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#meetingname </span><span class="cmdline">CBS-Infra-2014-09-15</span>

- <a name="l-5"></a><span class="tm">13:01:27</span><span class="nk"> &lt;centbot&gt;</span> The meeting name has been set to 'cbs-infra-2014-09-15'

- <a name="l-6"></a><span class="tm">13:01:52</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#chair </span><span class="cmdline">alphacc Arrfab kbsingh bstinson MerlinTHP_</span>

- <a name="l-7"></a><span class="tm">13:01:52</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Arrfab MerlinTHP_ alphacc bstinson kbsingh

- <a name="l-8"></a><span class="tm">13:02:45</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">Is this a good time to meet?</span>

- <a name="l-9"></a><span class="tm">13:02:54</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Well, it works for me :)

- <a name="l-10"></a><span class="tm">13:03:51</span><span class="nk"> &lt;alphacc&gt;</span> Me too if we keep it under 30 min

- <a name="l-11"></a><span class="tm">13:04:01</span><span class="nk"> &lt;bstinson&gt;</span> Good, I think we should make this a regular thing (weekly, or every-other-week) for a while until we run out of things to talk about

- <a name="l-12"></a><span class="tm">13:04:09 </span><span class="nka">* MerlinTHP_</span> <span class="ac">nods.</span>

- <a name="l-13"></a><span class="tm">13:04:11</span><span class="nk"> &lt;bstinson&gt;</span> short meetings are good

- <a name="l-14"></a><span class="tm">13:04:17</span><span class="nk"> &lt;alphacc&gt;</span> I think weekly is good for now.

- <a name="l-15"></a><span class="tm">13:04:39</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Agreed, i imagine we can find things to talk about

- <a name="l-16"></a><span class="tm">13:04:57</span><span class="nk"> &lt;wolfy&gt;</span> works for me too. although I am just a lurker

- <a name="l-17"></a><span class="tm">13:05:18</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">Weekly meetings on Monday at 13:00 UTC</span>

- <a name="l-18"></a><span class="tm">13:06:36 </span><span class="nka">* lalatenduM</span> <span class="ac">is here too</span>

- <a name="l-19"></a><span class="tm">13:06:54</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">SIG/Developer authentication</span>

- <a name="l-20"></a><span class="tm">13:07:39</span><span class="nk"> &lt;alphacc&gt;</span> so far cbs has his own CA, I don't know the status of git.c.o auth

- <a name="l-21"></a><span class="tm">13:07:53 </span><span class="nka">* MerlinTHP_</span> <span class="ac">assumes it's ssh key auth</span>

- <a name="l-22"></a><span class="tm">13:07:59</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Can anyone confirm?

- <a name="l-23"></a><span class="tm">13:08:08 </span><span class="nka">* kbsingh</span> <span class="ac">is here</span>

- <a name="l-24"></a><span class="tm">13:08:14 </span><span class="nka">* gwd</span> <span class="ac">is here</span>

- <a name="l-25"></a><span class="tm">13:08:17</span><span class="nk"> &lt;bstinson&gt;</span> we also need to worry about the lookaside cache

- <a name="l-26"></a><span class="tm">13:08:42</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'd be tempted to start from a default position of "what does fedora infra do?"

- <a name="l-27"></a><span class="tm">13:09:01</span><span class="nk"> &lt;MerlinTHP_&gt;</span> If only that they've solved a lot of this stuff, and have existing tooling

- <a name="l-28"></a><span class="tm">13:09:10</span><span class="nk"> &lt;bstinson&gt;</span> I think FAS is on the radar

- <a name="l-29"></a><span class="tm">13:09:24</span><span class="nk"> &lt;kbsingh&gt;</span> i am not sure if FAS is indeed on the store for CentOS though - is it ?

- <a name="l-30"></a><span class="tm">13:09:38</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I've heard it mentioned, but nothing conclusive.

- <a name="l-31"></a><span class="tm">13:09:49</span><span class="nk"> &lt;kbsingh&gt;</span> there certainly hasent been any movement on that front - FAS was brought up a few times, but only in line with other potential solutions as well

- <a name="l-32"></a><span class="tm">13:09:49</span><span class="nk"> &lt;gwd&gt;</span> What's FAS?

- <a name="l-33"></a><span class="tm">13:09:57</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">alphacc:</span> atm git.c.o uses his internal auth DB

- <a name="l-34"></a><span class="tm">13:09:58</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">gwd:</span> the Fedora Accounting System

- <a name="l-35"></a><span class="tm">13:09:59</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Fedora Account System

- <a name="l-36"></a><span class="tm">13:10:24</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'm not sure we really want to build something from scratch.

- <a name="l-37"></a><span class="tm">13:10:33</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">Arrfab:</span> but gitblit does support ssl cert ?

- <a name="l-38"></a><span class="tm">13:10:45</span><span class="nk"> &lt;kbsingh&gt;</span> git.centos.org can more or less do anything, includiung ldap, krb, shared certs, shared ca, pub certs, internal pipe backend for auth or even static files

- <a name="l-39"></a><span class="tm">13:10:51</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">alphacc:</span> yes

- <a name="l-40"></a><span class="tm">13:10:57</span><span class="nk"> &lt;MerlinTHP_&gt;</span> What does g.c.o do now?

- <a name="l-41"></a><span class="tm">13:11:13</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">MerlinTHP_:</span> flat file, internal auth

- <a name="l-42"></a><span class="tm">13:11:24</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I suppose we're at the point of not having a huge userbase to reeducate

- <a name="l-43"></a><span class="tm">13:12:24</span><span class="nk"> &lt;kbsingh&gt;</span> are we talking purely in the context of git.centos.org + cbs.centos.org ? I guess having FAS like system would help if were to come up system wide for all of .centos.org - and we can move wiki + bugs + forums + other things to it as well

- <a name="l-44"></a><span class="tm">13:12:41</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'd suggest that ideally the latter

- <a name="l-45"></a><span class="tm">13:13:15</span><span class="nk"> &lt;MerlinTHP_&gt;</span> In addition to FAS, I'd be tempted to throw IPA into the ring as an option too.

- <a name="l-46"></a><span class="tm">13:13:48</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I spend a fair amount of time in $dayjob getting stuff to auth against our IPA instace.

- <a name="l-47"></a><span class="tm">13:14:04</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">MerlinTHP_:</span> such discussion started too, but the scope is wider than just cbs+git which is supposed to be the "to be discussed points" today

- <a name="l-48"></a><span class="tm">13:14:06</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">kbsingh:</span> yes. In term of interaction between cbs/git we just need people to be able to create branches at the git level

- <a name="l-49"></a><span class="tm">13:14:26</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">Arrfab:</span> agreed.

- <a name="l-50"></a><span class="tm">13:14:38</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Seems silly to build something just for cbs &amp; git, though

- <a name="l-51"></a><span class="tm">13:15:34</span><span class="nk"> &lt;kbsingh&gt;</span> how would branches in git.c.o work - at the moment, the distro brach is locked - noone can commit to those. and I've been working to have branch name be the sig name for someone

- <a name="l-52"></a><span class="tm">13:15:37</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> I think it's better to test the workflow for building and defer auth for later.

- <a name="l-53"></a><span class="tm">13:15:54</span><span class="nk"> &lt;kbsingh&gt;</span> eg. VirtSig people will need to work with their own branch - but wont be able to create and push to other ones, unless they had acl's for other sig's as well

- <a name="l-54"></a><span class="tm">13:16:21</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">alphacc:</span> I'm just a bit worried about getting people too familiar with something that we might well change later

- <a name="l-55"></a><span class="tm">13:16:21</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">MerlinTHP_:</span> agreed too, but it would be good to know what are the blockers now on the git/cbs status. and if common auth is the real issue, then another meeting around centralized auth can be foreseen :-)

- <a name="l-56"></a><span class="tm">13:17:19</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> the koji part won't change, and educate user to access git with pass or ssh key doesn't seems an issue for our audience

- <a name="l-57"></a><span class="tm">13:17:27</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">alphacc:</span> fair enough

- <a name="l-58"></a><span class="tm">13:17:40</span><span class="nk"> &lt;gwd&gt;</span> <span class="hi">kbsingh:</span> So I think we need to be able to have dev branches from which we can issue a pull request.

- <a name="l-59"></a><span class="tm">13:17:50</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> I would agree if it was for everybody.

- <a name="l-60"></a><span class="tm">13:18:29</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">alphacc:</span> I'm a bit worried that you don't scale, though ;)

- <a name="l-61"></a><span class="tm">13:18:37</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">alphacc:</span> you're doing all the account creation by hand atm?

- <a name="l-62"></a><span class="tm">13:19:04</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> correct. this is part of this week documentation effort.

- <a name="l-63"></a><span class="tm">13:19:05</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">MerlinTHP_:</span> yes, but afaik less than 10 people have access through approved SIGs

- <a name="l-64"></a><span class="tm">13:19:17</span><span class="nk"> &lt;kbsingh&gt;</span> in terms of forward-looking-planning, my estimate on user accounts to end of the year 2014 is 50

- <a name="l-65"></a><span class="tm">13:19:27</span><span class="nk"> &lt;MerlinTHP_&gt;</span> OK

- <a name="l-66"></a><span class="tm">13:19:27</span><span class="nk"> &lt;kbsingh&gt;</span> and in the next 18 momths, is to grow that to 150

- <a name="l-67"></a><span class="tm">13:19:44</span><span class="nk"> &lt;bstinson&gt;</span> which is not so bad

- <a name="l-68"></a><span class="tm">13:20:10</span><span class="nk"> &lt;kbsingh&gt;</span> most SIG's are only going to have a few people commiting into git.centos.org right ? I'm counting on the biggest ones having 10

- <a name="l-69"></a><span class="tm">13:20:18</span><span class="nk"> &lt;Evolution&gt;</span> I still think long-term it should be automated, rather than blocking on a specific person

- <a name="l-70"></a><span class="tm">13:20:27</span><span class="nk"> &lt;Evolution&gt;</span> or group of people.

- <a name="l-71"></a><span class="tm">13:20:31</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Mm

- <a name="l-72"></a><span class="tm">13:20:48</span><span class="nk"> &lt;MerlinTHP_&gt;</span> This is one of those "FAS has already solved this issue" things, tbh

- <a name="l-73"></a><span class="tm">13:21:04</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">gwd:</span> would'nt that be local though ? eg. if come of people want to do local branches ? or are you saying that people will need commit access to git.centos.org where from a 'privileged' account can merge into the production branch and issue a build req ?

- <a name="l-74"></a><span class="tm">13:21:06</span><span class="nk"> &lt;Evolution&gt;</span> yeah. fas or a bit of scripting around ipa.

- <a name="l-75"></a><span class="tm">13:21:11</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">Evolution:</span> exactly

- <a name="l-76"></a><span class="tm">13:21:27</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">Evolution:</span> yes agreed

- <a name="l-77"></a><span class="tm">13:21:36</span><span class="nk"> &lt;MerlinTHP_&gt;</span> TBH I personally like IPA a lot, but I'm trying not to be too biased ;)

- <a name="l-78"></a><span class="tm">13:22:01</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">gwd:</span> if we want the push coming to git.centos.org - we might need to workout some sort of a convention for personal branches.

- <a name="l-79"></a><span class="tm">13:22:18</span><span class="nk"> &lt;kbsingh&gt;</span> automate everything

- <a name="l-80"></a><span class="tm">13:22:49</span><span class="nk"> &lt;gwd&gt;</span> <span class="hi">kbsingh:</span> Well it doesn't need to be on git.c.o, if that's what you mean; it could be on gitorious/github/some other public repo.  But wherever it is, we want to be able to build from it.  At least, I assume the burden of testing to make sure it builds properly should be on the person sending the pull request, not on the person potentially doing the pulling. :-)

- <a name="l-81"></a><span class="tm">13:23:04</span><span class="nk"> &lt;kbsingh&gt;</span> specially, since automation is the only way to really make sure there is a 'user-exiting' cleanup process as well

- <a name="l-82"></a><span class="tm">13:23:15</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Just bear in mind that koji needs config for each git server you want to pull from

- <a name="l-83"></a><span class="tm">13:23:26</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">MerlinTHP_:</span> it will only pull from git.centos.org

- <a name="l-84"></a><span class="tm">13:23:27</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'd recommend only having koji pull from g.c.o

- <a name="l-85"></a><span class="tm">13:23:33</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Right.

- <a name="l-86"></a><span class="tm">13:23:39</span><span class="nk"> &lt;alphacc&gt;</span> yes

- <a name="l-87"></a><span class="tm">13:24:02</span><span class="nk"> &lt;MerlinTHP_&gt;</span> So anything you want to build has to end up in g.c.o, even if people are pushing to github or whatever

- <a name="l-88"></a><span class="tm">13:24:34</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">MerlinTHP_:</span> yes

- <a name="l-89"></a><span class="tm">13:24:43</span><span class="nk"> &lt;kbsingh&gt;</span> yeah, its a good problem domain to fix, its the classic who CI's and how does the CI queue work

- <a name="l-90"></a><span class="tm">13:24:46</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> There is SRPM use case, but I really didn't find any good reason.

- <a name="l-91"></a><span class="tm">13:24:47</span><span class="nk"> &lt;gwd&gt;</span> <span class="hi">MerlinTHP:</span> Then that would imply either 1) sending pull requests from trees that haven't been tested on koji or 2) having development trees on git.c.o so that things could be tested on koji before sending a pull request

- <a name="l-92"></a><span class="tm">13:25:06</span><span class="nk"> &lt;kbsingh&gt;</span> i wonder if we can have people do scratch builds, and the results be a consideation for people doing the pulls

- <a name="l-93"></a><span class="tm">13:25:16</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">gwd:</span> koji should not become a CI.

- <a name="l-94"></a><span class="tm">13:25:28</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Yeah, koji isn't great for CI

- <a name="l-95"></a><span class="tm">13:25:37</span><span class="nk"> &lt;kbsingh&gt;</span> i dont think gwd is talking CI though

- <a name="l-96"></a><span class="tm">13:25:51</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Right.

- <a name="l-97"></a><span class="tm">13:25:53</span><span class="nk"> &lt;kbsingh&gt;</span> were not testing the code, per se - its just to make sure the branch is buildable

- <a name="l-98"></a><span class="tm">13:26:04</span><span class="nk"> &lt;kbsingh&gt;</span> maybe --scratch builds might be a middle ground there ?

- <a name="l-99"></a><span class="tm">13:26:05</span><span class="nk"> &lt;alphacc&gt;</span> Yes just a warning, casue I have koji users :)

- <a name="l-100"></a><span class="tm">13:26:21</span><span class="nk"> &lt;gwd&gt;</span> Just because it build via an SRPM doesn't mean it will build from a git tree. :-)

- <a name="l-101"></a><span class="tm">13:26:44</span><span class="nk"> &lt;MerlinTHP_&gt;</span> There's not that much difference between koji building a package and mock on a user box, as long as mock is using the koji repos.

- <a name="l-102"></a><span class="tm">13:26:54</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">gwd:</span> right, but koji only ever builds from a srpm - the git is just where the srpm is stored, were never building from git

- <a name="l-103"></a><span class="tm">13:27:15</span><span class="nk"> &lt;kbsingh&gt;</span> when koji gets a build-this, it git checksout, make it into an srpm - then does the mock run to build rpms out of it

- <a name="l-104"></a><span class="tm">13:27:17</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Well, koji pulls the source from git and builds a srpm

- <a name="l-105"></a><span class="tm">13:27:24</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">kbsingh:</span> yes

- <a name="l-106"></a><span class="tm">13:27:24</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Yeah, tha

- <a name="l-107"></a><span class="tm">13:27:25</span><span class="nk"> &lt;MerlinTHP_&gt;</span> t

- <a name="l-108"></a><span class="tm">13:28:13</span><span class="nk"> &lt;bstinson&gt;</span> (bringing it back in a little bit) it sounds to me like we aren't quite ready to talk about long-term auth

- <a name="l-109"></a><span class="tm">13:28:21</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">nutshell:</span> gwd's point is that people need to be able to propose changes, without running their own buildsystems. right ?

- <a name="l-110"></a><span class="tm">13:28:24 </span><span class="nka">* MerlinTHP_</span> <span class="ac">is getting that ;)</span>

- <a name="l-111"></a><span class="tm">13:28:28</span><span class="nk"> &lt;MerlinTHP_&gt;</span> +feeling

- <a name="l-112"></a><span class="tm">13:29:30</span><span class="nk"> &lt;bstinson&gt;</span> what can we do in the short term to get people access to the lookaside caches? i know that's come up a couple of times

- <a name="l-113"></a><span class="tm">13:29:45</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Auth with the same SSL cert they use for koji?

- <a name="l-114"></a><span class="tm">13:30:10</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">bstinson:</span> I think we need at least docs on the process will be handled.

- <a name="l-115"></a><span class="tm">13:30:27</span><span class="nk"> &lt;MerlinTHP_&gt;</span> The upload script for fedora's lookaside is public, and can be easily adapted to our cache

- <a name="l-116"></a><span class="tm">13:31:07</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I can hunt that out if there's interest

- <a name="l-117"></a><span class="tm">13:31:07</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> can it be part of centpkg ?

- <a name="l-118"></a><span class="tm">13:31:11</span><span class="nk"> &lt;kbsingh&gt;</span> are we talking about https://git.centos.org/sources/ ?

- <a name="l-119"></a><span class="tm">13:31:26</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">kbsingh:</span> yes

- <a name="l-120"></a><span class="tm">13:31:27</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Yeah

- <a name="l-121"></a><span class="tm">13:31:35</span><span class="nk"> &lt;kbsingh&gt;</span> the privileged path to that store is via ssh or rsync over ssh at the moment

- <a name="l-122"></a><span class="tm">13:31:42</span><span class="nk"> &lt;Evolution&gt;</span> 868963

- <a name="l-123"></a><span class="tm">13:31:43</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Hmm

- <a name="l-124"></a><span class="tm">13:31:58</span><span class="nk"> &lt;kbsingh&gt;</span> but its a flat filesystem, so a cgi script ( like what fedora use ) might be easy to adapt, and we can protect branches at the unix level

- <a name="l-125"></a><span class="tm">13:32:09</span><span class="nk"> &lt;Evolution&gt;</span> 195082

- <a name="l-126"></a><span class="tm">13:32:16</span><span class="nk"> &lt;kbsingh&gt;</span> ( ie. I can make sure the buildsystem and distro branches are owned by someone else )

- <a name="l-127"></a><span class="tm">13:32:27</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">Evolution:</span> move your yubi key to a different usb port

- <a name="l-128"></a><span class="tm">13:32:32</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Heh

- <a name="l-129"></a><span class="tm">13:32:36</span><span class="nk"> &lt;alphacc&gt;</span> ah ah

- <a name="l-130"></a><span class="tm">13:32:39</span><span class="nk"> &lt;Evolution&gt;</span> bah, was dialing phone.

- <a name="l-131"></a><span class="tm">13:32:47</span><span class="nk"> &lt;kbsingh&gt;</span> alternatively, folks - anyone needing to break into Evolution's 2FA accounts, you ahve about 180 seconds to use those two codes

- <a name="l-132"></a><span class="tm">13:32:48 </span><span class="nka">* Evolution</span> <span class="ac">moves laptop</span>

- <a name="l-133"></a><span class="tm">13:32:50</span><span class="nk"> &lt;MerlinTHP_&gt;</span> No, you weren't ;)

- <a name="l-134"></a><span class="tm">13:32:55</span><span class="nk"> &lt;bstinson&gt;</span> heh

- <a name="l-135"></a><span class="tm">13:33:18</span><span class="nk"> &lt;kbsingh&gt;</span> i need a better keyboard, way too many typos

- <a name="l-136"></a><span class="tm">13:33:31</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">alphacc:</span> to answer your question, it's already built into rpkg we just need to figure out how to say if a user has upload privs or not

- <a name="l-137"></a><span class="tm">13:33:32</span><span class="nk"> &lt;kbsingh&gt;</span> so, what / how would centpkg integrate with the sources / lookaside push ?

- <a name="l-138"></a><span class="tm">13:33:47</span><span class="nk"> &lt;MerlinTHP_&gt;</span> centpkg has upload support

- <a name="l-139"></a><span class="tm">13:33:57</span><span class="nk"> &lt;MerlinTHP_&gt;</span> It needs tweaking for centos' cache layout

- <a name="l-140"></a><span class="tm">13:34:11</span><span class="nk"> &lt;MerlinTHP_&gt;</span> It does an HTTPS request with the client cert for auth

- <a name="l-141"></a><span class="tm">13:34:42</span><span class="nk"> &lt;MerlinTHP_&gt;</span> sorry, rpkg has that, centpkg can override that code

- <a name="l-142"></a><span class="tm">13:35:02</span><span class="nk"> &lt;alphacc&gt;</span> ok

- <a name="l-143"></a><span class="tm">13:35:14</span><span class="nk"> &lt;kbsingh&gt;</span> what do we need on the server to support that push ?

- <a name="l-144"></a><span class="tm">13:35:31</span><span class="nk"> &lt;MerlinTHP_&gt;</span> A CGI script on an HTTPS server with some client auth config

- <a name="l-145"></a><span class="tm">13:35:41</span><span class="nk"> &lt;MerlinTHP_&gt;</span> So cgi + httpd config

- <a name="l-146"></a><span class="tm">13:35:47</span><span class="nk"> &lt;kbsingh&gt;</span> what sort of auth backend can that support ?

- <a name="l-147"></a><span class="tm">13:36:05</span><span class="nk"> &lt;kbsingh&gt;</span> also, upload via https.... is going to need some multipart fluffery

- <a name="l-148"></a><span class="tm">13:36:40</span><span class="nk"> &lt;MerlinTHP_&gt;</span> That bit is a solved problem, afaik.  rpkg already does it

- <a name="l-149"></a><span class="tm">13:36:57</span><span class="nk"> &lt;MerlinTHP_&gt;</span> The server validates the client cert against our CA

- <a name="l-150"></a><span class="tm">13:37:14</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Needs a CRL to be able to revoke certs.

- <a name="l-151"></a><span class="tm">13:38:14</span><span class="nk"> &lt;kbsingh&gt;</span> right, so this would then share the ca with koji ?

- <a name="l-152"></a><span class="tm">13:38:19</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Yeah

- <a name="l-153"></a><span class="tm">13:38:39</span><span class="nk"> &lt;kbsingh&gt;</span> and we'd need to have git.centos.org also then use the same CA

- <a name="l-154"></a><span class="tm">13:38:47</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Mm

- <a name="l-155"></a><span class="tm">13:38:55</span><span class="nk"> &lt;MerlinTHP_&gt;</span> IPA getting more attractive by the second...

- <a name="l-156"></a><span class="tm">13:38:56</span><span class="nk"> &lt;MerlinTHP_&gt;</span> ;)

- <a name="l-157"></a><span class="tm">13:39:31</span><span class="nk"> &lt;alphacc&gt;</span> if we keep the koji CA (and use it for soemthing else) we may want to move easy_rsa + git-crypt (for scaling issue)

- <a name="l-158"></a><span class="tm">13:39:37</span><span class="nk"> &lt;alphacc&gt;</span> or FreeIPA ;)

- <a name="l-159"></a><span class="tm">13:40:36</span><span class="nk"> &lt;gwd&gt;</span> I'm more of a stout man myself...

- <a name="l-160"></a><span class="tm">13:40:40</span><span class="nk"> &lt;kbsingh&gt;</span> gitblit can maknss calls as well if that makes life easier

- <a name="l-161"></a><span class="tm">13:40:53</span><span class="nk"> &lt;kbsingh&gt;</span> can make nss

- <a name="l-162"></a><span class="tm">13:41:22</span><span class="nk"> &lt;kbsingh&gt;</span> from the git.centos.org perspective, we can use pretty much anything and it will consume it .

- <a name="l-163"></a><span class="tm">13:41:27 </span><span class="nka">* MerlinTHP_</span> <span class="ac">nods.</span>

- <a name="l-164"></a><span class="tm">13:41:49</span><span class="nk"> &lt;kbsingh&gt;</span> there are 2 things that we need to protect though - (1) there is always going to be a privileged path for rhel sources and buildsystem feedback - both of those can never fail

- <a name="l-165"></a><span class="tm">13:42:09</span><span class="nk"> &lt;kbsingh&gt;</span> and (2) we need a way to gurantee branch names and commit access to branch names is locked down

- <a name="l-166"></a><span class="tm">13:42:33</span><span class="nk"> &lt;bstinson&gt;</span> does gitblit currently give you that control?

- <a name="l-167"></a><span class="tm">13:42:34</span><span class="nk"> &lt;kbsingh&gt;</span> so if the auth setup is going to happen at koji CA - that needs to provide a user:sig name mapping which can be used to map users:branch

- <a name="l-168"></a><span class="tm">13:42:34</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Can gitblit do that per-branch stuff?

- <a name="l-169"></a><span class="tm">13:42:38</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">bstinson:</span> yes.

- <a name="l-170"></a><span class="tm">13:42:52</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Hrm

- <a name="l-171"></a><span class="tm">13:43:20</span><span class="nk"> &lt;MerlinTHP_&gt;</span> We need more than just a CA for this

- <a name="l-172"></a><span class="tm">13:43:30</span><span class="nk"> &lt;MerlinTHP_&gt;</span> CA + something with groups and things like that.

- <a name="l-173"></a><span class="tm">13:43:33</span><span class="nk"> &lt;kbsingh&gt;</span> I worked with the author of gitblit ( james moger ) to work that in, and I've made some more tweaks at this end that make it work quite nicely

- <a name="l-174"></a><span class="tm">13:43:49</span><span class="nk"> &lt;MerlinTHP_&gt;</span> That's cool.

- <a name="l-175"></a><span class="tm">13:44:10</span><span class="nk"> &lt;kbsingh&gt;</span> for the git code itself, and the lookaside cache - the privleged path is via ssh

- <a name="l-176"></a><span class="tm">13:44:28</span><span class="nk"> &lt;kbsingh&gt;</span> and gitblit does not mind that, it will happy refresh local git content cache if it finds the underlaying storage changee

- <a name="l-177"></a><span class="tm">13:44:53</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'd have assumed that git+ssh was the default push method anyway

- <a name="l-178"></a><span class="tm">13:45:06</span><span class="nk"> &lt;kbsingh&gt;</span> fwiw, gitolite can also consume and implement a user:branch mapping

- <a name="l-179"></a><span class="tm">13:45:37</span><span class="nk"> &lt;kbsingh&gt;</span> push mode for git is over https

- <a name="l-180"></a><span class="tm">13:45:41</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Oh, ok

- <a name="l-181"></a><span class="tm">13:45:54</span><span class="nk"> &lt;kbsingh&gt;</span> thinking there is that if we need entity verification, an EV cert will give you that

- <a name="l-182"></a><span class="tm">13:46:31</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Do we have a cert revocation system for the current koji CA?

- <a name="l-183"></a><span class="tm">13:46:48</span><span class="nk"> &lt;MerlinTHP_&gt;</span> If I lose my laptop with koji cert now, what happens?

- <a name="l-184"></a><span class="tm">13:47:09</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> we can revoke access to koji

- <a name="l-185"></a><span class="tm">13:47:23</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> no crl right now but agreed it's needed.

- <a name="l-186"></a><span class="tm">13:47:55</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Is that turn off the user, or turn off the cert?

- <a name="l-187"></a><span class="tm">13:48:05</span><span class="nk"> &lt;MerlinTHP_&gt;</span> ( so to speak )

- <a name="l-188"></a><span class="tm">13:48:16</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> user

- <a name="l-189"></a><span class="tm">13:48:21 </span><span class="nka">* MerlinTHP_</span> <span class="ac">nods.</span>

- <a name="l-190"></a><span class="tm">13:49:02</span><span class="nk"> &lt;bstinson&gt;</span> ok, let's start wrapping up

- <a name="l-191"></a><span class="tm">13:49:07</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> user-rsa when Arrfab show me it existed. I don't want to reinvent the wheel.

- <a name="l-192"></a><span class="tm">13:49:16</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">alphacc:</span> *nod*

- <a name="l-193"></a><span class="tm">13:49:23</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP_:</span> easy_rsa

- <a name="l-194"></a><span class="tm">13:49:26</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Being a CA is a PITA.

- <a name="l-195"></a><span class="tm">13:49:45</span><span class="nk"> &lt;MerlinTHP_&gt;</span> OK, so, do we have any sort of consensus? :)

- <a name="l-196"></a><span class="tm">13:49:54</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Or anything to have a consensus about

- <a name="l-197"></a><span class="tm">13:50:34</span><span class="nk"> &lt;MerlinTHP_&gt;</span> koji requires either SSL or KRB auth, and we're using SSL.  Trying to use that for everything we can sounds appropriate?

- <a name="l-198"></a><span class="tm">13:50:44</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Sounds like g.c.o can use it

- <a name="l-199"></a><span class="tm">13:51:07</span><span class="nk"> &lt;bstinson&gt;</span> so (if i'm understanding correctly), we want gitblit to talk to the koji CA but we need to work out some name:sig mappings, and we want to look at having the lookaside cache use the fedora-style cgi script

- <a name="l-200"></a><span class="tm">13:51:08</span><span class="nk"> &lt;MerlinTHP_&gt;</span> We need a way to store cert / user / group / sig info

- <a name="l-201"></a><span class="tm">13:52:00</span><span class="nk"> &lt;kbsingh&gt;</span> yeah, if we can get some groups info in there that would rock

- <a name="l-202"></a><span class="tm">13:52:16</span><span class="nk"> &lt;MerlinTHP_&gt;</span> OK

- <a name="l-203"></a><span class="tm">13:52:16</span><span class="nk"> &lt;kbsingh&gt;</span> if not, we can always store user:group mappings in gitblit itself, and just have it querry the CA for auth

- <a name="l-204"></a><span class="tm">13:52:31</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I reckon we probably want that centrally too

- <a name="l-205"></a><span class="tm">13:52:41</span><span class="nk"> &lt;kbsingh&gt;</span> and i presume the upload script can do something with the same CA as well ... if so - then we should trial it - or start trialing it at git.dev.centos.org

- <a name="l-206"></a><span class="tm">13:52:53</span><span class="nk"> &lt;kbsingh&gt;</span> yeah, ideally all the info would be in one place

- <a name="l-207"></a><span class="tm">13:53:01</span><span class="nk"> &lt;MerlinTHP_&gt;</span> It's the httpd config rather than the script itself, but yeah

- <a name="l-208"></a><span class="tm">13:53:40</span><span class="nk"> &lt;kbsingh&gt;</span> ah i see

- <a name="l-209"></a><span class="tm">13:53:50</span><span class="nk"> &lt;kbsingh&gt;</span> but will that be able to map user's to dir names ?

- <a name="l-210"></a><span class="tm">13:53:59</span><span class="nk"> &lt;bstinson&gt;</span> once all that's in place we can sculpt centpkg around our setup

- <a name="l-211"></a><span class="tm">13:54:04</span><span class="nk"> &lt;kbsingh&gt;</span> eg. if someone is locked to branch 'virtsig' they can only upload into &lt;packagename&gt;/virtsig/

- <a name="l-212"></a><span class="tm">13:54:17</span><span class="nk"> &lt;MerlinTHP_&gt;</span> <span class="hi">kbsingh:</span> ok, that bit would need script changes :)

- <a name="l-213"></a><span class="tm">13:54:40</span><span class="nk"> &lt;MerlinTHP_&gt;</span> the httpd-level stuff is authn, the authz would need to be in the script, I think

- <a name="l-214"></a><span class="tm">13:55:28</span><span class="nk"> &lt;bstinson&gt;</span> Is MerlinTHP_ volunteering to look at that for the next meeting?

- <a name="l-215"></a><span class="tm">13:55:36</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Sure

- <a name="l-216"></a><span class="tm">13:56:30</span><span class="nk"> &lt;bstinson&gt;</span> ok, great!

- <a name="l-217"></a><span class="tm">13:56:35</span><span class="nk"> &lt;MerlinTHP_&gt;</span> :)

- <a name="l-218"></a><span class="tm">13:56:47</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Running out of meeting

- <a name="l-219"></a><span class="tm">13:56:48</span><span class="nk"> &lt;kbsingh&gt;</span> when are we meeting next ?

- <a name="l-220"></a><span class="tm">13:56:54</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Same time next week?

- <a name="l-221"></a><span class="tm">13:57:09</span><span class="nk"> &lt;kbsingh&gt;</span> ok, weekly works, but longer term we should think about making it bi-weekly

- <a name="l-222"></a><span class="tm">13:57:13</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Sure

- <a name="l-223"></a><span class="tm">13:57:18</span><span class="nk"> &lt;kbsingh&gt;</span> maybe do ~ 6 weekly ones ?

- <a name="l-224"></a><span class="tm">13:57:21</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">Next meeting: Monday 22-Sept 2014 13:00 UTC</span>

- <a name="l-225"></a><span class="tm">13:57:36</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">kbsingh:</span> that's reasonable

- <a name="l-226"></a><span class="tm">13:57:40 </span><span class="nka">* MerlinTHP_</span> <span class="ac">nods.</span>

- <a name="l-227"></a><span class="tm">13:58:12</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">We will be doing 6 weekly meetings, then moving to a bi-weekly schedule</span>

- <a name="l-228"></a><span class="tm">13:58:14</span><span class="nk"> &lt;lalatenduM&gt;</span> works for /Me

- <a name="l-229"></a><span class="tm">13:58:24</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Is there a meetbot give-merlinthp-an-action command? ;)

- <a name="l-230"></a><span class="tm">13:58:41 </span><span class="nka">* MerlinTHP_</span> <span class="ac">should read the manual</span>

- <a name="l-231"></a><span class="tm">13:59:20</span><span class="nk"> &lt;lalatenduM&gt;</span> does "#action" work

- <a name="l-232"></a><span class="tm">13:59:21</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#action </span><span class="cmdline">MerlinTHP_ Research lookaside cache authentication and upload permissions</span>

- <a name="l-233"></a><span class="tm">13:59:35</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Ah :)

- <a name="l-234"></a><span class="tm">13:59:42</span><span class="nk"> &lt;bstinson&gt;</span> i think i said that right

- <a name="l-235"></a><span class="tm">13:59:52</span><span class="nk"> &lt;MerlinTHP_&gt;</span> Works for me.

- <a name="l-236"></a><span class="tm">13:59:54</span><span class="nk"> &lt;bstinson&gt;</span> anything else that needs to go in the minutes?

- <a name="l-237"></a><span class="tm">14:00:07</span><span class="nk"> &lt;kbsingh&gt;</span> is someone going to look at storing user:groups in the koji auth layers

- <a name="l-238"></a><span class="tm">14:00:18</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'll have a think about that too

- <a name="l-239"></a><span class="tm">14:00:19</span><span class="nk"> &lt;kbsingh&gt;</span> there must be something like this already - since users are limited to some tag's and targets

- <a name="l-240"></a><span class="tm">14:00:27</span><span class="nk"> &lt;kbsingh&gt;</span> cant those just be the groups and sig names as well

- <a name="l-241"></a><span class="tm">14:01:32</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">kbsingh:</span> user are limited to the tagging action not to some target. This policy stuff need investigation. I don't think there is a group directive.

- <a name="l-242"></a><span class="tm">14:02:54</span><span class="nk"> &lt;MerlinTHP_&gt;</span> OK, so we done with the meeting? :)

- <a name="l-243"></a><span class="tm">14:02:59</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">gwd:</span> i think that was you who sent a message to -devel with other agenda items, sorry our discussion sort of trampled over yours

- <a name="l-244"></a><span class="tm">14:03:00</span><span class="nk"> &lt;alphacc&gt;</span> <span class="cmd">#action </span><span class="cmdline">alphacc investigate koji policy for cbs.</span>

- <a name="l-245"></a><span class="tm">14:03:08</span><span class="nk"> &lt;bstinson&gt;</span> hopefully there will be time for an open-flood next week

- <a name="l-246"></a><span class="tm">14:03:53</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">send agenda items for next week to the centos-devel@centos.org</span>

- <a name="l-247"></a><span class="tm">14:04:01</span><span class="nk"> &lt;bstinson&gt;</span> 1 minute warning before I close the minutes

- <a name="l-248"></a><span class="tm">14:04:16</span><span class="nk"> &lt;MerlinTHP_&gt;</span> I'm good.

- <a name="l-249"></a><span class="tm">14:04:44</span><span class="nk"> &lt;kbsingh&gt;</span> same here

- <a name="l-250"></a><span class="tm">14:05:02</span><span class="nk"> &lt;kbsingh&gt;</span> i think were going to need some of these sessions of just open chat before we start working on and only on agenda items.

- <a name="l-251"></a><span class="tm">14:05:04</span><span class="nk"> &lt;alphacc&gt;</span> ok with me.

- <a name="l-252"></a><span class="tm">14:05:28</span><span class="nk"> &lt;bstinson&gt;</span> sure thing

- <a name="l-253"></a><span class="tm">14:05:31</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,253 +0,0 @@ 

- 13:01:06 <bstinson> #startmeeting

- 13:01:06 <centbot> Meeting started Mon Sep 15 13:01:06 2014 UTC.  The chair is bstinson. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 13:01:06 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 13:01:27 <bstinson> #meetingname CBS-Infra-2014-09-15

- 13:01:27 <centbot> The meeting name has been set to 'cbs-infra-2014-09-15'

- 13:01:52 <bstinson> #chair alphacc Arrfab kbsingh bstinson MerlinTHP_

- 13:01:52 <centbot> Current chairs: Arrfab MerlinTHP_ alphacc bstinson kbsingh

- 13:02:45 <bstinson> #topic Is this a good time to meet?

- 13:02:54 <MerlinTHP_> Well, it works for me :)

- 13:03:51 <alphacc> Me too if we keep it under 30 min

- 13:04:01 <bstinson> Good, I think we should make this a regular thing (weekly, or every-other-week) for a while until we run out of things to talk about

- 13:04:09 * MerlinTHP_ nods.

- 13:04:11 <bstinson> short meetings are good

- 13:04:17 <alphacc> I think weekly is good for now.

- 13:04:39 <MerlinTHP_> Agreed, i imagine we can find things to talk about

- 13:04:57 <wolfy> works for me too. although I am just a lurker

- 13:05:18 <bstinson> #agreed Weekly meetings on Monday at 13:00 UTC

- 13:06:36 * lalatenduM is here too

- 13:06:54 <bstinson> #topic SIG/Developer authentication

- 13:07:39 <alphacc> so far cbs has his own CA, I don't know the status of git.c.o auth

- 13:07:53 * MerlinTHP_ assumes it's ssh key auth

- 13:07:59 <MerlinTHP_> Can anyone confirm?

- 13:08:08 * kbsingh is here

- 13:08:14 * gwd is here

- 13:08:17 <bstinson> we also need to worry about the lookaside cache

- 13:08:42 <MerlinTHP_> I'd be tempted to start from a default position of "what does fedora infra do?"

- 13:09:01 <MerlinTHP_> If only that they've solved a lot of this stuff, and have existing tooling

- 13:09:10 <bstinson> I think FAS is on the radar

- 13:09:24 <kbsingh> i am not sure if FAS is indeed on the store for CentOS though - is it ?

- 13:09:38 <MerlinTHP_> I've heard it mentioned, but nothing conclusive.

- 13:09:49 <kbsingh> there certainly hasent been any movement on that front - FAS was brought up a few times, but only in line with other potential solutions as well

- 13:09:49 <gwd> What's FAS?

- 13:09:57 <Arrfab> alphacc: atm git.c.o uses his internal auth DB

- 13:09:58 <kbsingh> gwd: the Fedora Accounting System

- 13:09:59 <MerlinTHP_> Fedora Account System

- 13:10:24 <MerlinTHP_> I'm not sure we really want to build something from scratch.

- 13:10:33 <alphacc> Arrfab: but gitblit does support ssl cert ?

- 13:10:45 <kbsingh> git.centos.org can more or less do anything, includiung ldap, krb, shared certs, shared ca, pub certs, internal pipe backend for auth or even static files

- 13:10:51 <kbsingh> alphacc: yes

- 13:10:57 <MerlinTHP_> What does g.c.o do now?

- 13:11:13 <kbsingh> MerlinTHP_: flat file, internal auth

- 13:11:24 <MerlinTHP_> I suppose we're at the point of not having a huge userbase to reeducate

- 13:12:24 <kbsingh> are we talking purely in the context of git.centos.org + cbs.centos.org ? I guess having FAS like system would help if were to come up system wide for all of .centos.org - and we can move wiki + bugs + forums + other things to it as well

- 13:12:41 <MerlinTHP_> I'd suggest that ideally the latter

- 13:13:15 <MerlinTHP_> In addition to FAS, I'd be tempted to throw IPA into the ring as an option too.

- 13:13:48 <MerlinTHP_> I spend a fair amount of time in $dayjob getting stuff to auth against our IPA instace.

- 13:14:04 <Arrfab> MerlinTHP_: such discussion started too, but the scope is wider than just cbs+git which is supposed to be the "to be discussed points" today

- 13:14:06 <alphacc> kbsingh: yes. In term of interaction between cbs/git we just need people to be able to create branches at the git level

- 13:14:26 <MerlinTHP_> Arrfab: agreed.

- 13:14:38 <MerlinTHP_> Seems silly to build something just for cbs & git, though

- 13:15:34 <kbsingh> how would branches in git.c.o work - at the moment, the distro brach is locked - noone can commit to those. and I've been working to have branch name be the sig name for someone

- 13:15:37 <alphacc> MerlinTHP_: I think it's better to test the workflow for building and defer auth for later.

- 13:15:54 <kbsingh> eg. VirtSig people will need to work with their own branch - but wont be able to create and push to other ones, unless they had acl's for other sig's as well

- 13:16:21 <MerlinTHP_> alphacc: I'm just a bit worried about getting people too familiar with something that we might well change later

- 13:16:21 <Arrfab> MerlinTHP_: agreed too, but it would be good to know what are the blockers now on the git/cbs status. and if common auth is the real issue, then another meeting around centralized auth can be foreseen :-)

- 13:17:19 <alphacc> MerlinTHP_: the koji part won't change, and educate user to access git with pass or ssh key doesn't seems an issue for our audience

- 13:17:27 <MerlinTHP_> alphacc: fair enough

- 13:17:40 <gwd> kbsingh: So I think we need to be able to have dev branches from which we can issue a pull request.

- 13:17:50 <alphacc> MerlinTHP_: I would agree if it was for everybody.

- 13:18:29 <MerlinTHP_> alphacc: I'm a bit worried that you don't scale, though ;)

- 13:18:37 <MerlinTHP_> alphacc: you're doing all the account creation by hand atm?

- 13:19:04 <alphacc> MerlinTHP_: correct. this is part of this week documentation effort.

- 13:19:05 <Arrfab> MerlinTHP_: yes, but afaik less than 10 people have access through approved SIGs

- 13:19:17 <kbsingh> in terms of forward-looking-planning, my estimate on user accounts to end of the year 2014 is 50

- 13:19:27 <MerlinTHP_> OK

- 13:19:27 <kbsingh> and in the next 18 momths, is to grow that to 150

- 13:19:44 <bstinson> which is not so bad

- 13:20:10 <kbsingh> most SIG's are only going to have a few people commiting into git.centos.org right ? I'm counting on the biggest ones having 10

- 13:20:18 <Evolution> I still think long-term it should be automated, rather than blocking on a specific person

- 13:20:27 <Evolution> or group of people.

- 13:20:31 <MerlinTHP_> Mm

- 13:20:48 <MerlinTHP_> This is one of those "FAS has already solved this issue" things, tbh

- 13:21:04 <kbsingh> gwd: would'nt that be local though ? eg. if come of people want to do local branches ? or are you saying that people will need commit access to git.centos.org where from a 'privileged' account can merge into the production branch and issue a build req ?

- 13:21:06 <Evolution> yeah. fas or a bit of scripting around ipa.

- 13:21:11 <MerlinTHP_> Evolution: exactly

- 13:21:27 <alphacc> Evolution: yes agreed

- 13:21:36 <MerlinTHP_> TBH I personally like IPA a lot, but I'm trying not to be too biased ;)

- 13:22:01 <kbsingh> gwd: if we want the push coming to git.centos.org - we might need to workout some sort of a convention for personal branches.

- 13:22:18 <kbsingh> automate everything

- 13:22:49 <gwd> kbsingh: Well it doesn't need to be on git.c.o, if that's what you mean; it could be on gitorious/github/some other public repo.  But wherever it is, we want to be able to build from it.  At least, I assume the burden of testing to make sure it builds properly should be on the person sending the pull request, not on the person potentially doing the pulling. :-)

- 13:23:04 <kbsingh> specially, since automation is the only way to really make sure there is a 'user-exiting' cleanup process as well

- 13:23:15 <MerlinTHP_> Just bear in mind that koji needs config for each git server you want to pull from

- 13:23:26 <kbsingh> MerlinTHP_: it will only pull from git.centos.org

- 13:23:27 <MerlinTHP_> I'd recommend only having koji pull from g.c.o

- 13:23:33 <MerlinTHP_> Right.

- 13:23:39 <alphacc> yes

- 13:24:02 <MerlinTHP_> So anything you want to build has to end up in g.c.o, even if people are pushing to github or whatever

- 13:24:34 <Arrfab> MerlinTHP_: yes

- 13:24:43 <kbsingh> yeah, its a good problem domain to fix, its the classic who CI's and how does the CI queue work

- 13:24:46 <alphacc> MerlinTHP_: There is SRPM use case, but I really didn't find any good reason.

- 13:24:47 <gwd> MerlinTHP: Then that would imply either 1) sending pull requests from trees that haven't been tested on koji or 2) having development trees on git.c.o so that things could be tested on koji before sending a pull request

- 13:25:06 <kbsingh> i wonder if we can have people do scratch builds, and the results be a consideation for people doing the pulls

- 13:25:16 <alphacc> gwd: koji should not become a CI.

- 13:25:28 <MerlinTHP_> Yeah, koji isn't great for CI

- 13:25:37 <kbsingh> i dont think gwd is talking CI though

- 13:25:51 <MerlinTHP_> Right.

- 13:25:53 <kbsingh> were not testing the code, per se - its just to make sure the branch is buildable

- 13:26:04 <kbsingh> maybe --scratch builds might be a middle ground there ?

- 13:26:05 <alphacc> Yes just a warning, casue I have koji users :)

- 13:26:21 <gwd> Just because it build via an SRPM doesn't mean it will build from a git tree. :-)

- 13:26:44 <MerlinTHP_> There's not that much difference between koji building a package and mock on a user box, as long as mock is using the koji repos.

- 13:26:54 <kbsingh> gwd: right, but koji only ever builds from a srpm - the git is just where the srpm is stored, were never building from git

- 13:27:15 <kbsingh> when koji gets a build-this, it git checksout, make it into an srpm - then does the mock run to build rpms out of it

- 13:27:17 <MerlinTHP_> Well, koji pulls the source from git and builds a srpm

- 13:27:24 <alphacc> kbsingh: yes

- 13:27:24 <MerlinTHP_> Yeah, tha

- 13:27:25 <MerlinTHP_> t

- 13:28:13 <bstinson> (bringing it back in a little bit) it sounds to me like we aren't quite ready to talk about long-term auth

- 13:28:21 <kbsingh> nutshell: gwd's point is that people need to be able to propose changes, without running their own buildsystems. right ?

- 13:28:24 * MerlinTHP_ is getting that ;)

- 13:28:28 <MerlinTHP_> +feeling

- 13:29:30 <bstinson> what can we do in the short term to get people access to the lookaside caches? i know that's come up a couple of times

- 13:29:45 <MerlinTHP_> Auth with the same SSL cert they use for koji?

- 13:30:10 <alphacc> bstinson: I think we need at least docs on the process will be handled.

- 13:30:27 <MerlinTHP_> The upload script for fedora's lookaside is public, and can be easily adapted to our cache

- 13:31:07 <MerlinTHP_> I can hunt that out if there's interest

- 13:31:07 <alphacc> MerlinTHP_: can it be part of centpkg ?

- 13:31:11 <kbsingh> are we talking about https://git.centos.org/sources/ ?

- 13:31:26 <bstinson> kbsingh: yes

- 13:31:27 <MerlinTHP_> Yeah

- 13:31:35 <kbsingh> the privileged path to that store is via ssh or rsync over ssh at the moment

- 13:31:42 <Evolution> 868963

- 13:31:43 <MerlinTHP_> Hmm

- 13:31:58 <kbsingh> but its a flat filesystem, so a cgi script ( like what fedora use ) might be easy to adapt, and we can protect branches at the unix level

- 13:32:09 <Evolution> 195082

- 13:32:16 <kbsingh> ( ie. I can make sure the buildsystem and distro branches are owned by someone else )

- 13:32:27 <kbsingh> Evolution: move your yubi key to a different usb port

- 13:32:32 <MerlinTHP_> Heh

- 13:32:36 <alphacc> ah ah

- 13:32:39 <Evolution> bah, was dialing phone.

- 13:32:47 <kbsingh> alternatively, folks - anyone needing to break into Evolution's 2FA accounts, you ahve about 180 seconds to use those two codes

- 13:32:48 * Evolution moves laptop

- 13:32:50 <MerlinTHP_> No, you weren't ;)

- 13:32:55 <bstinson> heh

- 13:33:18 <kbsingh> i need a better keyboard, way too many typos

- 13:33:31 <bstinson> alphacc: to answer your question, it's already built into rpkg we just need to figure out how to say if a user has upload privs or not

- 13:33:32 <kbsingh> so, what / how would centpkg integrate with the sources / lookaside push ?

- 13:33:47 <MerlinTHP_> centpkg has upload support

- 13:33:57 <MerlinTHP_> It needs tweaking for centos' cache layout

- 13:34:11 <MerlinTHP_> It does an HTTPS request with the client cert for auth

- 13:34:42 <MerlinTHP_> sorry, rpkg has that, centpkg can override that code

- 13:35:02 <alphacc> ok

- 13:35:14 <kbsingh> what do we need on the server to support that push ?

- 13:35:31 <MerlinTHP_> A CGI script on an HTTPS server with some client auth config

- 13:35:41 <MerlinTHP_> So cgi + httpd config

- 13:35:47 <kbsingh> what sort of auth backend can that support ?

- 13:36:05 <kbsingh> also, upload via https.... is going to need some multipart fluffery

- 13:36:40 <MerlinTHP_> That bit is a solved problem, afaik.  rpkg already does it

- 13:36:57 <MerlinTHP_> The server validates the client cert against our CA

- 13:37:14 <MerlinTHP_> Needs a CRL to be able to revoke certs.

- 13:38:14 <kbsingh> right, so this would then share the ca with koji ?

- 13:38:19 <MerlinTHP_> Yeah

- 13:38:39 <kbsingh> and we'd need to have git.centos.org also then use the same CA

- 13:38:47 <MerlinTHP_> Mm

- 13:38:55 <MerlinTHP_> IPA getting more attractive by the second...

- 13:38:56 <MerlinTHP_> ;)

- 13:39:31 <alphacc> if we keep the koji CA (and use it for soemthing else) we may want to move easy_rsa + git-crypt (for scaling issue)

- 13:39:37 <alphacc> or FreeIPA ;)

- 13:40:36 <gwd> I'm more of a stout man myself...

- 13:40:40 <kbsingh> gitblit can maknss calls as well if that makes life easier

- 13:40:53 <kbsingh> can make nss

- 13:41:22 <kbsingh> from the git.centos.org perspective, we can use pretty much anything and it will consume it .

- 13:41:27 * MerlinTHP_ nods.

- 13:41:49 <kbsingh> there are 2 things that we need to protect though - (1) there is always going to be a privileged path for rhel sources and buildsystem feedback - both of those can never fail

- 13:42:09 <kbsingh> and (2) we need a way to gurantee branch names and commit access to branch names is locked down

- 13:42:33 <bstinson> does gitblit currently give you that control?

- 13:42:34 <kbsingh> so if the auth setup is going to happen at koji CA - that needs to provide a user:sig name mapping which can be used to map users:branch

- 13:42:34 <MerlinTHP_> Can gitblit do that per-branch stuff?

- 13:42:38 <kbsingh> bstinson: yes.

- 13:42:52 <MerlinTHP_> Hrm

- 13:43:20 <MerlinTHP_> We need more than just a CA for this

- 13:43:30 <MerlinTHP_> CA + something with groups and things like that.

- 13:43:33 <kbsingh> I worked with the author of gitblit ( james moger ) to work that in, and I've made some more tweaks at this end that make it work quite nicely

- 13:43:49 <MerlinTHP_> That's cool.

- 13:44:10 <kbsingh> for the git code itself, and the lookaside cache - the privleged path is via ssh

- 13:44:28 <kbsingh> and gitblit does not mind that, it will happy refresh local git content cache if it finds the underlaying storage changee

- 13:44:53 <MerlinTHP_> I'd have assumed that git+ssh was the default push method anyway

- 13:45:06 <kbsingh> fwiw, gitolite can also consume and implement a user:branch mapping

- 13:45:37 <kbsingh> push mode for git is over https

- 13:45:41 <MerlinTHP_> Oh, ok

- 13:45:54 <kbsingh> thinking there is that if we need entity verification, an EV cert will give you that

- 13:46:31 <MerlinTHP_> Do we have a cert revocation system for the current koji CA?

- 13:46:48 <MerlinTHP_> If I lose my laptop with koji cert now, what happens?

- 13:47:09 <alphacc> MerlinTHP_: we can revoke access to koji

- 13:47:23 <alphacc> MerlinTHP_: no crl right now but agreed it's needed.

- 13:47:55 <MerlinTHP_> Is that turn off the user, or turn off the cert?

- 13:48:05 <MerlinTHP_> ( so to speak )

- 13:48:16 <alphacc> MerlinTHP_: user

- 13:48:21 * MerlinTHP_ nods.

- 13:49:02 <bstinson> ok, let's start wrapping up

- 13:49:07 <alphacc> MerlinTHP_: user-rsa when Arrfab show me it existed. I don't want to reinvent the wheel.

- 13:49:16 <MerlinTHP_> alphacc: *nod*

- 13:49:23 <alphacc> MerlinTHP_: easy_rsa

- 13:49:26 <MerlinTHP_> Being a CA is a PITA.

- 13:49:45 <MerlinTHP_> OK, so, do we have any sort of consensus? :)

- 13:49:54 <MerlinTHP_> Or anything to have a consensus about

- 13:50:34 <MerlinTHP_> koji requires either SSL or KRB auth, and we're using SSL.  Trying to use that for everything we can sounds appropriate?

- 13:50:44 <MerlinTHP_> Sounds like g.c.o can use it

- 13:51:07 <bstinson> so (if i'm understanding correctly), we want gitblit to talk to the koji CA but we need to work out some name:sig mappings, and we want to look at having the lookaside cache use the fedora-style cgi script

- 13:51:08 <MerlinTHP_> We need a way to store cert / user / group / sig info

- 13:52:00 <kbsingh> yeah, if we can get some groups info in there that would rock

- 13:52:16 <MerlinTHP_> OK

- 13:52:16 <kbsingh> if not, we can always store user:group mappings in gitblit itself, and just have it querry the CA for auth

- 13:52:31 <MerlinTHP_> I reckon we probably want that centrally too

- 13:52:41 <kbsingh> and i presume the upload script can do something with the same CA as well ... if so - then we should trial it - or start trialing it at git.dev.centos.org

- 13:52:53 <kbsingh> yeah, ideally all the info would be in one place

- 13:53:01 <MerlinTHP_> It's the httpd config rather than the script itself, but yeah

- 13:53:40 <kbsingh> ah i see

- 13:53:50 <kbsingh> but will that be able to map user's to dir names ?

- 13:53:59 <bstinson> once all that's in place we can sculpt centpkg around our setup

- 13:54:04 <kbsingh> eg. if someone is locked to branch 'virtsig' they can only upload into <packagename>/virtsig/

- 13:54:17 <MerlinTHP_> kbsingh: ok, that bit would need script changes :)

- 13:54:40 <MerlinTHP_> the httpd-level stuff is authn, the authz would need to be in the script, I think

- 13:55:28 <bstinson> Is MerlinTHP_ volunteering to look at that for the next meeting?

- 13:55:36 <MerlinTHP_> Sure

- 13:56:30 <bstinson> ok, great!

- 13:56:35 <MerlinTHP_> :)

- 13:56:47 <MerlinTHP_> Running out of meeting

- 13:56:48 <kbsingh> when are we meeting next ?

- 13:56:54 <MerlinTHP_> Same time next week?

- 13:57:09 <kbsingh> ok, weekly works, but longer term we should think about making it bi-weekly

- 13:57:13 <MerlinTHP_> Sure

- 13:57:18 <kbsingh> maybe do ~ 6 weekly ones ?

- 13:57:21 <bstinson> #info Next meeting: Monday 22-Sept 2014 13:00 UTC

- 13:57:36 <bstinson> kbsingh: that's reasonable

- 13:57:40 * MerlinTHP_ nods.

- 13:58:12 <bstinson> #info We will be doing 6 weekly meetings, then moving to a bi-weekly schedule

- 13:58:14 <lalatenduM> works for /Me

- 13:58:24 <MerlinTHP_> Is there a meetbot give-merlinthp-an-action command? ;)

- 13:58:41 * MerlinTHP_ should read the manual

- 13:59:20 <lalatenduM> does "#action" work

- 13:59:21 <bstinson> #action MerlinTHP_ Research lookaside cache authentication and upload permissions

- 13:59:35 <MerlinTHP_> Ah :)

- 13:59:42 <bstinson> i think i said that right

- 13:59:52 <MerlinTHP_> Works for me.

- 13:59:54 <bstinson> anything else that needs to go in the minutes?

- 14:00:07 <kbsingh> is someone going to look at storing user:groups in the koji auth layers

- 14:00:18 <MerlinTHP_> I'll have a think about that too

- 14:00:19 <kbsingh> there must be something like this already - since users are limited to some tag's and targets

- 14:00:27 <kbsingh> cant those just be the groups and sig names as well

- 14:01:32 <alphacc> kbsingh: user are limited to the tagging action not to some target. This policy stuff need investigation. I don't think there is a group directive.

- 14:02:54 <MerlinTHP_> OK, so we done with the meeting? :)

- 14:02:59 <bstinson> gwd: i think that was you who sent a message to -devel with other agenda items, sorry our discussion sort of trampled over yours

- 14:03:00 <alphacc> #action alphacc investigate koji policy for cbs.

- 14:03:08 <bstinson> hopefully there will be time for an open-flood next week

- 14:03:53 <bstinson> #info send agenda items for next week to the centos-devel@centos.org

- 14:04:01 <bstinson> 1 minute warning before I close the minutes

- 14:04:16 <MerlinTHP_> I'm good.

- 14:04:44 <kbsingh> same here

- 14:05:02 <kbsingh> i think were going to need some of these sessions of just open chat before we start working on and only on agenda items.

- 14:05:04 <alphacc> ok with me.

- 14:05:28 <bstinson> sure thing

- 14:05:31 <bstinson> #endmeeting 

\ No newline at end of file

@@ -1,72 +0,0 @@ 

- =====================

- #centos-devel Meeting

- =====================

- 

- 

- Meeting started by bstinson at 13:01:06 UTC. The full logs are available

- at centos-devel/2014/centos-devel.2014-09-15-13.01.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * Is this a good time to meet?  (bstinson, 13:02:45)

-   * AGREED: Weekly meetings on Monday at 13:00 UTC  (bstinson, 13:05:18)

- 

- * SIG/Developer authentication  (bstinson, 13:06:54)

-   * Next meeting: Monday 22-Sept 2014 13:00 UTC  (bstinson, 13:57:21)

-   * We will be doing 6 weekly meetings, then moving to a bi-weekly

-     schedule  (bstinson, 13:58:12)

-   * ACTION: MerlinTHP_ Research lookaside cache authentication and

-     upload permissions  (bstinson, 13:59:21)

-   * ACTION: alphacc investigate koji policy for cbs.  (alphacc,

-     14:03:00)

-   * send agenda items for next week to the centos-devel@centos.org

-     (bstinson, 14:03:53)

- 

- Meeting ended at 14:05:31 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * MerlinTHP_ Research lookaside cache authentication and upload

-   permissions

- * alphacc investigate koji policy for cbs.

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * alphacc

-   * alphacc investigate koji policy for cbs.

- * MerlinTHP_

-   * MerlinTHP_ Research lookaside cache authentication and upload

-     permissions

- * **UNASSIGNED**

-   * (none)

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * MerlinTHP_ (96)

- * kbsingh (67)

- * bstinson (34)

- * alphacc (29)

- * gwd (7)

- * Evolution (7)

- * Arrfab (5)

- * centbot (4)

- * lalatenduM (3)

- * wolfy (1)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

@@ -1,241 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel: cbs/infra</title>

- <style type="text/css">

- /* This is for the .html in the HTML2 writer */

- body {

-     font-family: Helvetica, sans-serif;

-     font-size:14px;

- }

- h1 {

-     text-align: center;

- }

- a {

-     color:navy;

-     text-decoration: none;

-     border-bottom:1px dotted navy;

- }

- a:hover {

-     text-decoration:none;

-     border-bottom: 0;

-     color:#0000B9;

- }

- hr {

-     border: 1px solid #ccc;

- }

- /* The (nick, time) item pairs, and other body text things. */

- .details {

-     font-size: 12px;

-     font-weight:bold;

- }

- /* The 'AGREED:', 'IDEA', etc, prefix to lines. */

- .itemtype {

-     font-style: normal;    /* un-italics it */

-     font-weight: bold;

- }

- /* Example: change single item types.  Capitalized command name.

- /* .TOPIC  {  color:navy;  } */

- /* .AGREED {  color:lime;  } */

- 

- </style>

- </head>

- 

- <body>

- <h1>#centos-devel: cbs/infra</h1>

- <span class="details">

- Meeting started by bstinson at 13:02:39 UTC

- (<a href="centos-devel.2014-09-22-13.02.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Meeting summary</h3>

- <ol>

- <li>

- <ol type="a">

-   <li><a

-     href="https://trello.com/b/CKGGvcKU/cbs-centos-org">https://trello.com/b/CKGGvcKU/cbs-centos-org</a>

-     is the url to the board <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-5'>kbsingh</a>,

-     13:02:50)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Greetings / Who's Here?</b> <span class="details">(<a href='centos-devel.2014-09-22-13.02.log.html#l-6'>bstinson</a>, 13:03:03)</span>

- <br></li>

- <li><b class="TOPIC">Agenda</b> <span class="details">(<a href='centos-devel.2014-09-22-13.02.log.html#l-16'>bstinson</a>, 13:04:21)</span>

- <ol type="a">

-   <li><span class="INFO">FAS/IPA Testing - Short Status Update</span>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-17'>bstinson</a>,

-     13:04:24)</span></li>

-   <li><span class="INFO">Centpkg Progress - Short Status Update</span>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-18'>bstinson</a>,

-     13:04:28)</span></li>

-   <li><span class="INFO">Blocker List</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-19'>bstinson</a>,

-     13:04:32)</span></li>

-   <li><span class="INFO">Brainstorming SIG Branch and Build Target

-     Names</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-20'>bstinson</a>,

-     13:04:35)</span></li>

-   <li><span class="INFO">Open Floor</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-21'>bstinson</a>,

-     13:04:41)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">FAS/IPA Testing</b> <span class="details">(<a href='centos-devel.2014-09-22-13.02.log.html#l-25'>bstinson</a>, 13:05:28)</span>

- <ol type="a">

-   <li><span class="INFO">Infra team provisioned three VMs last week to

-     use for FAS &amp; IPA testing</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-29'>quaid</a>,

-     13:06:27)</span></li>

-   <li><span class="INFO">can use the mailing list discussion to get

-     requirements</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-45'>quaid</a>,

-     13:10:06)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">quaid can

-     write-up the requirements in to a wiki page to reference</span>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-46'>quaid</a>,

-     13:10:39)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">should we have a

-     second koji for ease of SSL testing, etc.?</span> <span

-     class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-59'>quaid</a>,

-     13:13:31)</span></li>

-   <li><span class="INFO">dev.git.centos.org can be used for testing git

-     connection</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-78'>quaid</a>,

-     13:18:38)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Centpkg Progress</b> <span class="details">(<a href='centos-devel.2014-09-22-13.02.log.html#l-84'>bstinson</a>, 13:20:00)</span>

- <ol type="a">

-   <li><span class="INFO">centpkg is reading in user certs and is able to

-     kick off koji builds</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-89'>quaid</a>,

-     13:21:16)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">put git branch to

-     koji target in a config file instead of being hard-coded</span>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-95'>quaid</a>,

-     13:21:53)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">bstinson will

-     clean up his commits and send centpkg patches to the mailing

-     list</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-106'>bstinson</a>,

-     13:25:15)</span></li>

-   <li><a

-     href="http://copr.fedoraproject.org/coprs/bstinson/Centpkg/">http://copr.fedoraproject.org/coprs/bstinson/Centpkg/</a>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-114'>bstinson</a>,

-     13:27:13)</span></li>

-   <li><i class="itemtype">IDEA</i>: <span class="IDEA">have centpkg

-     eventually live in e.g. CentOS Extras</span> <span

-     class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-115'>quaid</a>,

-     13:27:33)</span></li>

-   <li><span class="INFO">not currently relying upon EPEL directly,

-     anything needed gets pulled in to local build, e.g. rpkg</span>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-127'>quaid</a>,

-     13:29:59)</span></li>

- </ol>

- <br></li>

- <li><b class="TOPIC">Blocker List</b> <span class="details">(<a href='centos-devel.2014-09-22-13.02.log.html#l-134'>bstinson</a>, 13:31:44)</span>

- <ol type="a">

-   <li><span class="INFO">integrate upstream patch in koji to support

-     git.c.o</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-135'>alphacc</a>,

-     13:32:23)</span></li>

-   <li><i class="itemtype">ACTION</i>: <span class="ACTION">Build CentOS

-     koji rpms and install them (server-side).</span> <span

-     class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-142'>alphacc</a>,

-     13:35:52)</span></li>

-   <li><i class="itemtype">AGREED</i>: <span class="AGREED">Project will

-     carry own koji RPMs to carry our own patches etc.</span> <span

-     class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-149'>quaid</a>,

-     13:39:28)</span></li>

-   <li><span class="INFO">can't use sshkeys for auth for git, needs to go

-     over https for code pathway</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-169'>quaid</a>,

-     13:47:27)</span></li>

-   <li><a

-     href="https://git.centos.org/summary/centpkg.git">https://git.centos.org/summary/centpkg.git</a>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-184'>kbsingh</a>,

-     13:54:07)</span></li>

-   <li><span class="INFO">need to settle on temp auth method for

-     git.centos.org over https</span> <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-214'>quaid</a>,

-     14:03:27)</span></li>

-   <li><span class="INFO">Next Meeting: Monday 29-Sept, 13:00 UTC</span>

-     <span class="details">(<a

-     href='centos-devel.2014-09-22-13.02.log.html#l-224'>bstinson</a>,

-     14:06:19)</span></li>

- </ol>

- </li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">

- Meeting ended at 14:06:55 UTC

- (<a href="centos-devel.2014-09-22-13.02.log.html">full logs</a>).</span>

- 

- <br><br>

- 

- 

- 

- <h3>Action items</h3>

- <ol>

-   <li>quaid can write-up the requirements in to a wiki page to reference</li>

-   <li>bstinson will clean up his commits and send centpkg patches to the mailing list</li>

-   <li>Build CentOS koji rpms and install them (server-side).</li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>Action items, by person</h3>

- <ol>

-   <li> bstinson <ol>

-     <li>bstinson will clean up his commits and send centpkg patches to the mailing list</li>

-   </ol></li>

-   <li> quaid <ol>

-     <li>quaid can write-up the requirements in to a wiki page to reference</li>

-   </ol></li>

- </ol>

- <br><br>

- 

- 

- 

- <h3>People present (lines said)</h3>

- <ol>

-   <li>kbsingh (55)</li>

-   <li>MerlinTHP (48)</li>

-   <li>bstinson (46)</li>

-   <li>quaid (33)</li>

-   <li>alphacc (19)</li>

-   <li>Evolution (9)</li>

-   <li>centbot (5)</li>

-   <li>gwd (3)</li>

-   <li>mattymo (3)</li>

-   <li>Arrfab (3)</li>

-   <li>mikem (3)</li>

-   <li>wolfy (1)</li>

-   <li>jitseklomp (1)</li>

- </ol>

- <br><br>

- 

- 

- 

- <span class="details">Generated by <a href="http://wiki.debian.org/MeetBot">MeetBot</a> 0.1.4.</span>

- </body></html>

@@ -1,256 +0,0 @@ 

- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

- <html>

- <head>

- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">

- <title>#centos-devel log</title>

- <style type="text/css">

- /* For the .log.html */

- pre { /*line-height: 125%;*/

-       white-space: pre-wrap; }

- body { background: #f0f0f0; }

- 

- body .tm  { color: #007020 }                      /* time */

- body .nk  { color: #062873; font-weight: bold }   /* nick, regular */

- body .nka { color: #007020; font-weight: bold }  /* action nick */

- body .ac  { color: #00A000 }                      /* action line */

- body .hi  { color: #4070a0 }                 /* hilights */

- /* Things to make particular MeetBot commands stick out */

- body .topic     { color: #007020; font-weight: bold }

- body .topicline { color: #000080; font-weight: bold }

- body .cmd       { color: #007020; font-weight: bold }

- body .cmdline  { font-weight: bold }

- 

- </style>

- </head>

- 

- <body>

- <pre><a name="l-1"></a><span class="tm">13:02:39</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#startmeeting </span><span class="cmdline">cbs/infra</span>

- <a name="l-2"></a><span class="tm">13:02:39</span><span class="nk"> &lt;centbot&gt;</span> Meeting started Mon Sep 22 13:02:39 2014 UTC.  The chair is bstinson. Information about MeetBot at http://wiki.debian.org/MeetBot.

- <a name="l-3"></a><span class="tm">13:02:39</span><span class="nk"> &lt;centbot&gt;</span> Useful Commands: #action #agreed #help #info #idea #link #topic.

- <a name="l-4"></a><span class="tm">13:02:42</span><span class="nk"> &lt;kbsingh&gt;</span> ok, check if you can get to the trello board - both you and alphacc are added there.

- <a name="l-5"></a><span class="tm">13:02:50</span><span class="nk"> &lt;kbsingh&gt;</span> https://trello.com/b/CKGGvcKU/cbs-centos-org is the url to the board

- <a name="l-6"></a><span class="tm">13:03:03</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">Greetings / Who's Here?</span>

- <a name="l-7"></a><span class="tm">13:03:03</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">kbsingh:</span> works for me

- <a name="l-8"></a><span class="tm">13:03:07</span><span class="nk"> &lt;bstinson&gt;</span> looks like i'm in

- <a name="l-9"></a><span class="tm">13:03:09</span><span class="nk"> &lt;MerlinTHP&gt;</span> Hello!

- <a name="l-10"></a><span class="tm">13:03:09 </span><span class="nka">* quaid</span> <span class="ac">is here</span>

- <a name="l-11"></a><span class="tm">13:03:14</span><span class="nk"> &lt;kbsingh&gt;</span> I'm here as well

- <a name="l-12"></a><span class="tm">13:03:21 </span><span class="nka">* Arrfab</span> <span class="ac">echoes "me too"</span>

- <a name="l-13"></a><span class="tm">13:03:44</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#chair </span><span class="cmdline">kbsingh quaid alphacc MerlinTHP Arrfab Evolution</span>

- <a name="l-14"></a><span class="tm">13:03:44</span><span class="nk"> &lt;centbot&gt;</span> Current chairs: Arrfab Evolution MerlinTHP alphacc bstinson kbsingh quaid

- <a name="l-15"></a><span class="tm">13:03:54 </span><span class="nka">* wolfy</span> <span class="ac">lurks</span>

- <a name="l-16"></a><span class="tm">13:04:21</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">Agenda</span>

- <a name="l-17"></a><span class="tm">13:04:24</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">FAS/IPA Testing - Short Status Update</span>

- <a name="l-18"></a><span class="tm">13:04:28</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">Centpkg Progress - Short Status Update</span>

- <a name="l-19"></a><span class="tm">13:04:32</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">Blocker List</span>

- <a name="l-20"></a><span class="tm">13:04:35</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">Brainstorming SIG Branch and Build Target Names</span>

- <a name="l-21"></a><span class="tm">13:04:41</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">Open Floor</span>

- <a name="l-22"></a><span class="tm">13:05:00</span><span class="nk"> &lt;mikem&gt;</span> good morning

- <a name="l-23"></a><span class="tm">13:05:09</span><span class="nk"> &lt;jitseklomp&gt;</span> Hi

- <a name="l-24"></a><span class="tm">13:05:19</span><span class="nk"> &lt;bstinson&gt;</span> hi folks!

- <a name="l-25"></a><span class="tm">13:05:28</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">FAS/IPA Testing</span>

- <a name="l-26"></a><span class="tm">13:05:47</span><span class="nk"> &lt;MerlinTHP&gt;</span> FAS folks first ;)

- <a name="l-27"></a><span class="tm">13:06:20</span><span class="nk"> &lt;bstinson&gt;</span> It sounds like Arrfab has started on some VMs for this project

- <a name="l-28"></a><span class="tm">13:06:27 </span><span class="nka">* MerlinTHP</span> <span class="ac">nods</span>

- <a name="l-29"></a><span class="tm">13:06:27</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">Infra team provisioned three VMs last week to use for FAS &amp; IPA testing</span>

- <a name="l-30"></a><span class="tm">13:06:39</span><span class="nk"> &lt;MerlinTHP&gt;</span> I've got access to the VM for IPA testing

- <a name="l-31"></a><span class="tm">13:06:43</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">bstinson:</span> yes and quaid got account/sudo on those VMs

- <a name="l-32"></a><span class="tm">13:07:02</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">Arrfab:</span> is one of them the one MerlinTHP has

- <a name="l-33"></a><span class="tm">13:07:02</span><span class="nk"> &lt;quaid&gt;</span> ?

- <a name="l-34"></a><span class="tm">13:07:18</span><span class="nk"> &lt;kbsingh&gt;</span> no, MerlinTHP's setup is in rackspace

- <a name="l-35"></a><span class="tm">13:07:18</span><span class="nk"> &lt;Arrfab&gt;</span> <span class="hi">quaid:</span> no, a different one, running c7 for his IPA test

- <a name="l-36"></a><span class="tm">13:07:35</span><span class="nk"> &lt;quaid&gt;</span> great

- <a name="l-37"></a><span class="tm">13:08:08</span><span class="nk"> &lt;bstinson&gt;</span> great! is there anything the testing teams need going forward?

- <a name="l-38"></a><span class="tm">13:08:17</span><span class="nk"> &lt;quaid&gt;</span> we need then a bit of requirements of what to test for

- <a name="l-39"></a><span class="tm">13:09:04</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">quaid:</span> does the centos-devel thread give you all you need for scope ?

- <a name="l-40"></a><span class="tm">13:09:10</span><span class="nk"> &lt;MerlinTHP&gt;</span> Evolution listed a few requirements on the mailing list for what we need the account system to do (self-service account creation, self-management for SIGs, etc).  IPA is missing a bunch of that stuff.

- <a name="l-41"></a><span class="tm">13:09:21</span><span class="nk"> &lt;quaid&gt;</span> and just to interact with anyone who can help with tie-in to Koji

- <a name="l-42"></a><span class="tm">13:09:34</span><span class="nk"> &lt;MerlinTHP&gt;</span> However, I've started writing a PoC web front end for IPA to do self-service.

- <a name="l-43"></a><span class="tm">13:09:51</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">kbsingh:</span> I think so, can easily work up a wiki page on that

- <a name="l-44"></a><span class="tm">13:09:58</span><span class="nk"> &lt;MerlinTHP&gt;</span> ( thus far users can sign up their own accounts )

- <a name="l-45"></a><span class="tm">13:10:06</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">can use the mailing list discussion to get requirements</span>

- <a name="l-46"></a><span class="tm">13:10:39</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#action </span><span class="cmdline">quaid can write-up the requirements in to a wiki page to reference</span>

- <a name="l-47"></a><span class="tm">13:10:54</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">quaid:</span> contact me if you need info on koji during your tests.

- <a name="l-48"></a><span class="tm">13:11:35</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">MerlinTHP:</span> that's great! do you have the contacts you need with FreeIPA folks for that front end work?

- <a name="l-49"></a><span class="tm">13:11:41</span><span class="nk"> &lt;Evolution&gt;</span> I'm assuming both ipa or fas would require a rekey of koji to test the ssl bits.

- <a name="l-50"></a><span class="tm">13:11:53</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">Evolution:</span> correct

- <a name="l-51"></a><span class="tm">13:11:54</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">alphacc:</span> thanks

- <a name="l-52"></a><span class="tm">13:11:55</span><span class="nk"> &lt;Evolution&gt;</span> would a second koji instance simply for ssl testing be in order?

- <a name="l-53"></a><span class="tm">13:11:58</span><span class="nk"> &lt;MerlinTHP&gt;</span> <span class="hi">Evolution:</span> IPA would, certainly.

- <a name="l-54"></a><span class="tm">13:12:13</span><span class="nk"> &lt;MerlinTHP&gt;</span> <span class="hi">quaid:</span> yeah, I already hang out in #freeipa ;)

- <a name="l-55"></a><span class="tm">13:12:17</span><span class="nk"> &lt;Evolution&gt;</span> (once we get to that stage)

- <a name="l-56"></a><span class="tm">13:12:42</span><span class="nk"> &lt;MerlinTHP&gt;</span> I'm planning to have the test IPA instance up with the front-end to poke at a bit later this week

- <a name="l-57"></a><span class="tm">13:12:44</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">Evolution:</span> might be easier than messing with the running instance

- <a name="l-58"></a><span class="tm">13:13:17</span><span class="nk"> &lt;quaid&gt;</span> similarly, I plan to have the basic FAS in place, and will rely upon smooge to help me get it further for actual testing

- <a name="l-59"></a><span class="tm">13:13:31</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">should we have a second koji for ease of SSL testing, etc.?</span>

- <a name="l-60"></a><span class="tm">13:14:10</span><span class="nk"> &lt;kbsingh&gt;</span> there is a git.dev.centos.org that is already online - for testing scope on that side

- <a name="l-61"></a><span class="tm">13:15:01</span><span class="nk"> &lt;bstinson&gt;</span> fantastic! it sounds like we're making progress

- <a name="l-62"></a><span class="tm">13:15:10</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#ingo </span><span class="cmdline">git.dev.centos.org can be used for testing git connection</span>

- <a name="l-63"></a><span class="tm">13:15:18</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">git.dev.centos.org can be used for testing git connection</span>

- <a name="l-64"></a><span class="tm">13:15:21</span><span class="nk"> &lt;MerlinTHP&gt;</span> :)

- <a name="l-65"></a><span class="tm">13:15:45</span><span class="nk"> &lt;quaid&gt;</span> that's all I've got right now, I think

- <a name="l-66"></a><span class="tm">13:16:04</span><span class="nk"> &lt;kbsingh&gt;</span> dev.git.centos.org :)

- <a name="l-67"></a><span class="tm">13:16:32</span><span class="nk"> &lt;MerlinTHP&gt;</span> In the course of doing research for the lookaside upload script, I've come to the conclusion that it'd help if the CA had an OCSP responder, and the host running the upload script was running apache 2.4 (so c7)

- <a name="l-68"></a><span class="tm">13:17:06</span><span class="nk"> &lt;MerlinTHP&gt;</span> apache supports CRLs for certificate revocation, but you need to restart it every time you change the CRL file

- <a name="l-69"></a><span class="tm">13:17:20</span><span class="nk"> &lt;kbsingh&gt;</span> we can run either c7 or c6 on the lookaside machine..

- <a name="l-70"></a><span class="tm">13:17:53</span><span class="nk"> &lt;MerlinTHP&gt;</span> Whereas apache 2.4's OCSP support means it always goes ask the CA, so certificate revocations are instantly live.

- <a name="l-71"></a><span class="tm">13:18:14</span><span class="nk"> &lt;MerlinTHP&gt;</span> Just a thought.

- <a name="l-72"></a><span class="tm">13:18:18</span><span class="nk"> &lt;quaid&gt;</span> .undo

- <a name="l-73"></a><span class="tm">13:18:27</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">dev.git.centos.org can be used for testing git connection</span>

- <a name="l-74"></a><span class="tm">13:18:31</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#undo</span><span class="cmdline"></span>

- <a name="l-75"></a><span class="tm">13:18:31</span><span class="nk"> &lt;centbot&gt;</span> Removing item from minutes: INFO by quaid at 13:18:27 : dev.git.centos.org can be used for testing git connection

- <a name="l-76"></a><span class="tm">13:18:32</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#undo</span><span class="cmdline"></span>

- <a name="l-77"></a><span class="tm">13:18:32</span><span class="nk"> &lt;centbot&gt;</span> Removing item from minutes: INFO by quaid at 13:15:18 : git.dev.centos.org can be used for testing git connection

- <a name="l-78"></a><span class="tm">13:18:38</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">dev.git.centos.org can be used for testing git connection</span>

- <a name="l-79"></a><span class="tm">13:19:11</span><span class="nk"> &lt;bstinson&gt;</span> ok, anything else before I move along?

- <a name="l-80"></a><span class="tm">13:19:16</span><span class="nk"> &lt;MerlinTHP&gt;</span> Nothing from me

- <a name="l-81"></a><span class="tm">13:19:29</span><span class="nk"> &lt;bstinson&gt;</span> thanks for researching the lookaside MerlinTHP

- <a name="l-82"></a><span class="tm">13:19:39</span><span class="nk"> &lt;MerlinTHP&gt;</span> np

- <a name="l-83"></a><span class="tm">13:19:50</span><span class="nk"> &lt;MerlinTHP&gt;</span> tbh, I spent more time on the IPA stuff...

- <a name="l-84"></a><span class="tm">13:20:00</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">Centpkg Progress</span>

- <a name="l-85"></a><span class="tm">13:20:38</span><span class="nk"> &lt;bstinson&gt;</span> ok this will be very short, I have Centpkg reading in user certs and i've been able to kick off koji builds

- <a name="l-86"></a><span class="tm">13:20:45</span><span class="nk"> &lt;MerlinTHP&gt;</span> \o/

- <a name="l-87"></a><span class="tm">13:20:52</span><span class="nk"> &lt;MerlinTHP&gt;</span> Oh, one thought

- <a name="l-88"></a><span class="tm">13:21:06</span><span class="nk"> &lt;MerlinTHP&gt;</span> Currently, git branch to koji target is hard-coded

- <a name="l-89"></a><span class="tm">13:21:16</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">centpkg is reading in user certs and is able to kick off koji builds</span>

- <a name="l-90"></a><span class="tm">13:21:16</span><span class="nk"> &lt;MerlinTHP&gt;</span> I've thought for a while that it probably should be a config file

- <a name="l-91"></a><span class="tm">13:21:17</span><span class="nk"> &lt;bstinson&gt;</span> i need to see if we can make it easer for centpkg to co-exist with fedpkg and its cousins

- <a name="l-92"></a><span class="tm">13:21:38</span><span class="nk"> &lt;MerlinTHP&gt;</span> Does that sound like a sensible idea?

- <a name="l-93"></a><span class="tm">13:21:40</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">bstinson:</span> can it pull from and do some level of mangling of git.centos.org hosted repos

- <a name="l-94"></a><span class="tm">13:21:47</span><span class="nk"> &lt;MerlinTHP&gt;</span> I can work with you on it, bstinson

- <a name="l-95"></a><span class="tm">13:21:53</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">put git branch to koji target in a config file instead of being hard-coded</span>

- <a name="l-96"></a><span class="tm">13:22:05</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">MerlinTHP:</span> we likely need a wider convo on git branch naming, i believe its in the schedule for later in the meeting

- <a name="l-97"></a><span class="tm">13:22:25</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">kbsingh:</span> yes it can pull (and push when we work out cert auth)

- <a name="l-98"></a><span class="tm">13:22:33</span><span class="nk"> &lt;MerlinTHP&gt;</span> This is a bit orthagonal to that, imo

- <a name="l-99"></a><span class="tm">13:22:40</span><span class="nk"> &lt;Evolution&gt;</span> so long as we can tie koji naming into that as well.. (bananas?)

- <a name="l-100"></a><span class="tm">13:23:23</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">MerlinTHP:</span> let's get together soon to talk about what you're thinking

- <a name="l-101"></a><span class="tm">13:23:32</span><span class="nk"> &lt;MerlinTHP&gt;</span> Sure thing

- <a name="l-102"></a><span class="tm">13:23:32</span><span class="nk"> &lt;kbsingh&gt;</span> what people can commit to - is tied into the targets they can consume in koji, but they should be able to ready from anywhere and build to the places they have acls to

- <a name="l-103"></a><span class="tm">13:23:56</span><span class="nk"> &lt;kbsingh&gt;</span> tagging might have a role to play in here as well

- <a name="l-104"></a><span class="tm">13:24:10</span><span class="nk"> &lt;alphacc&gt;</span> for semantic build=tag. policy work on tagging operation.

- <a name="l-105"></a><span class="tm">13:25:08</span><span class="nk"> &lt;kbsingh&gt;</span> ok

- <a name="l-106"></a><span class="tm">13:25:15</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#action </span><span class="cmdline">bstinson will clean up his commits and send centpkg patches to the mailing list</span>

- <a name="l-107"></a><span class="tm">13:25:31</span><span class="nk"> &lt;kbsingh&gt;</span> are we going to put this into a rpm ?

- <a name="l-108"></a><span class="tm">13:25:37</span><span class="nk"> &lt;alphacc&gt;</span> I investigated the policy side and the easiest way now is to have a flat file and generate a policy. sig:user1,user2 and sig-admins:user1,user2

- <a name="l-109"></a><span class="tm">13:25:58</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">kbsingh:</span> i have a copr out there right now

- <a name="l-110"></a><span class="tm">13:26:13</span><span class="nk"> &lt;kbsingh&gt;</span> we should have a more official process for this

- <a name="l-111"></a><span class="tm">13:26:17</span><span class="nk"> &lt;kbsingh&gt;</span> maybe into centos-extras

- <a name="l-112"></a><span class="tm">13:26:32</span><span class="nk"> &lt;kbsingh&gt;</span> but ok, lets do that as a second iteration

- <a name="l-113"></a><span class="tm">13:26:54</span><span class="nk"> &lt;quaid&gt;</span> <span class="hi">bstinson:</span> what's the copr URL? (for the record)

- <a name="l-114"></a><span class="tm">13:27:13</span><span class="nk"> &lt;bstinson&gt;</span> http://copr.fedoraproject.org/coprs/bstinson/Centpkg/

- <a name="l-115"></a><span class="tm">13:27:33</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#idea </span><span class="cmdline">have centpkg eventually live in e.g. CentOS Extras</span>

- <a name="l-116"></a><span class="tm">13:27:56</span><span class="nk"> &lt;MerlinTHP&gt;</span> That sounds sensible.

- <a name="l-117"></a><span class="tm">13:28:11</span><span class="nk"> &lt;MerlinTHP&gt;</span> We'll have to decide where rpkg lives, though.

- <a name="l-118"></a><span class="tm">13:28:17</span><span class="nk"> &lt;kbsingh&gt;</span> same place

- <a name="l-119"></a><span class="tm">13:28:26</span><span class="nk"> &lt;MerlinTHP&gt;</span> rpkg is in EPEL, though

- <a name="l-120"></a><span class="tm">13:28:32</span><span class="nk"> &lt;kbsingh&gt;</span> thats ok, were not relying on epel for now

- <a name="l-121"></a><span class="tm">13:28:38</span><span class="nk"> &lt;MerlinTHP&gt;</span> ( that's just a note, not an objection )

- <a name="l-122"></a><span class="tm">13:28:43 </span><span class="nka">* MerlinTHP</span> <span class="ac">nods</span>

- <a name="l-123"></a><span class="tm">13:28:45</span><span class="nk"> &lt;MerlinTHP&gt;</span> Fair enough

- <a name="l-124"></a><span class="tm">13:29:02</span><span class="nk"> &lt;kbsingh&gt;</span> anything in epel that we need - for now , we pull into local builds - longer term this is going to need a whole lot of conversation and attention :)

- <a name="l-125"></a><span class="tm">13:29:09</span><span class="nk"> &lt;MerlinTHP&gt;</span> Mm

- <a name="l-126"></a><span class="tm">13:29:54</span><span class="nk"> &lt;MerlinTHP&gt;</span> OK, centpkg looks to be cracking on

- <a name="l-127"></a><span class="tm">13:29:59</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">not currently relying upon EPEL directly, anything needed gets pulled in to local build, e.g. rpkg</span>

- <a name="l-128"></a><span class="tm">13:30:20</span><span class="nk"> &lt;Evolution&gt;</span> our interactions with epel will need to be a separate mailing list discussion or meeting here.

- <a name="l-129"></a><span class="tm">13:30:31</span><span class="nk"> &lt;Evolution&gt;</span> that needs to happen semi-soon anyway to start getting expectations

- <a name="l-130"></a><span class="tm">13:30:41</span><span class="nk"> &lt;Evolution&gt;</span> but I don't want to hijack this meeting for that

- <a name="l-131"></a><span class="tm">13:31:00</span><span class="nk"> &lt;kbsingh&gt;</span> yeah

- <a name="l-132"></a><span class="tm">13:31:14 </span><span class="nka">* MerlinTHP</span> <span class="ac">pushes Evolution back down into his box</span>

- <a name="l-133"></a><span class="tm">13:31:42</span><span class="nk"> &lt;bstinson&gt;</span> ok, let's keep moving

- <a name="l-134"></a><span class="tm">13:31:44</span><span class="nk"> &lt;bstinson&gt;</span> <span class="topic">#topic </span><span class="topicline">Blocker List</span>

- <a name="l-135"></a><span class="tm">13:32:23</span><span class="nk"> &lt;alphacc&gt;</span> <span class="cmd">#info </span><span class="cmdline">integrate upstream patch in koji to support git.c.o</span>

- <a name="l-136"></a><span class="tm">13:32:50</span><span class="nk"> &lt;kbsingh&gt;</span> ok, so what is the blocker list.. maybe we should first define what it is that is being blocked

- <a name="l-137"></a><span class="tm">13:32:56</span><span class="nk"> &lt;alphacc&gt;</span> I have the RPMs ready.

- <a name="l-138"></a><span class="tm">13:33:18</span><span class="nk"> &lt;alphacc&gt;</span> I will rebuild them in koji, and push it to infrastrcuture6 tag.

- <a name="l-139"></a><span class="tm">13:33:32</span><span class="nk"> &lt;kbsingh&gt;</span> ok, so thats about 50% of the blocker problem fixed right ? if people can use centpkg to request builds from git.centos.org delivered into a target at cbs.centos.org

- <a name="l-140"></a><span class="tm">13:33:53</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">bstinson:</span> once alphacc does his piece of work would that be possible ?

- <a name="l-141"></a><span class="tm">13:35:36</span><span class="nk"> &lt;bstinson&gt;</span> should be

- <a name="l-142"></a><span class="tm">13:35:52</span><span class="nk"> &lt;alphacc&gt;</span> <span class="cmd">#action </span><span class="cmdline">Build CentOS koji rpms and install them (server-side).</span>

- <a name="l-143"></a><span class="tm">13:36:21</span><span class="nk"> &lt;bstinson&gt;</span> right now, i've just been kicking off builds using --srpm which creates an intermediate src rpm and uploads it for building

- <a name="l-144"></a><span class="tm">13:37:08</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">alphacc:</span> does the patch need any extra voices on the mailing lists?

- <a name="l-145"></a><span class="tm">13:37:58</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">bstinson:</span> I think we decided that we will have our own koji rpms, so no, just more testing.

- <a name="l-146"></a><span class="tm">13:38:30</span><span class="nk"> &lt;bstinson&gt;</span> ok great

- <a name="l-147"></a><span class="tm">13:39:10</span><span class="nk"> &lt;kbsingh&gt;</span> its been upstreamed as well right ? just not in a release

- <a name="l-148"></a><span class="tm">13:39:21</span><span class="nk"> &lt;kbsingh&gt;</span> if they reject the patch upstream then we've got something to think about

- <a name="l-149"></a><span class="tm">13:39:28</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#agreed </span><span class="cmdline">Project will carry own koji RPMs to carry our own patches etc.</span>

- <a name="l-150"></a><span class="tm">13:39:51</span><span class="nk"> &lt;alphacc&gt;</span> mikem proposed the patch, but I don't think it is in master yet.

- <a name="l-151"></a><span class="tm">13:40:39</span><span class="nk"> &lt;mikem&gt;</span> alphacc, which patch was that?

- <a name="l-152"></a><span class="tm">13:41:32</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">mikem:</span> koji-rpm-source-layout

- <a name="l-153"></a><span class="tm">13:41:33</span><span class="nk"> &lt;mikem&gt;</span> "Support rpm source layout (SPECS and SOURCES dirs) when building srpms from source control."?  That's in upstream git

- <a name="l-154"></a><span class="tm">13:42:07</span><span class="nk"> &lt;alphacc&gt;</span> ok great I missed it.

- <a name="l-155"></a><span class="tm">13:42:56</span><span class="nk"> &lt;bstinson&gt;</span> ok, is anyone else have a component blocked on something?

- <a name="l-156"></a><span class="tm">13:42:59</span><span class="nk"> &lt;kbsingh&gt;</span> so thats a good sign that were ok to carry it

- <a name="l-157"></a><span class="tm">13:43:11</span><span class="nk"> &lt;bstinson&gt;</span> s/is/does/

- <a name="l-158"></a><span class="tm">13:43:14</span><span class="nk"> &lt;kbsingh&gt;</span> the second half of the issue is auth into git.centos.org

- <a name="l-159"></a><span class="tm">13:43:37</span><span class="nk"> &lt;kbsingh&gt;</span> i can import content in, and give people access based in login names, but its going to be https http_basic auth

- <a name="l-160"></a><span class="tm">13:43:44</span><span class="nk"> &lt;kbsingh&gt;</span> works now, works for a few people, wont scale

- <a name="l-161"></a><span class="tm">13:44:03</span><span class="nk"> &lt;kbsingh&gt;</span> and how much of a problem might we be creating for ipa folks to import this into their setup later ?

- <a name="l-162"></a><span class="tm">13:44:55</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">kbsingh:</span> bringing existing users over, or doing http auth?

- <a name="l-163"></a><span class="tm">13:45:01</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">kbsingh:</span> the forseen solution would be ssh-keys ?

- <a name="l-164"></a><span class="tm">13:45:51</span><span class="nk"> &lt;MerlinTHP&gt;</span> If we go the IPA route, it'll just be a matter of converting ACLs into group memberships (or another LDAP attribute, if we go a more customised route for IPA)

- <a name="l-165"></a><span class="tm">13:46:03</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">Evolution:</span> either/neither - i presume this will be just using CA keys, shared with koji longer term

- <a name="l-166"></a><span class="tm">13:46:30 </span><span class="nka">* quaid</span> <span class="ac">doesn't know yet of any hassles moving to FAS from http auth</span>

- <a name="l-167"></a><span class="tm">13:46:35</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">alphacc:</span> cant do sshkeys, the commits need to be over https to use the user&lt;-&gt;branch mapping, since the commit needs to be 'intercepted' by code that can make that decision easily

- <a name="l-168"></a><span class="tm">13:47:16</span><span class="nk"> &lt;bstinson&gt;</span> <span class="hi">kbsingh:</span> is that live on dev.git.c.o?

- <a name="l-169"></a><span class="tm">13:47:27</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">can't use sshkeys for auth for git, needs to go over https for code pathway</span>

- <a name="l-170"></a><span class="tm">13:47:44</span><span class="nk"> &lt;kbsingh&gt;</span> we could likely write something that does some sanity testing and checks keyname and works out group name and then looks at branch name etc, but the problem with that is still that folks can push at once - multiple branches

- <a name="l-171"></a><span class="tm">13:48:06</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">bstinson:</span> it can be fairly easily.

- <a name="l-172"></a><span class="tm">13:48:40</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">bstinson:</span> its live at git.centos.org

- <a name="l-173"></a><span class="tm">13:48:45</span><span class="nk"> &lt;bstinson&gt;</span> i'd like to poke at it from the client side whenever it's ready

- <a name="l-174"></a><span class="tm">13:48:59</span><span class="nk"> &lt;kbsingh&gt;</span> the user -&gt; branch mapping ?

- <a name="l-175"></a><span class="tm">13:49:28</span><span class="nk"> &lt;bstinson&gt;</span> the auth component

- <a name="l-176"></a><span class="tm">13:50:20</span><span class="nk"> &lt;kbsingh&gt;</span> ok, i dont get what you want to poke at

- <a name="l-177"></a><span class="tm">13:50:45</span><span class="nk"> &lt;kbsingh&gt;</span> the only way to commit to git.centos.org is over https, unless its the upstream buildservices, that can use a privileged path

- <a name="l-178"></a><span class="tm">13:51:56</span><span class="nk"> &lt;bstinson&gt;</span> right, rpkg does all the committing over ssh so centpkg will need a few tweaks

- <a name="l-179"></a><span class="tm">13:52:46</span><span class="nk"> &lt;kbsingh&gt;</span> ok

- <a name="l-180"></a><span class="tm">13:53:01</span><span class="nk"> &lt;kbsingh&gt;</span> technically it should just be a case of using a different git remote url

- <a name="l-181"></a><span class="tm">13:53:44</span><span class="nk"> &lt;kbsingh&gt;</span> iirc, there is a centpkg.git in git.centos.org's root git's

- <a name="l-182"></a><span class="tm">13:53:47</span><span class="nk"> &lt;MerlinTHP&gt;</span> I suspect it'd work just by changing the git URL in the config file

- <a name="l-183"></a><span class="tm">13:53:50</span><span class="nk"> &lt;kbsingh&gt;</span> isnt that how this works as well

- <a name="l-184"></a><span class="tm">13:54:07</span><span class="nk"> &lt;kbsingh&gt;</span> https://git.centos.org/summary/centpkg.git

- <a name="l-185"></a><span class="tm">13:54:56</span><span class="nk"> &lt;kbsingh&gt;</span> just going over this again to make sure i understand what piece of work you want me to deliver on

- <a name="l-186"></a><span class="tm">13:56:10</span><span class="nk"> &lt;mattymo&gt;</span> hey Evolution

- <a name="l-187"></a><span class="tm">13:56:37</span><span class="nk"> &lt;bstinson&gt;</span> when you say http_basic auth, are you meaning username/password?

- <a name="l-188"></a><span class="tm">13:56:42</span><span class="nk"> &lt;kbsingh&gt;</span> yeah

- <a name="l-189"></a><span class="tm">13:56:48</span><span class="nk"> &lt;Evolution&gt;</span> <span class="hi">mattymo:</span> meeting presently. wait one (or pm)

- <a name="l-190"></a><span class="tm">13:56:54</span><span class="nk"> &lt;mattymo&gt;</span> oh ok

- <a name="l-191"></a><span class="tm">13:57:32</span><span class="nk"> &lt;mattymo&gt;</span> I'll write here just b/c anyone can comment. I see this bug here: https://github.com/karelzak/util-linux/issues/121

- <a name="l-192"></a><span class="tm">13:57:32</span><span class="nk"> &lt;bstinson&gt;</span> ah, we may need to hash out some details on that, I was hoping to hand you a client cert and get the user account info that way

- <a name="l-193"></a><span class="tm">13:57:45</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">bstinson:</span> my understanding is that this will go away and fas or ipa will provide the certauthority to auth with

- <a name="l-194"></a><span class="tm">13:58:13</span><span class="nk"> &lt;MerlinTHP&gt;</span> Mm

- <a name="l-195"></a><span class="tm">13:58:57</span><span class="nk"> &lt;kbsingh&gt;</span> so the user will actually only have the one set of certs they use for koji and git

- <a name="l-196"></a><span class="tm">13:59:10</span><span class="nk"> &lt;MerlinTHP&gt;</span> Yeah

- <a name="l-197"></a><span class="tm">13:59:24</span><span class="nk"> &lt;MerlinTHP&gt;</span> ( + the lookaside, depending if you count that as part of git )

- <a name="l-198"></a><span class="tm">13:59:37</span><span class="nk"> &lt;kbsingh&gt;</span> and somewhere in there will be a mechanism that says what branches ( or what groups ) this person belongs to

- <a name="l-199"></a><span class="tm">13:59:50</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">MerlinTHP:</span> right, lookaside too

- <a name="l-200"></a><span class="tm">14:00:12</span><span class="nk"> &lt;MerlinTHP&gt;</span> That mechanism could e.g. be an LDAP query against IPA

- <a name="l-201"></a><span class="tm">14:00:55</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">MerlinTHP:</span> I could query same ldap for the koji policy

- <a name="l-202"></a><span class="tm">14:01:05</span><span class="nk"> &lt;MerlinTHP&gt;</span> That'd be neat

- <a name="l-203"></a><span class="tm">14:01:16</span><span class="nk"> &lt;MerlinTHP&gt;</span> But you can probably s/IPA/FAS/ too

- <a name="l-204"></a><span class="tm">14:01:51 </span><span class="nka">* MerlinTHP</span> <span class="ac">wonders if we need to make this meeting slot longer</span>

- <a name="l-205"></a><span class="tm">14:02:03</span><span class="nk"> &lt;gwd&gt;</span> Sorry to interrupt -- could someone with koji admin privileges make a virt6-testing tag?  (I think that's what I want...)

- <a name="l-206"></a><span class="tm">14:02:30</span><span class="nk"> &lt;bstinson&gt;</span> we are making good progress, at some point they'll get shorter :)

- <a name="l-207"></a><span class="tm">14:02:34</span><span class="nk"> &lt;MerlinTHP&gt;</span> :)

- <a name="l-208"></a><span class="tm">14:02:41</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">gwd:</span> already there. pm.

- <a name="l-209"></a><span class="tm">14:02:49</span><span class="nk"> &lt;MerlinTHP&gt;</span> I've got to go shortly

- <a name="l-210"></a><span class="tm">14:02:55</span><span class="nk"> &lt;bstinson&gt;</span> since we're in the weeds, let's bring this back up offline and again next week

- <a name="l-211"></a><span class="tm">14:03:08</span><span class="nk"> &lt;kbsingh&gt;</span> sounds good

- <a name="l-212"></a><span class="tm">14:03:19</span><span class="nk"> &lt;kbsingh&gt;</span> i think the integration layers might be what needs the most effort

- <a name="l-213"></a><span class="tm">14:03:26</span><span class="nk"> &lt;MerlinTHP&gt;</span> Agreed.

- <a name="l-214"></a><span class="tm">14:03:27</span><span class="nk"> &lt;quaid&gt;</span> <span class="cmd">#info </span><span class="cmdline">need to settle on temp auth method for git.centos.org over https</span>

- <a name="l-215"></a><span class="tm">14:03:40</span><span class="nk"> &lt;kbsingh&gt;</span> if we can offload auth for lookaside into httpd, we might do the same for git as well, but lets cross that bridge

- <a name="l-216"></a><span class="tm">14:03:57</span><span class="nk"> &lt;alphacc&gt;</span> ok good for me too.

- <a name="l-217"></a><span class="tm">14:04:19</span><span class="nk"> &lt;gwd&gt;</span> <span class="hi">alphacc:</span> Oops, sorry... missed the 2nd page on the web interface.

- <a name="l-218"></a><span class="tm">14:05:01</span><span class="nk"> &lt;alphacc&gt;</span> <span class="hi">gwd:</span> it's a tag not a target, what are you yting to achieve ?

- <a name="l-219"></a><span class="tm">14:05:16</span><span class="nk"> &lt;alphacc&gt;</span> s/yting/trying

- <a name="l-220"></a><span class="tm">14:05:20</span><span class="nk"> &lt;bstinson&gt;</span> we can probably save SIG Branch and Build Target naming until next week also

- <a name="l-221"></a><span class="tm">14:05:21</span><span class="nk"> &lt;kbsingh&gt;</span> cool, are we closing meeting ?

- <a name="l-222"></a><span class="tm">14:05:41</span><span class="nk"> &lt;bstinson&gt;</span> closing in 1 minute

- <a name="l-223"></a><span class="tm">14:05:44</span><span class="nk"> &lt;kbsingh&gt;</span> <span class="hi">mattymo:</span> still waiting for you guys to actually start doing some contributing and things into CentOS

- <a name="l-224"></a><span class="tm">14:06:19</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#info </span><span class="cmdline">Next Meeting: Monday 29-Sept, 13:00 UTC</span>

- <a name="l-225"></a><span class="tm">14:06:35</span><span class="nk"> &lt;bstinson&gt;</span> thanks everyone!

- <a name="l-226"></a><span class="tm">14:06:40</span><span class="nk"> &lt;MerlinTHP&gt;</span> Cheers!

- <a name="l-227"></a><span class="tm">14:06:41</span><span class="nk"> &lt;gwd&gt;</span> <span class="hi">alphacc:</span> I'm trying to build ipxe into an actual repo, so that I can then try building xen (which depends on ipxe).

- <a name="l-228"></a><span class="tm">14:06:50</span><span class="nk"> &lt;quaid&gt;</span> nice meeting, thx

- <a name="l-229"></a><span class="tm">14:06:55</span><span class="nk"> &lt;bstinson&gt;</span> <span class="cmd">#endmeeting</span><span class="cmdline"></span></pre>

- </body></html>

@@ -1,229 +0,0 @@ 

- 13:02:39 <bstinson> #startmeeting cbs/infra

- 13:02:39 <centbot> Meeting started Mon Sep 22 13:02:39 2014 UTC.  The chair is bstinson. Information about MeetBot at http://wiki.debian.org/MeetBot.

- 13:02:39 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.

- 13:02:42 <kbsingh> ok, check if you can get to the trello board - both you and alphacc are added there.

- 13:02:50 <kbsingh> https://trello.com/b/CKGGvcKU/cbs-centos-org is the url to the board

- 13:03:03 <bstinson> #topic Greetings / Who's Here?

- 13:03:03 <alphacc> kbsingh: works for me

- 13:03:07 <bstinson> looks like i'm in

- 13:03:09 <MerlinTHP> Hello!

- 13:03:09 * quaid is here

- 13:03:14 <kbsingh> I'm here as well

- 13:03:21 * Arrfab echoes "me too"

- 13:03:44 <bstinson> #chair kbsingh quaid alphacc MerlinTHP Arrfab Evolution

- 13:03:44 <centbot> Current chairs: Arrfab Evolution MerlinTHP alphacc bstinson kbsingh quaid

- 13:03:54 * wolfy lurks

- 13:04:21 <bstinson> #topic Agenda

- 13:04:24 <bstinson> #info FAS/IPA Testing - Short Status Update

- 13:04:28 <bstinson> #info Centpkg Progress - Short Status Update

- 13:04:32 <bstinson> #info Blocker List

- 13:04:35 <bstinson> #info Brainstorming SIG Branch and Build Target Names

- 13:04:41 <bstinson> #info Open Floor

- 13:05:00 <mikem> good morning

- 13:05:09 <jitseklomp> Hi

- 13:05:19 <bstinson> hi folks!

- 13:05:28 <bstinson> #topic FAS/IPA Testing

- 13:05:47 <MerlinTHP> FAS folks first ;)

- 13:06:20 <bstinson> It sounds like Arrfab has started on some VMs for this project

- 13:06:27 * MerlinTHP nods

- 13:06:27 <quaid> #info Infra team provisioned three VMs last week to use for FAS & IPA testing

- 13:06:39 <MerlinTHP> I've got access to the VM for IPA testing

- 13:06:43 <Arrfab> bstinson: yes and quaid got account/sudo on those VMs

- 13:07:02 <quaid> Arrfab: is one of them the one MerlinTHP has

- 13:07:02 <quaid> ?

- 13:07:18 <kbsingh> no, MerlinTHP's setup is in rackspace

- 13:07:18 <Arrfab> quaid: no, a different one, running c7 for his IPA test

- 13:07:35 <quaid> great

- 13:08:08 <bstinson> great! is there anything the testing teams need going forward?

- 13:08:17 <quaid> we need then a bit of requirements of what to test for

- 13:09:04 <kbsingh> quaid: does the centos-devel thread give you all you need for scope ?

- 13:09:10 <MerlinTHP> Evolution listed a few requirements on the mailing list for what we need the account system to do (self-service account creation, self-management for SIGs, etc).  IPA is missing a bunch of that stuff.

- 13:09:21 <quaid> and just to interact with anyone who can help with tie-in to Koji

- 13:09:34 <MerlinTHP> However, I've started writing a PoC web front end for IPA to do self-service.

- 13:09:51 <quaid> kbsingh: I think so, can easily work up a wiki page on that

- 13:09:58 <MerlinTHP> ( thus far users can sign up their own accounts )

- 13:10:06 <quaid> #info can use the mailing list discussion to get requirements

- 13:10:39 <quaid> #action quaid can write-up the requirements in to a wiki page to reference

- 13:10:54 <alphacc> quaid: contact me if you need info on koji during your tests.

- 13:11:35 <quaid> MerlinTHP: that's great! do you have the contacts you need with FreeIPA folks for that front end work?

- 13:11:41 <Evolution> I'm assuming both ipa or fas would require a rekey of koji to test the ssl bits.

- 13:11:53 <alphacc> Evolution: correct

- 13:11:54 <quaid> alphacc: thanks

- 13:11:55 <Evolution> would a second koji instance simply for ssl testing be in order?

- 13:11:58 <MerlinTHP> Evolution: IPA would, certainly.

- 13:12:13 <MerlinTHP> quaid: yeah, I already hang out in #freeipa ;)

- 13:12:17 <Evolution> (once we get to that stage)

- 13:12:42 <MerlinTHP> I'm planning to have the test IPA instance up with the front-end to poke at a bit later this week

- 13:12:44 <quaid> Evolution: might be easier than messing with the running instance

- 13:13:17 <quaid> similarly, I plan to have the basic FAS in place, and will rely upon smooge to help me get it further for actual testing

- 13:13:31 <quaid> #idea should we have a second koji for ease of SSL testing, etc.?

- 13:14:10 <kbsingh> there is a git.dev.centos.org that is already online - for testing scope on that side

- 13:15:01 <bstinson> fantastic! it sounds like we're making progress

- 13:15:10 <quaid> #ingo git.dev.centos.org can be used for testing git connection

- 13:15:18 <quaid> #info git.dev.centos.org can be used for testing git connection

- 13:15:21 <MerlinTHP> :)

- 13:15:45 <quaid> that's all I've got right now, I think

- 13:16:04 <kbsingh> dev.git.centos.org :)

- 13:16:32 <MerlinTHP> In the course of doing research for the lookaside upload script, I've come to the conclusion that it'd help if the CA had an OCSP responder, and the host running the upload script was running apache 2.4 (so c7)

- 13:17:06 <MerlinTHP> apache supports CRLs for certificate revocation, but you need to restart it every time you change the CRL file

- 13:17:20 <kbsingh> we can run either c7 or c6 on the lookaside machine..

- 13:17:53 <MerlinTHP> Whereas apache 2.4's OCSP support means it always goes ask the CA, so certificate revocations are instantly live.

- 13:18:14 <MerlinTHP> Just a thought.

- 13:18:18 <quaid> .undo

- 13:18:27 <quaid> #info dev.git.centos.org can be used for testing git connection

- 13:18:31 <quaid> #undo

- 13:18:31 <centbot> Removing item from minutes: INFO by quaid at 13:18:27 : dev.git.centos.org can be used for testing git connection

- 13:18:32 <quaid> #undo

- 13:18:32 <centbot> Removing item from minutes: INFO by quaid at 13:15:18 : git.dev.centos.org can be used for testing git connection

- 13:18:38 <quaid> #info dev.git.centos.org can be used for testing git connection

- 13:19:11 <bstinson> ok, anything else before I move along?

- 13:19:16 <MerlinTHP> Nothing from me

- 13:19:29 <bstinson> thanks for researching the lookaside MerlinTHP

- 13:19:39 <MerlinTHP> np

- 13:19:50 <MerlinTHP> tbh, I spent more time on the IPA stuff...

- 13:20:00 <bstinson> #topic Centpkg Progress

- 13:20:38 <bstinson> ok this will be very short, I have Centpkg reading in user certs and i've been able to kick off koji builds

- 13:20:45 <MerlinTHP> \o/

- 13:20:52 <MerlinTHP> Oh, one thought

- 13:21:06 <MerlinTHP> Currently, git branch to koji target is hard-coded

- 13:21:16 <quaid> #info centpkg is reading in user certs and is able to kick off koji builds

- 13:21:16 <MerlinTHP> I've thought for a while that it probably should be a config file

- 13:21:17 <bstinson> i need to see if we can make it easer for centpkg to co-exist with fedpkg and its cousins

- 13:21:38 <MerlinTHP> Does that sound like a sensible idea?

- 13:21:40 <kbsingh> bstinson: can it pull from and do some level of mangling of git.centos.org hosted repos

- 13:21:47 <MerlinTHP> I can work with you on it, bstinson

- 13:21:53 <quaid> #idea put git branch to koji target in a config file instead of being hard-coded

- 13:22:05 <kbsingh> MerlinTHP: we likely need a wider convo on git branch naming, i believe its in the schedule for later in the meeting

- 13:22:25 <bstinson> kbsingh: yes it can pull (and push when we work out cert auth)

- 13:22:33 <MerlinTHP> This is a bit orthagonal to that, imo

- 13:22:40 <Evolution> so long as we can tie koji naming into that as well.. (bananas?)

- 13:23:23 <bstinson> MerlinTHP: let's get together soon to talk about what you're thinking

- 13:23:32 <MerlinTHP> Sure thing

- 13:23:32 <kbsingh> what people can commit to - is tied into the targets they can consume in koji, but they should be able to ready from anywhere and build to the places they have acls to

- 13:23:56 <kbsingh> tagging might have a role to play in here as well

- 13:24:10 <alphacc> for semantic build=tag. policy work on tagging operation.

- 13:25:08 <kbsingh> ok

- 13:25:15 <bstinson> #action bstinson will clean up his commits and send centpkg patches to the mailing list

- 13:25:31 <kbsingh> are we going to put this into a rpm ?

- 13:25:37 <alphacc> I investigated the policy side and the easiest way now is to have a flat file and generate a policy. sig:user1,user2 and sig-admins:user1,user2

- 13:25:58 <bstinson> kbsingh: i have a copr out there right now

- 13:26:13 <kbsingh> we should have a more official process for this

- 13:26:17 <kbsingh> maybe into centos-extras

- 13:26:32 <kbsingh> but ok, lets do that as a second iteration

- 13:26:54 <quaid> bstinson: what's the copr URL? (for the record)

- 13:27:13 <bstinson> http://copr.fedoraproject.org/coprs/bstinson/Centpkg/

- 13:27:33 <quaid> #idea have centpkg eventually live in e.g. CentOS Extras

- 13:27:56 <MerlinTHP> That sounds sensible.

- 13:28:11 <MerlinTHP> We'll have to decide where rpkg lives, though.

- 13:28:17 <kbsingh> same place

- 13:28:26 <MerlinTHP> rpkg is in EPEL, though

- 13:28:32 <kbsingh> thats ok, were not relying on epel for now

- 13:28:38 <MerlinTHP> ( that's just a note, not an objection )

- 13:28:43 * MerlinTHP nods

- 13:28:45 <MerlinTHP> Fair enough

- 13:29:02 <kbsingh> anything in epel that we need - for now , we pull into local builds - longer term this is going to need a whole lot of conversation and attention :)

- 13:29:09 <MerlinTHP> Mm

- 13:29:54 <MerlinTHP> OK, centpkg looks to be cracking on

- 13:29:59 <quaid> #info not currently relying upon EPEL directly, anything needed gets pulled in to local build, e.g. rpkg

- 13:30:20 <Evolution> our interactions with epel will need to be a separate mailing list discussion or meeting here.

- 13:30:31 <Evolution> that needs to happen semi-soon anyway to start getting expectations

- 13:30:41 <Evolution> but I don't want to hijack this meeting for that

- 13:31:00 <kbsingh> yeah

- 13:31:14 * MerlinTHP pushes Evolution back down into his box

- 13:31:42 <bstinson> ok, let's keep moving

- 13:31:44 <bstinson> #topic Blocker List

- 13:32:23 <alphacc> #info integrate upstream patch in koji to support git.c.o

- 13:32:50 <kbsingh> ok, so what is the blocker list.. maybe we should first define what it is that is being blocked

- 13:32:56 <alphacc> I have the RPMs ready.

- 13:33:18 <alphacc> I will rebuild them in koji, and push it to infrastrcuture6 tag.

- 13:33:32 <kbsingh> ok, so thats about 50% of the blocker problem fixed right ? if people can use centpkg to request builds from git.centos.org delivered into a target at cbs.centos.org

- 13:33:53 <kbsingh> bstinson: once alphacc does his piece of work would that be possible ?

- 13:35:36 <bstinson> should be

- 13:35:52 <alphacc> #action Build CentOS koji rpms and install them (server-side).

- 13:36:21 <bstinson> right now, i've just been kicking off builds using --srpm which creates an intermediate src rpm and uploads it for building

- 13:37:08 <bstinson> alphacc: does the patch need any extra voices on the mailing lists?

- 13:37:58 <alphacc> bstinson: I think we decided that we will have our own koji rpms, so no, just more testing.

- 13:38:30 <bstinson> ok great

- 13:39:10 <kbsingh> its been upstreamed as well right ? just not in a release

- 13:39:21 <kbsingh> if they reject the patch upstream then we've got something to think about

- 13:39:28 <quaid> #agreed Project will carry own koji RPMs to carry our own patches etc.

- 13:39:51 <alphacc> mikem proposed the patch, but I don't think it is in master yet.

- 13:40:39 <mikem> alphacc, which patch was that?

- 13:41:32 <alphacc> mikem: koji-rpm-source-layout

- 13:41:33 <mikem> "Support rpm source layout (SPECS and SOURCES dirs) when building srpms from source control."?  That's in upstream git

- 13:42:07 <alphacc> ok great I missed it.

- 13:42:56 <bstinson> ok, is anyone else have a component blocked on something?

- 13:42:59 <kbsingh> so thats a good sign that were ok to carry it

- 13:43:11 <bstinson> s/is/does/

- 13:43:14 <kbsingh> the second half of the issue is auth into git.centos.org

- 13:43:37 <kbsingh> i can import content in, and give people access based in login names, but its going to be https http_basic auth

- 13:43:44 <kbsingh> works now, works for a few people, wont scale

- 13:44:03 <kbsingh> and how much of a problem might we be creating for ipa folks to import this into their setup later ?

- 13:44:55 <Evolution> kbsingh: bringing existing users over, or doing http auth?

- 13:45:01 <alphacc> kbsingh: the forseen solution would be ssh-keys ?

- 13:45:51 <MerlinTHP> If we go the IPA route, it'll just be a matter of converting ACLs into group memberships (or another LDAP attribute, if we go a more customised route for IPA)

- 13:46:03 <kbsingh> Evolution: either/neither - i presume this will be just using CA keys, shared with koji longer term

- 13:46:30 * quaid doesn't know yet of any hassles moving to FAS from http auth

- 13:46:35 <kbsingh> alphacc: cant do sshkeys, the commits need to be over https to use the user<->branch mapping, since the commit needs to be 'intercepted' by code that can make that decision easily

- 13:47:16 <bstinson> kbsingh: is that live on dev.git.c.o?

- 13:47:27 <quaid> #info can't use sshkeys for auth for git, needs to go over https for code pathway

- 13:47:44 <kbsingh> we could likely write something that does some sanity testing and checks keyname and works out group name and then looks at branch name etc, but the problem with that is still that folks can push at once - multiple branches

- 13:48:06 <kbsingh> bstinson: it can be fairly easily.

- 13:48:40 <kbsingh> bstinson: its live at git.centos.org

- 13:48:45 <bstinson> i'd like to poke at it from the client side whenever it's ready

- 13:48:59 <kbsingh> the user -> branch mapping ?

- 13:49:28 <bstinson> the auth component

- 13:50:20 <kbsingh> ok, i dont get what you want to poke at

- 13:50:45 <kbsingh> the only way to commit to git.centos.org is over https, unless its the upstream buildservices, that can use a privileged path

- 13:51:56 <bstinson> right, rpkg does all the committing over ssh so centpkg will need a few tweaks

- 13:52:46 <kbsingh> ok

- 13:53:01 <kbsingh> technically it should just be a case of using a different git remote url

- 13:53:44 <kbsingh> iirc, there is a centpkg.git in git.centos.org's root git's

- 13:53:47 <MerlinTHP> I suspect it'd work just by changing the git URL in the config file

- 13:53:50 <kbsingh> isnt that how this works as well

- 13:54:07 <kbsingh> https://git.centos.org/summary/centpkg.git

- 13:54:56 <kbsingh> just going over this again to make sure i understand what piece of work you want me to deliver on

- 13:56:10 <mattymo> hey Evolution

- 13:56:37 <bstinson> when you say http_basic auth, are you meaning username/password?

- 13:56:42 <kbsingh> yeah

- 13:56:48 <Evolution> mattymo: meeting presently. wait one (or pm)

- 13:56:54 <mattymo> oh ok

- 13:57:32 <mattymo> I'll write here just b/c anyone can comment. I see this bug here: https://github.com/karelzak/util-linux/issues/121

- 13:57:32 <bstinson> ah, we may need to hash out some details on that, I was hoping to hand you a client cert and get the user account info that way

- 13:57:45 <kbsingh> bstinson: my understanding is that this will go away and fas or ipa will provide the certauthority to auth with

- 13:58:13 <MerlinTHP> Mm

- 13:58:57 <kbsingh> so the user will actually only have the one set of certs they use for koji and git

- 13:59:10 <MerlinTHP> Yeah

- 13:59:24 <MerlinTHP> ( + the lookaside, depending if you count that as part of git )

- 13:59:37 <kbsingh> and somewhere in there will be a mechanism that says what branches ( or what groups ) this person belongs to

- 13:59:50 <kbsingh> MerlinTHP: right, lookaside too

- 14:00:12 <MerlinTHP> That mechanism could e.g. be an LDAP query against IPA

- 14:00:55 <alphacc> MerlinTHP: I could query same ldap for the koji policy

- 14:01:05 <MerlinTHP> That'd be neat

- 14:01:16 <MerlinTHP> But you can probably s/IPA/FAS/ too

- 14:01:51 * MerlinTHP wonders if we need to make this meeting slot longer

- 14:02:03 <gwd> Sorry to interrupt -- could someone with koji admin privileges make a virt6-testing tag?  (I think that's what I want...)

- 14:02:30 <bstinson> we are making good progress, at some point they'll get shorter :)

- 14:02:34 <MerlinTHP> :)

- 14:02:41 <alphacc> gwd: already there. pm.

- 14:02:49 <MerlinTHP> I've got to go shortly

- 14:02:55 <bstinson> since we're in the weeds, let's bring this back up offline and again next week

- 14:03:08 <kbsingh> sounds good

- 14:03:19 <kbsingh> i think the integration layers might be what needs the most effort

- 14:03:26 <MerlinTHP> Agreed.

- 14:03:27 <quaid> #info need to settle on temp auth method for git.centos.org over https

- 14:03:40 <kbsingh> if we can offload auth for lookaside into httpd, we might do the same for git as well, but lets cross that bridge

- 14:03:57 <alphacc> ok good for me too.

- 14:04:19 <gwd> alphacc: Oops, sorry... missed the 2nd page on the web interface.

- 14:05:01 <alphacc> gwd: it's a tag not a target, what are you yting to achieve ?

- 14:05:16 <alphacc> s/yting/trying

- 14:05:20 <bstinson> we can probably save SIG Branch and Build Target naming until next week also

- 14:05:21 <kbsingh> cool, are we closing meeting ?

- 14:05:41 <bstinson> closing in 1 minute

- 14:05:44 <kbsingh> mattymo: still waiting for you guys to actually start doing some contributing and things into CentOS

- 14:06:19 <bstinson> #info Next Meeting: Monday 29-Sept, 13:00 UTC

- 14:06:35 <bstinson> thanks everyone!

- 14:06:40 <MerlinTHP> Cheers!

- 14:06:41 <gwd> alphacc: I'm trying to build ipxe into an actual repo, so that I can then try building xen (which depends on ipxe).

- 14:06:50 <quaid> nice meeting, thx

- 14:06:55 <bstinson> #endmeeting 

\ No newline at end of file

@@ -1,115 +0,0 @@ 

- ========================

- #centos-devel: cbs/infra

- ========================

- 

- 

- Meeting started by bstinson at 13:02:39 UTC. The full logs are available

- at centos-devel/2014/centos-devel.2014-09-22-13.02.log.html .

- 

- 

- 

- Meeting summary

- ---------------

- * LINK: https://trello.com/b/CKGGvcKU/cbs-centos-org is the url to the

-   board  (kbsingh, 13:02:50)

- * Greetings / Who's Here?  (bstinson, 13:03:03)

- 

- * Agenda  (bstinson, 13:04:21)

-   * FAS/IPA Testing - Short Status Update  (bstinson, 13:04:24)

-   * Centpkg Progress - Short Status Update  (bstinson, 13:04:28)

-   * Blocker List  (bstinson, 13:04:32)

-   * Brainstorming SIG Branch and Build Target Names  (bstinson,

-     13:04:35)

-   * Open Floor  (bstinson, 13:04:41)

- 

- * FAS/IPA Testing  (bstinson, 13:05:28)

-   * Infra team provisioned three VMs last week to use for FAS & IPA

-     testing  (quaid, 13:06:27)

-   * can use the mailing list discussion to get requirements  (quaid,

-     13:10:06)

-   * ACTION: quaid can write-up the requirements in to a wiki page to

-     reference  (quaid, 13:10:39)

-   * IDEA: should we have a second koji for ease of SSL testing, etc.?

-     (quaid, 13:13:31)

-   * dev.git.centos.org can be used for testing git connection  (quaid,

-     13:18:38)

- 

- * Centpkg Progress  (bstinson, 13:20:00)

-   * centpkg is reading in user certs and is able to kick off koji builds

-     (quaid, 13:21:16)

-   * IDEA: put git branch to koji target in a config file instead of

-     being hard-coded  (quaid, 13:21:53)

-   * ACTION: bstinson will clean up his commits and send centpkg patches

-     to the mailing list  (bstinson, 13:25:15)

-   * LINK: http://copr.fedoraproject.org/coprs/bstinson/Centpkg/

-     (bstinson, 13:27:13)

-   * IDEA: have centpkg eventually live in e.g. CentOS Extras  (quaid,

-     13:27:33)

-   * not currently relying upon EPEL directly, anything needed gets

-     pulled in to local build, e.g. rpkg  (quaid, 13:29:59)

- 

- * Blocker List  (bstinson, 13:31:44)

-   * integrate upstream patch in koji to support git.c.o  (alphacc,

-     13:32:23)

-   * ACTION: Build CentOS koji rpms and install them (server-side).

-     (alphacc, 13:35:52)

-   * AGREED: Project will carry own koji RPMs to carry our own patches

-     etc.  (quaid, 13:39:28)

-   * can't use sshkeys for auth for git, needs to go over https for code

-     pathway  (quaid, 13:47:27)

-   * LINK: https://git.centos.org/summary/centpkg.git   (kbsingh,

-     13:54:07)

-   * need to settle on temp auth method for git.centos.org over https

-     (quaid, 14:03:27)

-   * Next Meeting: Monday 29-Sept, 13:00 UTC  (bstinson, 14:06:19)

- 

- Meeting ended at 14:06:55 UTC.

- 

- 

- 

- 

- Action Items

- ------------

- * quaid can write-up the requirements in to a wiki page to reference

- * bstinson will clean up his commits and send centpkg patches to the

-   mailing list

- * Build CentOS koji rpms and install them (server-side).

- 

- 

- 

- 

- Action Items, by person

- -----------------------

- * bstinson

-   * bstinson will clean up his commits and send centpkg patches to the

-     mailing list

- * quaid

-   * quaid can write-up the requirements in to a wiki page to reference

- * **UNASSIGNED**

-   * Build CentOS koji rpms and install them (server-side).

- 

- 

- 

- 

- People Present (lines said)

- ---------------------------

- * kbsingh (55)

- * MerlinTHP (48)

- * bstinson (46)

- * quaid (33)

- * alphacc (19)

- * Evolution (9)

- * centbot (5)

- * gwd (3)

- * mattymo (3)

- * Arrfab (3)

- * mikem (3)

- * wolfy (1)

- * jitseklomp (1)

- 

- 

- 

- 

- Generated by `MeetBot`_ 0.1.4

- 

- .. _`MeetBot`: http://wiki.debian.org/MeetBot

styles/site.scss content/sitemap.xml.erb
file renamed
+2 -3
@@ -1,5 +1,4 @@ 

  ---

- is_hidden: false

- path:      "/sitemap.xml"

  ---

- <%= xml_sitemap :items => @items.reject{ |i| i[:is_hidden] || i.binary? } %>

+ 

+ @import "bootstrap";

variants.md content/variants.md
file renamed
+4 -3
@@ -2,12 +2,13 @@ 

  title:      "CentOS variants"

  markdown:   basic

  is_dynamic: true

+ layout: default

  ---

  * Table of contents will replace this text.

  {:toc}

  

  

- #CentOS variants ( proposal )

+ # CentOS variants ( proposal )

  

  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.

  
@@ -23,7 +24,7 @@ 

  

  (Some SIGs don't focus on producing a variant but instead work on Infrastructure, Design, Documentation, and so forth.)

  

- #Using variants

+ # Using variants

  

  It's as easy as using CentOS core. There are two main ways:

  
@@ -38,7 +39,7 @@ 

  

  Some potential early SIG's are listed on the [Special Interest Groups ](http://wiki.centos.org/SpecialInterestGroup)

  

- #Making variants

+ # 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.

  

Rich Bowen approached me some time ago about porting the centos site to jekyll, which I worked on here.

In this thread, there was some discussion about using pelican instead.

I'm not sure what the current status of this is, but I started getting PRs to my fork over at github (https://github.com/jasonbrooks/centos.org/pull/3#issuecomment-482674312, https://github.com/jasonbrooks/centos.org/pulls?q=is%3Apr+is%3Aclosed), and figured that that activity would be more appropriate here.

We just merge other PR/branch with Jekyll and other design (and it went live already on https://www.centos.org) ..
I guess you don't mind if we close this one .. ;-)

Pull-Request has been closed by arrfab

3 years ago
Metadata
Changes Summary 357
+1 -0
file changed
.gitignore
+28 -64
file changed
Gemfile
+71 -97
file changed
Gemfile.lock
+19 -0
file changed
README.md
-103
file removed
Rules
+4
file added
_config.yml
+539
file added
_data/sponsors.yml
+0 -0
file renamed
layouts/navbar.haml
_includes/navbar.haml
+4 -4
file renamed
layouts/default-haml.haml
_layouts/default.haml
+2
file added
_sass/bootstrap.scss
+0 -0
file renamed
content/assets/css/bootstrap/_alerts.scss
_sass/bootstrap/_alerts.scss
+0 -0
file renamed
content/assets/css/bootstrap/_badges.scss
_sass/bootstrap/_badges.scss
+0 -0
file renamed
content/assets/css/bootstrap/_breadcrumbs.scss
_sass/bootstrap/_breadcrumbs.scss
+0 -0
file renamed
content/assets/css/bootstrap/_button-groups.scss
_sass/bootstrap/_button-groups.scss
+0 -0
file renamed
content/assets/css/bootstrap/_buttons.scss
_sass/bootstrap/_buttons.scss
+0 -0
file renamed
content/assets/css/bootstrap/_carousel.scss
_sass/bootstrap/_carousel.scss
+0 -0
file renamed
content/assets/css/bootstrap/_close.scss
_sass/bootstrap/_close.scss
+0 -0
file renamed
content/assets/css/bootstrap/_code.scss
_sass/bootstrap/_code.scss
+0 -0
file renamed
content/assets/css/bootstrap/_component-animations.scss
_sass/bootstrap/_component-animations.scss
+0 -0
file renamed
content/assets/css/bootstrap/_dropdowns.scss
_sass/bootstrap/_dropdowns.scss
+0 -0
file renamed
content/assets/css/bootstrap/_forms.scss
_sass/bootstrap/_forms.scss
+0 -0
file renamed
content/assets/css/bootstrap/_glyphicons.scss
_sass/bootstrap/_glyphicons.scss
+0 -0
file renamed
content/assets/css/bootstrap/_grid.scss
_sass/bootstrap/_grid.scss
+0 -0
file renamed
content/assets/css/bootstrap/_input-groups.scss
_sass/bootstrap/_input-groups.scss
+0 -0
file renamed
content/assets/css/bootstrap/_jumbotron.scss
_sass/bootstrap/_jumbotron.scss
+0 -0
file renamed
content/assets/css/bootstrap/_labels.scss
_sass/bootstrap/_labels.scss
+0 -0
file renamed
content/assets/css/bootstrap/_list-group.scss
_sass/bootstrap/_list-group.scss
+0 -0
file renamed
content/assets/css/bootstrap/_media.scss
_sass/bootstrap/_media.scss
+0 -0
file renamed
content/assets/css/bootstrap/_mixins.scss
_sass/bootstrap/_mixins.scss
+0 -0
file renamed
content/assets/css/bootstrap/_modals.scss
_sass/bootstrap/_modals.scss
+0 -0
file renamed
content/assets/css/bootstrap/_navbar.scss
_sass/bootstrap/_navbar.scss
+0 -0
file renamed
content/assets/css/bootstrap/_navs.scss
_sass/bootstrap/_navs.scss
+0 -0
file renamed
content/assets/css/bootstrap/_normalize.scss
_sass/bootstrap/_normalize.scss
+0 -0
file renamed
content/assets/css/bootstrap/_pager.scss
_sass/bootstrap/_pager.scss
+0 -0
file renamed
content/assets/css/bootstrap/_pagination.scss
_sass/bootstrap/_pagination.scss
+0 -0
file renamed
content/assets/css/bootstrap/_panels.scss
_sass/bootstrap/_panels.scss
+0 -0
file renamed
content/assets/css/bootstrap/_popovers.scss
_sass/bootstrap/_popovers.scss
+0 -0
file renamed
content/assets/css/bootstrap/_print.scss
_sass/bootstrap/_print.scss
+0 -0
file renamed
content/assets/css/bootstrap/_progress-bars.scss
_sass/bootstrap/_progress-bars.scss
+0 -0
file renamed
content/assets/css/bootstrap/_responsive-utilities.scss
_sass/bootstrap/_responsive-utilities.scss
+0 -0
file renamed
content/assets/css/bootstrap/_scaffolding.scss
_sass/bootstrap/_scaffolding.scss
+0 -0
file renamed
content/assets/css/bootstrap/_tables.scss
_sass/bootstrap/_tables.scss
+0 -0
file renamed
content/assets/css/bootstrap/_theme.scss
_sass/bootstrap/_theme.scss
+0 -0
file renamed
content/assets/css/bootstrap/_thumbnails.scss
_sass/bootstrap/_thumbnails.scss
+0 -0
file renamed
content/assets/css/bootstrap/_tooltip.scss
_sass/bootstrap/_tooltip.scss
+0 -0
file renamed
content/assets/css/bootstrap/_type.scss
_sass/bootstrap/_type.scss
+0 -0
file renamed
content/assets/css/bootstrap/_utilities.scss
_sass/bootstrap/_utilities.scss
+0 -0
file renamed
content/assets/css/bootstrap/_variables.scss
_sass/bootstrap/_variables.scss
+0 -0
file renamed
content/assets/css/bootstrap/_wells.scss
_sass/bootstrap/_wells.scss
+0 -0
file renamed
content/assets/css/bootstrap/bootstrap.scss
_sass/bootstrap/bootstrap.scss
+0 -1
file renamed
content/assets/css/extra.scss
_sass/extra.scss
+3 -2
file renamed
content/about.md
about.md
+2 -1
file renamed
content/about/governance.md
about/governance.md
+3 -2
file renamed
content/about/governance/appendix-glossary.md
about/governance/appendix-glossary.md
+0 -0
file renamed
content/about/governance/board-diagram-involvement.png
about/governance/board-diagram-involvement.png
+2 -1
file renamed
content/about/governance/board-responsibilities.md
about/governance/board-responsibilities.md
+0 -0
file renamed
content/about/governance/governance-greenhouse.png
about/governance/governance-greenhouse.png
+0 -0
file renamed
content/about/governance/governance-structure-diagram.png
about/governance/governance-structure-diagram.png
+4 -3
file renamed
content/about/governance/joining-the-project.md
about/governance/joining-the-project.md
+0 -0
file renamed
content/about/governance/sig-maturity-crossover.png
about/governance/sig-maturity-crossover.png
+5 -4
file renamed
content/about/governance/sigs.md
about/governance/sigs.md
+4 -3
file renamed
content/about/governance/voting.md
about/governance/voting.md
+0 -0
file renamed
static/abuseipdb-verification.html
abuseipdb-verification.html
+0 -0
file renamed
static/assets/csvtable-look.css
assets/csvtable-look.css
+0 -0
file renamed
static/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
assets/fonts/bootstrap/glyphicons-halflings-regular.eot
+0 -0
file renamed
static/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
assets/fonts/bootstrap/glyphicons-halflings-regular.svg
+0 -0
file renamed
static/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
+0 -0
file renamed
static/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
assets/fonts/bootstrap/glyphicons-halflings-regular.woff
+0 -0
file renamed
static/assets/jquery.tidy.table.css
assets/jquery.tidy.table.css
+0 -0
file renamed
static/assets/js/google.js
assets/js/google.js
+0 -0
file renamed
static/assets/js/html5.js
assets/js/html5.js
+0 -0
file renamed
static/assets/js/jquery.backstretch.min.js
assets/js/jquery.backstretch.min.js
+0 -0
file renamed
static/assets/js/jquery.csvToTable.js
assets/js/jquery.csvToTable.js
+0 -0
file renamed
static/assets/js/jquery.csvToTable2.js
assets/js/jquery.csvToTable2.js
+0 -0
file renamed
static/assets/js/jquery.cycle2.center.min.js
assets/js/jquery.cycle2.center.min.js
+0 -0
file renamed
static/assets/js/jquery.cycle2.min.js
assets/js/jquery.cycle2.min.js
+0 -0
file renamed
static/assets/js/jquery.min.js
assets/js/jquery.min.js
+0 -0
file renamed
static/assets/js/jquery.rss.js
assets/js/jquery.rss.js
+0 -0
file renamed
static/assets/js/jquery.tablesorter.min.js
assets/js/jquery.tablesorter.min.js
+0 -0
file renamed
static/assets/js/jquery.tidy.table.min.js
assets/js/jquery.tidy.table.min.js
+0 -0
file renamed
static/assets/js/moment.min.js
assets/js/moment.min.js
+0 -0
file renamed
static/assets/js/sass-bootstrap.js
assets/js/sass-bootstrap.js
+0 -0
file renamed
static/assets/js/sass-bootstrap.min.js
assets/js/sass-bootstrap.min.js
+0 -0
file renamed
content/assets/seven.rss
assets/seven.rss
+0 -0
file renamed
static/assets/stylesheet.css
assets/stylesheet.css
+4 -0
file renamed
content/community/calendar.md
community/calendar.md
+4 -3
file renamed
content/community/stories.md
community/stories.md
-11
file removed
config.rb
-9
file removed
content/assets/css/bootstrap.scss
-43
file removed
content/media.erb
-9
file removed
content/sponsors/45drives.erb
-9
file removed
content/sponsors/art-motion.erb
-9
file removed
content/sponsors/backupvault.erb
-9
file removed
content/sponsors/baseip.erb
-9
file removed
content/sponsors/castlegem.erb
-9
file removed
content/sponsors/cdn77.erb
-9
file removed
content/sponsors/ch-center.erb
-9
file removed
content/sponsors/codero.erb
-8
file removed
content/sponsors/coloamerica.erb
-9
file removed
content/sponsors/coloau.erb
-8
file removed
content/sponsors/cologuard.erb
-9
file removed
content/sponsors/constant.erb
-9
file removed
content/sponsors/coreix.erb
-9
file removed
content/sponsors/cpanel.erb
-8
file removed
content/sponsors/dbd.erb
-9
file removed
content/sponsors/dedicatednow.erb
-9
file removed
content/sponsors/dedicatedsolutions.erb
-9
file removed
content/sponsors/eukhost.erb
-9
file removed
content/sponsors/everex.erb
-9
file removed
content/sponsors/exabytes_my.erb
-9
file removed
content/sponsors/fasthosts.erb
-9
file removed
content/sponsors/globotech.erb
-9
file removed
content/sponsors/host-engine.erb
-9
file removed
content/sponsors/host-stage.erb
-9
file removed
content/sponsors/host1plus.erb
-8
file removed
content/sponsors/hostdime.erb
-8
file removed
content/sponsors/hostdimebr.erb
-9
file removed
content/sponsors/hostiserver.erb
-9
file removed
content/sponsors/hostkey.erb
-8
file removed
content/sponsors/internetx.erb
-9
file removed
content/sponsors/intevation.erb
-8
file removed
content/sponsors/iomart.erb
-9
file removed
content/sponsors/itsyndicate.erb
-9
file removed
content/sponsors/leaseweb.erb
-9
file removed
content/sponsors/libertyvps.erb
-9
file removed
content/sponsors/liquidweb.erb
-8
file removed
content/sponsors/miva.erb
-8
file removed
content/sponsors/multacom.erb
-8
file removed
content/sponsors/ndchost.erb
-8
file removed
content/sponsors/netelligent.erb
-9
file removed
content/sponsors/nexcess.erb
-8
file removed
content/sponsors/node4.erb
-9
file removed
content/sponsors/packet.erb
-8
file removed
content/sponsors/pidginhost.erb
-9
file removed
content/sponsors/pirateshosting.erb
-9
file removed
content/sponsors/profvds.erb
-9
file removed
content/sponsors/psw.erb
-8
file removed
content/sponsors/psychz.erb
-9
file removed
content/sponsors/ptisp.erb
-9
file removed
content/sponsors/redstation.erb
-9
file removed
content/sponsors/scaleway.erb
-8
file removed
content/sponsors/securedservers.erb
-9
file removed
content/sponsors/seedvps.erb
-9
file removed
content/sponsors/serverel.erb
-8
file removed
content/sponsors/serverhub.erb
-9
file removed
content/sponsors/servermania.erb
-9
file removed
content/sponsors/serverpoint.erb
-9
file removed
content/sponsors/serverpronto.erb
-8
file removed
content/sponsors/shinjiru.erb
-9
file removed
content/sponsors/steadfast.erb
-9
file removed
content/sponsors/tailoredservers.erb
-8
file removed
content/sponsors/theplanet.erb
-9
file removed
content/sponsors/trabia.erb
-8
file removed
content/sponsors/vhostvn.erb
-9
file removed
content/sponsors/vi.erb
-9
file removed
content/sponsors/voyant.erb
-9
file removed
content/sponsors/webnx.erb
-9
file removed
content/sponsors/whitelabelitsolutions.erb
-8
file removed
content/sponsors/wowrack.erb
-8
file removed
content/sponsors/xenproject.erb
-9
file removed
content/sponsors/yourname.erb
+9
file added
docs.md
+1 -1
file renamed
content/download.haml
download.haml
+68
file added
download/_site/altarch-mirrors.erb
+10
file added
download/_site/cloud.html
+0 -0
file renamed
content/download/full-altarchlist.csv
download/_site/full-altarchlist.csv
+0 -0
file renamed
content/download/full-mirrorlist.csv
download/_site/full-mirrorlist.csv
+72
file added
download/_site/mirrors.html
+0 -0
file renamed
content/download/wallpaper.png
download/_site/wallpaper.png
+1 -0
file renamed
content/download/altarch-mirrors.erb
download/altarch-mirrors.md
+0 -0
file renamed
content/download/cloud.md
download/cloud.md
+16
file added
download/full-altarchlist.csv
+485
file added
download/full-mirrorlist.csv
+1 -0
file renamed
content/download/mirrors.erb
download/mirrors.md
+0
file added
download/wallpaper.png
+0 -0
file renamed
static/googlef092517931db8da6.html
googlef092517931db8da6.html
+0 -0
file renamed
static/images/arrow_asc.gif
images/arrow_asc.gif
+0 -0
file renamed
static/images/arrow_desc.gif
images/arrow_desc.gif
+0 -0
file renamed
static/images/avatar.jpg
images/avatar.jpg
+0 -0
file renamed
static/images/background.jpeg
images/background.jpeg
+0 -0
file renamed
static/images/centoslogo-32.png
images/centoslogo-32.png
+0 -0
file renamed
static/images/cloud-hosting-services.png
images/cloud-hosting-services.png
+0 -0
file renamed
static/images/cloudbase.png
images/cloudbase.png
+0 -0
file renamed
static/favicon.ico
images/favicon.ico
+0 -0
file renamed
static/images/logo.png
images/logo.png
+0 -0
file renamed
static/images/logo_small.png
images/logo_small.png
+0 -0
file renamed
static/images/sponsors/15minuteservers.png
images/sponsors/15minuteservers.png
+0 -0
file renamed
static/images/sponsors/2014-11-10-vi.gif
images/sponsors/2014-11-10-vi.gif
+0 -0
file renamed
static/images/sponsors/45drives.png
images/sponsors/45drives.png
+0 -0
file renamed
static/images/sponsors/BackupVault.png
images/sponsors/BackupVault.png
+0 -0
file renamed
static/images/sponsors/Banner_Castlegem_240x60.gif
images/sponsors/Banner_Castlegem_240x60.gif
+0 -0
file renamed
static/images/sponsors/CentOS-CBSL-02.png
images/sponsors/CentOS-CBSL-02.png
+0 -0
file renamed
static/images/sponsors/HOST1PLUS_240x60.jpg
images/sponsors/HOST1PLUS_240x60.jpg
+0 -0
file renamed
static/images/sponsors/HostDime_Logo_Slogan_300_71.png
images/sponsors/HostDime_Logo_Slogan_300_71.png
+0 -0
file renamed
static/images/sponsors/N4_logo_colour-banner-small.jpg
images/sponsors/N4_logo_colour-banner-small.jpg
+0 -0
file renamed
static/images/sponsors/NDCHost.png
images/sponsors/NDCHost.png
+0 -0
file renamed
static/images/sponsors/OffshoreServers.png
images/sponsors/OffshoreServers.png
+0 -0
file renamed
static/images/sponsors/OffshoreVPS.png
images/sponsors/OffshoreVPS.png
+0 -0
file renamed
static/images/sponsors/PNAP-Logo-CMYK.JPG
images/sponsors/PNAP-Logo-CMYK.JPG
+0 -0
file renamed
static/images/sponsors/PNAP_Banner.gif
images/sponsors/PNAP_Banner.gif
+0 -0
file renamed
static/images/sponsors/PSW_Banner_240x60.jpg
images/sponsors/PSW_Banner_240x60.jpg
+0 -0
file renamed
static/images/sponsors/ad_lfcpxen_240x60.png
images/sponsors/ad_lfcpxen_240x60.png
+0 -0
file renamed
static/images/sponsors/am-logo.png
images/sponsors/am-logo.png
+0 -0
file renamed
static/images/sponsors/baseip_240x60.jpg
images/sponsors/baseip_240x60.jpg
+0 -0
file renamed
static/images/sponsors/cdn77.png
images/sponsors/cdn77.png
+0 -0
file renamed
static/images/sponsors/centos-serverhub.png
images/sponsors/centos-serverhub.png
+0 -0
file renamed
static/images/sponsors/ch-center-small.png
images/sponsors/ch-center-small.png
+0 -0
file renamed
static/images/sponsors/codero.png
images/sponsors/codero.png
+0 -0
file renamed
static/images/sponsors/codero_small.gif
images/sponsors/codero_small.gif
+0 -0
file renamed
static/images/sponsors/coloamerica_small.gif
images/sponsors/coloamerica_small.gif
+0 -0
file renamed
static/images/sponsors/coloau.png
images/sponsors/coloau.png
+0 -0
file renamed
static/images/sponsors/cologuard.png
images/sponsors/cologuard.png
+0 -0
file renamed
static/images/sponsors/constant.png
images/sponsors/constant.png
+0 -0
file renamed
static/images/sponsors/coreix.jpg
images/sponsors/coreix.jpg
+0 -0
file renamed
static/images/sponsors/cpanel.png
images/sponsors/cpanel.png
+0 -0
file renamed
static/images/sponsors/dbd_240_60.jpg
images/sponsors/dbd_240_60.jpg
+0 -0
file renamed
static/images/sponsors/dedicatednow.gif
images/sponsors/dedicatednow.gif
+0 -0
file renamed
static/images/sponsors/dedicatedsolutions.png
images/sponsors/dedicatedsolutions.png
+0 -0
file renamed
static/images/sponsors/dtsnet.png
images/sponsors/dtsnet.png
+0 -0
file renamed
static/images/sponsors/eukhost.png
images/sponsors/eukhost.png
+0 -0
file renamed
static/images/sponsors/everex.png
images/sponsors/everex.png
+0 -0
file renamed
static/images/sponsors/exabytes-my.png
images/sponsors/exabytes-my.png
+0 -0
file renamed
static/images/sponsors/fasthosts.png
images/sponsors/fasthosts.png
+0 -0
file renamed
static/images/sponsors/galaxy_small.gif
images/sponsors/galaxy_small.gif
+0 -0
file renamed
static/images/sponsors/globotech.png
images/sponsors/globotech.png
+0 -0
file renamed
static/images/sponsors/godaddy.jpg
images/sponsors/godaddy.jpg
+0 -0
file renamed
static/images/sponsors/host-engine.png
images/sponsors/host-engine.png
+0 -0
file renamed
static/images/sponsors/host-stage.png
images/sponsors/host-stage.png
+0 -0
file renamed
static/images/sponsors/host1plus_logo.png
images/sponsors/host1plus_logo.png
+0 -0
file renamed
static/images/sponsors/hostasaurus240x60banner.gif
images/sponsors/hostasaurus240x60banner.gif
+0 -0
file renamed
static/images/sponsors/hostdime_br_small.jpg
images/sponsors/hostdime_br_small.jpg
+0 -0
file renamed
static/images/sponsors/hostingswift240x60.gif
images/sponsors/hostingswift240x60.gif
+0 -0
file renamed
static/images/sponsors/hostiserver.png
images/sponsors/hostiserver.png
+0 -0
file renamed
static/images/sponsors/hostkey_small.gif
images/sponsors/hostkey_small.gif
+0 -0
file renamed
static/images/sponsors/internap.png
images/sponsors/internap.png
+0 -0
file renamed
static/images/sponsors/internetx.gif
images/sponsors/internetx.gif
+0 -0
file renamed
static/images/sponsors/intevation.png
images/sponsors/intevation.png
+0 -0
file renamed
static/images/sponsors/iomart-240x60.gif
images/sponsors/iomart-240x60.gif
+0 -0
file renamed
static/images/sponsors/iomart.png
images/sponsors/iomart.png
+0 -0
file renamed
static/images/sponsors/itsyndicate.png
images/sponsors/itsyndicate.png
+0 -0
file renamed
static/images/sponsors/leaseweb.png
images/sponsors/leaseweb.png
+0 -0
file renamed
static/images/sponsors/liquidweb.png
images/sponsors/liquidweb.png
+0 -0
file renamed
static/images/sponsors/miva.png
images/sponsors/miva.png
+0 -0
file renamed
static/images/sponsors/multacom-240x60.gif
images/sponsors/multacom-240x60.gif
+0 -0
file renamed
static/images/sponsors/ndc_host_240.gif
images/sponsors/ndc_host_240.gif
+0 -0
file renamed
static/images/sponsors/netelligent_small.png
images/sponsors/netelligent_small.png
+0 -0
file renamed
static/images/sponsors/nexcess.png
images/sponsors/nexcess.png
+0 -0
file renamed
static/images/sponsors/packet.png
images/sponsors/packet.png
+0 -0
file renamed
static/images/sponsors/pidginhost.png
images/sponsors/pidginhost.png
+0 -0
file renamed
static/images/sponsors/profvds.png
images/sponsors/profvds.png
+0 -0
file renamed
static/images/sponsors/psychz-234x60.jpg
images/sponsors/psychz-234x60.jpg
+0 -0
file renamed
static/images/sponsors/psychz_net.gif
images/sponsors/psychz_net.gif
+0 -0
file renamed
static/images/sponsors/ptisp.png
images/sponsors/ptisp.png
+0 -0
file renamed
static/images/sponsors/redstation.png
images/sponsors/redstation.png
+0 -0
file renamed
static/images/sponsors/scaleway_logo.png
images/sponsors/scaleway_logo.png
+0 -0
file renamed
static/images/sponsors/seedvps.png
images/sponsors/seedvps.png
+0 -0
file renamed
static/images/sponsors/serverel.png
images/sponsors/serverel.png
+0 -0
file renamed
static/images/sponsors/servermania.gif
images/sponsors/servermania.gif
+0 -0
file renamed
static/images/sponsors/serverpoint.png
images/sponsors/serverpoint.png
+0 -0
file renamed
static/images/sponsors/serverpronto_small.gif
images/sponsors/serverpronto_small.gif
+0 -0
file renamed
static/images/sponsors/shinjirubanner260x60.gif
images/sponsors/shinjirubanner260x60.gif
+0 -0
file renamed
static/images/sponsors/sponsor_placeholder-240-60.png
images/sponsors/sponsor_placeholder-240-60.png
+0 -0
file renamed
static/images/sponsors/steadfast.png
images/sponsors/steadfast.png
+0 -0
file renamed
static/images/sponsors/steadfast_234x60.gif
images/sponsors/steadfast_234x60.gif
+0 -0
file renamed
static/images/sponsors/tailoredservers.png
images/sponsors/tailoredservers.png
+0 -0
file renamed
static/images/sponsors/theplanet.png
images/sponsors/theplanet.png
+0 -0
file renamed
static/images/sponsors/trabia.png
images/sponsors/trabia.png
+0 -0
file renamed
static/images/sponsors/vhostvn.gif
images/sponsors/vhostvn.gif
+0 -0
file renamed
static/images/sponsors/vitelity.png
images/sponsors/vitelity.png
+0 -0
file renamed
static/images/sponsors/voyant.png
images/sponsors/voyant.png
+0 -0
file renamed
static/images/sponsors/webnx1.png
images/sponsors/webnx1.png
+0 -0
file renamed
static/images/sponsors/whitelabelitsolutions.gif
images/sponsors/whitelabelitsolutions.gif
+0 -0
file renamed
static/images/sponsors/wow.234x60.gif
images/sponsors/wow.234x60.gif
+0 -0
file renamed
static/images/sponsors/yourname_small.gif
images/sponsors/yourname_small.gif
+28 -37
file renamed
content/index.erb
index.md
+6 -4
file renamed
content/keys.md
keys.md
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-5
keys/RPM-GPG-KEY-CentOS-5
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-6
keys/RPM-GPG-KEY-CentOS-6
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-7
keys/RPM-GPG-KEY-CentOS-7
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-7-aarch64
keys/RPM-GPG-KEY-CentOS-7-aarch64
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-Debug-6
keys/RPM-GPG-KEY-CentOS-Debug-6
+19
file added
keys/RPM-GPG-KEY-CentOS-Debug-7
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le
+21
file added
keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-Cloud
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-SIG-NFV
keys/RPM-GPG-KEY-CentOS-SIG-NFV
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-OpsTools
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-PaaS
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-SCLo
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-Storage
+20
file added
keys/RPM-GPG-KEY-CentOS-SIG-Virtualization
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-Security-6
keys/RPM-GPG-KEY-CentOS-Security-6
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-Testing-6
keys/RPM-GPG-KEY-CentOS-Testing-6
+0 -0
file renamed
static/keys/RPM-GPG-KEY-CentOS-Testing-7
keys/RPM-GPG-KEY-CentOS-Testing-7
+7 -6
file renamed
content/legal.md
legal.md
+15 -14
file renamed
content/legal/privacy.md
legal/privacy.md
+15 -14
file renamed
content/legal/trademarks.md
legal/trademarks.md
-2
file removed
lib/default.rb
-20
file removed
lib/filters/add_ids_to_headers.rb
-28
file removed
lib/filters/add_toc.rb
-13
file removed
lib/filters/remove_spacing_around_pre.rb
-5
file removed
lib/helpers.rb
-1
file removed
lib/sitemap.rb
+0 -0
file renamed
static/loader.gif
loader.gif
-29
file removed
media.erb
-94
file removed
nanoc.yaml
+0 -0
file renamed
static/robots.txt
robots.txt
+8 -8
file renamed
content/sponsors.erb
sponsors.md
-72
file removed
static/assets/js/FeedEk.js
-0
file removed
static/images/favicon.ico
-19
file removed
static/keys/RPM-GPG-KEY-CentOS-Debug-7
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le
-21
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-Cloud
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-ConfigManagement
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-PaaS
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-Storage
-20
file removed
static/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization
-158
file removed
static/minutes/2014/april/centos-devel.2014-04-02-21.55.html
-240
file removed
static/minutes/2014/april/centos-devel.2014-04-02-21.55.log.html
-213
file removed
static/minutes/2014/april/centos-devel.2014-04-02-21.55.log.txt
-78
file removed
static/minutes/2014/april/centos-devel.2014-04-02-21.55.txt
-195
file removed
static/minutes/2014/february/centos-devel.2014-02-10-15.59.html
-91
file removed
static/minutes/2014/february/centos-devel.2014-02-10-15.59.log.html
-64
file removed
static/minutes/2014/february/centos-devel.2014-02-10-15.59.log.txt
-89
file removed
static/minutes/2014/february/centos-devel.2014-02-10-15.59.txt
-186
file removed
static/minutes/2014/january/centos-devel.2014-01-23-16.20.html
-134
file removed
static/minutes/2014/january/centos-devel.2014-01-23-16.20.log.html
-107
file removed
static/minutes/2014/january/centos-devel.2014-01-23-16.20.log.txt
-91
file removed
static/minutes/2014/january/centos-devel.2014-01-23-16.20.txt
-204
file removed
static/minutes/2014/march/centos-devel.2014-03-05-21.04.html
-119
file removed
static/minutes/2014/march/centos-devel.2014-03-05-21.04.log.html
-92
file removed
static/minutes/2014/march/centos-devel.2014-03-05-21.04.log.txt
-104
file removed
static/minutes/2014/march/centos-devel.2014-03-05-21.04.txt
-281
file removed
static/minutes/2014/march/centos-devel.2014-03-19-20.58.html
-115
file removed
static/minutes/2014/march/centos-devel.2014-03-19-20.58.log.html
-88
file removed
static/minutes/2014/march/centos-devel.2014-03-19-20.58.log.txt
-141
file removed
static/minutes/2014/march/centos-devel.2014-03-19-20.58.txt
-134
file removed
static/minutes/2014/may/centos-devel.2014-05-09-16.52.html
-190
file removed
static/minutes/2014/may/centos-devel.2014-05-09-16.52.log.html
-163
file removed
static/minutes/2014/may/centos-devel.2014-05-09-16.52.log.txt
-71
file removed
static/minutes/2014/may/centos-devel.2014-05-09-16.52.txt
-143
file removed
static/minutes/2014/september/centos-devel.2014-09-15-13.01.html
-280
file removed
static/minutes/2014/september/centos-devel.2014-09-15-13.01.log.html
-253
file removed
static/minutes/2014/september/centos-devel.2014-09-15-13.01.log.txt
-72
file removed
static/minutes/2014/september/centos-devel.2014-09-15-13.01.txt
-241
file removed
static/minutes/2014/september/centos-devel.2014-09-22-13.02.html
-256
file removed
static/minutes/2014/september/centos-devel.2014-09-22-13.02.log.html
-229
file removed
static/minutes/2014/september/centos-devel.2014-09-22-13.02.log.txt
-115
file removed
static/minutes/2014/september/centos-devel.2014-09-22-13.02.txt
+2 -3
file renamed
content/sitemap.xml.erb
styles/site.scss
+4 -3
file renamed
content/variants.md
variants.md