conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
147 stars 175 forks source link

wrong repo url was generated #1627

Open njzjz opened 2 years ago

njzjz commented 2 years ago

Solution to issue cannot be found in the documentation.

Issue

conda-smithy generates the wrong repository URL. (commit: https://github.com/conda-forge/deepmd-kit-feedstock/commit/a4a3e9259062b17983d3b6f0a1ac873016bc0ddd)

The correct one is https://github.com/conda-forge/deepmd-kit-feedstock, but it gave https://github.com/conda-forge/deepmd-kit-feedstock-1-feedstock.

My forked repo is https://github.com/njzjz/deepmd-kit-feedstock-1. I think this is the source of -1.

image

Installed packages

+ ca-certificates              2022.5.18.1  ha878542_0      conda-forge/linux-64     144 KB
  + certifi                      2022.5.18.1  py38h578d9bd_0  conda-forge/linux-64     150 KB
  + conda-build                       3.21.8  py38h578d9bd_0  conda-forge/linux-64     573 KB
  + conda-forge-pinning  2022.05.25.05.16.19  hd8ed1ab_0      conda-forge/noarch        22 KB
  + conda-smithy                      3.19.0  pyhd8ed1ab_0    conda-forge/noarch        80 KB
  + openssl                           1.1.1o  h166bdaf_0      conda-forge/linux-64       2 MB

Environment info

active environment : base
    active env location : /opt/conda
            shell level : 1
       user config file : /github/home/.condarc
 populated config files : /opt/conda/.condarc
                          /github/home/.condarc
          conda version : 4.11.0
    conda-build version : 3.21.8
         python version : 3.8.12.final.0
       virtual packages : __linux=5.13.0=0
                          __glibc=2.30=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /opt/conda  (writable)
      conda av data dir : /opt/conda/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /opt/conda/pkgs
                          /github/home/.conda/pkgs
       envs directories : /opt/conda/envs
                          /github/home/.conda/envs
               platform : linux-64
             user-agent : conda/4.11.0 requests/2.26.0 CPython/3.8.12 Linux/5.13.0-1023-azure alpine/3.10.9 glibc/2.30
                UID:GID : 0:0
             netrc file : None
           offline mode : False
jakirkham commented 2 years ago

Were you running this locally? If so, can the directory name be changed to match the original feedstock name?

njzjz commented 2 years ago

No, I used @conda-forge-admin rerender. The log is here: https://github.com/conda-forge/deepmd-kit-feedstock/runs/6587754436?check_suite_focus=true