~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

Viewing changes to lib/reltool/doc/src/reltool.xml

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <header>
6
6
    <copyright>
7
7
      <year>2009</year>
8
 
      <year>2009</year>
 
8
      <year>2011</year>
9
9
      <holder>Ericsson AB, All Rights Reserved</holder>
10
10
    </copyright>
11
11
    <legalnotice>
558
558
      <c>true</c> there is no need to install the target system with
559
559
      <c>reltool:install/2</c> before it can be started. In that case
560
560
      the file tree containing the target system can be moved without
561
 
      re-installation.</p></desc>
 
561
      re-installation.</p>
 
562
 
 
563
      <p>In most cases, the <c>RootDir</c> parameter should be set to
 
564
      the same as the <c>root_dir</c> configuration parameter used in
 
565
      the call to <c>reltool:get_target_spec/1</c>
 
566
      (or <c>code:root_dir()</c> if the configuration parameter is not
 
567
      set). In some cases it might be useful to evaluate the same
 
568
      target specification towards different root directories. This
 
569
      should, however, be used with great care as it requires
 
570
      equivalent file structures under all roots.</p>
 
571
      </desc>
562
572
    </func>
563
573
 
564
574
    <func>
640
650
    </func>
641
651
 
642
652
    <func>
643
 
      <name>get_target_spec(Server) -> {ok, targetSpec} | {error, Reason}</name>
 
653
      <name>get_target_spec(Server) -> {ok, TargetSpec} | {error, Reason}</name>
644
654
      <fsummary>Return a specification of the target system</fsummary>
645
655
      <type>
646
656
        <v>Server     = server()</v>