[Libosinfo] [PATCH 00/10] CentOS Support and small fixes

Fabiano Fidêncio fidencio at redhat.com
Fri Apr 5 20:33:46 UTC 2013


Howdy!

I'm just resending the whole series before push these patches.

Fabiano Fidêncio (10):
  fedora,rhel,installer: Don't use "--activate" (v2)
  rhel,test: Add OS info/testcase for RHEL 6.4 (alread acked)
  centos,test: Add OS info/testcase for CentOS 6.0 (already acked)
  centos,test: Add OS info/testcase for CentOS 6.1 (already acked)
  centos,test: Add OS info/testcase for CentOS 6.2 (already acked)
  centos,test: Add OS info/testcase for CentOS 6.3 (already acked)
  centos,test: Add OS info/testcase for CentOS 6.4 (already acked)
  test: Add testcase for Fedora 17 (already acked)
  test: Add testcase for Fedora 18 (already acked)
  Update .gitignore (already acked)

 .gitignore                                         |   4 +
 data/install-scripts/fedora.xml                    |   2 +-
 data/install-scripts/rhel.xml                      |   2 +-
 data/oses/centos.xml.in                            | 195 +++++++++++++++++++++
 data/oses/rhel.xml.in                              |  50 ++++++
 .../centos6.0/CentOS-6.0-i386-bin-DVD.iso.txt      |  29 +++
 .../centos6.0/CentOS-6.0-x86_64-bin-DVD1.iso.txt   |  29 +++
 .../centos6.1/CentOS-6.1-i386-bin-DVD1.iso.txt     |  29 +++
 .../centos6.1/CentOS-6.1-x86_64-bin-DVD1.iso.txt   |  29 +++
 .../centos6.2/CentOS-6.2-i386-bin-DVD1.iso.txt     |  29 +++
 .../centos6.2/CentOS-6.2-x86_64-bin-DVD1.iso.txt   |  29 +++
 .../centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt     |  29 +++
 .../centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt   |  29 +++
 .../centos6.4/CentOS-6.4-i386-bin-DVD1.iso.txt     |  29 +++
 .../centos6.4/CentOS-6.4-x86_64-bin-DVD1.iso.txt   |  29 +++
 .../fedora/fedora17/Fedora-17-i386-DVD.iso.txt     |  29 +++
 .../fedora17/Fedora-17-i686-Live-Desktop.iso.txt   |  29 +++
 .../fedora17/Fedora-17-i686-Live-KDE.iso.txt       |  29 +++
 .../fedora/fedora17/Fedora-17-x86_64-DVD.iso.txt   |  29 +++
 .../fedora17/Fedora-17-x86_64-Live-Desktop.iso.txt |  29 +++
 .../fedora17/Fedora-17-x86_64-Live-KDE.iso.txt     |  29 +++
 .../fedora/fedora18/Fedora-18-i386-DVD.iso.txt     |  29 +++
 .../fedora18/Fedora-18-i686-Live-Desktop.iso.txt   |  29 +++
 .../fedora18/Fedora-18-i686-Live-KDE.iso.txt       |  29 +++
 .../fedora/fedora18/Fedora-18-x86_64-DVD.iso.txt   |  29 +++
 .../fedora18/Fedora-18-x86_64-Live-Desktop.iso.txt |  29 +++
 .../fedora18/Fedora-18-x86_64-Live-KDE.iso.txt     |  29 +++
 .../rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt  |  29 +++
 .../rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt     |  29 +++
 .../rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt  |  29 +++
 .../rhel-workstation-6.4-x86_64-dvd.iso.txt        |  29 +++
 test/test-isodetect.c                              |   6 +
 32 files changed, 1011 insertions(+), 2 deletions(-)
 create mode 100644 test/isodata/centos/centos6.0/CentOS-6.0-i386-bin-DVD.iso.txt
 create mode 100644 test/isodata/centos/centos6.0/CentOS-6.0-x86_64-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.1/CentOS-6.1-i386-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.1/CentOS-6.1-x86_64-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.2/CentOS-6.2-i386-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.2/CentOS-6.2-x86_64-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.4/CentOS-6.4-i386-bin-DVD1.iso.txt
 create mode 100644 test/isodata/centos/centos6.4/CentOS-6.4-x86_64-bin-DVD1.iso.txt
 create mode 100644 test/isodata/fedora/fedora17/Fedora-17-i386-DVD.iso.txt
 create mode 100644 test/isodata/fedora/fedora17/Fedora-17-i686-Live-Desktop.iso.txt
 create mode 100644 test/isodata/fedora/fedora17/Fedora-17-i686-Live-KDE.iso.txt
 create mode 100644 test/isodata/fedora/fedora17/Fedora-17-x86_64-DVD.iso.txt
 create mode 100644 test/isodata/fedora/fedora17/Fedora-17-x86_64-Live-Desktop.iso.txt
 create mode 100644 test/isodata/fedora/fedora17/Fedora-17-x86_64-Live-KDE.iso.txt
 create mode 100644 test/isodata/fedora/fedora18/Fedora-18-i386-DVD.iso.txt
 create mode 100644 test/isodata/fedora/fedora18/Fedora-18-i686-Live-Desktop.iso.txt
 create mode 100644 test/isodata/fedora/fedora18/Fedora-18-i686-Live-KDE.iso.txt
 create mode 100644 test/isodata/fedora/fedora18/Fedora-18-x86_64-DVD.iso.txt
 create mode 100644 test/isodata/fedora/fedora18/Fedora-18-x86_64-Live-Desktop.iso.txt
 create mode 100644 test/isodata/fedora/fedora18/Fedora-18-x86_64-Live-KDE.iso.txt
 create mode 100644 test/isodata/rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt
 create mode 100644 test/isodata/rhel/rhel6.4/rhel-workstation-6.4-x86_64-dvd.iso.txt

-- 
1.8.2




More information about the Libosinfo mailing list