initial commit of file from CVS for smeserver-yum on Thu 26 Oct 11:26:23 BST 2023

This commit is contained in:
2023-10-26 11:26:23 +01:00
parent b6e325dc61
commit 2302f71017
189 changed files with 4126 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
#!/bin/sh
#----------------------------------------------------------------------
# smeserver-yum daily tasks
# Copyright (C) 2005 Gordon Rowell <gordonr@gormand.com.au>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License or more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#----------------------------------------------------------------------
yum_status=$(/sbin/e-smith/db configuration getprop yum status)
yum_status=${yum_status:-disabled}
[ $yum_status = 'enabled' ] || exit 0
/usr/bin/systemctl restart yum.service

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
120

View File

@@ -0,0 +1 @@
daily

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
service

View File

@@ -0,0 +1,11 @@
{
#Added for bug 8855 and bug 8858
#we want to remove the property check4contribsupdates
my $check4contribsupdates = $DB->get_prop('yum','check4contribsupdates');
if ($check4contribsupdates) {
$DB->get('yum')->delete_prop('check4contribsupdates');
}
}

View File

@@ -0,0 +1,9 @@
{
use POSIX qw(strftime);
my $curdate = strftime '%Y%m%d', localtime;
my $curVers = 7;
my $curVersEOL = 20240630;
# we remove the forced value if for a previous release;
# also if not after the eol date
my $dropit = $DB->get_prop_and_delete('yum','eolversion') if ( (substr($yum{eolversion},0,1)<$curVers) || ( "$curdate" < "$curVersEOL") );
}

View File

View File

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os

View File

@@ -0,0 +1 @@
CentOS - os

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus

View File

@@ -0,0 +1 @@
CentOS - centosplus

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras

View File

@@ -0,0 +1 @@
CentOS - extras

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack

View File

@@ -0,0 +1 @@
CentOS - fasttrack

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
http://rpms.famillecollet.com/RPM-GPG-KEY-remi

View File

@@ -0,0 +1 @@
Remi - safe

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smeaddons-10

View File

@@ -0,0 +1 @@
SME Server - addons

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smecontribs-10

View File

@@ -0,0 +1 @@
SME Server - contribs

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smedev-10

View File

@@ -0,0 +1 @@
SME Server - dev

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smeextras-10

View File

@@ -0,0 +1 @@
SME Server - extras

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smeos-10

View File

@@ -0,0 +1 @@
SME Server - os

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
yes

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smetest-10

View File

@@ -0,0 +1 @@
SME Server - test

View File

@@ -0,0 +1 @@
no

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
repository

View File

@@ -0,0 +1 @@
https://mirrorlist.koozali.org/mirrorlist/smeupdates-testing-10

View File

@@ -0,0 +1 @@
SME Server - updates testing

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
repository

Some files were not shown because too many files have changed in this diff Show More