++releasedate

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-04-29 18:10:50 +02:00
parent 9127e06109
commit bfbc621010
5 changed files with 6 additions and 5 deletions

View File

@ -11,6 +11,7 @@ single_value='name
metalink metalink
mirrorlist mirrorlist
gpgcakey gpgcakey
gpgcheck
exclude exclude
includepkgs includepkgs
failovermethod failovermethod
@ -49,7 +50,7 @@ for key in baseurl gpgkey; do
fi fi
done done
# boolean properties # boolean properties
for key in enabled gpgcheck repo_gpgcheck keepalive skip_if_unavailable; do for key in enabled repo_gpgcheck keepalive skip_if_unavailable; do
if [ -f "$__object/parameter/$key" ]; then if [ -f "$__object/parameter/$key" ]; then
printf '%s=1\n' "$key" printf '%s=1\n' "$key"
fi fi

View File

@ -32,6 +32,7 @@ mirrorlist::
gpgkey:: gpgkey::
Can be specified multiple times. Can be specified multiple times.
gpgcakey:: gpgcakey::
gpgcheck::
exclude:: exclude::
includepkgs:: includepkgs::
failovermethod:: failovermethod::
@ -58,7 +59,6 @@ cost::
BOOLEAN PARAMETERS BOOLEAN PARAMETERS
------------------ ------------------
enabled:: enabled::
gpgcheck::
repo_gpgcheck:: repo_gpgcheck::
disablegroups:: disablegroups::
! enablegroups ! enablegroups
@ -75,7 +75,7 @@ __yum_repo epel \
--mirrorlist 'https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch' \ --mirrorlist 'https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch' \
--failovermethod priority \ --failovermethod priority \
--enabled \ --enabled \
--gpgcheck \ --gpgcheck 1 \
--gpgkey https://fedoraproject.org/static/0608B895.txt --gpgkey https://fedoraproject.org/static/0608B895.txt
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -1,5 +1,4 @@
enabled enabled
gpgcheck
repo_gpgcheck repo_gpgcheck
disablegroups disablegroups
keepalive keepalive

View File

@ -3,6 +3,7 @@ cost
exclude exclude
failovermethod failovermethod
gpgcakey gpgcakey
gpgcheck
http_caching http_caching
includepkgs includepkgs
metadata_expire metadata_expire

View File

@ -5,7 +5,7 @@ Changelog
* Exception: No braces means author == Nico Schottelius * Exception: No braces means author == Nico Schottelius
3.1.3: 3.1.3: 2014-04-29
* New Type: __yum_repo (Steven Armstrong) * New Type: __yum_repo (Steven Armstrong)
* Type __hostname: Add support for CentOS * Type __hostname: Add support for CentOS