Skip to content

Commit

Permalink
Automatic deploy (build number 571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Nov 16, 2023
1 parent 159761e commit 3d79066
Show file tree
Hide file tree
Showing 325 changed files with 426 additions and 324 deletions.
2 changes: 1 addition & 1 deletion 1/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h1>Page Not Found<a class="headerlink" href="#page-not-found" title="Permalink
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/Page Not Found.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h1>Page not found</h1>
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
39 changes: 38 additions & 1 deletion 1/_sources/migrating_to_2.0/commands.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,46 @@ This has been replaced with the `remote login command <https://docs.conan.io/2/r
Removed "conan config set"
^^^^^^^^^^^^^^^^^^^^^^^^^^
we are no longer implementing file-editing commands in 2.0. A bit overkill `conan config set` to edit one file. Which should very rarely happen,
We are no longer implementing file-editing commands in 2.0. A bit overkill `conan config set` to edit one file. Which should very rarely happen,
the file is updated with `conan config install`. Alternatively, you can use the command line and profiles to pass these values.
Removed "conan alias"
^^^^^^^^^^^^^^^^^^^^^
The ``conan alias`` command has been removed in Conan 2.0. The use of aliases is no longer
recommended due to significant improvements in version handling and version ranges that
surpass the capabilities of Conan 1.X.
Although the command has been removed and the feature will be completely removed in future
versions, it is still possible to create aliases in Conan 2.0 for compatibility purposes.
This is achieved using the alias template in Conan 2.0 and exporting the recipe:
.. code-block:: shell
$ conan new alias -d name=mypkg -d version=latest -d target=1.0
$ conan export .
Note that when requiring the alias, you must place the version in parentheses ``()`` to
explicitly declare the use of an alias as a requirement:
.. code-block:: python
class Consumer(ConanFile):
...
requires = "mypkg/(latest)"
...
For users still relying on `alias`, it is recommended to consider migrating to the newer
versioning mechanisms introduced in Conan 2.0, such as the dynamic selection of
pre-releases for easier testing. This change aligns with general trends in package
management and version control, where explicit aliases are not commonly used in other
package managers. Please, check the `versioning section in the Conan 2.0 docs
<https://docs.conan.io/2/devops/versioning.html>`_.
Custom commands
---------------
Expand Down
2 changes: 1 addition & 1 deletion 1/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4601,7 +4601,7 @@ <h2>0.5 (18-Dec-2015)<a class="headerlink" href="#dec-2015" title="Permalink to
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ <h3><a class="toc-backref" href="#id44">Important points for enterprises</a><a c
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Binary file modified 1/conan.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 1/conan_v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/configuration/download_cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2>Removing cached files<a class="headerlink" href="#removing-cached-files" tit
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/define_abi_compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ <h3>Library Types: Shared, Static, Header-only<a class="headerlink" href="#libra
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/existing_binaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2>Downloading and Packaging Pre-built Binaries<a class="headerlink" href="#dow
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/external_repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/inspecting_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h1>Inspecting Packages<a class="headerlink" href="#inspecting-packages" title="
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/package_approaches.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h2>N configs (1 build) -&gt; N packages<a class="headerlink" href="#n-configs-1
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/package_information.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/package_repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h2>Exporting the Sources with the Recipe: <code class="docutils literal notrans
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/package_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2>Conan Package Tools<a class="headerlink" href="#conan-package-tools" title="
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/toolchains.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h1>Toolchains<a class="headerlink" href="#toolchains" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/creating_packages/understand_packaging.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h2>Package Creation Process<a class="headerlink" href="#package-creation-proces
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/developing_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/developing_packages/editable_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2>Revert the editable mode<a class="headerlink" href="#revert-the-editable-mod
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/developing_packages/package_dev_flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ <h2>conan create<a class="headerlink" href="#conan-create" title="Permalink to t
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/developing_packages/package_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ <h2>Environment variables and configuration<a class="headerlink" href="#environm
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/developing_packages/workspaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ <h2>Notes<a class="headerlink" href="#notes" title="Permalink to this headline">
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/devtools.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/devtools/build_requires.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h2>Making tool_requires affect the consumers package-ID<a class="headerlink" hr
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/devtools/create_installer_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h2>Using the tool packages in your system<a class="headerlink" href="#using-the
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/devtools/running_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ <h4>System API (system calls)<a class="headerlink" href="#system-api-system-call
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/custom_build_helper.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/custom_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h2>Add new values<a class="headerlink" href="#add-new-values" title="Permalink
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h2>Official Hooks<a class="headerlink" href="#official-hooks" title="Permalink
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/python_requires.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h2>Resolution of python_requires<a class="headerlink" href="#resolution-of-pyth
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/python_requires_legacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h2>Reuse source files<a class="headerlink" href="#reuse-source-files" title="Pe
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/template_system.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h1>Template system<a class="headerlink" href="#template-system" title="Permalin
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/template_system/command_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h2>Predefined templates<a class="headerlink" href="#predefined-templates" title
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/template_system/info_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h3>HTML files:<a class="headerlink" href="#html-files" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/extending/template_system/search_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h2>Context<a class="headerlink" href="#context" title="Permalink to this headli
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 1/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2022, JFrog.
Last updated on Nov 14, 2023.
Last updated on Nov 16, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Loading

0 comments on commit 3d79066

Please sign in to comment.