Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] setup.py does not work with --salt-config-dir and --salt-cache-dir arguments #64114

Closed
Ch3LL opened this issue Apr 19, 2023 · 0 comments
Closed
Assignees
Labels
Bug broken, incorrect, or confusing behavior

Comments

@Ch3LL
Copy link
Contributor

Ch3LL commented Apr 19, 2023

Description
Running setup.py with the args --salt-config-dir and --salt-cache-dir is not working. An unrecognized arguments error is returned.

Steps to Reproduce the behavior

(heist-3.8)  ch3ll@megan-precision5550  ~/git/salt  ➦ 179532f902 <B>  GENERATE_SALT_SYSPATHS=True python setup.py --salt-config-dir=/etc/salt --salt-cache-dir=/var/cache/salt develop             
usage: setup.py [-h] [--next-release] ...
setup.py: error: unrecognized arguments: --salt-config-dir=/etc/salt --salt-cache-dir=/var/cache/salt

Expected behavior
Runs without error and builds.

Versions Report

(heist-3.8)  ch3ll@megan-precision5550  ~/git/salt  ➦ 179532f902 <B>  salt --versions
Salt Version:
          Salt: 3006.0+6.g179532f902
 
Python Version:
        Python: 3.8.16 (default, Feb  8 2023, 08:44:06)
 
Dependency Versions:
          cffi: 1.15.1
      cherrypy: Not Installed
      dateutil: Not Installed
     docker-py: Not Installed
         gitdb: Not Installed
     gitpython: Not Installed
        Jinja2: 3.1.2
       libgit2: Not Installed
  looseversion: 1.1.2
      M2Crypto: Not Installed
          Mako: Not Installed
       msgpack: 1.0.5
  msgpack-pure: Not Installed
  mysql-python: Not Installed
     packaging: 23.0
     pycparser: 2.21
      pycrypto: Not Installed
  pycryptodome: 3.17
        pygit2: Not Installed
  python-gnupg: Not Installed
        PyYAML: 6.0
         PyZMQ: 25.0.0
        relenv: Not Installed
         smmap: Not Installed
       timelib: Not Installed
       Tornado: 4.5.3
           ZMQ: 4.3.4
 
System Versions:
          dist: manjaro 22.0.4 Sikaris
        locale: utf-8
       machine: x86_64
       release: 6.1.12-1-MANJARO
        system: Linux
       version: Manjaro Linux 22.0.4 Sikaris
@Ch3LL Ch3LL added Bug broken, incorrect, or confusing behavior needs-triage labels Apr 19, 2023
@Ch3LL Ch3LL self-assigned this Apr 19, 2023
@Ch3LL Ch3LL added this to the Sulfur v3006.1 milestone Apr 19, 2023
@Ch3LL Ch3LL closed this as completed Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior
Projects
None yet
Development

No branches or pull requests

1 participant