From 17e3c2fc319cb063bab02225622b715fe1c57333 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 29 May 2018 21:22:41 +0200 Subject: [PATCH] updated PowerEL repo file Signed-off-by: Toshaan Bharvani --- PowerEL-Base.repo | 4 +- PowerEL-Communication.repo | 6 ++ PowerEL-FilePrint.repo | 6 ++ PowerEL-GUI.repo | 6 ++ PowerEL-MariaDB.repo | 6 ++ PowerEL-Monitoring.repo | 6 ++ PowerEL-MsgQueue.repo | 6 ++ PowerEL-MySQL.repo | 6 ++ PowerEL-NoSQL.repo | 6 ++ PowerEL-PostgreSQL.repo | 6 ++ PowerEL-TUI.repo | 6 ++ PowerEL-Virt.repo | 6 ++ PowerEL-Web.repo | 6 ++ enterprisedocs-man.css | 214 ++++++++++++++++++------------------- 14 files changed, 181 insertions(+), 109 deletions(-) create mode 100644 PowerEL-Communication.repo create mode 100644 PowerEL-FilePrint.repo create mode 100644 PowerEL-GUI.repo create mode 100644 PowerEL-MariaDB.repo create mode 100644 PowerEL-Monitoring.repo create mode 100644 PowerEL-MsgQueue.repo create mode 100644 PowerEL-MySQL.repo create mode 100644 PowerEL-NoSQL.repo create mode 100644 PowerEL-PostgreSQL.repo create mode 100644 PowerEL-TUI.repo create mode 100644 PowerEL-Virt.repo create mode 100644 PowerEL-Web.repo diff --git a/PowerEL-Base.repo b/PowerEL-Base.repo index 42d1ad7..472abf1 100644 --- a/PowerEL-Base.repo +++ b/PowerEL-Base.repo @@ -1,6 +1,6 @@ [PowerEL-Base] -name=PowerEL Base $releasever - $basearch -mirrorlist=http://mirrorlist.powerel.org/powerel-base-$releasever-$basearch +name=PowerEL Base 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-base-7-$basearch enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-Communication.repo b/PowerEL-Communication.repo new file mode 100644 index 0000000..aa47f21 --- /dev/null +++ b/PowerEL-Communication.repo @@ -0,0 +1,6 @@ +[PowerEL-Communication] +name=PowerEL Communication 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-communication-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-FilePrint.repo b/PowerEL-FilePrint.repo new file mode 100644 index 0000000..5e14e9c --- /dev/null +++ b/PowerEL-FilePrint.repo @@ -0,0 +1,6 @@ +[PowerEL-FilePrint] +name=PowerEL FilePrint 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-fileprint-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-GUI.repo b/PowerEL-GUI.repo new file mode 100644 index 0000000..97a9a46 --- /dev/null +++ b/PowerEL-GUI.repo @@ -0,0 +1,6 @@ +[PowerEL-GUI] +name=PowerEL GUI 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-gui-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-MariaDB.repo b/PowerEL-MariaDB.repo new file mode 100644 index 0000000..6280089 --- /dev/null +++ b/PowerEL-MariaDB.repo @@ -0,0 +1,6 @@ +[PowerEL-MariaDB] +name=PowerEL MariaDB 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-mariadb-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-Monitoring.repo b/PowerEL-Monitoring.repo new file mode 100644 index 0000000..b6f9a30 --- /dev/null +++ b/PowerEL-Monitoring.repo @@ -0,0 +1,6 @@ +[PowerEL-Monitoring] +name=PowerEL Monitoring 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-monitoring-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-MsgQueue.repo b/PowerEL-MsgQueue.repo new file mode 100644 index 0000000..01fdb4f --- /dev/null +++ b/PowerEL-MsgQueue.repo @@ -0,0 +1,6 @@ +[PowerEL-MsqQueue] +name=PowerEL MsgQueue 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-msgqueue-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-MySQL.repo b/PowerEL-MySQL.repo new file mode 100644 index 0000000..3584fd0 --- /dev/null +++ b/PowerEL-MySQL.repo @@ -0,0 +1,6 @@ +[PowerEL-MySQL] +name=PowerEL MySQL 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-mysql-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-NoSQL.repo b/PowerEL-NoSQL.repo new file mode 100644 index 0000000..e776612 --- /dev/null +++ b/PowerEL-NoSQL.repo @@ -0,0 +1,6 @@ +[PowerEL-NoSQL] +name=PowerEL NoSQL 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-nosql-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-PostgreSQL.repo b/PowerEL-PostgreSQL.repo new file mode 100644 index 0000000..893611e --- /dev/null +++ b/PowerEL-PostgreSQL.repo @@ -0,0 +1,6 @@ +[PowerEL-PostgreSQL] +name=PowerEL PostgreSQL 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-postgresql-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-TUI.repo b/PowerEL-TUI.repo new file mode 100644 index 0000000..ec9bb1f --- /dev/null +++ b/PowerEL-TUI.repo @@ -0,0 +1,6 @@ +[PowerEL-TUI] +name=PowerEL TUI 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-tui-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-Virt.repo b/PowerEL-Virt.repo new file mode 100644 index 0000000..c71ced4 --- /dev/null +++ b/PowerEL-Virt.repo @@ -0,0 +1,6 @@ +[PowerEL-Virt] +name=PowerEL Virt 7 - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-virt-7-$basearch +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/PowerEL-Web.repo b/PowerEL-Web.repo new file mode 100644 index 0000000..42d1ad7 --- /dev/null +++ b/PowerEL-Web.repo @@ -0,0 +1,6 @@ +[PowerEL-Base] +name=PowerEL Base $releasever - $basearch +mirrorlist=http://mirrorlist.powerel.org/powerel-base-$releasever-$basearch +enabled=1 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-powerel7 diff --git a/enterprisedocs-man.css b/enterprisedocs-man.css index a3b3a84..ca3d475 100644 --- a/enterprisedocs-man.css +++ b/enterprisedocs-man.css @@ -1,21 +1,21 @@ -body { - background-color: #ffffff; - color: #000000; - margin: 0; - padding: 0; - font-family: helvetica, arial,sans-serif; - font-size: 12pt; +body { + background-color: #ffffff; + color: #000000; + margin: 0; + padding: 0; + font-family: helvetica, arial,sans-serif; + font-size: 12pt; /* needed so buttons created with css don't bleed into text */ line-height: 1.3; - } +} body.book, body.article, body.chapter, body.part, body.preface, body.sect1, body.index, body.colophon, body.glossary, body.reference, body.refentry { - font-family: helvetica, arial,sans-serif; - font-size: 12pt; - background-color: #ffffff; - margin: 0; - padding : 0; - } + font-family: helvetica, arial,sans-serif; + font-size: 12pt; + background-color: #ffffff; + margin: 0; + padding : 0; + } p, td, th, .variablelist { font-family: helvetica, arial, sans-serif; @@ -25,11 +25,11 @@ p, td, th, .variablelist { } div.article p { - font-family: helvetica, arial, sans-serif; - font-size: 12pt; - /* if in article made from XML left must be 10 so it lines up */ - margin : 10px 10px 10px 10px; - } + font-family: helvetica, arial, sans-serif; + font-size: 12pt; + /* if in article made from XML left must be 10 so it lines up */ + margin : 10px 10px 10px 10px; + } li { font-family: helvetica, arial, sans-serif; @@ -47,8 +47,8 @@ table.note, table.tip, table.important, table.caution, table.warning { width: 95%; font-family: helvetica, arial, sans-serif; font-size: 12pt; - border: 2px solid #B0C4DE; - background-color: #F0F8FF; + border: 2px solid #B0C4DE; + background-color: #F0F8FF; color: #000000; /* padding inside table area */ padding: 0.5em; @@ -58,26 +58,26 @@ table.note, table.tip, table.important, table.caution, table.warning { /* set width smaller and IE is happy */ ul table.note, ul table.tip, ul table.important, ul table.caution, ul table.warning, ol table.note, ol table.tip, ol table.important, ol table.caution, ol table.warning { - width: 95%; - } + width: 95%; + } .computeroutput, .command { - font-family: courier, courier new, monospace; - font-size: 12pt; + font-family: courier, courier new, monospace; + font-size: 12pt; } .userinput { - font-family: courier, courier new, monospace; - font-size: 12pt; - font-weight: bold; - } + font-family: courier, courier new, monospace; + font-size: 12pt; + font-weight: bold; + } table.screen { width: 95%; font-family: courier, courier new, monospace; font-size: 12pt; - border: 2px solid #A9A9A9; - background-color: #DCDCDC; + border: 2px solid #A9A9A9; + background-color: #DCDCDC; color: #000000; padding: 0.5em; margin-bottom: 0.5em; @@ -88,15 +88,15 @@ table.calstable { width: 95%; font-family: helvetica, arial, sans-serif; font-size: 12pt; - background-color: #DCDCDC; + background-color: #DCDCDC; color: #000000; } table.calstable td { font-family: helvetica, arial, sans-serif; font-size: 12pt; - border: 1px solid #A9A9A9; - background-color: #DCDCDC; + border: 1px solid #A9A9A9; + background-color: #DCDCDC; color: #000000; padding: 0.5em; margin-bottom: 0.5em; @@ -106,46 +106,46 @@ table.calstable td { table.calstable th { border: 2px solid #A9A9A9; - background-color: #A9A9A9; + background-color: #A9A9A9; color: #000000; } .navheader, .navfooter { - background-color: #ffffff; - color: #000000; + background-color: #ffffff; + color: #000000; /* need top margin so title line isn't touching the top */ margin : 10px 20px 0px 20px; - font-family: helvetica, arial,sans-serif; - font-size: 12pt; + font-family: helvetica, arial,sans-serif; + font-size: 12pt; } div.navheader hr, div.navfooter hr { background-color: #CCCCCC; margin: 0px 0px 0px 0px; - height: 1px; - border-style: none; + height: 1px; + border-style: none; } -div.navheader table, div.navfooter table { - width: 95%; - background-color: #ffffff; - margin: 0px 0px 0px 0px; +div.navheader table, div.navfooter table { + width: 95%; + background-color: #ffffff; + margin: 0px 0px 0px 0px; padding: 0; font-family: helvetica, arial,sans-serif; font-size: 12pt; - } + } body>div.navheader table, body>div.navfooter table { - /* Hidden from IE */ - width: 100%; - } + /* Hidden from IE */ + width: 100%; + } /* top hr on index page is not in a div so it needs div margins */ -hr { +hr { background-color: #CCCCCC; margin: 0px 10px 0px 10px; - height: 1px; - border-style: none; + height: 1px; + border-style: none; } h2, h2.indexdiv { @@ -157,13 +157,13 @@ h2, h2.indexdiv { } h3 - { + { font-family: helvetica, arial, sans-serif; - font-size: 12pt; - font-weight: bold; - line-height: 1.4em; + font-size: 12pt; + font-weight: bold; + line-height: 1.4em; color: #3399FF; - } + } h4 { @@ -184,7 +184,7 @@ h5 h6 { font-family: helvetica, arial, sans-serif; font-size: 12pt; - font-weight: bold; + font-weight: bold; color: #666666; } @@ -205,37 +205,37 @@ a:visited } div.preface, div.colophon, div.chapter, div.appendix, div.index, div.partintro, div.legalnotice, div.glossary, div.refnamediv, div.refsect1 { - margin : 0px 20px 0px 20px; - font-family: helvetica, arial, sans-serif; - } + margin : 0px 20px 0px 20px; + font-family: helvetica, arial, sans-serif; + } /* A, B, etc. in Index */ div.indexdiv { - font-family: helvetica, arial, sans-serif; + font-family: helvetica, arial, sans-serif; } div.titlepage { - margin : 0px 10px 0px 10px; - font-family: helvetica, arial, sans-serif; - } + margin : 0px 10px 0px 10px; + font-family: helvetica, arial, sans-serif; + } /* div.sect1 for an article doesn't have the extra padding from a div.chapter */ div.article div.sect1 { - margin : 0px 10px 0px 10px; - font-family: helvetica, arial, sans-serif; - } + margin : 0px 10px 0px 10px; + font-family: helvetica, arial, sans-serif; + } /* div.sect1 on same page as div.chapter, etc. with margins and padding already */ div.chapter div.sect1, div.preface div.sect1, div.appendix div.sect1, div.colophon div.sect1 { - margin : 0px 0px 0px 0px; - font-family: helvetica, arial, sans-serif; - padding: 0; + margin : 0px 0px 0px 0px; + font-family: helvetica, arial, sans-serif; + padding: 0; } /* on separate page without div.chapter, so need same padding */ div.sect1 { - margin : 0px 20px 0px 20px; - font-family: helvetica, arial, sans-serif; + margin : 0px 20px 0px 20px; + font-family: helvetica, arial, sans-serif; } /* same as dev.sect1 except no padding because div.sect1 doesn't end before div.sect2, etc.*/ @@ -247,12 +247,12 @@ div.sect2, div.sect3, div.sect4 { /* chapter, preface, and colophon titles don't have a class */ h1 { - margin : 0px 0px 0px 0px; - font-family: helvetica, arial, sans-serif; - font-size: 18pt; - font-weight: bold; - color: #3399FF; - } + margin : 0px 0px 0px 0px; + font-family: helvetica, arial, sans-serif; + font-size: 18pt; + font-weight: bold; + color: #3399FF; + } h1.sect1, h2.sect1 { /* already in div.sect1, so no margins */ @@ -266,20 +266,20 @@ h1.sect1, h2.sect1 { h2.sect2, h2.title { /* already in div.sect1, so no margins */ margin : 0px 0px 0px 0px; - font-family: helvetica, arial, sans-serif; - font-size: 16pt; - font-weight: bold; - color: #3399FF; - } + font-family: helvetica, arial, sans-serif; + font-size: 16pt; + font-weight: bold; + color: #3399FF; + } h3.sect3, h3.title { /* already in div.sect1, so no margins */ margin : 0px 0px 0px 0px; - font-family: helvetica, arial, sans-serif; - font-size: 14pt; - font-weight: bold; - color: #3399FF; - } + font-family: helvetica, arial, sans-serif; + font-size: 14pt; + font-weight: bold; + color: #3399FF; + } h4.sect4, h5.sect5, h6.sect6 { @@ -297,24 +297,24 @@ h1.title { font-size: 22pt; font-weight: bold; color: #3399FF; - margin : 10px 10px 10px 10px; + margin : 10px 10px 10px 10px; /* add padding so title is not touching top margin */ - padding: 10 0 0; + padding: 10 0 0; } body.refentry h1 { - margin: 0 0 0 20px; + margin: 0 0 0 20px; } -div.glossary h1 { - font-family: helvetica, arial, sans-serif; - font-size: 22pt; - font-weight: bold; - color: #3399FF; - margin : 10px 10px 10px 0px; - /* add padding so title is not touching top margin */ - padding: 10 0 0; - } +div.glossary h1 { + font-family: helvetica, arial, sans-serif; + font-size: 22pt; + font-weight: bold; + color: #3399FF; + margin : 10px 10px 10px 0px; + /* add padding so title is not touching top margin */ + padding: 10 0 0; + } .subtitle { @@ -322,8 +322,8 @@ div.glossary h1 { font-size: 18pt; color:#666666; font-weight: bold; - margin : 10px 10px 10px 10px; - padding: 0; + margin : 10px 10px 10px 10px; + padding: 0; } b.othername { @@ -331,8 +331,8 @@ b.othername { font-size: 18pt; color:#666666; font-weight: bold; - margin : 10px 10px 10px 10px; - padding: 0; + margin : 10px 10px 10px 10px; + padding: 0; } .copyright, .affiliation { @@ -354,7 +354,7 @@ isbn.isbn { .toc { font-family: helvetica, arial, sans-serif; font-size: 12pt; - padding: 0; + padding: 0; margin : 10px 20px 10px 20px; } @@ -368,7 +368,7 @@ isbn.isbn { div.qandaset big { font-family: helvetica, arial, sans-serif; font-size: 12pt; - color: #3399FF; + color: #3399FF; } .author {