Skip to content

git-pw on FreeBSD not recognising config settings #80

@bruce-s-richardson

Description

@bruce-s-richardson

Installed git-pw on FreeBSD using pip. When running the app, it never recognises the already-configured server and token settings:

...:~/dpdk-github$ git pw series download 37937
Server information missing
You must provide server information via git-config or via --server

...:~/dpdk-github$ git config pw.server
http://patches.dpdk.org/api/1.1/

An example of what works is if we explicitly pull the settings from git config as part of the command itself:

..:~/dpdk-github$ git pw --server $(git config pw.server) --token $(git config pw.token) patch apply 162558

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions