Parent Directory | Revision Log | Revision Graph
Disable CentOS base and updates repos [SME: 6868]
1 | diff -ruN smeserver-yum-2.0.0.old/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos smeserver-yum-2.0.0/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos |
2 | --- smeserver-yum-2.0.0.old/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos 2008-10-07 15:21:29.000000000 +0100 |
3 | +++ smeserver-yum-2.0.0/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos 2012-03-15 06:14:27.000000000 +0000 |
4 | @@ -4,5 +4,6 @@ |
5 | my $repo = $DB->get($name) or next; |
6 | |
7 | $repo->set_prop('Visible', 'yes'); |
8 | + $repo->set_prop('status', 'disabled'); |
9 | } |
10 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |