1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/status mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/status |
2 |
--- smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/status 2006-03-15 23:22:21.000000000 -0700 |
3 |
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/status 2006-11-23 21:23:35.000000000 -0700 |
4 |
@@ -1 +1 @@ |
5 |
-disabled |
6 |
+enabled |
7 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/Visible mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/Visible |
8 |
--- smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/Visible 2006-03-15 23:22:21.000000000 -0700 |
9 |
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/base/Visible 2006-11-23 21:23:00.000000000 -0700 |
10 |
@@ -1 +1 @@ |
11 |
-no |
12 |
+yes |
13 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/status mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/status |
14 |
--- smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/status 2006-03-15 23:22:21.000000000 -0700 |
15 |
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/status 2006-11-23 21:23:39.000000000 -0700 |
16 |
@@ -1 +1 @@ |
17 |
-disabled |
18 |
+enabled |
19 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/Visible mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/Visible |
20 |
--- smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/Visible 2006-03-15 23:22:21.000000000 -0700 |
21 |
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/defaults/updates/Visible 2006-11-23 21:23:12.000000000 -0700 |
22 |
@@ -1 +1 @@ |
23 |
-no |
24 |
+yes |
25 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos |
26 |
--- smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos 1969-12-31 17:00:00.000000000 -0700 |
27 |
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos 2006-11-23 21:25:58.000000000 -0700 |
28 |
@@ -0,0 +1,8 @@ |
29 |
+{ |
30 |
+ for my $name ( qw(base updates) ) |
31 |
+ { |
32 |
+ my $repo = $DB->get($name) or next; |
33 |
+ |
34 |
+ $repo->set_prop('Visible', 'yes'); |
35 |
+ } |
36 |
+} |