Skip to content

Commit

Permalink
Sync system purpose for sub-man subcommands
Browse files Browse the repository at this point in the history
* When system purpose is changed using followinf subcommands:
  service-level, role, usage, addons, then system purpose
  is synchronized with candlepin server
* TODO: fix debug log of report message for this case
  • Loading branch information
jirihnidek authored and cnsnyder committed Aug 22, 2018
1 parent d6d89ac commit c1927ba
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 284 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Due to unintuitive behavior with `sys.path`
as expected. One can run the script like this instead:

```bash
PYTHONPATH=./src python -m subscription_manager.scripts.subscription_manager
PYTHONPATH=./src:./syspurpose/src python -m subscription_manager.scripts.subscription_manager
```

Similar for other bin scripts:
Expand Down
Loading

0 comments on commit c1927ba

Please sign in to comment.