From ef09d188af08ab4c7b7dc91a94be88b850a6ae42 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 18 2013 02:31:44 +0000 Subject: Add configuration files related to centos-art.sh script. - centos-art-command.conf contains the link information used to produce the centos-art command from centos-art.sh script. - centos-art-mails.conf contains the CentOS mailing list relation. - centos-art-sites.conf contains the CentOS websites relation. --- diff --git a/Automation/centos-art-command.conf b/Automation/centos-art-command.conf new file mode 100644 index 0000000..5b305d9 --- /dev/null +++ b/Automation/centos-art-command.conf @@ -0,0 +1,7 @@ +# +# This file contains configuration values for centos-art.sh script. +# +[centos-art.sh] +render-as = "symbolic-link" +source = "${HOME}/bin/centos-art" +comment = "Create command for centos-art.sh script." diff --git a/Automation/centos-art-mails.conf b/Automation/centos-art-mails.conf new file mode 100644 index 0000000..c4f63d9 --- /dev/null +++ b/Automation/centos-art-mails.conf @@ -0,0 +1,11 @@ +# +# This file describes the mailing lists information used by +# centos-art.sh script. +# +[centos] +address = "centos@centos.org" +comment = "The CentOS Users mailing list." + +[centos-devel] +address = "centos-devel@centos.org" +comment = "The CentOS Developers mailing list." diff --git a/Automation/centos-art-sites.conf b/Automation/centos-art-sites.conf new file mode 100644 index 0000000..635aba5 --- /dev/null +++ b/Automation/centos-art-sites.conf @@ -0,0 +1,18 @@ +# +# This file contains url information used by centos-art.sh script. +# +[www] +url = "http://www.centos.org/" +comment = "The CentOS Project" + +[forums] +url = "http://forums.centos.org/" +comment = "The CentOS Forums" + +[wiki] +url = "http://wiki.centos.org/" +comment = "The CentOS Wiki" + +[bugs] +url = "http://bugs.centos.org/" +comment = "The CentOS Bugs"