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

Tweak README instructions for latest Pants #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Current Plugins:
* verst.pants.docker - docker integration for pants.
* verst.pants.ensime - An updated ensime generator, installed under ensime-verst
* verst.pants.k8s - Tools for controlling k8s from pants (currently can clone namespaces)
* verst.pants.resources - Adds an absolute_resources target, which places references with
* verst.pants.resources - Adds an absolute_resources target, which places references with
* verst.pants.scalastyle - adds scalastyle to compile, with a soft failure mode
* verst.pants.slick - adds a slick_gen rule for generating slick from the repo.
* verst.pants.specs2 - add a specs2_tests rule for running specs2 files directly.
Expand All @@ -35,16 +35,11 @@ Change your pants.ini

```
[GLOBAL]
plugin_version: 1.1.1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.1 is no longer available in PyPI, so I bumped this as well.

plugin_version: 1.2.0

plugins: +[
"verst.pants.docker==%(plugin_version)s",
]

# Install the packages
backend_packages: +[
"verst.pants.docker",
]
```

### Copying to Repo
Expand Down