Changes between Version 53 and Version 54 of Development/Scrum
- Timestamp:
- Oct 13, 2011, 12:35:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Scrum
v53 v54 46 46 * [ticket:254 New schema using nlist rather than list (key=hostname) for service host lists]: this is required to simplify checks wheter an entry already exists. This change will not be backword compatible at the template level but the component may support both old and new schema. 47 47 48 == Package Deployment == 49 50 * Replace SPMA by YUM. See https://twiki.cern.ch/twiki/bin/view/Main/SteveTraylen/Spma2Yum for input on problems to address and possible solutions. 51 48 52 == AII == 49 53 … … 60 64 * Rewrite in Python `rpmUpdates.pl` and `rpmErrata.pl` to make it easier to use YUM API to identify the most recent RPM available. 61 65 * ''Story: original version of these scripts where using a custom huristics to find out the most recent version of each RPM. This heuristics proved to be very fragile. YUM API (`rpmUtils.miscutils`) provides a function to do this more reliably but calling it from a Perl script result in a ugly result...'' 66 67 == Aquilon == 62 68 63 69 == QWG ==