Changeset 7246c35


Ignore:
Timestamp:
05/18/2021 10:09:31 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5a86470
Parents:
3d16a42
Message:

Changelog: cups change is for both books, not just SysV
hdparm: Remove unnecessary text now that we're in merged-/usr
Subversion: Adapt some scripts to python3, avoiding several test suite
failures.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r3d16a42 r7246c35  
    178178<screen><userinput remap="pre">sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
    179179-->
     180    <para>
     181      First, adapt some Python scripts to use python3:
     182    </para>
     183
     184<screen><userinput remap="pre">grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     185
    180186    <para>
    181187      Install <application>Subversion</application> by running the following
  • general/sysutils/hdparm.xml

    r3d16a42 r7246c35  
    107107<screen role="root"><userinput>make install</userinput></screen>
    108108
     109<!-- no longer relevant with merged-/usr
    109110    <note><para>
    110111      Note that by default, <command>hdparm</command> is installed in
     
    117118
    118119<screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note>
     120-->
    119121
    120122  </sect2>
  • introduction/welcome/changelog.xml

    r3d16a42 r7246c35  
    4545      <para>May 18th, 2021</para>
    4646      <itemizedlist>
    47         <listitem revision="sysv">
     47        <listitem>
     48          <para>[renodr] - Adapt some scripts in subversion to python3.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[renodr] - Remove unnecessary instructions from hdparm due to
     52          the merged-/usr transition.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[thomas] - Use OpenPrinting CUPS. Thanks to Marty Jack for
    49             the pointer.</para>
     56          the pointer.</para>
    5057        </listitem>
    5158        <listitem revision="sysv">
Note: See TracChangeset for help on using the changeset viewer.