Changeset c7ef59f
- Timestamp:
- 05/08/2021 01:27:43 PM (21 months ago)
- Branches:
- xry111/usr-move
- Children:
- 4bcd65c
- Parents:
- 7c1fce4e (diff), 0f7d4cb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter03/packages.xml
r7c1fce4e rc7ef59f 615 615 <term>Shadow (&shadow-version;) - <token>&shadow-size;</token>:</term> 616 616 <listitem> 617 < !-- <para>Home page: <ulink url="&shadow-home;"/></para> -->617 <para>Home page: <ulink url="&shadow-home;"/></para> 618 618 <para>Download: <ulink url="&shadow-url;"/></para> 619 619 <para>MD5 sum: <literal>&shadow-md5;</literal></para> 620 621 <!-- Using http://cdn.debian.net/debian/pool/main/s/shadow/622 for now since alioth has not reconstituted shadow -->623 620 </listitem> 624 621 </varlistentry> -
packages.ent
r7c1fce4e rc7ef59f 611 611 <!ENTITY shadow-url "&github;/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz"> 612 612 <!ENTITY shadow-md5 "4b05eff8a427cf50e615bda324b5bc45"> 613 <!ENTITY shadow-home "https:// pkg-shadow.alioth.debian.org/">613 <!ENTITY shadow-home "https://shadow-maint.github.io/shadow/"> 614 614 <!ENTITY shadow-fin-du "45 MB"> 615 615 <!ENTITY shadow-fin-sbu "0.2 SBU"> -
stylesheets/patcheslist.xsl
r7c1fce4e rc7ef59f 12 12 <!-- Allow select the dest dir at runtime --> 13 13 <xsl:param name="dest.dir"> 14 <xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'http ://'))"/>14 <xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'https://'))"/> 15 15 </xsl:param> 16 16
Note:
See TracChangeset
for help on using the changeset viewer.