From 5e526569b16a7363b79c89267781a784ac1231ca Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 14 Apr 2021 11:20:38 +0200 Subject: [PATCH] no need to tag linux only packages in requirements.txt --- doc/release.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/release.rst b/doc/release.rst index c41dc5c9..4767d845 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -79,17 +79,13 @@ Here are the instructions to release Bob meta package: $ bdt gitlab update-bob -vvv --stable * The script above cannot identify linux only packages. After running the script, - **you need to manually tag linux only packages** in both ``conda/meta.yaml`` and - ``requirements.txt``. For example, in ``conda/meta.yaml``: + **you need to manually tag linux only packages** in ``conda/meta.yaml``. + For example: .. code-block:: yaml - bob.ip.binseg ==1.1.0 # [linux] - and, in ``requirements.txt``:: - - bob.ip.binseg ==1.1.0 ; sys_platform == 'linux' - * Test the conda recipe of bob. You may want to cancel the command below once it reaches the nosetests.: -- GitLab