@@ -1152,17 +1152,22 @@ url
11521152 is performed. This replaces the initial ``~ `` or ``~user `` by the *user *’s
11531153 home directory.
11541154
1155- If a SHA digest is
1156- given with ``digestSHA1 ``, ``digestSHA256 `` and/or ``digestSHA512 ``, the
1157- downloaded file will be checked for a matching hash sum. This also makes the
1158- URL deterministic for Bob. Otherwise the URL will be checked in each build
1159- for updates. Based on the file name ending, Bob will try to extract the
1160- downloaded file. You may prevent this by setting the ``extract `` attribute
1161- to ``no `` or ``False ``. If the heuristic fails, the extraction tool may be
1162- specified as ``tar ``, ``gzip ``, ``xz ``, ``7z `` or ``zip `` directly. For
1163- ``tar `` files it is possible to strip a configurable number of leading
1164- components from file names on extraction by the ``stripComponents ``
1165- attribute.
1155+ If a SHA digest is given with ``digestSHA1 ``, ``digestSHA256 `` and/or
1156+ ``digestSHA512 ``, the downloaded file will be checked for a matching hash
1157+ sum. This also makes the URL deterministic for Bob. Otherwise, the URL will
1158+ be checked in each build for updates.
1159+
1160+ Based on the file name ending, Bob will try to extract the downloaded file.
1161+ You may prevent this by setting the ``extract `` attribute to ``no `` or
1162+ ``False ``. If the heuristic fails, the extraction tool may be specified as
1163+ ``tar ``, ``gzip ``, ``xz ``, ``7z `` or ``zip `` directly. For ``tar `` files it
1164+ is possible to strip a configurable number of leading components from file
1165+ names on extraction by the ``stripComponents `` attribute.
1166+
1167+ If the file is extracted, the original file will be kept next to the
1168+ ``workspace `` to keep the directory clean. If the
1169+ :ref: `policies-urlScmSeparateDownload ` policy is on the old behavour, the
1170+ downloaded file will still be in put the workspace, though.
11661171
11671172 .. note ::
11681173 Starting with Bob 0.14 (see :ref: `policies-tidyUrlScm ` policy) the whole
0 commit comments