Blame Scripts/Bash/centos-art.conf

306550
#!/bin/bash
306550
#
306550
# centos-art.conf -- The centos-art.sh script user-specific
306550
# configuration file.
306550
# 
306550
# ----------------------------------------------------------------------
306550
306550
# Absolute path of your working copy directory.
306550
CLI_WRKCOPY=${HOME}/Projects/CentOS
306550
306550
# Copyright information printed on produced content.
306550
COPYRIGHT_HOLDER="The CentOS Project"
306550
COPYRIGHT_YEAR_FIRST="2009"
306550
306550
# Branding name. This is a few letters text describing the copyright
306550
# holder. This information is used to retrive some file names from the
306550
# repository structure (like those stored under
306550
# `turnk/Identity/(Images|Models)/Brands/Symbols/${BRAND_FILENAME}.svg').
306550
# Using this variable let us reuse the same functionalities (i.e.,
306550
# Render, Help, etc.) in different projects that require to use
306550
# different file names for branding.
306550
BRAND_FILENAME='centos'