Changes between Version 39 and Version 40 of Development/Scrum


Ignore:
Timestamp:
Apr 21, 2011, 1:49:03 PM (14 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Scrum

    v39 v40  
    4747 * [ticket:262 SCDB deployment script bug] (Michel)
    4848 * Add ability to invoke `build-tags.py` directly from `post-commit.py` rather than through sudo, when running it under SVN account (generally apache) is acceptable.
     49 * [source:SCDB/trunk/utils/misc/comps2pan.xsl comps2pan.xsl]: add an option to allow to select which kernel RPM to use to identify the kernel RPM.
     50   * ''Story: Since SL5.5, `kernel-xen` is used as the default kernel in `comps.xml`. As a result, `comps2pan.xsl` is not able to locate the kernel entry in `comps.xml` list and there is no kernel entry (using `KERNEL_xxx` variables) in the generated template.''
     51 * Rewrite in Python `rpmUpdates.pl` and `rpmErrata.pl` to make it easier to use YUM API to identify the most recent RPM available.
     52   * ''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...''
    4953
    5054== QWG ==