/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum-2.6.0.bz118.groupmark.patch
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme10/smeserver-yum-2.6.0.bz118.groupmark.patch

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


Revision 1.1 - (hide annotations) (download)
Thu Dec 5 15:49:36 2019 UTC (4 years, 7 months ago) by jpp
Branch: MAIN
* Wed Dec 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-23.sme
- implement yum-cron [SME: 10690]
  * use yum-cron for download only (TODO)
  * yum-cron templates  (TODO)
  * update lock path (TODO)
  * setting in server-manager (TODO)
- avoid discrepancy between manager, cli and email [SME: 6940]
  * force refresh of metadata before db generation (TODO)
  * add regeneration of db after...  (TODO)
- fix no installed groups file [SME: 118]
- switch to centos vault after EOL [SME: 10249]
- update http://mirrorlist.contribs.org/mirrorlist to https://mirrorlist.koozali.org/mirrorlist [SME: 9697]
- make smecontribs visible [SME: 10716]

1 jpp 1.1 diff -Nur smeserver-yum-2.6.0.old/root/sbin/e-smith/yum_update_dbs smeserver-yum-2.6.0/root/sbin/e-smith/yum_update_dbs
2     --- smeserver-yum-2.6.0.old/root/sbin/e-smith/yum_update_dbs 2008-10-07 10:25:45.000000000 -0400
3     +++ smeserver-yum-2.6.0/root/sbin/e-smith/yum_update_dbs 2019-12-05 10:46:46.695000000 -0500
4     @@ -35,6 +35,9 @@
5     unlink YUM_CRON_FLAG;
6     }
7    
8     +# avoid error with no installed groups file.
9     +system("yum groups mark convert -d 0 -e 0 1>/dev/null") unless (-d "/var/lib/yum/groups/");
10     +
11     # XXX - WARNING - XXX
12     #
13     # For speed and to reduce log noise, we don't use

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