Changeset e510c7f
- Timestamp:
- May 10, 2006, 4:37:15 PM (19 years ago)
- Children:
- 96ddaf9
- Parents:
- 7860781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/patcheslist.xsl
r7860781 re510c7f 24 24 25 25 umask 002 

</xsl:text> 26 26 27 27 <!-- Create dest.dir if it don't exist --> 28 28 <xsl:text>install -d -m 775 -g lfswww </xsl:text> … … 39 39 <xsl:text> 40 40 if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then 41 mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org < copyerrs41 mail -s "Missing CLFS patches" cross-lfs-dev@linuxfromscratch.org < copyerrs 42 42 fi

</xsl:text> 43 43 44 44 <xsl:text>exit
</xsl:text> 45 45 </xsl:template> … … 49 49 <xsl:template match="//ulink"> 50 50 <!-- Match only local patches links and skip duplicated URLs splitted for PDF output--> 51 <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;') 51 <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;') 52 52 and not(ancestor-or-self::*/@condition = 'pdf')"> 53 53 <xsl:variable name="patch.name" select="substring-after(@url, '&patches-root;')"/> 54 <xsl:variable name="cut" 54 <xsl:variable name="cut" 55 55 select="translate(substring-after($patch.name, '-'), '0123456789', '0000000000')"/> 56 56 <xsl:variable name="patch.name2">
Note:
See TracChangeset
for help on using the changeset viewer.