/[smeserver]/rpms/smeserver-yum/sme9/smeserver-yum-2.4.0.bz10250.CentOSVault.onEOL.patch
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme9/smeserver-yum-2.4.0.bz10250.CentOSVault.onEOL.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Thu Dec 5 20:38:40 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-25_el6_sme
Changes since 1.1: +1 -1 lines
* Thu Dec 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-25.sme
- switch to vault for upstream repos after EOL [SME: 10250]

1 jpp 1.1 diff -Nur smeserver-yum-2.4.0.old/root/etc/e-smith/db/yum_repositories/migrate/45CentOSEOL smeserver-yum-2.4.0/root/etc/e-smith/db/yum_repositories/migrate/45CentOSEOL
2     --- smeserver-yum-2.4.0.old/root/etc/e-smith/db/yum_repositories/migrate/45CentOSEOL 1969-12-31 19:00:00.000000000 -0500
3     +++ smeserver-yum-2.4.0/root/etc/e-smith/db/yum_repositories/migrate/45CentOSEOL 2019-12-05 10:15:48.300000000 -0500
4     @@ -0,0 +1,19 @@
5     +{
6     + use POSIX qw(strftime);
7     + use File::Slurp;
8     + #get CentOS release we are
9     + my $SUBVER = read_file('/etc/centos-release');
10     + $SUBVER =~ s/^CentOS Linux release ([0-9\.]+).*?$/$1/;
11     + return unless $1;
12     + my $curdate = strftime '%Y%m%d', localtime;
13     + # return unless EOL is reached
14     + return unless ( "$curdate" >= "20201130");
15 jpp 1.2 + for my $name ( qw(base updates centos-sclo-centos centos-sclo-rh centosplus extras fasttrack contrib) )
16 jpp 1.1 + {
17     + my $repo = $DB->get($name) or next;
18     + # setprop BaseURL "http://vault.centos.org/$SUBVER/$name/\$basearch/"
19     + #repo->set_prop('BaseURL', "http://vault.centos.org/$SUBVER/$name/\$basearch/");
20     + # delprop MirrorList
21     + $repo->delete_prop('MirrorList');
22     + }
23     +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed