Skip to content

Commit

Permalink
make update manager work with overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
KPostOffice committed Jul 23, 2021
1 parent 944956a commit 407e373
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 131 deletions.
129 changes: 65 additions & 64 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions kebechet/managers/update/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
For more information, see [Pipfile]({pip_url}) and [Pipfile.lock]({piplock_url}).
"""

ISSUE_NO_DEPENDENCY_MANAGEMENT = """No dependency management found for this repository. If you want to keep your dependencies managed, \
please submit `Pipfile` or `requirements.in` or `requirements-dev.in` file.
ISSUE_NO_DEPENDENCY_MANAGEMENT = """No dependency management found for the {environment_name} environment. If you want
to keep your dependencies managed, please submit `Pipfile` or `requirements.in` or `requirements-dev.in` file.
To generate a `Pipfile`, use:
```
Expand All @@ -156,8 +156,7 @@
Make sure your `Pipfile` or `requirements.in` or `requirements-dev.in` is placed in the root of your Git repository.
/kind feature
/priority important-soon
/kind feature /priority important-soon
"""


Expand Down
Loading

0 comments on commit 407e373

Please sign in to comment.